@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.finance-bg {
  background-color: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
}

.finance-text {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.font-xl {
  font-size: 24px;
}

.font-lg {
  font-size: 18px;
}

.font-md {
  font-size: 14px;
}

.font-sm {
  font-size: 13px;
}

.font-ssm {
  font-size: 12px;
}

.font-xs {
  font-size: 10px;
}

.font-xxs {
  font-size: 9px;
}

.ecom-bg {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
}

.ecom-text {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.digital-bg {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
}

.digital-text {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.grid-4-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1439px) {
  .grid-4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-4-col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-12-col {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.gap-20 {
  gap: 20px;
}

.gap-15 {
  gap: 15px;
}

.gap-35 {
  gap: 35px;
}

.section-padding {
  padding: 20px 21px;
}

.border-box {
  border: 1px solid #353347;
  border-radius: 8px;
}

.video-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.video-progress-bar .progress-bar {
  height: 100%;
  width: 55%;
}

.video-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.article-text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px;
}
@media (max-width: 320px) {
  .article-text-overlay {
    padding: 12px;
  }
}

.btn-read-more {
  width: 31px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 8px;
  color: #191824;
  border-radius: 4px;
  margin-top: 5px;
}

.sidebar {
  height: 100vh;
  min-width: 110px;
  max-width: 110px;
}
@media (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}
.sidebar .logo {
  margin-top: 32px;
  width: 100%;
}
.sidebar ul {
  gap: 25px;
  width: 100%;
  margin-top: 45px;
  width: 100%;
}

.sidebar-item {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(227, 222, 255, 0.103) inset, 0px 2px 14.6px 0px rgba(0, 0, 0, 0.3019607843) inset, 0px 98px 100px -103px rgba(202, 172, 255, 0.3019607843) inset;
          box-shadow: 0px 1px 5px 0px rgba(227, 222, 255, 0.103) inset, 0px 2px 14.6px 0px rgba(0, 0, 0, 0.3019607843) inset, 0px 98px 100px -103px rgba(202, 172, 255, 0.3019607843) inset;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sidebar-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.068);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(227, 222, 255, 0.15) inset, 0px 3px 18px 0px rgba(0, 0, 0, 0.4) inset, 0px 110px 120px -103px rgba(202, 172, 255, 0.4) inset, 0px 5px 15px rgba(202, 172, 255, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(227, 222, 255, 0.15) inset, 0px 3px 18px 0px rgba(0, 0, 0, 0.4) inset, 0px 110px 120px -103px rgba(202, 172, 255, 0.4) inset, 0px 5px 15px rgba(202, 172, 255, 0.2);
}
.sidebar-item.active {
  position: relative;
}
.sidebar-item.active .active-finance {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 10px;
  opacity: 0.8;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background: #00a8f6;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px 8px rgba(0, 168, 246, 0.6);
          box-shadow: 0 0 20px 8px rgba(0, 168, 246, 0.6);
}
.sidebar-item.active .active-ecom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 10px;
  opacity: 0.8;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background: #94eb58;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px 8px rgba(0, 246, 62, 0.6);
          box-shadow: 0 0 20px 8px rgba(0, 246, 62, 0.6);
}
.sidebar-item.active .active-digital {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 10px;
  opacity: 0.8;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  background: rgba(246, 12, 59, 0.768627451);
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px 8px rgba(246, 168, 0, 0.6);
          box-shadow: 0 0 20px 8px rgba(246, 168, 0, 0.6);
}

.header {
  width: 100%;
  height: 60px;
  padding: 18px 31px 0 25px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .header {
    display: none;
  }
}
.header ul {
  font-size: 14px;
  margin-top: 5px;
}
.header ul li a.active {
  color: #ffffff !important;
}

.search-box {
  background-color: #11101c;
  padding: 5px 15px;
  border-radius: 62px;
  border: 1px solid #353347;
}
.search-box input {
  background-color: transparent;
  color: #c4bfef;
  padding: 2px;
  font-size: 14px;
}
.search-box input::-webkit-input-placeholder {
  color: #c4bfef;
}
.search-box input::-moz-placeholder {
  color: #c4bfef;
}
.search-box input:-ms-input-placeholder {
  color: #c4bfef;
}
.search-box input::-ms-input-placeholder {
  color: #c4bfef;
}
.search-box input::placeholder {
  color: #c4bfef;
}

.mobile-header {
  background-color: #11101c;
  padding: 15px 22px;
  display: none;
}
@media (max-width: 1023px) {
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-header .avatar {
  width: 40px;
  height: 40px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  min-width: 311px;
  max-width: 311px;
  height: 100vh;
  background-color: #191824;
  padding: 20px;
  z-index: 999;
  gap: 24px;
  display: none;
}
.mobile-menu .close-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 20px;
}
.mobile-menu .close-icon img {
  cursor: pointer;
}
.mobile-menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-menu ul {
  font-size: 18px;
  margin-top: 10px;
}
.mobile-menu ul li a.active {
  color: #ffffff !important;
}
.mobile-menu .copy-right {
  text-align: start;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .finance {
    background-color: #070610;
  }
}
.finance .content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.finance .top-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-bottom: 1px solid #191824;
  padding: 34px 22px 28px 39px;
}
@media (max-width: 1023px) {
  .finance .top-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .finance .top-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1023px) {
  .finance .top-content {
    padding: 34px 22px 28px 22px;
  }
}
.finance .top-content .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 147px;
  border-radius: 10px;
  overflow: hidden;
  font-weight: 400;
  font-size: 24px;
}
.finance .top-content .item span {
  padding-left: 36px;
}
.finance .top-content .item:nth-child(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.finance .top-content .item:nth-child(1) h1 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: start;
  line-height: 100%;
}
.finance .top-content .item:nth-child(1) p {
  font-size: 24px;
  font-weight: 300;
  max-width: 250px;
  line-height: 110%;
}
.finance .top-content .item:nth-child(2) {
  background: linear-gradient(258.12deg, #191824 20.19%, #044c87 100%);
}
.finance .top-content .item:nth-child(3) {
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.finance .top-content .item:nth-child(4) {
  background: linear-gradient(258.12deg, #191824 20.19%, #0191a1 100%);
}
.finance .bottom-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 22px;
}
.finance .bottom-content .item {
  min-height: 120px;
  background: #191824;
  border-radius: 10px;
  padding: 21px;
}
.finance .bottom-content .item .item-title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.finance .bottom-content .item .item-title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.finance .bottom-content .item:nth-child(1) {
  grid-column: span 4;
}
@media (max-width: 1439px) {
  .finance .bottom-content .item:nth-child(1) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
.finance .bottom-content .item:nth-child(1) .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(1) .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.finance .bottom-content .item:nth-child(1) .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .finance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .finance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 100%;
  }
}
.finance .bottom-content .item:nth-child(1) .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.finance .bottom-content .item:nth-child(1) .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.finance .bottom-content .item:nth-child(1) .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  width: 55%;
}
.finance .bottom-content .item:nth-child(1) .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(1) .video-container .video-info {
    min-width: 100%;
  }
}
.finance .bottom-content .item:nth-child(1) .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.finance .bottom-content .item:nth-child(1) .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.finance .bottom-content .item:nth-child(1) .video-container .video-info .title {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.finance .bottom-content .item:nth-child(1) .video-container .video-info .video-time {
  color: #ffffff;
}
.finance .bottom-content .item:nth-child(1) .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.finance .bottom-content .item:nth-child(1) .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
}
.finance .bottom-content .item:nth-child(1) .video-container .video {
  width: 100%;
}
.finance .bottom-content .item:nth-child(2) {
  grid-column: span 4;
}
@media (max-width: 1439px) {
  .finance .bottom-content .item:nth-child(2) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(2) {
    grid-column: span 12;
  }
}
.finance .bottom-content .item:nth-child(2) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(2) .content {
    gap: 15px;
  }
}
@media (max-width: 375px) {
  .finance .bottom-content .item:nth-child(2) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #044c87 100%);
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h2 span {
  text-transform: uppercase;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h2 span {
  text-transform: uppercase;
}
.finance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.finance .bottom-content .item:nth-child(3) {
  grid-column: span 4;
}
@media (max-width: 1439px) {
  .finance .bottom-content .item:nth-child(3) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(3) {
    grid-column: span 12;
  }
}
.finance .bottom-content .item:nth-child(3) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.finance .bottom-content .item:nth-child(3) .content .content-item {
  border: 1px solid #353347;
  padding: 10px 13px;
  border-radius: 8px;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .title .first-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .title .first-part h2 {
  line-height: 114%;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .title .first-part h3 {
  line-height: 114%;
  font-size: 12px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .title .first-part h4 {
  font-size: 9px;
  font-weight: 300;
  color: #6e6c88;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .title .bages {
  font-size: 8px;
  color: #4c4767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.finance .bottom-content .item:nth-child(3) .content .content-item .title .bages .rounded {
  padding: 3px;
  background: rgba(0, 168, 246, 0.3215686275);
  border-radius: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .title .bages .rounded .rounded {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #00a8f6;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .description p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 0%;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .description p span {
  font-weight: 700;
}
.finance .bottom-content .item:nth-child(3) .content .content-item .description .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
  padding: 0 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.finance .bottom-content .item:nth-child(4) {
  grid-column: span 3;
}
@media (max-width: 1439px) {
  .finance .bottom-content .item:nth-child(4) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(4) {
    grid-column: span 12;
  }
}
.finance .bottom-content .item:nth-child(4) .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
.finance .bottom-content .item:nth-child(4) .content .content-item {
  padding: 17px;
  border: 1px solid #353347;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.finance .bottom-content .item:nth-child(4) .content .content-item h1 {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
.finance .bottom-content .item:nth-child(4) .content .content-item p {
  font-size: 11px;
  font-weight: 300;
  color: #ffffff;
}
.finance .bottom-content .item:nth-child(5) {
  grid-column: span 3;
}
@media (max-width: 1439px) {
  .finance .bottom-content .item:nth-child(5) {
    grid-column: span 4;
  }
}
@media (max-width: 1023px) {
  .finance .bottom-content .item:nth-child(5) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(5) {
    grid-column: span 12;
  }
}
.finance .bottom-content .item:nth-child(5) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  min-height: 139px;
  height: 100%;
}
.finance .bottom-content .item:nth-child(5) .content .y-axis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-bottom: 35px;
}
.finance .bottom-content .item:nth-child(5) .content .y-axis span {
  font-size: 9px;
  font-weight: 300;
  color: #9c99b4;
  line-height: 1;
}
.finance .bottom-content .item:nth-child(5) .content .chart-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.finance .bottom-content .item:nth-child(5) .content .chart-bars .bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.finance .bottom-content .item:nth-child(5) .content .chart-bars .bar-container .bar-background {
  height: 100%;
  width: 9px;
  background-color: #353347;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.finance .bottom-content .item:nth-child(5) .content .chart-bars .bar-container .bar-background .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.finance .bottom-content .item:nth-child(5) .content .chart-bars .bar-container .bar-background .bar:hover {
  -webkit-transform: scaleY(1.05);
          transform: scaleY(1.05);
  -webkit-box-shadow: 0 0 15px rgba(14, 210, 157, 0.4);
          box-shadow: 0 0 15px rgba(14, 210, 157, 0.4);
}
.finance .bottom-content .item:nth-child(5) .content .chart-bars .bar-container .day-label {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  color: #9c99b4;
  text-align: center;
}
.finance .bottom-content .item:nth-child(5) .content .chart-bars .bar-container:hover .bar-background .bar::after {
  content: attr(data-hours) "h - " attr(data-day);
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  white-space: nowrap;
  z-index: 10;
}
.finance .bottom-content .item:nth-child(6) {
  grid-column: span 3;
  padding-top: 15px;
}
@media (max-width: 1439px) {
  .finance .bottom-content .item:nth-child(6) {
    grid-column: span 4;
  }
}
@media (max-width: 1023px) {
  .finance .bottom-content .item:nth-child(6) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .finance .bottom-content .item:nth-child(6) {
    grid-column: span 12;
  }
}
.finance .bottom-content .item:nth-child(6) .item-title h1 {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
}
.finance .bottom-content .item:nth-child(6) .content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.finance .bottom-content .item:nth-child(6) .content .content-item {
  padding: 22px 5px;
  border: 1px solid #353347;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.finance .bottom-content .item:nth-child(6) .content .content-item h1 {
  color: #9c99b4;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}
.finance .bottom-content .item:nth-child(6) .content .content-item p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 114%;
  text-align: center;
}
.finance .bottom-content .item:nth-child(6) .content-footer {
  font-size: 10px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  line-height: 114%;
  border: 1px solid #353347;
  min-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0px;
}
.finance .bottom-content .item:nth-child(6) .content-footer span {
  color: #58eb89;
  margin: 0 2px;
}
.finance .bottom-content .item:nth-child(7) {
  grid-column: span 3;
  padding: 0;
}
@media (max-width: 1439px) {
  .finance .bottom-content .item:nth-child(7) {
    grid-column: span 4;
  }
}
@media (max-width: 1023px) {
  .finance .bottom-content .item:nth-child(7) {
    grid-column: span 12;
  }
}

.finance-cart {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(243.58deg, #98ef59 0%, #046c38 100%);
}
.finance-cart .cart-content {
  padding: 21px;
  background-size: cover;
  background-image: url("../assets/cart-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.finance-cart .cart-content .logo {
  padding: 5px 13px;
  background: #11101c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  height: 22px;
}
.finance-cart .cart-content h1 {
  font-size: 22px;
  font-weight: 400;
  color: #11101c;
}
.finance-cart .cart-content h3 {
  font-size: 64px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 1px #ffffff;
}
.finance-cart .cart-content p {
  font-size: 22px;
  max-width: 225px;
  color: #11101c;
  font-weight: 300;
}

.mobile-menu .finance-cart {
  max-height: 215px;
}

.ecom-cart {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
}
.ecom-cart .cart-content {
  padding: 21px;
  background-size: cover;
  background-image: url("../assets/cart-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.ecom-cart .cart-content .logo {
  padding: 5px 13px;
  background: #11101c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  height: 22px;
}
.ecom-cart .cart-content h1 {
  font-size: 22px;
  font-weight: 400;
  color: #11101c;
}
.ecom-cart .cart-content h3 {
  font-size: 64px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 1px #ffffff;
}
.ecom-cart .cart-content p {
  font-size: 22px;
  max-width: 225px;
  color: #11101c;
  font-weight: 300;
}
.ecom-cart .cart-content {
  padding: 21px;
  gap: 5px;
}
@media (max-width: 1440px) {
  .ecom-cart .cart-content {
    padding: 18px;
  }
}
.ecom-cart .cart-content h1 {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .ecom-cart .cart-content h1 {
    font-size: 20px;
  }
}
.ecom-cart .cart-content h3 {
  font-size: 64px;
}
@media (max-width: 1440px) {
  .ecom-cart .cart-content h3 {
    font-size: 58px;
  }
}
.ecom-cart .cart-content p {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .ecom-cart .cart-content p {
    font-size: 20px;
  }
}

.mobile-menu .ecom-cart {
  max-height: 215px;
}

@media (max-width: 767px) {
  .ecom {
    background-color: #070610;
  }
}
.ecom .top-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  border-bottom: 1px solid #191824;
  padding: 34px 22px 28px 39px;
}
@media (max-width: 1439px) {
  .ecom .top-content {
    padding: 34px 22px 28px 22px;
  }
}
@media (max-width: 767px) {
  .ecom .top-content {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.ecom .top-content .item {
  border-radius: 10px;
}
.ecom .top-content .item .item-title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ecom .top-content .item .item-title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecom .top-content .item:nth-child(1) {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 16px 21px;
}
@media (max-width: 1439px) {
  .ecom .top-content .item:nth-child(1) {
    grid-column: span 3;
  }
}
@media (max-width: 1023px) {
  .ecom .top-content .item:nth-child(1) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .ecom .top-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
@media (max-width: 1439px) {
  .ecom .top-content .item:nth-child(1) {
    padding: 16px 0px;
  }
}
.ecom .top-content .item:nth-child(1) h1 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: start;
  line-height: 100%;
}
.ecom .top-content .item:nth-child(1) p {
  font-size: 24px;
  font-weight: 300;
  max-width: 250px;
  line-height: 110%;
}
.ecom .top-content .item:nth-child(2) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
}
@media (max-width: 1023px) {
  .ecom .top-content .item:nth-child(2) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .ecom .top-content .item:nth-child(2) {
    grid-column: span 12;
  }
}
.ecom .top-content .item:nth-child(2) .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .ecom .top-content .item:nth-child(2) .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.ecom .top-content .item:nth-child(2) .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .ecom .top-content .item:nth-child(2) .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .ecom .top-content .item:nth-child(2) .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .ecom .top-content .item:nth-child(2) .video-container .video {
    min-width: 100%;
  }
}
.ecom .top-content .item:nth-child(2) .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ecom .top-content .item:nth-child(2) .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.ecom .top-content .item:nth-child(2) .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  width: 55%;
}
.ecom .top-content .item:nth-child(2) .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .ecom .top-content .item:nth-child(2) .video-container .video-info {
    min-width: 100%;
  }
}
.ecom .top-content .item:nth-child(2) .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.ecom .top-content .item:nth-child(2) .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.ecom .top-content .item:nth-child(2) .video-container .video-info .title {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.ecom .top-content .item:nth-child(2) .video-container .video-info .video-time {
  color: #ffffff;
}
.ecom .top-content .item:nth-child(2) .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.ecom .top-content .item:nth-child(2) .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  color: #111111;
}
.ecom .top-content .item:nth-child(2) .video-container .video {
  width: 100%;
}
.ecom .top-content .item:nth-child(3) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
}
@media (max-width: 1439px) {
  .ecom .top-content .item:nth-child(3) {
    grid-column: span 5;
  }
}
@media (max-width: 1023px) {
  .ecom .top-content .item:nth-child(3) {
    grid-column: span 12;
  }
}
.ecom .top-content .item:nth-child(3) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 35px;
}
@media (max-width: 1439px) {
  .ecom .top-content .item:nth-child(3) .content {
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  .ecom .top-content .item:nth-child(3) .content {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .ecom .top-content .item:nth-child(3) .content {
    gap: 15px;
  }
}
@media (max-width: 380px) {
  .ecom .top-content .item:nth-child(3) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ecom .top-content .item:nth-child(3) .content .content-item {
  border: 1px solid #353347;
  border-radius: 8px;
  padding: 14px 12px;
  width: 100%;
}
.ecom .top-content .item:nth-child(3) .content .content-item .box {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 119px;
  overflow-y: auto;
  padding-right: 10px;
}
.ecom .top-content .item:nth-child(3) .content .content-item .box .item {
  gap: 2px;
  padding: 0px;
}
.ecom .top-content .item:nth-child(3) .content .content-item .box .item h1 {
  font-size: 8px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  line-height: 100%;
}
.ecom .top-content .item:nth-child(3) .content .content-item .box .item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
.ecom .top-content .item:nth-child(3) .content .content-item .box .item .description h2 {
  color: #ffffff;
}
.ecom .top-content .item:nth-child(3) .content .content-item .box .item .description h3 {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecom .top-content .item:nth-child(3) .content .progress-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecom .top-content .item:nth-child(3) .content .progress-box .progress-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecom .top-content .item:nth-child(3) .content .progress-box .progress-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.ecom .top-content .item:nth-child(3) .content .progress-box .progress-container .content h1 {
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  margin-top: 20px;
}
.ecom .top-content .item:nth-child(3) .content .progress-box .progress-container .content p {
  font-size: 10px;
  font-weight: 300;
  line-height: 115%;
}
.ecom .middle-content {
  padding: 24px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #191824;
  gap: 34px;
  margin: 28px 24px;
  border-radius: 10px;
}
.ecom .middle-content .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-width: 152px;
  max-width: 152px;
}
.ecom .middle-content .content-box h1 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9c99b4;
}
.ecom .middle-content .content-box h2 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #6e6c88;
}
.ecom .middle-content .content-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  .ecom .middle-content .content-box h3 {
    font-size: 22px;
  }
}
.ecom .middle-content .content-box h4 {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
.ecom .middle-content .content-box h4 span {
  color: #6e6c88;
}
.ecom .middle-content .content-box .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  width: 100%;
  margin-top: 10px;
}
.ecom .middle-content .content-box h3 {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecom .middle-content .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.ecom .middle-content .video-box .after {
  position: sticky;
  top: 0;
  right: 0;
  min-width: 199px;
  min-height: 176px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 36, 0)), to(#191824));
  background: linear-gradient(90deg, rgba(25, 24, 36, 0) 0%, #191824 100%);
}
@media (max-width: 767px) {
  .ecom .middle-content .video-box .after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ecom .middle-content .video-box .after {
    min-width: 99px;
  }
}
.ecom .middle-content .video-box .video-item {
  min-width: 233px;
  height: 152px;
  background-color: #2e2c3c;
  border-bottom: 2px solid #6c6c6c;
  position: relative;
}
.ecom .middle-content .video-box .video-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.ecom .footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 28px 24px;
}
@media (max-width: 1439px) {
  .ecom .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ecom .footer-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ecom .footer-content .footer-item {
  background-color: #191824;
  padding: 20px 21px;
  border-radius: 10px;
}
.ecom .footer-content .footer-item .title h1 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.ecom .footer-content .footer-item .title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ecom .footer-content .footer-item .title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecom .footer-content .footer-item .title h1 {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecom .footer-content .footer-item:nth-child(1) .title {
  margin-bottom: 5px;
}
.ecom .footer-content .footer-item:nth-child(1) .checklists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (max-width: 1440px) {
  .ecom .footer-content .footer-item:nth-child(1) .checklists {
    gap: 11px;
  }
}
.ecom .footer-content .footer-item:nth-child(1) .checklists .checklist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
}
.ecom .footer-content .footer-item:nth-child(1) .checklists .checklist-item .checked {
  width: 18px;
  height: 18px;
  border: 1px solid #353347;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ecom .footer-content .footer-item:nth-child(1) .checklists .checklist-item img {
  width: 9px;
  height: 7px;
  display: none;
}
.ecom .footer-content .footer-item:nth-child(1) .checklists .checklist-item.checked img {
  display: block;
}
.ecom .footer-content .footer-item:nth-child(2) .tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 27px;
}
@media (max-width: 320px) {
  .ecom .footer-content .footer-item:nth-child(2) .tools {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1440px) {
  .ecom .footer-content .footer-item:nth-child(2) .tools {
    gap: 28px 17px;
  }
}
@media (max-width: 767px) {
  .ecom .footer-content .footer-item:nth-child(2) .tools {
    gap: 17px;
  }
}
.ecom .footer-content .footer-item:nth-child(2) .tools .tool-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #353347;
  border-radius: 8px;
  padding: 18px 13px;
  gap: 6px;
}
.ecom .footer-content .footer-item:nth-child(2) .tools .tool-item h2 {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .ecom .footer-content .footer-item:nth-child(2) .tools .tool-item h2 {
    font-size: 10px;
  }
}
.ecom .footer-content .footer-item:nth-child(2) .tools .tool-item .download {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  min-width: 23px;
  min-height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.ecom .footer-content .footer-item:nth-child(3) .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  width: 100%;
}
@media (max-width: 320px) {
  .ecom .footer-content .footer-item:nth-child(3) .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ecom .footer-content .footer-item:nth-child(3) .articles .article {
  width: 100%;
  position: relative;
}
.ecom .footer-content .footer-item:nth-child(3) .articles .article img {
  width: 100%;
  max-height: 189px;
}
@media (max-width: 320px) {
  .ecom .footer-content .footer-item:nth-child(3) .articles .article img {
    max-height: 100%;
  }
}
@media (max-width: 1440px) {
  .ecom .footer-content .footer-item:nth-child(3) .articles .article img {
    min-height: 155px;
  }
}
.ecom .footer-content .footer-item:nth-child(3) .articles .article .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px;
}
@media (max-width: 320px) {
  .ecom .footer-content .footer-item:nth-child(3) .articles .article .text {
    padding: 12px;
  }
}
.ecom .footer-content .footer-item:nth-child(3) .articles .article .text p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 120%;
}
@media (max-width: 1440px) {
  .ecom .footer-content .footer-item:nth-child(3) .articles .article .text p {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .ecom .footer-content .footer-item:nth-child(3) .articles .article .text p {
    font-size: 13px;
  }
}
.ecom .footer-content .footer-item:nth-child(3) .articles .article .text .lire {
  width: 31px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  font-weight: 400;
  font-size: 8px;
  color: #191824;
  border-radius: 4px;
  margin-top: 5px;
}

.digital-cart {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
}
.digital-cart .cart-content {
  padding: 21px;
  background-size: cover;
  background-image: url("../assets/cart-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.digital-cart .cart-content .logo {
  padding: 5px 13px;
  background: #11101c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  height: 22px;
}
.digital-cart .cart-content h1 {
  font-size: 22px;
  font-weight: 400;
  color: #11101c;
}
.digital-cart .cart-content h3 {
  font-size: 64px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 1px #ffffff;
}
.digital-cart .cart-content p {
  font-size: 22px;
  max-width: 225px;
  color: #11101c;
  font-weight: 300;
}
.digital-cart .cart-content {
  padding: 21px;
  gap: 5px;
}
@media (max-width: 1440px) {
  .digital-cart .cart-content {
    padding: 18px;
  }
}
.digital-cart .cart-content h1 {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .digital-cart .cart-content h1 {
    font-size: 20px;
  }
}
.digital-cart .cart-content h3 {
  font-size: 64px;
}
@media (max-width: 1440px) {
  .digital-cart .cart-content h3 {
    font-size: 58px;
  }
}
.digital-cart .cart-content p {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .digital-cart .cart-content p {
    font-size: 20px;
  }
}

.mobile-menu .digital-cart {
  max-height: 215px;
}

@media (max-width: 767px) {
  .digital {
    background-color: #070610;
  }
}
.digital .top-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  border-bottom: 1px solid #191824;
  padding: 34px 22px 28px 39px;
}
@media (max-width: 1439px) {
  .digital .top-content {
    padding: 34px 22px 28px 22px;
  }
}
@media (max-width: 767px) {
  .digital .top-content {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.digital .top-content .item {
  border-radius: 10px;
}
.digital .top-content .item .item-title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.digital .top-content .item .item-title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digital .top-content .item:nth-child(1) {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 16px 21px;
}
@media (max-width: 1439px) {
  .digital .top-content .item:nth-child(1) {
    grid-column: span 3;
  }
}
@media (max-width: 1023px) {
  .digital .top-content .item:nth-child(1) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .digital .top-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
@media (max-width: 1439px) {
  .digital .top-content .item:nth-child(1) {
    padding: 16px 0px;
  }
}
.digital .top-content .item:nth-child(1) h1 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: start;
  line-height: 100%;
}
.digital .top-content .item:nth-child(1) p {
  font-size: 24px;
  font-weight: 300;
  max-width: 250px;
  line-height: 110%;
}
.digital .top-content .item:nth-child(2) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
}
@media (max-width: 1023px) {
  .digital .top-content .item:nth-child(2) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .digital .top-content .item:nth-child(2) {
    grid-column: span 12;
  }
}
.digital .top-content .item:nth-child(2) .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .digital .top-content .item:nth-child(2) .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.digital .top-content .item:nth-child(2) .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .digital .top-content .item:nth-child(2) .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .digital .top-content .item:nth-child(2) .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .digital .top-content .item:nth-child(2) .video-container .video {
    min-width: 100%;
  }
}
.digital .top-content .item:nth-child(2) .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.digital .top-content .item:nth-child(2) .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.digital .top-content .item:nth-child(2) .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  width: 55%;
}
.digital .top-content .item:nth-child(2) .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .digital .top-content .item:nth-child(2) .video-container .video-info {
    min-width: 100%;
  }
}
.digital .top-content .item:nth-child(2) .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.digital .top-content .item:nth-child(2) .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.digital .top-content .item:nth-child(2) .video-container .video-info .title {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.digital .top-content .item:nth-child(2) .video-container .video-info .video-time {
  color: #ffffff;
}
.digital .top-content .item:nth-child(2) .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.digital .top-content .item:nth-child(2) .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  color: #111111;
}
.digital .top-content .item:nth-child(2) .video-container .video {
  width: 100%;
}
.digital .top-content .item:nth-child(3) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
}
@media (max-width: 1439px) {
  .digital .top-content .item:nth-child(3) {
    grid-column: span 5;
  }
}
@media (max-width: 1023px) {
  .digital .top-content .item:nth-child(3) {
    grid-column: span 12;
  }
}
.digital .top-content .item:nth-child(3) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 35px;
}
@media (max-width: 1439px) {
  .digital .top-content .item:nth-child(3) .content {
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  .digital .top-content .item:nth-child(3) .content {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .digital .top-content .item:nth-child(3) .content {
    gap: 15px;
  }
}
@media (max-width: 380px) {
  .digital .top-content .item:nth-child(3) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.digital .top-content .item:nth-child(3) .content .content-item {
  border: 1px solid #353347;
  border-radius: 8px;
  padding: 14px 12px;
  width: 100%;
}
.digital .top-content .item:nth-child(3) .content .content-item .box {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 119px;
  overflow-y: auto;
  padding-right: 10px;
}
.digital .top-content .item:nth-child(3) .content .content-item .box .item {
  gap: 2px;
  padding: 0px;
}
.digital .top-content .item:nth-child(3) .content .content-item .box .item h1 {
  font-size: 8px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  line-height: 100%;
}
.digital .top-content .item:nth-child(3) .content .content-item .box .item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
.digital .top-content .item:nth-child(3) .content .content-item .box .item .description h2 {
  color: #ffffff;
}
.digital .top-content .item:nth-child(3) .content .content-item .box .item .description h3 {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digital .top-content .item:nth-child(3) .content .progress-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.digital .top-content .item:nth-child(3) .content .progress-box .progress-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.digital .top-content .item:nth-child(3) .content .progress-box .progress-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.digital .top-content .item:nth-child(3) .content .progress-box .progress-container .content h1 {
  font-weight: 400;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  margin-top: 20px;
}
.digital .top-content .item:nth-child(3) .content .progress-box .progress-container .content p {
  font-size: 10px;
  font-weight: 300;
  line-height: 115%;
}
.digital .middle-content {
  padding: 24px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #191824;
  gap: 34px;
  margin: 28px 24px;
  border-radius: 10px;
}
.digital .middle-content .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-width: 152px;
  max-width: 152px;
}
.digital .middle-content .content-box h1 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9c99b4;
}
.digital .middle-content .content-box h2 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #6e6c88;
}
.digital .middle-content .content-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  .digital .middle-content .content-box h3 {
    font-size: 22px;
  }
}
.digital .middle-content .content-box h4 {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
.digital .middle-content .content-box h4 span {
  color: #6e6c88;
}
.digital .middle-content .content-box .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  width: 100%;
  margin-top: 10px;
}
.digital .middle-content .content-box h3 {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digital .middle-content .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.digital .middle-content .video-box .after {
  position: sticky;
  top: 0;
  right: 0;
  min-width: 199px;
  min-height: 176px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 36, 0)), to(#191824));
  background: linear-gradient(90deg, rgba(25, 24, 36, 0) 0%, #191824 100%);
}
@media (max-width: 767px) {
  .digital .middle-content .video-box .after {
    display: none;
  }
}
@media (max-width: 767px) {
  .digital .middle-content .video-box .after {
    min-width: 99px;
  }
}
.digital .middle-content .video-box .video-item {
  min-width: 233px;
  height: 152px;
  background-color: #2e2c3c;
  border-bottom: 2px solid #6c6c6c;
  position: relative;
}
.digital .middle-content .video-box .video-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.digital .footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 28px 24px;
}
@media (max-width: 1439px) {
  .digital .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .digital .footer-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.digital .footer-content .footer-item {
  background-color: #191824;
  padding: 20px 21px;
  border-radius: 10px;
}
.digital .footer-content .footer-item .title h1 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.digital .footer-content .footer-item .title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.digital .footer-content .footer-item .title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digital .footer-content .footer-item .title h1 {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.digital .footer-content .footer-item:nth-child(1) .title {
  margin-bottom: 5px;
}
.digital .footer-content .footer-item:nth-child(1) .checklists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (max-width: 1440px) {
  .digital .footer-content .footer-item:nth-child(1) .checklists {
    gap: 11px;
  }
}
.digital .footer-content .footer-item:nth-child(1) .checklists .checklist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
}
.digital .footer-content .footer-item:nth-child(1) .checklists .checklist-item .checked {
  width: 18px;
  height: 18px;
  border: 1px solid #353347;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.digital .footer-content .footer-item:nth-child(1) .checklists .checklist-item img {
  width: 9px;
  height: 7px;
  display: none;
}
.digital .footer-content .footer-item:nth-child(1) .checklists .checklist-item.checked img {
  display: block;
}
.digital .footer-content .footer-item:nth-child(2) .tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 27px;
}
@media (max-width: 320px) {
  .digital .footer-content .footer-item:nth-child(2) .tools {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1440px) {
  .digital .footer-content .footer-item:nth-child(2) .tools {
    gap: 28px 17px;
  }
}
@media (max-width: 767px) {
  .digital .footer-content .footer-item:nth-child(2) .tools {
    gap: 17px;
  }
}
.digital .footer-content .footer-item:nth-child(2) .tools .tool-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #353347;
  border-radius: 8px;
  padding: 18px 13px;
  gap: 6px;
}
.digital .footer-content .footer-item:nth-child(2) .tools .tool-item h2 {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .digital .footer-content .footer-item:nth-child(2) .tools .tool-item h2 {
    font-size: 10px;
  }
}
.digital .footer-content .footer-item:nth-child(2) .tools .tool-item .download {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  min-width: 23px;
  min-height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.digital .footer-content .footer-item:nth-child(3) .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  width: 100%;
}
@media (max-width: 320px) {
  .digital .footer-content .footer-item:nth-child(3) .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.digital .footer-content .footer-item:nth-child(3) .articles .article {
  width: 100%;
  position: relative;
}
.digital .footer-content .footer-item:nth-child(3) .articles .article img {
  width: 100%;
  max-height: 189px;
}
@media (max-width: 320px) {
  .digital .footer-content .footer-item:nth-child(3) .articles .article img {
    max-height: 100%;
  }
}
@media (max-width: 1440px) {
  .digital .footer-content .footer-item:nth-child(3) .articles .article img {
    min-height: 155px;
  }
}
.digital .footer-content .footer-item:nth-child(3) .articles .article .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px;
}
@media (max-width: 320px) {
  .digital .footer-content .footer-item:nth-child(3) .articles .article .text {
    padding: 12px;
  }
}
.digital .footer-content .footer-item:nth-child(3) .articles .article .text p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 120%;
}
@media (max-width: 1440px) {
  .digital .footer-content .footer-item:nth-child(3) .articles .article .text p {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .digital .footer-content .footer-item:nth-child(3) .articles .article .text p {
    font-size: 13px;
  }
}
.digital .footer-content .footer-item:nth-child(3) .articles .article .text .lire {
  width: 31px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  font-weight: 400;
  font-size: 8px;
  color: #191824;
  border-radius: 4px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .ecomUniversity {
    background-color: #070610;
  }
}
.ecomUniversity .top-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  border-bottom: 1px solid #191824;
  padding: 34px 22px 28px 39px;
}
@media (max-width: 1439px) {
  .ecomUniversity .top-content {
    padding: 34px 22px 28px 22px;
  }
}
@media (max-width: 767px) {
  .ecomUniversity .top-content {
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.ecomUniversity .top-content .item {
  border-radius: 10px;
}
.ecomUniversity .top-content .item .item-title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ecomUniversity .top-content .item .item-title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecomUniversity .top-content .item:nth-child(1) {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 16px 21px;
}
@media (max-width: 1439px) {
  .ecomUniversity .top-content .item:nth-child(1) {
    grid-column: span 3;
  }
}
@media (max-width: 1023px) {
  .ecomUniversity .top-content .item:nth-child(1) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .ecomUniversity .top-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
@media (max-width: 1439px) {
  .ecomUniversity .top-content .item:nth-child(1) {
    padding: 16px 0px;
  }
}
.ecomUniversity .top-content .item:nth-child(1) h1 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: start;
  line-height: 100%;
}
.ecomUniversity .top-content .item:nth-child(1) p {
  font-size: 24px;
  font-weight: 300;
  max-width: 250px;
  line-height: 110%;
}
.ecomUniversity .top-content .item:nth-child(1) .title {
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  max-width: 268px;
  line-height: 114%;
}
.ecomUniversity .top-content .item:nth-child(1) .name {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ecomUniversity .top-content .item:nth-child(1) .name span {
  font-weight: 300;
  color: #9c99b4;
}
.ecomUniversity .top-content .item:nth-child(1) .name .user-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.ecomUniversity .top-content .item:nth-child(1) .bar {
  width: 27px;
  border: 1px solid #58eb89;
}
.ecomUniversity .top-content .item:nth-child(1) .status {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Roboto";
}
.ecomUniversity .top-content .item:nth-child(1) .status .name {
  font-weight: 300;
  color: #9c99b4;
}
.ecomUniversity .top-content .item:nth-child(1) .status .num {
  font-weight: 400;
  color: #ffffff;
  margin-top: 4px;
}
.ecomUniversity .top-content .item:nth-child(1) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  color: #111111;
  padding: 0px 26px;
  min-width: 152px;
}
.ecomUniversity .top-content .item:nth-child(2) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .ecomUniversity .top-content .item:nth-child(2) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .ecomUniversity .top-content .item:nth-child(2) {
    grid-column: span 12;
  }
}
.ecomUniversity .top-content .item:nth-child(2) .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-family: "Roboto";
}
.ecomUniversity .top-content .item:nth-child(2) .lists .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ecomUniversity .top-content .item:nth-child(3) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
}
@media (max-width: 1439px) {
  .ecomUniversity .top-content .item:nth-child(3) {
    grid-column: span 5;
  }
}
@media (max-width: 1023px) {
  .ecomUniversity .top-content .item:nth-child(3) {
    grid-column: span 12;
  }
}
.ecomUniversity .top-content .item:nth-child(3) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 35px;
}
@media (max-width: 1439px) {
  .ecomUniversity .top-content .item:nth-child(3) .content {
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  .ecomUniversity .top-content .item:nth-child(3) .content {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .ecomUniversity .top-content .item:nth-child(3) .content {
    gap: 15px;
  }
}
@media (max-width: 380px) {
  .ecomUniversity .top-content .item:nth-child(3) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ecomUniversity .top-content .item:nth-child(3) .content .content-item {
  border: 1px solid #353347;
  border-radius: 8px;
  padding: 14px 12px;
  width: 100%;
}
.ecomUniversity .top-content .item:nth-child(3) .content .content-item .box {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 119px;
  overflow-y: auto;
  padding-right: 10px;
}
.ecomUniversity .top-content .item:nth-child(3) .content .content-item .box .item {
  gap: 2px;
  padding: 0px;
}
.ecomUniversity .top-content .item:nth-child(3) .content .content-item .box .item h1 {
  font-size: 8px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  line-height: 100%;
}
.ecomUniversity .top-content .item:nth-child(3) .content .content-item .box .item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
.ecomUniversity .top-content .item:nth-child(3) .content .content-item .box .item .description h2 {
  color: #ffffff;
}
.ecomUniversity .top-content .item:nth-child(3) .content .content-item .box .item .description h3 {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecomUniversity .top-content .item:nth-child(3) .content .progress-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecomUniversity .top-content .item:nth-child(3) .content .progress-box .progress-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecomUniversity .top-content .item:nth-child(3) .content .progress-box .progress-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.ecomUniversity .top-content .item:nth-child(3) .content .progress-box .progress-container .content h1 {
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  margin-top: 20px;
}
.ecomUniversity .top-content .item:nth-child(3) .content .progress-box .progress-container .content p {
  font-size: 10px;
  font-weight: 300;
  line-height: 115%;
}
.ecomUniversity .middle-content {
  padding: 24px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #191824;
  gap: 34px;
  margin: 28px 24px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .ecomUniversity .middle-content {
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.ecomUniversity .middle-content .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-width: 152px;
  max-width: 152px;
  max-width: 157.5px;
}
.ecomUniversity .middle-content .content-box h1 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9c99b4;
}
.ecomUniversity .middle-content .content-box h2 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #6e6c88;
}
.ecomUniversity .middle-content .content-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  .ecomUniversity .middle-content .content-box h3 {
    font-size: 22px;
  }
}
.ecomUniversity .middle-content .content-box h4 {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
.ecomUniversity .middle-content .content-box h4 span {
  color: #6e6c88;
}
.ecomUniversity .middle-content .content-box .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  width: 100%;
  margin-top: 10px;
}
.ecomUniversity .middle-content .content-box .status {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 5px;
}
.ecomUniversity .middle-content .content-box h4 {
  margin-top: 10px;
}
.ecomUniversity .middle-content .content-box h3 {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecomUniversity .middle-content .content-box .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  color: #111111;
  padding: 0px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecomUniversity .middle-content .content-box .progress-bar {
  height: 4px;
  width: 100%;
  background-color: #070610;
  border-radius: 53px;
  margin-top: 5px;
}
.ecomUniversity .middle-content .content-box .progress-bar .progress-fill {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  border-radius: 53px;
}
.ecomUniversity .middle-content .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.ecomUniversity .middle-content .video-box .after {
  position: sticky;
  top: 0;
  right: 0;
  min-width: 199px;
  min-height: 176px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 36, 0)), to(#191824));
  background: linear-gradient(90deg, rgba(25, 24, 36, 0) 0%, #191824 100%);
}
@media (max-width: 767px) {
  .ecomUniversity .middle-content .video-box .after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ecomUniversity .middle-content .video-box .after {
    min-width: 99px;
  }
}
.ecomUniversity .middle-content .video-box .video-item {
  min-width: 233px;
  height: 152px;
  background-color: #2e2c3c;
  border-bottom: 2px solid #6c6c6c;
  position: relative;
}
.ecomUniversity .middle-content .video-box .video-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.ecomVideoPlayer {
  padding: 32px;
}
@media (max-width: 767px) {
  .ecomVideoPlayer {
    background-color: #070610;
    padding-top: 10px;
  }
}
@media (max-width: 1439px) {
  .ecomVideoPlayer .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ecomVideoPlayer .back {
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 300;
  color: #9c99b4;
}
@media (max-width: 767px) {
  .ecomVideoPlayer .back {
    font-size: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ecomVideoPlayer .video-title {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .ecomVideoPlayer .video-title {
    max-width: 256px;
  }
}
.ecomVideoPlayer .first-box {
  width: 100%;
}
@media (max-width: 767px) {
  .ecomVideoPlayer .first-box .next-prev-btns {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    width: 100%;
  }
}
.ecomVideoPlayer .first-box .mobile-vido-discription {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  color: #9c99b4;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #191824;
  display: none;
}
@media (max-width: 767px) {
  .ecomVideoPlayer .first-box .mobile-vido-discription {
    display: block;
  }
}
.ecomVideoPlayer .first-box .mobile-vido-discription .name {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ecomVideoPlayer .first-box .mobile-vido-discription .name span {
  font-weight: 300;
  color: #9c99b4;
}
.ecomVideoPlayer .first-box .mobile-vido-discription .name .user-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.ecomVideoPlayer .first-box .name {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 767px) {
  .ecomVideoPlayer .first-box .name {
    display: none !important;
  }
}
.ecomVideoPlayer .first-box .name span {
  font-weight: 300;
  color: #9c99b4;
}
.ecomVideoPlayer .first-box .name .user-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.ecomVideoPlayer .first-box .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.ecomVideoPlayer .first-box .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  color: #111111;
}
.ecomVideoPlayer .video-container {
  width: 100%;
  height: 600px;
  background-color: #2e2c3c;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .ecomVideoPlayer .video-container {
    width: 840px;
    height: 472px;
  }
}
@media (max-width: 1439px) {
  .ecomVideoPlayer .video-container {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 1023px) {
  .ecomVideoPlayer .video-container {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .ecomVideoPlayer .video-container {
    height: 200px;
  }
  .ecomVideoPlayer .video-container svg {
    width: 50px;
    height: 50px;
  }
}
.ecomVideoPlayer .videos-list-container {
  background: #191824;
  width: 100%;
  height: 100%;
  max-width: 414px;
  border-radius: 10px;
}
@media (max-width: 1439px) {
  .ecomVideoPlayer .videos-list-container {
    max-width: 100%;
  }
}
.ecomVideoPlayer .videos-list-name {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
}
.ecomVideoPlayer .video-lists {
  max-height: 600px;
  overflow-y: auto;
  gap: 20px;
}
@media (max-width: 1440px) {
  .ecomVideoPlayer .video-lists {
    max-height: 450px;
  }
}
@media (max-width: 1439px) {
  .ecomVideoPlayer .video-lists {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.ecomVideoPlayer .video-lists .video-list .video-list-title {
  cursor: pointer;
}
.ecomVideoPlayer .video-lists .video-list .video-list-title svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ecomVideoPlayer .video-lists .video-list .video-list-title h1 {
  font-size: 12px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ecomVideoPlayer .video-lists .video-list .video-list-title span {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4 !important;
}
.ecomVideoPlayer .video-lists .video-list .module-videos {
  font-weight: 400;
  font-size: 12px;
  color: #9c99b4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ecomVideoPlayer .video-lists .video-list .module-videos .active {
  color: #ffffff;
  background-color: #11101c;
  border-radius: 5px;
}
.ecomVideoPlayer .video-lists .video-list .module-videos .module-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 13px 12px;
}
.ecomVideoPlayer .video-lists .video-list .module-videos .module-item:hover {
  color: #ffffff;
  background-color: #11101c;
  border-radius: 5px;
}
.ecomVideoPlayer .desktop-vido-discription {
  font-size: 15px;
  font-weight: 400;
  color: #9c99b4;
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid #191824;
  display: block;
}
@media (max-width: 767px) {
  .ecomVideoPlayer .desktop-vido-discription {
    display: none;
  }
}

.inscription {
  height: 100vh;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .inscription {
    padding: 20px;
    height: 100%;
    padding-bottom: 90;
  }
}
.inscription .button {
  background-color: #58eb89;
  min-width: 273px;
  height: 40px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #191824;
}
.inscription .logo {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .inscription .logo {
    width: 200px;
  }
}
.inscription .inscription-container {
  max-width: 850px;
  background-color: #1a1825;
  padding: 23px;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .inscription .inscription-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.inscription .inscription-container .image-container {
  padding: 10px;
}
@media (max-width: 1023px) {
  .inscription .inscription-container .image-container {
    width: 100%;
    display: none;
  }
}
.inscription .inscription-container .image-container img {
  max-width: 100%;
  height: auto;
}
.inscription .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #191824;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 32px;
  max-width: 900px;
  margin: 40px auto;
  gap: 0;
}
@media (max-width: 1023px) {
  .inscription .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
    max-width: 100%;
  }
}
.inscription .course-selection {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: linear-gradient(120deg, #070610 40%, #315c12 100%);
  border-radius: 16px 0 0 16px;
  padding: 40px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 340px;
  color: #fff;
}
@media (max-width: 1023px) {
  .inscription .course-selection {
    border-radius: 16px 16px 0 0;
    min-width: unset;
    padding: 32px 16px;
  }
}
.inscription .course-selection h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 32px;
  color: #fff;
}
.inscription .course-selection .learn-logo {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #58eb89;
}
.inscription .course-selection .price {
  font-size: 40px;
  font-weight: 700;
  color: #58eb89;
  margin-bottom: 16px;
}
.inscription .course-selection .course-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #fff;
}
.inscription .course-selection .cart-book {
  width: 160px;
  margin-top: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(49, 92, 18, 0.2);
          box-shadow: 0 4px 16px rgba(49, 92, 18, 0.2);
}
.inscription .form-section {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  background: #191824;
  border-radius: 0 16px 16px 0;
  padding: 40px 32px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .inscription .form-section {
    border-radius: 0 0 16px 16px;
    padding: 32px 16px;
  }
}
.inscription .form-section h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 22px;
  color: #c4bfef;
  text-align: center;
}
.inscription .form-section .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 18px;
  padding-left: 20px;
}
.inscription .form-section .form-control {
  background: #11101c;
  border: 1px solid #353347;
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  padding: 12px 18px;
  height: 36px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.inscription .form-section .form-control:focus {
  border-color: #58eb89;
  outline: none;
}
.inscription .form-section .form-control::-webkit-input-placeholder {
  color: #bdb8d7;
  opacity: 1;
}
.inscription .form-section .form-control::-moz-placeholder {
  color: #bdb8d7;
  opacity: 1;
}
.inscription .form-section .form-control:-ms-input-placeholder {
  color: #bdb8d7;
  opacity: 1;
}
.inscription .form-section .form-control::-ms-input-placeholder {
  color: #bdb8d7;
  opacity: 1;
}
.inscription .form-section .form-control::placeholder {
  color: #bdb8d7;
  opacity: 1;
}
.inscription .form-section .checkbox-group {
  margin-bottom: 24px;
}
.inscription .form-section .checkbox-group .custom-checkbox {
  margin-bottom: 10px;
}
.inscription .form-section .button {
  background: #58eb89;
  color: #191824;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(88, 235, 137, 0.15);
          box-shadow: 0 2px 8px rgba(88, 235, 137, 0.15);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.inscription .form-section .button:hover {
  background: #44c96c;
}

.custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.custom-checkbox .form-check-input {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 8px;
  background-color: transparent;
  border: 1px solid #353347;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-checkbox .form-check-input:checked {
  background-color: #353347;
  border-color: #353347;
  background-image: url("../assets/icon/checkbackground.png");
  background-position: center;
  background-repeat: no-repeat;
}
.custom-checkbox .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #353347;
}
.custom-checkbox .form-check-label {
  cursor: pointer;
  font-size: 11px;
  line-height: 1.4;
  color: #9c99b4;
  margin-left: 15px;
}

.login {
  height: 100vh;
  width: 100%;
  /* Override styles for slider dots */
  /* Fix for multiple active dots issue */
}
@media (max-width: 767px) {
  .login .logo {
    width: 200px;
  }
}
.login .login-form {
  width: 50%;
  background-image: url("../assets/login/bg-login.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .login .login-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .login .login-form {
    padding: 10px;
  }
}
.login .login-form .form-box {
  width: 321px;
}
.login .login-form .form-box .button {
  background-color: #58eb89;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #191824;
}
.login .login-form .form-box h1 {
  font-size: 24px;
  font-weight: 400;
}
.login .login-form .form-box .form-control {
  background-color: #11101c;
  border: 1px solid #353347;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  border-radius: 5px !important;
  overflow: hidden;
}
.login .login-form .form-box .form-control:focus {
  border-color: #58eb89;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login .login-form .form-box .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.login .login-form .form-box .form-control::-moz-placeholder {
  color: #ffffff;
}
.login .login-form .form-box .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.login .login-form .form-box .form-control::-ms-input-placeholder {
  color: #ffffff;
}
.login .login-form .form-box .form-control::placeholder {
  color: #ffffff;
}
.login .login-form .form-box .link {
  font-size: 10px;
  font-weight: 300;
  color: #007de2;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}
.login .login-form .form-box .custom-checkbox .form-check-label {
  font-size: 13px;
  font-weight: 300;
  color: #9c99b4;
  font-family: "Roboto", sans-serif;
}
.login .slider-box {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1440px) {
  .login .slider-box {
    min-width: 882px;
  }
}
@media (max-width: 1439px) {
  .login .slider-box {
    min-width: 540px;
  }
}
@media (max-width: 1023px) {
  .login .slider-box {
    min-width: 80px;
  }
}
@media (max-width: 767px) {
  .login .slider-box {
    display: none;
  }
}
.login .slider-box .slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.login .slider-box .slider_item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; /* Add visibility property for better transitions */
  -webkit-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}
.login .slider-box .slider_item h1 {
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
}
.login .slider-box .slider_item.active {
  opacity: 1;
  visibility: visible; /* Show active slide */
  z-index: 1;
}
.login .slider-box .slider-1 {
  background-image: url("../assets/login/slider-1.png");
}
.login .slider-box .slider-2 {
  background-image: url("../assets/login/slider-2.png");
}
.login .slider-box .slider-dots-container {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.login .slider-box .slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.login .slider-box .slider-dots .dot {
  width: 35px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.login .slider-box .slider-dots .dot.active {
  background-color: #58eb89;
  -webkit-box-shadow: 0 0 5px #58eb89;
          box-shadow: 0 0 5px #58eb89;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.login .slider-box .slider-dots .dot:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.login .slider-dots .dot {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login .slider-dots .dot.active {
  background-color: #58eb89 !important;
  -webkit-box-shadow: 0 0 5px #58eb89 !important;
          box-shadow: 0 0 5px #58eb89 !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.login .slider-dots .dot:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.7);
}
.login .slider-dots .dot.active ~ .dot.active {
  background-color: rgba(255, 255, 255, 0.3) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none;
          transform: none;
}

.main-content.finance {
  padding: 16px;
  background: #12101d;
}
@media (max-width: 1439px) {
  .main-content.finance {
    background: none;
  }
}
.main-content .finance-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1439px) {
  .main-content .finance-home {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
.main-content .finance-home .mobile-tab-btn {
  display: none !important;
}
@media (max-width: 1439px) {
  .main-content .finance-home .mobile-tab-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.main-content .finance-home .mobile-tab-btn svg {
  margin-right: 8px;
}
.main-content .finance-home .mobile-tab-btn .trading-tab {
  background-color: #11101c;
}
.main-content .finance-home .mobile-tab-btn .trading-tab svg {
  fill: #007de2;
}
.main-content .finance-home .mobile-tab-btn .trading-tab.active {
  background-color: #007de2;
}
.main-content .finance-home .mobile-tab-btn .trading-tab.active svg {
  fill: #070610;
}
.main-content .finance-home .mobile-tab-btn .crypto-tab {
  background-color: #11101c;
}
.main-content .finance-home .mobile-tab-btn .crypto-tab svg {
  fill: #27ceac;
}
.main-content .finance-home .mobile-tab-btn .crypto-tab.active {
  background-color: #27ceac;
}
.main-content .finance-home .mobile-tab-btn .crypto-tab.active svg {
  fill: #070610;
}
.main-content .finance-home .mobile-tab-btn .bourse-tab {
  background-color: #11101c;
}
.main-content .finance-home .mobile-tab-btn .bourse-tab svg {
  fill: #0191a1;
}
.main-content .finance-home .mobile-tab-btn .bourse-tab.active {
  background-color: #0191a1;
}
.main-content .finance-home .mobile-tab-btn .bourse-tab.active svg {
  fill: #070610;
}
.main-content .finance-home .tab {
  padding: 4px 27px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .main-content .finance-home .tab {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-content .finance-home .tab {
    padding: 4px 23.6px;
    padding-bottom: 10px;
  }
}
@media (max-width: 390px) {
  .main-content .finance-home .tab {
    padding: 4px 15px;
    padding-bottom: 10px;
  }
}
.main-content .finance-home .tab img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.main-content .finance-home .trading,
.main-content .finance-home .bourse,
.main-content .finance-home .crypto {
  border-radius: 10px;
}
.main-content .finance-home .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.3019607843);
}
.main-content .finance-home .btn-outline .text {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-content .finance-home .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3019607843);
  color: #111111;
}
@media (max-width: 1439px) {
  .main-content .finance-home .tab-btn {
    display: none !important;
  }
}
.main-content .finance-home .lockscreen {
  min-height: 90vh;
  height: 100%;
}
.main-content .finance-home .lockscreen .content {
  width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-content .finance-home .lockscreen .content h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  margin-top: 62px;
}
.main-content .finance-home .lockscreen .content .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
  padding: 0 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-top: 19px;
}
.main-content .finance-home .trading {
  border: 1px solid #007de2;
}
@media (max-width: 1439px) {
  .main-content .finance-home .trading {
    position: relative;
    top: -10px;
    display: none;
  }
}
.main-content .finance-home .trading.tab-active {
  display: block;
}
.main-content .finance-home .trading.locked {
  background: linear-gradient(54.4deg, #191824 0%, #007de2 151.56%);
}
.main-content .finance-home .trading.locked .trading-content {
  display: none;
}
.main-content .finance-home .trading.active {
  background: linear-gradient(350.93deg, #191824 76.43%, #007de2 149.11%);
}
.main-content .finance-home .trading.active .lockscreen {
  display: none !important;
}
.main-content .finance-home .trading .trading-content .trading-header {
  padding: 17px;
}
.main-content .finance-home .trading .trading-content .trading-header h1 {
  font-size: 9px;
  font-weight: 400;
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#007de2), to(#00457c));
  background: linear-gradient(180deg, #007de2 0%, #00457c 100%);
  border-radius: 28px;
  padding: 2px 3px;
}
.main-content .finance-home .trading .trading-content .trading-header h2 {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.main-content .finance-home .trading .trading-content .trading-header .btn-outline {
  min-width: 124px;
}
.main-content .finance-home .trading .trading-content .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
  padding: 17px;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 25px;
  gap: 15px;
}
@media (max-width: 767px) {
  .main-content .finance-home .trading .trading-content .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.main-content .finance-home .trading .trading-content .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .main-content .finance-home .trading .trading-content .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .main-content .finance-home .trading .trading-content .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .main-content .finance-home .trading .trading-content .video-container .video {
    min-width: 100%;
  }
}
.main-content .finance-home .trading .trading-content .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-content .finance-home .trading .trading-content .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.main-content .finance-home .trading .trading-content .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  width: 55%;
}
.main-content .finance-home .trading .trading-content .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .main-content .finance-home .trading .trading-content .video-container .video-info {
    min-width: 100%;
  }
}
.main-content .finance-home .trading .trading-content .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.main-content .finance-home .trading .trading-content .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.main-content .finance-home .trading .trading-content .video-container .video-info .title {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.main-content .finance-home .trading .trading-content .video-container .video-info .video-time {
  color: #ffffff;
}
.main-content .finance-home .trading .trading-content .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.main-content .finance-home .trading .trading-content .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
}
@media (max-width: 767px) {
  .main-content .finance-home .trading .trading-content .video-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-content .finance-home .trading .trading-content .video-container .video {
  width: 100%;
}
@media (max-width: 767px) {
  .main-content .finance-home .trading .trading-content .video-container .video {
    min-width: 20%;
  }
}
@media (max-width: 767px) {
  .main-content .finance-home .trading .trading-content .video-container .video-info {
    min-width: 20%;
  }
}
.main-content .finance-home .trading .trading-content .video-container .video-info .btn-outline {
  font-size: 8px;
}
.main-content .finance-home .trading .trading-content .tranding-tv {
  border-top: 1px solid #282733;
  padding-bottom: 25px;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  padding-top: 0px;
  gap: 22px;
}
@media (max-width: 767px) {
  .main-content .finance-home .trading .trading-content .tranding-tv .content {
    gap: 15px;
  }
}
@media (max-width: 375px) {
  .main-content .finance-home .trading .trading-content .tranding-tv .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #044c87 100%);
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(1) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(1) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(1) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(1) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(1) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(1) h2 span {
  text-transform: uppercase;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(1) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #044c87 100%);
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) h2 span {
  text-transform: uppercase;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.main-content .finance-home .trading .trading-content .tranding-tv .content .content-item:nth-child(2) .btn-secondary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: rgba(17, 16, 28, 0.6);
  color: #ffffff;
  border: none;
}
.main-content .finance-home .trading .trading-content .toutes-analyses {
  border-top: 1px solid #282733;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding: 15px;
  padding-top: 0px;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item {
  border: 1px solid #353347;
  padding: 10px 13px;
  border-radius: 8px;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title .first-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title .first-part h2 {
  line-height: 114%;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title .first-part h3 {
  line-height: 114%;
  font-size: 12px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title .first-part h4 {
  font-size: 9px;
  font-weight: 300;
  color: #6e6c88;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title .bages {
  font-size: 8px;
  color: #4c4767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title .bages .rounded {
  padding: 3px;
  background: rgba(0, 168, 246, 0.3215686275);
  border-radius: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title .bages .rounded .rounded {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #00a8f6;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .description p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 0%;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .description p span {
  font-weight: 700;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .description .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
  padding: 0 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.main-content .finance-home .trading .trading-content .toutes-analyses .content .content-item .title .first-part h3 {
  font-weight: 400;
}
.main-content .finance-home .trading .trading-content .university-book {
  border-top: 1px solid #282733;
}
.main-content .finance-home .trading-tab {
  background-color: #007de2;
}
.main-content .finance-home .crypto {
  border: 1px solid #27ceac;
}
@media (max-width: 1439px) {
  .main-content .finance-home .crypto {
    position: relative;
    top: -10px;
    display: none;
  }
}
.main-content .finance-home .crypto.tab-active {
  display: block;
}
.main-content .finance-home .crypto.locked {
  background: linear-gradient(54.4deg, #191824 0%, #27ceac 151.56%);
}
.main-content .finance-home .crypto.locked .crypto-content {
  display: none !important;
}
.main-content .finance-home .crypto.active {
  background: linear-gradient(350.93deg, #191824 76.43%, #0ed29d 149.11%);
}
.main-content .finance-home .crypto.active .lockscreen {
  display: none !important;
}
.main-content .finance-home .crypto .crypto-content .crypto-header {
  padding: 17px;
}
.main-content .finance-home .crypto .crypto-content .crypto-header h1 {
  font-size: 9px;
  font-weight: 400;
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#27ceac), to(#147461));
  background: linear-gradient(180deg, #27ceac 0%, #147461 100%);
  border-radius: 28px;
  padding: 2px 3px;
}
.main-content .finance-home .crypto .crypto-content .crypto-header h2 {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.main-content .finance-home .crypto .crypto-content .crypto-header .btn-outline {
  min-width: 124px;
}
.main-content .finance-home .crypto .crypto-content .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
  padding: 17px;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 25px;
  gap: 15px;
}
@media (max-width: 767px) {
  .main-content .finance-home .crypto .crypto-content .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.main-content .finance-home .crypto .crypto-content .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .main-content .finance-home .crypto .crypto-content .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .main-content .finance-home .crypto .crypto-content .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .main-content .finance-home .crypto .crypto-content .video-container .video {
    min-width: 100%;
  }
}
.main-content .finance-home .crypto .crypto-content .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-content .finance-home .crypto .crypto-content .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.main-content .finance-home .crypto .crypto-content .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  width: 55%;
}
.main-content .finance-home .crypto .crypto-content .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .main-content .finance-home .crypto .crypto-content .video-container .video-info {
    min-width: 100%;
  }
}
.main-content .finance-home .crypto .crypto-content .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.main-content .finance-home .crypto .crypto-content .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.main-content .finance-home .crypto .crypto-content .video-container .video-info .title {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.main-content .finance-home .crypto .crypto-content .video-container .video-info .video-time {
  color: #ffffff;
}
.main-content .finance-home .crypto .crypto-content .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.main-content .finance-home .crypto .crypto-content .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
}
@media (max-width: 767px) {
  .main-content .finance-home .crypto .crypto-content .video-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-content .finance-home .crypto .crypto-content .video-container .video {
  width: 100%;
}
@media (max-width: 767px) {
  .main-content .finance-home .crypto .crypto-content .video-container .video {
    min-width: 20%;
  }
}
@media (max-width: 767px) {
  .main-content .finance-home .crypto .crypto-content .video-container .video-info {
    min-width: 20%;
  }
}
.main-content .finance-home .crypto .crypto-content .video-container .video-info .btn-outline {
  font-size: 8px;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv {
  border-top: 1px solid #282733;
  padding-bottom: 25px;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  padding-top: 0px;
  gap: 22px;
}
@media (max-width: 767px) {
  .main-content .finance-home .crypto .crypto-content .crypto-tv .content {
    gap: 15px;
  }
}
@media (max-width: 375px) {
  .main-content .finance-home .crypto .crypto-content .crypto-tv .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(1) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(1) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(1) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(1) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(1) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(1) h2 span {
  text-transform: uppercase;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(1) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) h2 span {
  text-transform: uppercase;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.main-content .finance-home .crypto .crypto-content .crypto-tv .content .content-item:nth-child(2) .btn-secondary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: rgba(17, 16, 28, 0.6);
  color: #ffffff;
  border: none;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses {
  border-top: 1px solid #282733;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding: 15px;
  padding-top: 0px;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item {
  border: 1px solid #353347;
  padding: 10px 13px;
  border-radius: 8px;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title .first-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title .first-part h2 {
  line-height: 114%;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title .first-part h3 {
  line-height: 114%;
  font-size: 12px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title .first-part h4 {
  font-size: 9px;
  font-weight: 300;
  color: #6e6c88;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title .bages {
  font-size: 8px;
  color: #4c4767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title .bages .rounded {
  padding: 3px;
  background: rgba(0, 168, 246, 0.3215686275);
  border-radius: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title .bages .rounded .rounded {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #00a8f6;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .description p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 0%;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .description p span {
  font-weight: 700;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .description .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
  padding: 0 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.main-content .finance-home .crypto .crypto-content .toutes-analyses .content .content-item .title .first-part h3 {
  font-weight: 400;
}
.main-content .finance-home .crypto .crypto-content .university-book {
  border-top: 1px solid #282733;
}
.main-content .finance-home .crypto-tab {
  background-color: #27ceac;
}
.main-content .finance-home .bourse {
  border: 1px solid #0191a1;
}
@media (max-width: 1439px) {
  .main-content .finance-home .bourse {
    position: relative;
    top: -10px;
    display: none;
  }
}
.main-content .finance-home .bourse.tab-active {
  display: block;
}
.main-content .finance-home .bourse.locked {
  background: linear-gradient(54.4deg, #191824 0%, #0191a1 151.56%);
}
.main-content .finance-home .bourse.locked .bourse-content {
  display: none !important;
}
.main-content .finance-home .bourse.active {
  background: linear-gradient(350.93deg, #191824 76.43%, #0191a1 149.11%);
}
.main-content .finance-home .bourse.active .lockscreen {
  display: none !important;
}
.main-content .finance-home .bourse .bourse-content .bourse-header {
  padding: 17px;
}
.main-content .finance-home .bourse .bourse-content .bourse-header h1 {
  font-size: 9px;
  font-weight: 400;
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#0191a1), to(rgba(1, 145, 161, 0.6039215686)));
  background: linear-gradient(180deg, #0191a1 0%, rgba(1, 145, 161, 0.6039215686) 100%);
  border-radius: 28px;
  padding: 2px 3px;
}
.main-content .finance-home .bourse .bourse-content .bourse-header h2 {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.main-content .finance-home .bourse .bourse-content .bourse-header .btn-outline {
  min-width: 124px;
}
.main-content .finance-home .bourse .bourse-content .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
  padding: 17px;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 25px;
  gap: 15px;
}
@media (max-width: 767px) {
  .main-content .finance-home .bourse .bourse-content .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.main-content .finance-home .bourse .bourse-content .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .main-content .finance-home .bourse .bourse-content .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .main-content .finance-home .bourse .bourse-content .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .main-content .finance-home .bourse .bourse-content .video-container .video {
    min-width: 100%;
  }
}
.main-content .finance-home .bourse .bourse-content .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-content .finance-home .bourse .bourse-content .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.main-content .finance-home .bourse .bourse-content .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  width: 55%;
}
.main-content .finance-home .bourse .bourse-content .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .main-content .finance-home .bourse .bourse-content .video-container .video-info {
    min-width: 100%;
  }
}
.main-content .finance-home .bourse .bourse-content .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.main-content .finance-home .bourse .bourse-content .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.main-content .finance-home .bourse .bourse-content .video-container .video-info .title {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.main-content .finance-home .bourse .bourse-content .video-container .video-info .video-time {
  color: #ffffff;
}
.main-content .finance-home .bourse .bourse-content .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.main-content .finance-home .bourse .bourse-content .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
}
@media (max-width: 767px) {
  .main-content .finance-home .bourse .bourse-content .video-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-content .finance-home .bourse .bourse-content .video-container .video {
  width: 100%;
}
@media (max-width: 767px) {
  .main-content .finance-home .bourse .bourse-content .video-container .video {
    min-width: 20%;
  }
}
@media (max-width: 767px) {
  .main-content .finance-home .bourse .bourse-content .video-container .video-info {
    min-width: 20%;
  }
}
.main-content .finance-home .bourse .bourse-content .video-container .video-info .btn-outline {
  font-size: 8px;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv {
  border-top: 1px solid #282733;
  padding-bottom: 25px;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  padding-top: 0px;
  gap: 22px;
}
@media (max-width: 767px) {
  .main-content .finance-home .bourse .bourse-content .bourse-tv .content {
    gap: 15px;
  }
}
@media (max-width: 375px) {
  .main-content .finance-home .bourse .bourse-content .bourse-tv .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(1) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(1) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(1) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(1) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(1) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(1) h2 span {
  text-transform: uppercase;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(1) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) h2 span {
  text-transform: uppercase;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.main-content .finance-home .bourse .bourse-content .bourse-tv .content .content-item:nth-child(2) .btn-secondary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: rgba(17, 16, 28, 0.6);
  color: #ffffff;
  border: none;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses {
  border-top: 1px solid #282733;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding: 15px;
  padding-top: 0px;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item {
  border: 1px solid #353347;
  padding: 10px 13px;
  border-radius: 8px;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title .first-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title .first-part h2 {
  line-height: 114%;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title .first-part h3 {
  line-height: 114%;
  font-size: 12px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title .first-part h4 {
  font-size: 9px;
  font-weight: 300;
  color: #6e6c88;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title .bages {
  font-size: 8px;
  color: #4c4767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title .bages .rounded {
  padding: 3px;
  background: rgba(0, 168, 246, 0.3215686275);
  border-radius: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title .bages .rounded .rounded {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #00a8f6;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .description p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 0%;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .description p span {
  font-weight: 700;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .description .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
  padding: 0 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.main-content .finance-home .bourse .bourse-content .toutes-analyses .content .content-item .title .first-part h3 {
  font-weight: 400;
}
.main-content .finance-home .bourse .bourse-content .university-book {
  border-top: 1px solid #282733;
}
.main-content .finance-home .bourse-tab {
  background-color: #0191a1;
}

.finance-area .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.3019607843);
  min-width: 162px;
}
.finance-area .btn-outline .text {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.finance-area .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3019607843);
  color: #111111;
}
.finance-area .line-text h1 {
  font-weight: 300;
  font-size: 10px;
  color: #9c99b4;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.finance-area .line-text .w-100 {
  width: 100%;
  height: 1px;
  background-color: #353347;
}
.finance-area .top-content {
  padding: 0px;
}
@media (max-width: 1023px) {
  .finance-area .top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    justify-items: start;
  }
}
.finance-area .top-content .top-content-item:nth-child(1) {
  width: 370px;
  color: #ffffff;
  padding: 20px;
}
@media (max-width: 1023px) {
  .finance-area .top-content .top-content-item:nth-child(1) {
    width: 100%;
    padding: 0px;
  }
}
.finance-area .top-content .top-content-item:nth-child(1) .line {
  width: 27px;
  height: 1px;
  background-color: #36344a;
  margin-bottom: 11px;
  margin-top: 12px;
  display: block;
}
.finance-area .top-content .top-content-item:nth-child(1) #title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #007de2;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  background: -webkit-linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  display: inline-block;
}
.finance-area .top-content .top-content-item:nth-child(1) p {
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
}
.finance-area .top-content .top-content-item:nth-child(2) {
  width: 100%;
  background-color: #1a1825;
  padding: 16px 21px;
  border-radius: 10px;
}
.finance-area .top-content .top-content-item:nth-child(2) h1 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9c99b4;
  line-height: 100%;
}
.finance-area .top-content .top-content-item:nth-child(2) .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .finance-area .top-content .top-content-item:nth-child(2) .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item {
  border: 1px solid #353347;
  padding: 10px 13px;
  border-radius: 8px;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title .first-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title .first-part h2 {
  line-height: 114%;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title .first-part h3 {
  line-height: 114%;
  font-size: 12px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title .first-part h4 {
  font-size: 9px;
  font-weight: 300;
  color: #6e6c88;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title .bages {
  font-size: 8px;
  color: #4c4767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title .bages .rounded {
  padding: 3px;
  background: rgba(0, 168, 246, 0.3215686275);
  border-radius: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title .bages .rounded .rounded {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #00a8f6;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .description p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 0%;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .description p span {
  font-weight: 700;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .description .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
  padding: 0 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .bages {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 1023px) {
  .finance-area .top-content .top-content-item:nth-child(2) .content .content-item:nth-child(3) {
    display: none;
  }
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item:nth-child(2) .title .first-part h5 {
  color: #0df0c2;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item:nth-child(4) {
  background: linear-gradient(54.4deg, #191824 0%, #27ceac 151.56%);
}
@media (max-width: 1023px) {
  .finance-area .top-content .top-content-item:nth-child(2) .content .content-item:nth-child(4) {
    display: none;
  }
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item:nth-child(4) .title .bages {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item:nth-child(4) .title .bages span {
  color: white;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item:nth-child(4) .title .first-part h5 {
  color: #0df0c2;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .title .first-part h5 {
  font-weight: 300;
  font-size: 9px;
  color: #0384e1;
}
.finance-area .top-content .top-content-item:nth-child(2) .content .content-item .description .btn-outline {
  min-width: 62px;
}
.finance-area .cards {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 1439px) {
  .finance-area .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .finance-area .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.finance-area .cards .item {
  position: relative;
  border-radius: 8px;
}
.finance-area .cards .item svg {
  position: absolute;
  top: 10px;
  right: 10px;
  fill: white;
}
.finance-area .cards .item .btn-outline {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.finance-area .cards .item:nth-child(1) h1 {
  font-size: 24px;
  font-weight: 500;
  color: white;
  text-align: center;
  max-width: 103px;
}
.finance-area .cards .item:nth-child(2), .finance-area .cards .item:nth-child(6), .finance-area .cards .item:nth-child(8), .finance-area .cards .item:nth-child(3) {
  background: linear-gradient(54.4deg, #191824 0%, #007de2 151.56%);
}
.finance-area .cards .item:nth-child(5), .finance-area .cards .item:nth-child(7), .finance-area .cards .item:nth-child(4) {
  background: linear-gradient(54.4deg, #191824 0%, #27ceac 151.56%);
}
.finance-area .cards .item:nth-child(5) svg, .finance-area .cards .item:nth-child(3) svg {
  fill: #0f0e19;
}
@media (max-width: 767px) {
  .finance-area .cards .item:nth-child(8), .finance-area .cards .item:nth-child(7) {
    min-height: 70px;
  }
}
.finance-area .cards .item:nth-child(8) h1, .finance-area .cards .item:nth-child(7) h1 {
  color: white;
  font-size: 8px;
  line-height: 10px;
  font-weight: 300;
  max-width: 114px;
  text-align: center;
}
.finance-area .bottom-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .finance-area .bottom-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.finance-area .bottom-content .bottom-content-item {
  padding: 14px;
  background-color: #191824;
  border-radius: 10px;
}
.finance-area .bottom-content .bottom-content-item .header-item h5 {
  font-weight: 400;
  font-size: 10px;
}
.finance-area .bottom-content .bottom-content-item .btn-outline {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.finance-area .bottom-content .bottom-content-item .content {
  margin-top: 10px;
  max-height: 302px;
  overflow-y: auto;
  padding-right: 15px;
  scrollbar-width: thin;
  scrollbar-color: #353347 #1a1825;
}
.finance-area .bottom-content .bottom-content-item .content .content-item {
  border: 1px solid #353347;
  padding: 10px 13px;
  border-radius: 8px;
  margin-top: 10px;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title .first-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title .first-part h2 {
  line-height: 114%;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title .first-part h3 {
  line-height: 114%;
  font-size: 12px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title .first-part h4 {
  font-size: 9px;
  font-weight: 300;
  color: #6e6c88;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title .bages {
  font-size: 8px;
  color: #4c4767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title .bages .rounded {
  padding: 3px;
  background: rgba(0, 168, 246, 0.3215686275);
  border-radius: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title .bages .rounded .rounded {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #00a8f6;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .description p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 0%;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .description p span {
  font-weight: 700;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .description .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
  padding: 0 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .bages {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .title .first-part h5 {
  font-weight: 300;
  font-size: 9px;
  color: #0384e1;
}
.finance-area .bottom-content .bottom-content-item .content .content-item .description .btn-outline {
  min-width: 62px;
}
.finance-area .bottom-content .bottom-content-item:nth-child(2) .content .content-item .title .first-part h5 {
  color: #0ed29d;
}
.finance-area .bottom-content .bottom-content-item:nth-child(3) {
  min-height: 200px;
}
.finance-area .bottom-content .bottom-content-item:nth-child(3) h1 {
  max-width: 171px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-align: center;
}

.finance-tv .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.3019607843);
}
.finance-tv .btn-outline .text {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.finance-tv .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  padding: 8px 16px;
}
.finance-tv .dot {
  padding: 2px;
  background-color: #5876bb;
  border-radius: 50%;
}
.finance-tv .dot .dot-inner {
  min-width: 6px;
  min-height: 6px;
  background: #ff0000;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .finance-tv .finance-tv-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(1) {
  width: 570px;
  color: #ffffff;
  padding: 20px;
}
@media (max-width: 1439px) {
  .finance-tv .finance-tv-top-content .top-content-item:nth-child(1) {
    width: 100%;
    padding: 0px;
  }
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(1) .line {
  width: 27px;
  height: 1px;
  background-color: #36344a;
  margin-bottom: 11px;
  margin-top: 12px;
  display: block;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(1) #title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #007de2;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  background: -webkit-linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  display: inline-block;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(1) p {
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) {
  width: 100%;
  max-width: 100%;
  background-color: #1a1825;
  padding: 16px 21px;
  border-radius: 10px;
  position: relative;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .overflow-effect {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 151px;
  height: 80%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 36, 0)), to(#191824));
  background: linear-gradient(90deg, rgba(25, 24, 36, 0) 0%, #191824 100%);
  pointer-events: none;
  border-radius: 0 10px 10px 0;
  z-index: 9999;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) h1 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9c99b4;
  line-height: 100%;
}
@media (max-width: 1439px) {
  .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 16px;
  width: 100%;
}
@media (max-width: 1439px) {
  .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
}
@media (max-width: 1023px) {
  .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item {
    min-width: 179px;
  }
}
@media (max-width: 1439px) {
  .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    min-width: 200px;
  }
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1), .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #044c87 100%);
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) img, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) .btn-primary, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) h6, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) h1, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) h2, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) h2 span, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) h2 span {
  text-transform: uppercase;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) h2 .time, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) .title, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) .title {
  color: #007de2;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) .live, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) .live {
  background: white;
  padding: 2px 6px;
  border-radius: 10px;
  color: #08071a;
  font-weight: 300;
  font-size: 9px;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(1) .live .dot, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(2) .live .dot {
  background-color: rgba(255, 0, 0, 0.231372549);
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3), .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3) img, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3) .btn-primary, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3) h6, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3) h1, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3) h2, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3) h2 span, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) h2 span {
  text-transform: uppercase;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3) h2 .time, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(3) .title, .finance-tv .finance-tv-top-content .top-content-item:nth-child(2) .scrolling-container .content .content-item:nth-child(4) .title {
  color: #0ed29d;
}
.finance-tv .middle-content {
  padding: 24px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #191824;
  gap: 34px;
  margin: 28px 24px;
  border-radius: 10px;
  margin: 15px 0px;
}
.finance-tv .middle-content .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-width: 152px;
  max-width: 152px;
}
.finance-tv .middle-content .content-box h1 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9c99b4;
}
.finance-tv .middle-content .content-box h2 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #6e6c88;
}
.finance-tv .middle-content .content-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  .finance-tv .middle-content .content-box h3 {
    font-size: 22px;
  }
}
.finance-tv .middle-content .content-box h4 {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
.finance-tv .middle-content .content-box h4 span {
  color: #6e6c88;
}
.finance-tv .middle-content .content-box .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  width: 100%;
  margin-top: 10px;
}
.finance-tv .middle-content .content-box h1 {
  color: #007de2;
  font-weight: 300;
  font-size: 12px;
}
.finance-tv .middle-content .content-box h3 {
  color: #ffffff;
}
.finance-tv .middle-content .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.finance-tv .middle-content .video-box .after {
  position: sticky;
  top: 0;
  right: 0;
  min-width: 199px;
  min-height: 176px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 36, 0)), to(#191824));
  background: linear-gradient(90deg, rgba(25, 24, 36, 0) 0%, #191824 100%);
}
@media (max-width: 767px) {
  .finance-tv .middle-content .video-box .after {
    display: none;
  }
}
@media (max-width: 767px) {
  .finance-tv .middle-content .video-box .after {
    min-width: 99px;
  }
}
.finance-tv .middle-content .video-box .video-item {
  min-width: 233px;
  height: 152px;
  background-color: #2e2c3c;
  border-bottom: 2px solid #6c6c6c;
  position: relative;
}
.finance-tv .middle-content .video-box .video-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@media (max-width: 767px) {
  .finance-university {
    background-color: #070610;
  }
}
.finance-university .top-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  border-bottom: 1px solid #191824;
  padding: 34px 22px 28px 39px;
}
@media (max-width: 1439px) {
  .finance-university .top-content {
    padding: 34px 22px 28px 22px;
  }
}
@media (max-width: 767px) {
  .finance-university .top-content {
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.finance-university .top-content .item {
  border-radius: 10px;
}
.finance-university .top-content .item .item-title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.finance-university .top-content .item .item-title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.finance-university .top-content .item:nth-child(1) {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 16px 21px;
}
@media (max-width: 1439px) {
  .finance-university .top-content .item:nth-child(1) {
    grid-column: span 3;
  }
}
@media (max-width: 1023px) {
  .finance-university .top-content .item:nth-child(1) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .finance-university .top-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
@media (max-width: 1439px) {
  .finance-university .top-content .item:nth-child(1) {
    padding: 16px 0px;
  }
}
.finance-university .top-content .item:nth-child(1) h1 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: start;
  line-height: 100%;
}
.finance-university .top-content .item:nth-child(1) p {
  font-size: 24px;
  font-weight: 300;
  max-width: 250px;
  line-height: 110%;
}
.finance-university .top-content .item:nth-child(1) .title {
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  max-width: 268px;
  line-height: 114%;
}
.finance-university .top-content .item:nth-child(1) .name {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.finance-university .top-content .item:nth-child(1) .name span {
  font-weight: 300;
  color: #9c99b4;
}
.finance-university .top-content .item:nth-child(1) .name .user-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.finance-university .top-content .item:nth-child(1) .bar {
  width: 27px;
  border: 1px solid #36344a;
}
.finance-university .top-content .item:nth-child(1) p {
  font-size: 11px;
  font-weight: 300;
  color: white;
  max-width: 419px;
}
.finance-university .top-content .item:nth-child(1) .status {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Roboto";
}
.finance-university .top-content .item:nth-child(1) .status .name {
  font-weight: 300;
  color: #9c99b4;
}
.finance-university .top-content .item:nth-child(1) .status .num {
  font-weight: 400;
  color: #ffffff;
  margin-top: 4px;
}
.finance-university .top-content .item:nth-child(1) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  padding: 0px 26px;
  min-width: 152px;
}
.finance-university .top-content .item:nth-child(2) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
}
@media (max-width: 1023px) {
  .finance-university .top-content .item:nth-child(2) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .finance-university .top-content .item:nth-child(2) {
    grid-column: span 12;
  }
}
.finance-university .top-content .item:nth-child(2) .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .finance-university .top-content .item:nth-child(2) .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.finance-university .top-content .item:nth-child(2) .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .finance-university .top-content .item:nth-child(2) .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .finance-university .top-content .item:nth-child(2) .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .finance-university .top-content .item:nth-child(2) .video-container .video {
    min-width: 100%;
  }
}
.finance-university .top-content .item:nth-child(2) .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.finance-university .top-content .item:nth-child(2) .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.finance-university .top-content .item:nth-child(2) .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  width: 55%;
}
.finance-university .top-content .item:nth-child(2) .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .finance-university .top-content .item:nth-child(2) .video-container .video-info {
    min-width: 100%;
  }
}
.finance-university .top-content .item:nth-child(2) .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.finance-university .top-content .item:nth-child(2) .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.finance-university .top-content .item:nth-child(2) .video-container .video-info .title {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.finance-university .top-content .item:nth-child(2) .video-container .video-info .video-time {
  color: #ffffff;
}
.finance-university .top-content .item:nth-child(2) .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.finance-university .top-content .item:nth-child(2) .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
}
.finance-university .top-content .item:nth-child(2) .video-container .video {
  width: 100%;
}
.finance-university .top-content .item:nth-child(3) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
}
@media (max-width: 1439px) {
  .finance-university .top-content .item:nth-child(3) {
    grid-column: span 5;
  }
}
@media (max-width: 1023px) {
  .finance-university .top-content .item:nth-child(3) {
    grid-column: span 12;
  }
}
.finance-university .top-content .item:nth-child(3) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 35px;
}
@media (max-width: 1439px) {
  .finance-university .top-content .item:nth-child(3) .content {
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  .finance-university .top-content .item:nth-child(3) .content {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .finance-university .top-content .item:nth-child(3) .content {
    gap: 15px;
  }
}
@media (max-width: 380px) {
  .finance-university .top-content .item:nth-child(3) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.finance-university .top-content .item:nth-child(3) .content .content-item {
  border: 1px solid #353347;
  border-radius: 8px;
  padding: 14px 12px;
  width: 100%;
}
.finance-university .top-content .item:nth-child(3) .content .content-item .box {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 119px;
  overflow-y: auto;
  padding-right: 10px;
}
.finance-university .top-content .item:nth-child(3) .content .content-item .box .item {
  gap: 2px;
  padding: 0px;
}
.finance-university .top-content .item:nth-child(3) .content .content-item .box .item h1 {
  font-size: 8px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  line-height: 100%;
}
.finance-university .top-content .item:nth-child(3) .content .content-item .box .item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
.finance-university .top-content .item:nth-child(3) .content .content-item .box .item .description h2 {
  color: #ffffff;
}
.finance-university .top-content .item:nth-child(3) .content .content-item .box .item .description h3 {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.finance-university .top-content .item:nth-child(3) .content .progress-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.finance-university .top-content .item:nth-child(3) .content .progress-box .progress-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.finance-university .top-content .item:nth-child(3) .content .progress-box .progress-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.finance-university .top-content .item:nth-child(3) .content .progress-box .progress-container .content h1 {
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  margin-top: 20px;
}
.finance-university .top-content .item:nth-child(3) .content .progress-box .progress-container .content p {
  font-size: 10px;
  font-weight: 300;
  line-height: 115%;
}
.finance-university .middle-content {
  padding: 24px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #191824;
  gap: 34px;
  margin: 28px 24px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .finance-university .middle-content {
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.finance-university .middle-content .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-width: 152px;
  max-width: 152px;
  max-width: 157.5px;
}
.finance-university .middle-content .content-box h1 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9c99b4;
}
.finance-university .middle-content .content-box h2 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #6e6c88;
}
.finance-university .middle-content .content-box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  .finance-university .middle-content .content-box h3 {
    font-size: 22px;
  }
}
.finance-university .middle-content .content-box h4 {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
.finance-university .middle-content .content-box h4 span {
  color: #6e6c88;
}
.finance-university .middle-content .content-box .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  width: 100%;
  margin-top: 10px;
}
.finance-university .middle-content .content-box .status {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.finance-university .middle-content .content-box h4 {
  margin-top: 0px;
}
.finance-university .middle-content .content-box h3 {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-width: 166px;
}
.finance-university .middle-content .content-box .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  padding: 0px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.finance-university .middle-content .content-box .progress-bar {
  height: 4px;
  width: 100%;
  background-color: #070610;
  border-radius: 53px;
  margin-top: 5px;
}
.finance-university .middle-content .content-box .progress-bar .progress-fill {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  border-radius: 53px;
}
.finance-university .middle-content .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.finance-university .middle-content .video-box .after {
  position: sticky;
  top: 0;
  right: 0;
  min-width: 199px;
  min-height: 176px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 24, 36, 0)), to(#191824));
  background: linear-gradient(90deg, rgba(25, 24, 36, 0) 0%, #191824 100%);
}
@media (max-width: 767px) {
  .finance-university .middle-content .video-box .after {
    display: none;
  }
}
@media (max-width: 767px) {
  .finance-university .middle-content .video-box .after {
    min-width: 99px;
  }
}
.finance-university .middle-content .video-box .video-item {
  min-width: 233px;
  height: 152px;
  background-color: #2e2c3c;
  border-bottom: 2px solid #6c6c6c;
  position: relative;
}
.finance-university .middle-content .video-box .video-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.finance-planning {
  padding: 20px;
}
.finance-planning #title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #007de2;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  background: -webkit-linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.finance-planning .finance-planning-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1439px) {
  .finance-planning .finance-planning-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.finance-planning .finance-planning-content .item {
  background-color: #191824;
  border-radius: 10px;
  padding: 28px;
}
@media (max-width: 1439px) {
  .finance-planning .finance-planning-content .item {
    max-width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .finance-planning .finance-planning-content .item::-webkit-scrollbar {
    display: none; /* WebKit */
  }
}
@media (max-width: 1439px) {
  .finance-planning .finance-planning-content .item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.finance-planning .finance-planning-content .item .item-content .title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1439px) {
  .finance-planning .finance-planning-content .item .item-content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.finance-planning .finance-planning-content .item .item-content .content .content-item {
  margin-top: 18px;
}
@media (max-width: 1439px) {
  .finance-planning .finance-planning-content .item .item-content .content .content-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    min-width: 200px;
  }
}
.finance-planning .finance-planning-content .item .item-content .content .content-item .title {
  text-align: start;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.3019607843);
}
.finance-planning .finance-planning-content .item .item-content .content .content-item .btn-outline .text {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #044c87 100%);
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading h2 span {
  text-transform: uppercase;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.trading .title {
  color: #007de2;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto h2 span {
  text-transform: uppercase;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.finance-planning .finance-planning-content .item .item-content .content .content-item.crypto .title {
  color: #0ed29d;
}

.finance-book {
  padding: 20px;
}
.finance-book h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #007de2;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  background: -webkit-linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: start;
  padding: 0px 20px;
}
.finance-book img {
  margin-top: 25px;
  width: 100%;
  height: auto;
}

.finance-informations {
  padding: 20px;
}
.finance-informations h1 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.finance-informations .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
  gap: 15px;
}
@media (max-width: 1439px) {
  .finance-informations .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.finance-informations .content .item {
  background-color: #191824;
  padding: 14px;
}
.finance-informations .content .item .title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .finance-informations .content .item:nth-child(1) .item-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.finance-informations .content .item:nth-child(1) .w-100 {
  margin-top: 14px;
  border: 1px solid #353347;
  padding: 14px;
  border-radius: 8px;
}
.finance-informations .content .item:nth-child(1) p {
  color: #58eb89;
  font-size: 11px;
  font-weight: 400;
}
.finance-informations .content .item:nth-child(1) h2 {
  font-size: 10px;
  font-weight: 400;
  color: #9c99b4;
}
.finance-informations .content .item:nth-child(1) h3 {
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 2px;
}
.finance-informations .content .item:nth-child(2) .card-item {
  border: 1px solid #353347;
  padding: 18px 30px;
  border-radius: 8px;
  margin-top: 14px;
}
.finance-informations .content .item:nth-child(2) .card-item img {
  width: 94px;
}
.finance-informations .content .item:nth-child(2) .card-item h1 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.finance-informations .content .item:nth-child(2) .card-item button {
  margin-top: 10px;
  width: 100%;
  background-color: #58eb89;
  border: none;
  padding: 8px 0px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #11101c;
  cursor: pointer;
}
.finance-informations .content .item:nth-child(2) .card-item .w-100:nth-child(2) p {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.finance-informations .content .item:nth-child(2) .card-item .w-100:nth-child(2) p span {
  color: #9c99b4;
}
.finance-informations .content .item:nth-child(2) .card-item .w-100:nth-child(2) h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
.finance-informations .content .item:nth-child(2) .card-item .w-100:nth-child(2) button {
  margin-top: 10px;
  width: 100%;
  background-color: #070610;
  border: 1px solid #9c99b4;
  padding: 8px 0px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
.finance-informations .content .item:nth-child(3) .content {
  border: 1px solid #353347;
  padding: 14px;
  border-radius: 8px;
  height: 151px;
}

@media (max-width: 767px) {
  .inscription-price {
    padding: 10px;
  }
}
.inscription-price .main-content {
  padding: 50px 100px;
  background-color: #1a1825;
  border-radius: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 50px auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
@media (max-width: 1023px) {
  .inscription-price .main-content {
    padding: 30px 20px;
    width: 100%;
    margin: 20px auto;
  }
}
.inscription-price .main-content h2 {
  font-size: 20px;
  font-weight: 400;
  color: #c4bfef;
  margin-bottom: 20px;
  text-align: center;
}
.inscription-price .main-content .tab-item {
  background-color: #070610;
  border-radius: 83px;
  padding: 6px;
}
.inscription-price .main-content .tab-item .item {
  font-size: 15px;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 83px;
  color: #64617c;
}
@media (max-width: 767px) {
  .inscription-price .main-content .tab-item .item {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.inscription-price .main-content .tab-item .item.active {
  background-color: #191824;
  color: #ffffff;
}
.inscription-price .main-content .tab-item .item span {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 10px;
  background-color: #58eb89;
  border-radius: 21px;
  margin-left: 4px;
  color: #070610;
}
@media (max-width: 767px) {
  .inscription-price .main-content .tab-item .item span {
    font-size: 8px;
    padding: 2px 5px;
  }
}
.inscription-price .main-content .tab-content-container {
  margin-top: 40px;
}
.inscription-price .main-content .tab-content-container .tab-content {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  overflow: visible;
}
@media (max-width: 767px) {
  .inscription-price .main-content .tab-content-container .tab-content {
    grid-template-columns: 1fr;
  }
}
.inscription-price .main-content .tab-content-container .tab-content.active {
  display: grid;
}
.inscription-price .main-content .tab-content-container .tab-content .price-cart {
  padding: 17px 32px;
  background-color: rgba(7, 6, 16, 0.4784313725);
  border: 1px solid #353347;
  border-radius: 5px;
}
.inscription-price .main-content .tab-content-container .tab-content .price-cart h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #ffffff;
}
.inscription-price .main-content .tab-content-container .tab-content .price-cart p {
  font-size: 14px;
  font-weight: 400;
  color: #9c99b4;
  max-width: 150px;
  text-align: center;
}
.inscription-price .main-content .tab-content-container .tab-content .price-cart .price {
  font-size: 24px;
  font-weight: 700;
  color: #58eb89;
  text-align: center;
}
.inscription-price .main-content .tab-content-container .tab-content .price-cart .price span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.inscription-formation {
  padding: 10px;
}
.inscription-formation .main-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 50px auto;
  padding: 50px 100px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inscription-formation .main-content {
    padding: 50px 50px;
  }
}
.inscription-formation .main-content h2 {
  font-size: 20px;
  font-weight: 400;
  color: #c4bfef;
  margin-bottom: 20px;
  text-align: center;
}
.inscription-formation .main-content .content-container {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.inscription-formation .main-content .content-container .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .inscription-formation .main-content .content-container .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inscription-formation .main-content .content-container .content .price-cart .price {
  font-size: 36px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.inscription-formation .main-content .content-container .content .price-cart p {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  padding: 0;
  margin: 0;
  text-align: center;
}
.inscription-formation .main-content .content-container .content .price-cart:nth-child(1) {
  border: 1px solid #353347;
  padding: 31px 41px;
  border-radius: 5px;
  background: linear-gradient(119.86deg, #070610 46.57%, #315c12 100%);
}
.inscription-formation .main-content .content-container .content .price-cart:nth-child(1) .price {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.inscription-formation .main-content .content-container .content .price-cart:nth-child(2) {
  border: 1px solid #353347;
  padding: 31px 41px;
  border-radius: 5px;
  background: linear-gradient(119.86deg, #070610 46.57%, #123f5c 100%);
}
.inscription-formation .main-content .content-container .content .price-cart:nth-child(2) .price {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.inscription-formation .main-content .content-container .content .price-cart:nth-child(3) {
  border: 1px solid #353347;
  padding: 31px 41px;
  border-radius: 5px;
  background: linear-gradient(119.86deg, #070610 46.57%, #814227 100%);
}
.inscription-formation .main-content .content-container .content .price-cart:nth-child(3) .price {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 1439px) {
  .main-content.futures-home {
    padding: 0px;
    background-color: transparent;
  }
}

.futures-home .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439px) {
  .futures-home .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.futures-home .header-content .header-left h1 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.futures-home .header-content .header-left p {
  font-size: 24px;
  font-weight: 300;
  color: #c4bfef;
}
@media (max-width: 1439px) {
  .futures-home .header-content .header-left {
    display: none !important;
  }
}
.futures-home .header-content .header-right {
  position: relative;
}
.futures-home .header-content .header-right img {
  width: 100%;
}
.futures-home .header-content .header-right .slide-changer {
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 99999;
}
.futures-home .header-content .header-right .slide-changer span {
  background-color: #070610;
  width: 65px;
  height: 4px;
  display: block;
  border-radius: 18px;
}
.futures-home .header-content .header-right .slide-changer span.active {
  background-color: #58eb89;
}
.futures-home .line {
  width: 100%;
  background-color: #191824;
  height: 1px;
}
.futures-home .learnfinance {
  padding: 0px 20px;
}
.futures-home .learnfinance .bottom-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1439px) {
  .futures-home .learnfinance .bottom-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.futures-home .learnfinance .bottom-content .item {
  min-height: 120px;
  background: #191824;
  border-radius: 10px;
  padding: 21px;
}
.futures-home .learnfinance .bottom-content .item .item-title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.futures-home .learnfinance .bottom-content .item .item-title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.futures-home .learnfinance .bottom-content .item .content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 100%;
  }
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  width: 55%;
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info {
    min-width: 100%;
  }
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info .title {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info .video-time {
  color: #ffffff;
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
}
@media (max-width: 767px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1439px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 50%;
  }
}
@media (max-width: 1023px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(1) .video-container .video-info {
    min-width: 40%;
  }
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media (max-width: 767px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(2) .content {
    gap: 15px;
  }
}
@media (max-width: 375px) {
  .futures-home .learnfinance .bottom-content .item:nth-child(2) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #044c87 100%);
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h2 span {
  text-transform: uppercase;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(1) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 142px;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  z-index: 99;
  border: 1px solid #353347;
  position: relative;
  background: linear-gradient(258.12deg, #191824 20.19%, #0ed29d 100%);
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h6 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
  text-transform: uppercase;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
  max-width: 100px;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h2 {
  font-size: 9px;
  font-weight: 300;
  color: #08071a;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h2 span {
  text-transform: uppercase;
}
.futures-home .learnfinance .bottom-content .item:nth-child(2) .content .content-item:nth-child(2) h2 .time {
  font-size: 12px;
  color: #ffffff;
  padding-left: 5px;
  text-transform: capitalize;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item {
  border: 1px solid #353347;
  padding: 10px 13px;
  border-radius: 8px;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .title .first-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .title .first-part h2 {
  line-height: 114%;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .title .first-part h3 {
  line-height: 114%;
  font-size: 12px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .title .first-part h4 {
  font-size: 9px;
  font-weight: 300;
  color: #6e6c88;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .title .bages {
  font-size: 8px;
  color: #4c4767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 20px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .title .bages .rounded {
  padding: 3px;
  background: rgba(0, 168, 246, 0.3215686275);
  border-radius: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .title .bages .rounded .rounded {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #00a8f6;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .description p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 0%;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .description p span {
  font-weight: 700;
}
.futures-home .learnfinance .bottom-content .item:nth-child(3) .content .content-item .description .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  color: #111111;
  border: none;
  padding: 0 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.futures-home .learn-digital {
  padding: 0px 20px;
}
.futures-home .learn-digital .learn-digital-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1439px) {
  .futures-home .learn-digital .learn-digital-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.futures-home .learn-digital .learn-digital-content .item {
  border-radius: 10px;
}
.futures-home .learn-digital .learn-digital-content .item .item-title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.futures-home .learn-digital .learn-digital-content .item .item-title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
  width: 100%;
  grid-column: span 1;
}
@media (max-width: 1023px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
@media (max-width: 1439px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) {
    grid-column: span 1;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video {
  min-width: 233px;
  height: 145px;
  position: relative;
  background-color: #2e2c3c;
}
@media (max-width: 1439px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video {
    min-width: 90px;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video {
    min-width: 183px;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video {
    min-width: 100%;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6c6c6c;
  overflow: hidden;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video .progress .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  width: 55%;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info {
    min-width: 100%;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info h6 {
  font-size: 9px;
  font-weight: 300;
  line-height: 114%;
  text-transform: uppercase;
  color: #6e6c88;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info h1 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 114%;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info .title {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info .video-time {
  color: #ffffff;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info .btn-primary {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  color: #111111;
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1439px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video {
    min-width: 50%;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(1) .video-container .video-info {
    min-width: 40%;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) {
  background-color: #191824;
  grid-column: span 4;
  padding: 16px 21px;
  grid-column: span 1;
}
@media (max-width: 1439px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(2) {
    grid-column: span 5;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(2) {
    grid-column: span 12;
  }
}
@media (max-width: 1439px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(2) {
    grid-column: span 12;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(2) {
    grid-column: span 1;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 35px;
}
@media (max-width: 1439px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content {
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content {
    gap: 15px;
  }
}
@media (max-width: 380px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .content-item {
  border: 1px solid #353347;
  border-radius: 8px;
  padding: 14px 12px;
  width: 100%;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .content-item .box {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 119px;
  overflow-y: auto;
  padding-right: 10px;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .content-item .box .item {
  gap: 2px;
  padding: 0px;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .content-item .box .item h1 {
  font-size: 8px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  line-height: 100%;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .content-item .box .item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .content-item .box .item .description h2 {
  color: #ffffff;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .content-item .box .item .description h3 {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .progress-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .progress-box .progress-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .progress-box .progress-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .progress-box .progress-container .content h1 {
  font-weight: 400;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  margin-top: 20px;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(2) .content .progress-box .progress-container .content p {
  font-size: 10px;
  font-weight: 300;
  line-height: 115%;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) {
  background-color: #191824;
  padding: 20px 21px;
  border-radius: 10px;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) .title h1 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(3) {
    grid-column: span 12;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(3) {
    grid-column: span 12;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(3) {
    grid-column: span 1;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) .title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) .title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) .title h1 {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) .tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 27px;
}
@media (max-width: 320px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(3) .tools {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1440px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(3) .tools {
    gap: 28px 17px;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(3) .tools {
    gap: 17px;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) .tools .tool-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #353347;
  border-radius: 8px;
  padding: 18px 25px;
  gap: 6px;
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) .tools .tool-item h2 {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  max-width: 64px;
}
@media (max-width: 1440px) {
  .futures-home .learn-digital .learn-digital-content .item:nth-child(3) .tools .tool-item h2 {
    font-size: 10px;
  }
}
.futures-home .learn-digital .learn-digital-content .item:nth-child(3) .tools .tool-item .download {
  background: -webkit-gradient(linear, right top, left top, from(#f60c3b), to(#ff8e39));
  background: linear-gradient(270deg, #f60c3b 0%, #ff8e39 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  min-width: 23px;
  min-height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  cursor: pointer;
}
.futures-home .learn-ecom {
  padding: 0px 20px;
}
.futures-home .learn-ecom .lock-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 137, 64, 0.3843137255)), to(rgba(147, 235, 88, 0.6784313725)));
  background: linear-gradient(90deg, rgba(37, 137, 64, 0.3843137255) 0%, rgba(147, 235, 88, 0.6784313725) 100%);
  border-radius: 10px;
  overflow: hidden;
  padding: 1px;
}
.futures-home .learn-ecom .lock-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(54.4deg, #191824 0%, #5e8444 151.56%);
  border-radius: 10px;
  gap: 112px;
  padding: 42px 150px;
}
@media (max-width: 1023px) {
  .futures-home .learn-ecom .lock-container {
    padding: 42px 50px;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-ecom .lock-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 52px;
  }
  .futures-home .learn-ecom .lock-container img {
    max-width: 97px;
    height: auto;
  }
}
.futures-home .learn-ecom .lock-container .lock-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .futures-home .learn-ecom .lock-container .lock-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.futures-home .learn-ecom .lock-container .lock-content h1 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.futures-home .learn-ecom .lock-container .lock-content p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}
.futures-home .learn-ecom .lock-container .lock-content button {
  background: -webkit-gradient(linear, left top, right top, from(#25893f), to(#94eb58));
  background: linear-gradient(90deg, #25893f 0%, #94eb58 100%);
  color: #111111;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.futures-home .learn-ecom .bottom-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 22px;
  padding: 20px 0px;
}
.futures-home .learn-ecom .bottom-content .item {
  min-height: 120px;
  background: #191824;
  border-radius: 10px;
  padding: 21px;
}
.futures-home .learn-ecom .bottom-content .item .item-title {
  font-size: 13px;
  font-weight: 400;
  color: #9c99b4;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.futures-home .learn-ecom .bottom-content .item .item-title .btn-outline {
  font-size: 10px;
  color: #d0d0d0;
  border: 1px solid #353347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #353347;
  padding: 0px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(1) {
  grid-column: span 3;
}
@media (max-width: 1439px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(1) {
    grid-column: span 12;
  }
}
.futures-home .learn-ecom .bottom-content .item:nth-child(1) .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(1) .content .content-item {
  padding: 17px;
  border: 1px solid #353347;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(1) .content .content-item h1 {
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(1) .content .content-item p {
  font-size: 11px;
  font-weight: 300;
  color: #ffffff;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(1) .content .content-item h1 {
  background: #58eb89;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 1439px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(2) {
    grid-column: span 4;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(2) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(2) {
    grid-column: span 12;
  }
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  min-height: 139px;
  height: 100%;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .y-axis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-bottom: 35px;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .y-axis span {
  font-size: 9px;
  font-weight: 300;
  color: #9c99b4;
  line-height: 1;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .bar-background {
  height: 100%;
  width: 9px;
  background-color: #353347;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .bar-background .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .bar-background .bar:hover {
  -webkit-transform: scaleY(1.05);
          transform: scaleY(1.05);
  -webkit-box-shadow: 0 0 15px rgba(14, 210, 157, 0.4);
          box-shadow: 0 0 15px rgba(14, 210, 157, 0.4);
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .day-label {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  color: #9c99b4;
  text-align: center;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container:hover .bar-background .bar::after {
  content: attr(data-hours) "h - " attr(data-day);
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  white-space: nowrap;
  z-index: 10;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .bar-background {
  height: 100%;
  width: 9px;
  background-color: #353347;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .bar-background .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#007de2), to(#3fffcb));
  background: linear-gradient(90deg, #007de2 0%, #3fffcb 100%);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .bar-background .bar:hover {
  -webkit-transform: scaleY(1.05);
          transform: scaleY(1.05);
  -webkit-box-shadow: 0 0 15px rgba(14, 210, 157, 0.4);
          box-shadow: 0 0 15px rgba(14, 210, 157, 0.4);
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .day-label {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  color: #9c99b4;
  text-align: center;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container:hover .bar-background .bar::after {
  content: attr(data-hours) "h - " attr(data-day);
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  white-space: nowrap;
  z-index: 10;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(2) .content .chart-bars .bar-container .bar-background .bar {
  background: #58eb89;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(3) {
  grid-column: span 3;
  padding-top: 15px;
}
@media (max-width: 1439px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(3) {
    grid-column: span 4;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(3) {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(3) {
    grid-column: span 12;
  }
}
.futures-home .learn-ecom .bottom-content .item:nth-child(3) .item-title h1 {
  background: #58eb89;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(3) .content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(3) .content .content-item {
  padding: 22px 5px;
  border: 1px solid #353347;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(3) .content .content-item h1 {
  color: #9c99b4;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(3) .content .content-item p {
  font-size: 9px;
  font-weight: 300;
  color: #ffffff;
  line-height: 114%;
  text-align: center;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(3) .content-footer {
  font-size: 10px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  line-height: 114%;
  border: 1px solid #353347;
  min-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0px;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(3) .content-footer span {
  color: #58eb89;
  margin: 0 2px;
}
.futures-home .learn-ecom .bottom-content .item:nth-child(4) {
  grid-column: span 3;
  padding: 0;
}
@media (max-width: 1439px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(4) {
    grid-column: span 4;
  }
}
@media (max-width: 1023px) {
  .futures-home .learn-ecom .bottom-content .item:nth-child(4) {
    grid-column: span 12;
  }
}

body {
  font-family: "Poppins", sa ns-serif;
  color: #c4bfef;
  background-color: #070610;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body .content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #191824;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.avatar span {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff8e39;
  border-radius: 100%;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
}

.copy-right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #9c99b4;
}

.main-content {
  background-color: #11101c;
  width: 100%;
  height: 90vh;
  margin-top: 20px;
  border-top-left-radius: 25px;
  overflow-y: auto;
  padding-bottom: 20px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 88px;
  background-color: #090912;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9c99b4;
  border-radius: 88px;
}/*# sourceMappingURL=style.css.map */