* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  font-size: 16px;
  --primary-clr: #00814d;
  --black-clr: #272727;
  --typo-black: #333b38;
}
.green {
  color: #00814d;
  border-bottom: 1px solid #00814d;
}
.purple {
  color: #a203da;
  border-bottom: 1px solid #a203da;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-display: swap;
}
.container {
  width: 100%;
}
.mag-l-16 {
  margin-left: 16px;
}
.mgr-r-8 {
  margin-right: 8px;
}
.crs-pntr {
  cursor: pointer;
}
.warp {
  flex-wrap: wrap;
}
.col,
.row {
  display: flex;
}
.col {
  flex-direction: column;
}
.jst-ctr {
  justify-content: center;
}
.jst-spc-ard {
  justify-content: space-around;
}
.jst-spc-btw {
  justify-content: space-between;
}
.alg-ctr {
  align-items: center;
}
.one {
  width: 8.333%;
}
.two {
  width: 16.66%;
}
.three {
  width: 24.99%;
}
.four {
  width: 33.32%;
}
.five {
  width: 41.25%;
}
.six {
  width: 50%;
}
.seven {
  width: 58.31%;
}
.eight {
  width: 66.66%;
}
.nine {
  width: 74.66%;
}
.ten {
  width: 83.33%;
}
.eleven {
  width: 91.52%;
}
.twelve {
  width: 100%;
}
button {
  font: 700 0.875rem/1.28em Lato, sans-serif;
  letter-spacing: 0.04em;
  appearance: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
.primary {
  background-color: var(--primary-clr);
  color: #fff;
  margin-top: 24px;
  padding: 13px 25px;
  max-width: 192px;
  margin-right: 10px;
}
.primary-btn1 {
  background-color: #fff;
  color: #00814d;
  margin-top: 24px;
  padding: 12px 15px;
  max-width: 192px;
  border: 1px solid #bcbcbc;
  text-align: center;
}
.primary-green {
  background-color: #00814d;
  color: #fff;
  margin-top: 24px;
  padding: 15px 15px;
  max-width: 192px;
  text-align: center;
  margin-right: 10px;
}
.btn-sec {
  border-bottom: 1px solid #dcdcdc;
}
.text-purple {
  color: #a203da !important;
  border-bottom: 1px solid #a203da;
}
.text-darkgreen {
  color: #333b38 !important;
  border-bottom: 1px solid #333b38;
}
.text-orange {
  color: #ed984b !important;
  border-bottom: 1px solid #ed984b;
}
.primary-purple {
  border-radius: 4px;
  background: #a203da;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  color: #fff;
  margin-top: 24px;
  padding: 10px 15px;
  max-width: 192px;
  border: 1px solid #bcbcbc;
  text-align: center;
}
.sm-primary {
  background-color: var(--primary-clr);
  color: #fff;
  padding: 8px 17px;
  margin-top: 18px;
  font-size: 14px;
  max-width: 192px;
  margin-right: 10px;
}
.primary-orange {
  background-color: #ed984b;
  color: #fff;
  margin-top: 24px;
  padding: 13px 25px;
  max-width: 192px;
  text-align: center;
  margin-right: 10px;
}
.primary-fg {
  background-color: #224145;
  color: #fff;
  margin-top: 24px;
  padding: 13px 25px;
  max-width: 192px;
  text-align: center;
  margin-right: 10px;
}
.sm-un-contained {
  padding: 6px;
  background: 0 0;
  color: #272727;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0;
}
.sm-un-button {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0;
  background-color: #fff;
  color: #888;
  padding: 8px;
  border-radius: 0;
  padding-bottom: 20px;
  min-height: 68px;
  justify-content: center;
}
.Pro {
  color: var(--primary-clr);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 144%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--typo-black);
}
h4 {
  font-size: 1rem;
  line-height: 128%;
}
h6 {
  font-size: 0.75rem;
  color: #4e4e4e;
  font-weight: 400;
}
.txt-ctr {
  text-align: center;
}
ul {
  list-style: none;
}
li {
  color: #4e4e4e;
  list-style: none;
  margin-bottom: 16px;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}
.hidden {
  display: none;
}
.sm-dis {
  display: none;
}
.icon-btn {
  background: 0 0;
  padding: 4px;
  padding-left: 10px;
}
.social-links {
  height: 40px;
  width: 40px;
  margin-top: 10px;
  margin-left: 10px;
}
.social-links:hover {
  cursor: pointer;
}
@media (max-width: 900px) {
  :root {
    font-size: 12px;
  }
  .md-one {
    width: 8.333%;
  }
  .md-two {
    width: 16.66%;
  }
  .md-three {
    width: 24.99%;
  }
  .md-four {
    width: 33.32%;
  }
  .md-five {
    width: 41.25%;
  }
  .md-six {
    width: 50%;
  }
  .md-seven {
    width: 58.31%;
  }
  .md-eight {
    width: 66.66%;
  }
  .md-nine {
    width: 74.66%;
  }
  .md-ten {
    width: 83.33%;
  }
  .md-eleven {
    width: 91.52%;
  }
  .md-twelve {
    width: 100%;
  }
  .md-row {
    flex-direction: row;
  }
  .md-col {
    flex-direction: column;
  }
  .md-hidden {
    display: none;
  }
}
@media (max-width: 600px) {
  .sm-one {
    width: 8.333%;
  }
  .sm-two {
    width: 16.66%;
  }
  .sm-three {
    width: 24.99%;
  }
  .sm-four {
    width: 33.32%;
  }
  .sm-five {
    width: 41.25%;
  }
  .sm-six {
    width: 50%;
  }
  .sm-seven {
    width: 58.31%;
  }
  .sm-eight {
    width: 66.66%;
  }
  .sm-nine {
    width: 74.66%;
  }
  .sm-ten {
    width: 83.33%;
  }
  .sm-eleven {
    width: 91.52%;
  }
  .sm-twelve {
    width: 100%;
  }
  .sm-row {
    flex-direction: row;
  }
  .sm-col {
    flex-direction: column;
  }
  .sm-row {
    flex-direction: row;
  }
  .sm-col {
    flex-direction: column;
  }
  .sm-hidden {
    display: none;
  }
  .sm-dis {
    display: flex;
  }
  .sm-alg-ctr {
    text-align: center;
  }
  .sm-flx-ord-2 {
    order: 2;
  }
  .sm-jst-ctr {
    justify-content: center;
  }
  .sm-jst-spc-ard {
    justify-content: space-around;
  }
  .sm-jst-spc-btw {
    justify-content: space-between;
  }
  .sm-alg-ctr {
    align-items: center;
  }
  li {
    margin-bottom: 8px;
  }
  button {
    font-size: 12.3px;
  }
  .sm-primary {
    padding: 6px 8px;
    font-size: 12px;
    margin-top: 0px;
  }
  .sm-scroll {
    overflow: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .sm-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sm-margin {
    margin-left: 15px;
  }
  .sm-sm-margin {
    margin-left: 10px;
  }
  .sm-un-button {
    font-size: 12px;
  }
  .sm-warp {
    flex-wrap: wrap;
  }
  .sm-col-rev {
    flex-direction: column-reverse;
  }
  .learn-margin {
    margin-right: 30px;
  }
  .primary {
    padding: 10px 8px;
  }
  .primary-btn1 {
    padding: 10px 8px;
  }
  .primary-green {
    padding: 10px 8px;
  }
}

.overlay {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(59 59 59 / 50%);
  z-index: 1061;
}

.loader {
  border-top: 10px solid rgba(0, 143, 10, 0.2);
  border-right: 10px solid rgba(0, 143, 10, 0.2);
  border-bottom: 10px solid rgba(0, 143, 10, 0.2);
  border-left: 10px solid #008f0a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media all and (min-width: 580px) {
  .my-slider {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1200px !important;
  }
}

.hide {
  display: none !important;
}
