main .container {
  font-size: 16px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

main .container h1 {
  font-size: 18px;
  font-family: Montserrat;
  margin-top: 40px;
}

main .container .button svg,
main .container button svg {
  width: 16px;
  margin-left: 5px;
}

section.grey-bg,
section.yellow-bg {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb {
  position: absolute;
  display: flex;
  right: 8%;
  top: 0;
}

.breadcrumb a {
  margin-left: 20px;
  display: flex;
}

.breadcrumb svg {
  width: 12px;
  margin-left: 4px;
}

@media (min-width: 768px) {
  .banner h2,
  .banner p {
    width: 490px;
  }

  .banner h2 {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .banner h2 {
    margin-top: 60px;
    font-size: 40px;
    line-height: 1;
  }
}

.banner .squiggle {
  position: absolute;
  top: -90px;
  right: 4%;
  width: 667px;
}

@media (max-width: 767px) {
  .banner .squiggle {
    display: none;
  }
}

.banner .phone {
  position: absolute;
  right: 24%;
  top: -80px;
  width: 248px;
  height: 489px;
  overflow: hidden;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .banner .phone {
    display: none;
  }
}

.banner .phone .banner-image,
.banner .phone svg {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner .phone .banner-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.banner .view-products svg {
  width: 16px;
  margin-left: 5px;
}

.banner .button {
  margin-bottom: 10px;
}

.businesses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .businesses {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .businesses {
    margin-top: 100px;
  }
}

.businesses h2 {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #cccccc;
}

@media screen and (min-width: 768px) {
  .overview {
    margin-bottom: 100px;
  }
}

.overview h3 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .overview .benefits-copy {
    width: 405px;
    margin-bottom: 145px;
  }
}

.overview .stack-general.benefits {
  position: absolute;
  top: -50px;
  right: 0;
}

@media (max-width: 767px) {
  .overview .stack-general.benefits {
    display: none;
  }
}

.overview hr {
  color: #f2f2f2;
  margin: 40px 0;
}

.overview .included .col-4 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .overview .included .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.overview .included .col-4 > svg {
  margin-right: 8px;
  width: 11px;
  height: 11px;
  background-color: #fc0;
  padding: 4px;
  border-radius: 50%;
  flex-shrink: 0;
}

.overview .included a {
  color: #0c678f;
  display: flex;
}

@media (max-width: 767px) {
  .overview .included a {
    margin-top: 4px;
  }
}

.overview .included a svg {
  fill: #0c678f;
  width: 16px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .example .snippets {
    background-color: #4A4A4A;
    border-radius: 5px;
    height: 154px;
    position: absolute;
    top: -210px;
    left: 8%;
    right: 8%;
  }
}

@media screen and (max-width: 768px) {
  .example .snippets {
    display: none;
  }
}

.example .tab {
  display: inline-block;
  padding: 20px;
  font-size: 14px;
  color: #FFF;
}

.example .active {
  background-color: #1a1a1a;
}

.example .snippet {
  padding: 30px;
  position: absolute;
  bottom: 0;
  background-color: #1a1a1a;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.example .snippet pre {
  background-color: #1a1a1a;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .example .cols {
    position: absolute;
    right: 8%;
    top: 30px;
  }

  .example .cols a {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .example .cols a {
    margin-bottom: 10px;
  }
}

.relationships {
  margin-top: 80px;
}

.relationships .stack-bundle,
.relationships .stack-product {
  display: flex;
  align-items: center;
}

.relationships .stack-bundle .stack-description .tag,
.relationships .stack-product .stack-description .tag {
  color: #1a1a1a;
}

.relationships .stack-bundle .stack-description h3,
.relationships .stack-product .stack-description h3 {
  font-size: 30px;
  margin: 20px 0;
}

.relationships .stack-bundle .stack-description a,
.relationships .stack-product .stack-description a {
  color: #0c678f;
  display: flex;
}

.relationships .stack-bundle .stack-description a svg,
.relationships .stack-product .stack-description a svg {
  fill: #0c678f;
  width: 14px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .relationships .stack-bundle .stack-cards,
  .relationships .stack-product .stack-cards {
    display: none;
  }
}

@media (min-width: 768px) {
  .relationships .stack-bundle .stack-cards,
  .relationships .stack-product .stack-cards {
    flex: 0 0 auto;
  }
}

.relationships .stack-bundle .view-products-list,
.relationships .stack-product .view-products-list {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .relationships .stack-product {
    margin-bottom: 40px;
  }
}

.stack-general {
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .stack-general {
    width: 630px;
    height: 394px;
  }
}

.stack-general img {
  width: 410px;
  position: absolute;
  top: 0;
  right: 0;
}

.stack-general .stack-card {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 12px 24px #cccccc;
  width: 490px;
  height: 238px;
  padding: 40px;
  position: absolute;
  top: 50px;
  left: 0;
  transform: translate(60px, 0) scale(1);
  transition: transform 600ms;
}

.stack-general .stack-card:nth-of-type(2) {
  transform: translate(60px, 30px) scale(0.95);
  transition: transform 900ms;
}

.stack-general .stack-card:nth-of-type(1) {
  transform: translate(60px, 60px) scale(0.9);
  transition: transform 1350ms;
}

.stack-general.activate .stack-card {
  transform: translate(0, 0) scale(1);
}

.stack-general.activate .stack-card:nth-of-type(2) {
  transform: translate(0, 30px) scale(0.95);
}

.stack-general.activate .stack-card:nth-of-type(1) {
  transform: translate(0, 60px) scale(0.9);
}

.stack-general h3 {
  font-size: 14px;
  background-color: #fc0;
  border-radius: 15px;
  padding: 5px 20px;
  font-family: Montserrat;
  position: absolute;
  top: -15px;
  left: 30px;
  margin: 0;
}

.stack-general h4 {
  margin: 0px 0px 10px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
}

.stack-general p {
  font-family: "Montserrat-Light";
  font-size: 14px;
}

.stack-general a {
  font-size: 14px;
  font-family: Montserrat;
  color: #0c678f;
  display: flex;
}

.stack-general a svg {
  fill: #0c678f;
  width: 14px;
  margin-left: 10px;
}

.stack-cards {
  width: 700px;
  height: 570px;
  background-size: contain;
  background-repeat: no-repeat;
  perspective: 1000px;
}

.stack-cards.left {
  background-position: left bottom;
  margin-left: -8%;
}

.stack-cards.left .stack-card {
  top: 0;
  margin-left: 140px;
  transform: translate(0px, 60px) rotateY(10deg) rotateX(-4deg);
  transition: transform 600ms;
}

.stack-cards.left .stack-card:nth-of-type(2) {
  transform: translate(-30px, 30px) scale(0.95) rotateY(10deg) rotateX(-4deg);
  transition: transform 900ms;
}

.stack-cards.left .stack-card:nth-of-type(1) {
  transform: translate(-60px, 0) scale(0.9) rotateY(10deg) rotateX(-4deg);
  transition: transform 1350ms;
}

.stack-cards.left.activate .stack-card {
  transform: translate(60px, 60px) rotateY(10deg) rotateX(-4deg);
}

.stack-cards.left.activate .stack-card:nth-of-type(2) {
  transform: translate(30px, 30px) scale(0.95) rotateY(10deg) rotateX(-4deg);
}

.stack-cards.left.activate .stack-card:nth-of-type(1) {
  transform: translate(0px, 0) scale(0.9) rotateY(10deg) rotateX(-4deg);
}

.stack-cards.right {
  background-position: right top;
  margin-right: -8%;
}

.stack-cards.right .stack-card {
  bottom: 50px;
  right: 140px;
  transform: translate(60px, 0) rotateY(-10deg) rotateX(-4deg);
  transition: transform 600ms;
}

.stack-cards.right .stack-card:nth-of-type(2) {
  transform: translate(90px, -30px) scale(0.95) rotateY(-10deg) rotateX(-4deg);
  transition: transform 900ms;
}

.stack-cards.right .stack-card:nth-of-type(1) {
  transform: translate(120px, -60px) scale(0.9) rotateY(-10deg) rotateX(-4deg);
  transition: transform 1350ms;
}

.stack-cards.right.activate .stack-card {
  transform: translate(0, 0) rotateY(-10deg) rotateX(-4deg);
}

.stack-cards.right.activate .stack-card:nth-of-type(2) {
  transform: translate(30px, -30px) scale(0.95) rotateY(-10deg) rotateX(-4deg);
}

.stack-cards.right.activate .stack-card:nth-of-type(1) {
  transform: translate(60px, -60px) scale(0.9) rotateY(-10deg) rotateX(-4deg);
}

.stack-cards .stack-card {
  border-radius: 12px;
  width: 430px;
  height: 400px;
  padding: 40px;
  position: absolute;
}

.stack-cards h3 {
  font-size: 32px;
  line-height: 1;
  font-family: "mtn-bold";
}

.stack-cards .flags {
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.stack-cards .flags svg {
  width: 14px;
  margin: 0 8px 0 0;
}

.stack-cards .button {
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  margin-top: 10px;
  font-size: 14px;
}

.pricing {
  margin: 60px auto 80px;
}

.pricing .popular {
  transition: 512ms;
}

.pricing:not(.activate) #pricing .popular {
  transform: scale(1);
}

.mixed .benefits {
  background-image: url("/images/category/themes/mixed/squiggle-benefits.svg");
}

.mixed .example .button svg {
  fill: #FFF;
}

.mixed .bundle {
  background-image: url("/images/category/themes/mixed/squiggle-bundle.svg");
}

.mixed .bundle .tag {
  color: #fc0;
  border: 1px solid #fc0;
  background-color: transparent;
}

.mixed .bundle h3 {
  color: #FFF;
}

.mixed .bundle .stack-card {
  background-color: #1a1a1a;
  color: #FFF;
}

.mixed .bundle .stack-card:nth-of-type(2) {
  background-color: #999999;
}

.mixed .bundle .stack-card:nth-of-type(1) {
  background-color: #cccccc;
}

.mixed .product {
  background-image: url("/images/category/themes/mixed/squiggle-product.svg");
}

.mixed .product .tag {
  color: #fc0;
  border: 1px solid #fc0;
  background-color: transparent;
}

.mixed .product h3 {
  color: #FFF;
}

.mixed .product .stack-card {
  background-color: #0c678f;
  color: #FFF;
}

.mixed .product .stack-card:nth-of-type(2) {
  background-color: #9EC2D2;
}

.mixed .product .stack-card:nth-of-type(1) {
  background-color: #CEE1E8;
}

.mixed #pricing .popular:before {
  background-color: #0c678f;
}

.standard .banner .view-products {
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  color: #FFF;
}

.standard .banner svg {
  fill: #FFF;
}

.standard .benefits {
  background-image: url("/images/category/themes/standard/squiggle-benefits.svg");
}

.standard .example .button svg {
  fill: #FFF;
}

.standard .bundle {
  background-image: url("/images/category/themes/standard/squiggle-bundle.svg");
}

.standard .bundle .tag {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  background-color: transparent;
}

.standard .bundle h3 {
  color: #1a1a1a;
}

.standard .bundle .stack-card {
  background-color: #fc0;
  color: #1a1a1a;
}

.standard .bundle .stack-card:nth-of-type(2) {
  background-color: #999999;
}

.standard .bundle .stack-card:nth-of-type(1) {
  background-color: #cccccc;
}

.standard .product {
  background-image: url("/images/category/themes/standard/squiggle-product.svg");
}

.standard .product .tag {
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  background-color: transparent;
}

.standard .product h3 {
  color: #1a1a1a;
}

.standard .product .stack-card {
  background-color: #fc0;
  color: #1a1a1a;
}

.standard .product .stack-card:nth-of-type(2) {
  background-color: #999999;
}

.standard .product .stack-card:nth-of-type(1) {
  background-color: #cccccc;
}

.standard #pricing .popular:before {
  background-color: #1a1a1a;
}

.pink .banner .view-products {
  background-color: #FF2C6E;
  border: 2px solid #FF2C6E;
  color: #FFF;
}

.pink .banner svg {
  fill: #FFF;
}

.pink .banner .phone svg path {
  fill: #FF2C6E;
}

.pink .example {
  background-color: #FF2C6E;
  color: #FFF;
}

.pink .example h2 {
  color: #FFF;
}

.pink .example .button {
  color: #1a1a1a;
}

.pink .example .button svg {
  fill: #fff;
}

.pink .benefits {
  background-image: url("/images/category/themes/pink/squiggle-benefits.svg");
}

.pink .benefits .stack-card h3 {
  background-color: #FF2C6E;
}

.pink .relationships .stack-description .tag {
  background-color: #FF2C6E;
  color: #FFF;
}

.pink .bundle {
  background-image: url("/images/category/themes/pink/squiggle-bundle.svg");
}

.pink .bundle .tag {
  color: #fc0;
  border: 1px solid #fc0;
  background-color: transparent;
}

.pink .bundle h3 {
  color: #FFF;
}

.pink .bundle .stack-card {
  background-color: #FF2C6E;
  color: #FFF;
}

.pink .bundle .stack-card:nth-of-type(2) {
  background-color: #C94B72;
}

.pink .bundle .stack-card:nth-of-type(1) {
  background-color: #D67896;
}

.pink .product {
  background-image: url("/images/category/themes/pink/squiggle-product.svg");
}

.pink .product .tag {
  color: #fc0;
  border: 1px solid #fc0;
  background-color: transparent;
}

.pink .product h3 {
  color: #FFF;
}

.pink .product .stack-card {
  background-color: #FF2C6E;
  color: #FFF;
}

.pink .product .stack-card:nth-of-type(2) {
  background-color: #C94B72;
}

.pink .product .stack-card:nth-of-type(1) {
  background-color: #D67896;
}

.pink #pricing .popular:before {
  background-color: #FF2C6E;
}

.blue .banner .phone svg path {
  fill: #0c678f;
}

.blue .example {
  background-color: #0c678f;
  color: #FFF;
}

.blue .example h2 {
  color: #FFF;
}

.blue .example .button svg {
  fill: #FFF;
}

.blue .benefits {
  background-image: url("/images/category/themes/blue/squiggle-benefits.svg");
}

.blue .relationships .stack-description .tag {
  background-color: #0c678f;
  color: #FFF;
}

.blue .bundle {
  background-image: url("/images/category/themes/blue/squiggle-bundle.svg");
}

.blue .bundle .tag {
  color: #fc0;
  border: 1px solid #fc0;
  background-color: transparent;
}

.blue .bundle h3 {
  color: #FFF;
}

.blue .bundle .stack-card {
  background-color: #0c678f;
  color: #FFF;
}

.blue .bundle .stack-card:nth-of-type(2) {
  background-color: #97B9C8;
}

.blue .bundle .stack-card:nth-of-type(1) {
  background-color: #C0D2D9;
}

.blue .product {
  background-image: url("/images/category/themes/blue/squiggle-product.svg");
}

.blue .product .tag {
  color: #fc0;
  border: 1px solid #fc0;
  background-color: transparent;
}

.blue .product h3 {
  color: #FFF;
}

.blue .product .stack-card {
  background-color: #0c678f;
  color: #FFF;
}

.blue .product .stack-card:nth-of-type(2) {
  background-color: #97B9C8;
}

.blue .product .stack-card:nth-of-type(1) {
  background-color: #C0D2D9;
}

.blue #pricing .popular:before {
  background-color: #0c678f;
}

.dark .banner .view-products {
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  color: #FFF;
}

.dark .banner svg {
  fill: #FFF;
}

.dark .banner .phone svg path {
  fill: #1a1a1a;
}

.dark .example {
  background-color: #333333;
  color: #FFF;
}

.dark .example h2 {
  color: #FFF;
}

.dark .example .button {
  background-color: #FFF;
  border: 2px solid #FFF;
  color: #1a1a1a;
}

.dark .example .button svg {
  fill: #1a1a1a;
}

.dark .benefits {
  background-image: url("/images/category/themes/dark/squiggle-benefits.svg");
}

.dark .benefits .stack-card h3 {
  background-color: #1a1a1a;
  color: #FFF;
}

.dark .relationships .stack-description .tag {
  background-color: #1a1a1a;
  color: #FFF;
}

.dark .bundle {
  background-image: url("/images/category/themes/dark/squiggle-bundle.svg");
}

.dark .bundle .tag {
  color: #fc0;
  border: 1px solid #fc0;
  background-color: transparent;
}

.dark .bundle h3 {
  color: #FFF;
}

.dark .bundle .stack-card {
  background-color: #1a1a1a;
  color: #FFF;
}

.dark .bundle .stack-card:nth-of-type(2) {
  background-color: #999999;
}

.dark .bundle .stack-card:nth-of-type(1) {
  background-color: #cccccc;
}

.dark .product {
  background-image: url("/images/category/themes/dark/squiggle-product.svg");
}

.dark .product .tag {
  color: #fc0;
  border: 1px solid #fc0;
  background-color: transparent;
}

.dark .product h3 {
  color: #FFF;
}

.dark .product .stack-card {
  background-color: #1a1a1a;
  color: #FFF;
}

.dark .product .stack-card:nth-of-type(2) {
  background-color: #999999;
}

.dark .product .stack-card:nth-of-type(1) {
  background-color: #cccccc;
}

.dark #pricing .popular {
  background-color: #1a1a1a;
  color: #FFF;
}

.dark #pricing .popular .price {
  color: #FFF;
}

.dark #pricing .popular:before,
.dark #pricing .popular .button {
  background-color: #e6e6e6;
  color: #1a1a1a;
}

.dark #pricing .popular .group {
  border: 1px solid #999999;
  color: #999999;
  background-color: transparent;
}

.dark #pricing .popular .cost-per-transaction {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}


