@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
  font-weight: 400; /* Normal */
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.otf") format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
}

ul {
  list-style: none;
  line-height: 33px;
}

section + section {
  margin-top: 32px;
}

p + p {
  margin-top: 39px;
}

li + li {
  margin-top: 16px;
}

div.review-team {
  display: flex;
  gap: 22px;
  margin-top: 26px;
}

.review-team ul li + li {
  line-height: 38px;
  margin-top: 0;
}

.blue-box {
  line-height: 38px !important;
}

.blue-box li + li {
  margin-top: 24px;
}

div.feature-item + div.feature-item {
  margin-top: 44px;
}

div.feature-item h3 + p.text-bold {
  margin-top: 10px;
}

div.feature-item p.text-bold + p {
  margin-top: 8px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: 0px;
}

.blue-bg {
  background-color: #0969b5;
}

.justify-center {
  display: flex;
  justify-content: center;
}

header {
  border-color: #e9e9e9;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

header span {
  font-size: 17px;
  line-height: 31px;
  color: #ffffffad;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  max-width: 1172px;
  margin: 0 auto;
}

main {
  padding: 16px;
  max-width: 1172px;
  margin: 0 auto;
}

main h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  max-width: 700px;
}

.page-container {
  display: flex;
  gap: clamp(1.25rem, -2.768rem + 10.714vw, 6.875rem);
}

aside {
  display: flex;
  position: relative;
  min-width: 296px;
}

aside .content {
  position: sticky;
  top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: solid 1px #eeeff4;
  border-radius: 4px;
  height: fit-content;
  padding: 16px 0;
  width: 296px !important;
}

aside p {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  max-width: 266px;
}

.goto-landing {
  font-weight: 700;
}

.goto-landing.button {
  background-color: #007633;
  border: solid 1px #00451e;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 21px;
  width: calc(100% - 28px);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px black;
}

.goto-landing:not(.button) {
  color: #0059c6 !important;
  text-decoration: none;
}

.text-bold {
  font-weight: 700;
}

.blue-box {
  padding: 16px 28px 16px 16px;
  background-color: #e1fbf7;
  margin-top: 32px;
}

.tester-review {
  margin-top: 10px;
}

.italic {
  font-style: italic;
}

h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h3 span.green-number {
  color: #10ae7c;
  margin-right: 6px;
}

.button-container {
  display: flex;
  justify-content: center;
  margin: 33px 0;
}

.dashed-box {
  background-color: #fff5e2;
  padding: 20px 18px 28px;
  border: dashed 4px black;
  max-width: 733px;
}

.red-text {
  color: #c00000;
  font-weight: 700;
}

footer {
  background-color: #121212;
  color: #505050;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  padding: 60px 0;
  margin: 450px 0 0;
}

footer p {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.floating-button {
  padding: 8px;
  background-color: #eafff3;
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.floating-button a.button {
  display: block;
  font-size: 16px !important;
  width: 100%;
}

.testing-team-reviews {
  line-height: 36px;
  margin-bottom: 24px;
}

.highlight {
  box-shadow: inset 0px -58px #ffe993;
}

.button.big {
  font-size: 29px;
  line-height: 34px;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .page-container {
    flex-direction: column;
    align-items: center;
  }

  main h1 {
    font-size: 33px;
    line-height: 39px;
    padding: 0 10px 0 14px;
  }

  .header img {
    max-width: 140px;
  }

  .hide-mobile {
    display: none !important;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 16px 0 16px;
  }

  div.review-team {
    flex-direction: column;
    align-items: center;
  }
  main {
    padding: 16px 0;
    position: relative;
  }

  .blue-box {
    padding: 16px;
  }

  main p,
  main li {
    padding: 0 30px 0 16px;
  }
  video {
    border-radius: 0 !important;
  }

  h3 {
    padding: 0 16px;
    font-size: 26px;
  }

  body {
    font-size: 18px;
    line-height: 30px;
  }

  .blue-box {
    margin: 16px;
  }
  .blue-box p {
    padding: 0;
  }
  .dashed-box {
    margin: 16px;
    line-height: 30px;
  }

  .testing-team-reviews p.text-bold {
    font-size: 21px;
  }
  .review-team ul li + li {
    line-height: 32px;
  }

  .blue-box {
    line-height: 30px !important;
  }

  .blue-box li {
    padding: 0;
  }

  .blue-box li + li {
    margin-top: -2px;
  }

  .blue-box .bdt {
    padding-right: 20px;
  }

  .button.big {
    font-size: 26px;
    line-height: 34px;
    padding: 20px 0;
  }

  .highlight {
    box-shadow: inset 0px -34px #ffe993;
  }

  .introduction hr {
    margin: 20px 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

#float-btn {
  font-size: 19px !important;
  line-height: 34px;
  padding: 6px 10px;
  border-radius: 4px;
}

hr {
  border: 1px solid #e9e9e9;
}
