.stack-site-container {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  width: 100%;
  font-family: Open Sans, sans-serif !important;
}
.bg-image {
  background-image: url('../../images/banner_bg.png');
}
.stack-site-container * {
  font-family: Open Sans, sans-serif !important;
}

.stack-top-banner {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  text-align: center;
  background: #00c4f4;
  color: #131b1b;
  font-weight: 500;
  font-size: 1rem;
  z-index: 4;
}
.stack-main-component {
  backdrop-filter: blur(5px);
  padding-top: 175px;
  width: 100%;
  margin: 0 auto;
  min-height: 1100px;
  justify-content: space-between;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* background-image: url("../assets/img/logo/logo.png") no-repeat -30% 0; */
  background-image: url(../img/logo/logo.png) !important;
  background-repeat: no-repeat;
  background-size: 250px 250px !important;
  max-width: 1440px;
  background-size: contain;
  background-position: center;
}
.stack-main-component .description-widget,
.stack-main-component .counter-widget {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-top: var(--bs-gutter-y);
  display: flex;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  flex-direction: column;
}
.description-widget div {
  background-clip: text;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  margin-bottom: 0.5rem !important;
  line-height: 126%;
  margin-top: 40px;
  max-width: 560px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.description-widget p {
  font-weight: 300;
  max-width: 600px;
  font-size: 18px !important;
  margin-top: 0;
  color: #fff;
  margin-bottom: 1rem;
}
.link-button {
  background-image: url(../img/button-curve.png) !important;
  background-color: transparent !important;
  background-size: 100% 100%;
  font-size: 16px;
  width: 250px;
  height: 50px;
  position: relative;
  border-bottom: 0 !important;
  color: #00c4f4;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  max-width: 220px;
}
.link-button:hover {
  background-color: transparent;
  border-color: transparent !important;
}
.counter-widget {
  align-items: flex-end;
}
.counter-widget .counter-container {
  width: 100%;
  max-width: 500px;
  color: #131b1b;
  position: relative;
  border-radius: 32px;
  box-shadow: 50px -164px 40px #785a5414, -80px 250px 32px #785a540a;
  display: flex;
  justify-content: flex-end;
  text-align: center !important;
  flex-direction: column;
}
.counter-top {
  border-radius: 32px 32px 0 0;
  background: radial-gradient(
    432.9% 351.68% at 50% 50%,
    #162829 0%,
    #131b1b 100%
  );
  border-top: 1px solid #29aae0;
  border-left: 1px solid #29aae0;
  border-right: 1px solid #29aae0;
  width: 100%;
  height: auto;
}
.counter-element {
  width: 100%;
  font-size: 20px;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.counter-item-div {
  min-width: 60px;
  max-width: 80px;
  width: 20%;
  height: 62px;
  padding: 8px 5px;
  color: #131b1b;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center !important;
  background: #00c4f4;
}
.counter-item-div:not(:last-child):after {
  content: "";
  position: absolute;
  right: -9px;
  top: 43%;
  width: 4px;
  height: 16px;
  background: url(../img/colon.svg) no-repeat 0 0 / cover !important;
}
.counter-item-div span:first-child {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.counter-item-div span:nth-child(2) {
  font-size: 12px;
  font-weight: 600;
}
.counter-banner-text {
  font-size: 20px;
  color: #00c4f4;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.counter-element-progress {
  width: 90%;
  border-radius: 99px;
  height: 35px;
  background: #2c3b3c;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.counter-element-progress-in {
  background: #5ce1e6;
  height: 100%;
}
.counter-text-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  color: #fff;
  z-index: 1;
}
.counter-desc-row {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.counter-desc-row.bolded {
  font-size: 16px;
}
.counter-footer {
  border-radius: 0 0 32px 32px;
  background-color: #fff;
  position: relative;
  padding: 20px 0;
  flex-direction: column;
  width: 100%;
  padding-right: 1rem !important;
  min-height: 355px;
  padding-left: 1rem !important;
}
.card-footer-title {
  position: relative;
  letter-spacing: 1.5px;
  color: #131b1b;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.card-footer-title::before {
  content: "";
  width: 20%;
  height: 1px;
  background: #00c4f4;
  position: absolute;
  left: 0;
  top: 50%;
}
.card-footer-title::after {
  content: "";
  width: 20%;
  height: 1px;
  background: #00c4f4;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
}
.card-options-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.card-option-element {
  border: 2px solid #131b1b;
  color: #131b1b;
  width: 49%;
  height: 42px;
  padding: 6px;
  border-radius: 0;
  border: 1px solid rgba(48, 61, 89, 0.5);
  color: #727b83;
  background: #ffffff;
}
.field-top-label {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}
.card-input-container {
  position: relative;
}
.card-input-container input {
  min-height: 50px;
  padding: 8px 15px;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0;
  background-color: #f1f4f6;
  border: 1px solid #f1f4f6;
  color: #131b1b;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-input-container img {
  position: absolute;
  top: 27px;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.poweredBy a {
  align-items: center;
  margin-left: 10px;
  margin-bottom: 3px;
  display: flex;
}
.btn-success:hover {
  background-color: #9ccd5c !important;
  border-color: #96ca52 !important;
}
.btn-blue:hover {
  background-color: #49b6e5;
  border-color: #3eb2e3;
}

.stack-site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 25px;
  z-index: 5;
  color: #fff;
  height: 85px;
  background-color: #101c1c;
}
