.cta {
  background-image: linear-gradient(#69b452, #579644);
  text-transform: uppercase;
  color: #fff;
  padding: 12px 100px;
  max-width: fit-content;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: box-shadow 0.4s ease-in-out;
}
.cta:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

body {
  padding: 0;
  margin: 0;
  font-family: Arial;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
.row {
  display: grid;
}

header {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  height: 2rem;
}
header div {
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  height: 100%;
}
header div:nth-of-type(1) {
  justify-content: flex-end;
  padding: 0 30px 0 0;
}
header div:nth-of-type(1) a {
  border-radius: 50%;
  background: #6f6f6f;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  transition: background 0.4s ease-in-out;
}
header div:nth-of-type(1) a:last-of-type {
  margin-right: 8px;
}
header div:nth-of-type(1) a:hover {
  background: #242424;
}
header div:nth-of-type(2) {
  padding: 0 120px 0 30px;
}
header div a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
header div a i {
  color: #d9d9d9;
}
header div a:hover {
  color: #2ea443;
}
@media (max-width: 767px) {
  header {
    grid-template-columns: 1fr;
    height: auto;
    text-align: center;
  }
  header div {
    justify-content: center !important;
    padding: 10px 0 !important;
  }
}

.logo {
  padding: 30px 0 60px;
}
.logo img {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 767px) {
  .logo {
    margin-top: 1rem;
    padding: 30px 1rem;
  }
}

.hero {
  margin-bottom: 4rem;
}
.hero .row {
  grid-template-columns: 1fr 1fr;
}
.hero .row .col h1 {
  font-size: 2.25rem;
  margin: 0 0 10px 0;
  padding: 0;
}
.hero .row .col h5 {
  font-size: 1.125rem;
  font-weight: 400;
  padding-right: 0;
  margin: 0 0 40px 0;
}
.hero .row .col strong {
  font-size: 1.125rem;
  margin: 0;
}
.hero .row .col .cta {
  display: block;
  margin: 10px 0 0 0;
}
.hero .row .col:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .row .col img {
  width: 100%;
  max-width: 295px;
}
@media (max-width: 1024px) {
  .hero .row {
    grid-template-columns: 1.5fr 1fr;
  }
  .hero .row .col h1 {
    padding: 0;
  }
  .hero .row .col h5 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero {
    margin-bottom: 0;
  }
  .hero .row {
    grid-template-columns: 1fr;
  }
  .hero .row .col:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero .row .col:nth-of-type(2) {
    margin: 50px 0;
  }
}

.benefits {
  background: #f2f2f2;
  padding: 2rem 0;
}
.benefits .row {
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}
.benefits .row .col h1 {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  padding-right: 3.125rem;
  text-align: center;
}
.benefits .row .col .benefits-table div {
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
.benefits .row .col .benefits-table div:nth-of-type(odd) {
  background: #98c790;
}
.benefits .row .col .benefits-table div:nth-of-type(even) {
  background: #cadfc3;
}
.benefits .row .col .benefits-table div strong {
  display: block;
  line-height: 1.4;
}
.benefits .row .col:nth-of-type(2) {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .benefits .row {
    grid-template-columns: 1fr;
  }
  .benefits .row .col h1 {
    padding-right: 0;
    padding-bottom: 2rem;
    line-height: 1.4;
  }
  .benefits .row .col:nth-of-type(2) {
    order: -1;
  }
}

.consistency {
  padding: 2rem 0;
}
.consistency .row {
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}
.consistency .row .col:nth-of-type(1) {
  align-items: center;
  display: flex;
}
.consistency .row .col h1 {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  padding-right: 3.125rem;
  text-align: center;
}
.consistency .row .col .consistency-table {
  display: table;
  border: 2px solid #000;
}
.consistency .row .col .consistency-table .table-row {
  display: table-row;
}
.consistency .row .col .consistency-table .table-row:nth-of-type(1) {
  background: #c9c7e1;
}
.consistency .row .col .consistency-table .table-row:nth-of-type(1) .table-cell:nth-of-type(1) {
  background: #5856a0;
  color: #fff;
  font-weight: 700;
}
.consistency .row .col .consistency-table .table-row .table-cell {
  display: table-cell;
  border: 1px solid #57569f;
  max-width: 160px;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.consistency .row .col ul {
  padding: 1rem 0 0 0.5rem;
  margin: 0;
  list-style-type: none;
}
.consistency .row .col ul li {
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .consistency .row {
    grid-template-columns: 1fr;
  }
  .consistency .row .col h1 {
    padding-right: 0;
    padding-bottom: 2rem;
    line-height: 1.4;
  }
  .consistency .row .col .consistency-table .table-row .table-cell {
    padding: 0.25rem;
    font-size: 0.75rem;
  }
}

.video {
  background: #f2f2f2;
  padding: 2rem 0;
}
.video .row {
  grid-template-columns: 1.5fr 1fr;
  column-gap: 2rem;
}
.video .row .col:nth-of-type(2) {
  display: flex;
  align-items: center;
}
.video .row .col iframe {
  width: 100%;
  height: 100%;
  padding-bottom: 33.25%;
}
.video .row .col h1 {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  padding-right: 40%;
  text-align: center;
}
@media (max-width: 767px) {
  .video .row {
    grid-template-columns: 1fr;
  }
  .video .row .col:nth-of-type(2) {
    order: -1;
  }
  .video .row .col h1 {
    line-height: 1.4;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}

.purchase {
  background: #f2f2f2;
  padding: 2rem 0 4rem;
}
.purchase .row {
  grid-template-columns: 1.5fr 1fr;
  column-gap: 2rem;
  align-items: center;
}
.purchase .row .col h1 {
  margin: 0;
  text-align: center;
}
.purchase .row .col .disclaimer {
  position: absolute;
  left: -3rem;
  font-size: 0.75rem;
  font-style: italic;
  bottom: -3rem;
}
@media (max-width: 1025px) {
  .purchase .row .col .disclaimer {
    left: 1rem;
  }
}
@media (max-width: 769px) {
  .purchase .row .col .cta {
    padding: 12px 50px;
  }
}
@media (max-width: 767px) {
  .purchase .row {
    grid-template-columns: 1fr;
  }
  .purchase .row .col:nth-of-type(2) {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
  }
}

footer {
  background: #d9d9d9;
  position: relative;
  z-index: 1;
}
footer .container {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container a,
footer .container .copy {
  font-size: 0.75rem;
  color: #6d6e70;
}
footer .container .social-media {
  margin-bottom: 0.5rem;
}
footer .container .social-media a {
  border-radius: 50%;
  background: #6f6f6f;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  transition: background 0.4s ease-in-out;
}
footer .container .social-media a:last-of-type {
  margin-right: 8px;
}
footer .container .social-media a:hover {
  background: #242424;
}
footer .container .social-media a i {
  font-size: 1rem;
  color: #d9d9d9;
}
footer .container .links {
  margin-bottom: 0.5rem;
}
footer .container .links a {
  margin: 0 0.25rem;
}
footer .container .links a:hover {
  color: #2ea443;
}
footer .container .copy {
  text-align: center;
}
