:root {
  --teal: #289492;
  --ltTeal: #b7fbfa;
  --purple: #a33f97;
  --ltPurple: #faf2ff;
  --orange: #fbab34;
  --ltOrange: #fde7c8;
  --ltTeal: #e1f9fc;
  --ltGreen: #edfce9;
  --green: #3fa34c;
  --ltPink: #fce9e3;
  --dkGray: #3f4047;
  --ltYellow: #fcfbe9;
}

.align-right {
  text-align: right;
}

.bz-button {
  background-color: var(--purple);
  color: #fff;
  border-radius: 35px;
  padding: 12px 20px;
  text-align: center;
  width: 100%;
  max-width: 280px;
}

.bz-button:hover {
  color: #fff;
  background: #555;
}

.alt-bz-button {
  color: var(--purple);
  text-align: center;
}

.bz-outline-button {
  border: solid 1px #222;
  color: #000;
  background: #fff;
}

.sm-margin {
  margin-bottom: 8px;
}

.break {
  overflow-wrap: break-word;
  word-break: break-all;
}

.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bz-hr {
  background-color: #e1e1e1;
}

.bz-company-back {
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.bz-company-back:hover {
  color: #fff;
}

.bz-company-inner,
.bz-company-header-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

.bz-company-header {
  background: var(--purple);
  color: #fff;
}

.bz-single-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bz-single-company-type-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bz-single-value,
.bz-single-company-type-row a {
  background: #faf2ff;
  padding: 10px 18px;
  border-radius: 35px;
  font-size: 15px;
  font-weight: 600;
}

.bz-single-container {
  background: #fff;
  border: solid 1px #eaeaea;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.lt-purple {
  background-color: var(--ltPurple);
}

.lt-orange {
  background-color: var(--ltOrange);
}

.lt-teal {
  background-color: var(--ltTeal);
}

.lt-pink {
  background-color: var(--ltPink);
}

.lt-green {
  background-color: var(--ltGreen);
}

.lt-yellow {
  background-color: var(--ltYellow);
}

.bz-heading-h2 {
  font-size: 30px;
}

.bz-h2-sm {
  font-size: 18px;
}

.bz-h2-sm i {
  color: var(--purple);
}

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

.med-text {
  font-size: 15px !important;
}

.bz-single-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  gap: 30px;
}

.bz-single-row-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.bz-single-row-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
  align-items: flex-start;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 24px;
}

.bz-single-row-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.bz-single-row-five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.bz-single-h2 {
  font-size: 22px;
}

.bz-single-h2 i {
  background: var(--ltPurple);
  color: var(--purple);
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.bz-single-h2.green-icon i {
  background: var(--ltGreen);
  color: var(--green);
}

.bz-single-icon-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bz-single-icon-row i {
  background: var(--ltPurple);
  color: var(--purple);
  padding: 8px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bz-single-h3,
.bz-single-sub-heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #000000;
}

.bz-company-info-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.bz-single-websites-ul,
.bz-single-list {
  list-style-type: none;
  margin-left: 0;
  overflow-wrap: break-word;
  word-break: break-all;
}

.bz-single-list li {
  margin-bottom: 15px;
  word-break: break-all;
}

.initials {
  background: var(--ltOrange);
  color: #935b06;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: 700;
}

.bz-single-div {
  border-bottom: solid 1px #e1e1e1;
}

#one-off-div,
#one-off-title-row {
  margin-bottom: 30px;
}

.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bz-single-value-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.border-bottom-none {
  border-bottom: none;
}

/*==responsive=============*/
@media only screen and (max-width: 1024px) {
  .bz-single-grid-two,
  .bz-single-row-three {
    grid-template-columns: repeat(1, 1fr);
  }

  .bz-single-row-four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .bz-company-info-div,
  .bz-single-row-two,
  .bz-single-row-four,
  .bz-single-row-five {
    grid-template-columns: repeat(1, 1fr);
  }

  #one-off-title-row {
    display: none;
  }

  #one-off-div {
    padding-bottom: 65px;
    margin-bottom: 65px;
    border-bottom: solid 1px #333;
  }

  #one-off-div .bz-single-div {
    position: relative;
  }

  #one-off-div .bz-single-div::before {
    position: relative;
    position: relative;
    font-weight: 600;
  }

  #one-off-div .bz-single-div:first-child::before {
    content: 'PLUGIN';
  }

  #one-off-div .bz-single-div:nth-child(2)::before {
    content: 'START DATE';
    position: relative;
  }

  #one-off-div .bz-single-div:nth-child(3)::before {
    content: 'COST';
    position: relative;
  }

  #one-off-div .bz-single-div:nth-child(4)::before {
    content: 'SUBSCRIPTION';
    position: relative;
  }

  #one-off-div .bz-single-div:nth-child(5)::before {
    content: 'NOTES';
    position: relative;
  }
}

@media only screen and (max-width: 600px) {
  .bz-company-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
