@charset "UTF-8";
body {
  background-color: #f6f5f2;
}

* {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #2e2d2a;
}

img {
  display: block;
  border: none;
}

blockquote {
  font-family: Georgia, serif !important;
  font-size: 13px;
  line-height: 18px;
}
blockquote p, blockquote a, blockquote abbr, blockquote span, blockquote mark {
  font: inherit;
  color: inherit;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}
blockquote p + p {
  text-indent: 1em;
}
blockquote footer:before {
  content: "—";
}

h1, figure {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
}

.border-error {
  border-color: #e55a20;
  border-width: 2px;
}

h1, h2, h3, h4, p, ul, li, cite, a, td, th, label {
  font-size: 12px;
  line-height: 3rem;
}

a, abbr, span {
  font: inherit;
  color: inherit;
}

ul {
  list-style-type: square;
}

li {
  margin-left: 18px;
}

hr {
  margin: 3rem 0;
  background-color: #ccc;
  height: 1px;
  border: none;
  outline-style: none;
}

.border-error input {
  border-color: #e55a20;
  border-style: solid;
}

ul.errorlist li {
  list-style-position: inside;
  color: #e55a20;
  font-weight: bold;
  padding: 0px;
  margin-left: 7px;
  margin-right: 0px;
}

a.section {
  padding: 1.5rem 3rem;
}

body > header {
  width: 100%;
}
body > header > div.logo {
  width: 100%;
  height: 90px;
  float: left;
  background-color: #3e3d3a;
}
body > header > div.logo a {
  display: block;
  width: 100%;
}
body > header > div.logo a img {
  width: 794px;
  margin-left: auto;
  margin-right: auto;
}
body > header nav {
  clear: both;
  width: 100%;
  background-color: #DADAD4;
  height: 6rem;
}
body > header nav div {
  width: 792px;
  margin-left: auto;
  margin-right: auto;
}
body > header nav div ul {
  float: left;
  list-style-type: none;
  width: 396px;
  padding: 1.5rem 0;
}
body > header nav div ul li {
  display: inline;
}
body > header nav div ul li a {
  cursor: pointer;
}
body > header nav div ul.main li {
  font-weight: bold;
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  margin: 0 1em 0 0;
}
body > header nav div ul.main li:first-child {
  margin-left: 1.5rem;
}
body > header nav div ul.site {
  text-align: right;
}
body > header nav div ul.site li {
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  margin: 0 0 0 1em;
}
body > header nav div ul.site li:last-child {
  margin-right: 1.5rem;
}
body > header section#site-language-switcher {
  width: 100%;
  padding-bottom: 3rem;
}
body > header section#site-language-switcher div {
  clear: both;
  width: 774px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
body > header section#site-language-switcher div p {
  margin-right: 1.5rem;
}
body > header section#site-language-switcher div span {
  cursor: pointer;
}
body > header section#site-language-switcher div span.switch-to {
  text-decoration: underline;
}
body > header section#site-language-switcher div span a {
  text-decoration: underline;
}
body > section {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 792px;
}
body > section > header {
  display: inline;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 774px;
}
body > section > header h1 {
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 34px;
  line-height: 6rem;
}
body > section > header h1 + p {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 3rem;
}
body section.promo {
  background-color: black;
  color: white;
  width: 100%;
}
body section.promo a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
body section.promo a div {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 792px;
  height: 9rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-content: center;
  align-items: center;
}
body section.promo a div p {
  grid-row: 1/2;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 3rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
body section.promo a div p.flex-space {
  padding: 0;
}
body section.promo a div p.countdown {
  padding: 0;
  text-align: right;
  top: 0px;
  font-size: 12px;
  color: #cccccc;
}
body > footer {
  clear: both;
  width: 792px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
body > footer nav.shortcuts ul {
  background-color: #4C4C4A;
  list-style-type: none;
  padding: 1.5rem 0;
  padding-left: 1.5rem;
}
body > footer nav.shortcuts ul li {
  color: #fff;
  display: inline;
  border: none;
  margin: 0;
  margin-right: 1em;
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
}
body > footer nav.shortcuts ul li a {
  color: #fff;
}
body > footer p.copyrights {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

boby > section {
  clear: both;
  width: 100%;
}

body > section h1 {
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 34px;
  line-height: 6rem;
  text-transform: uppercase;
}
body > section h1 + p {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 3rem;
}
body > section h2 {
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 34px;
  line-height: 6rem;
  text-transform: uppercase;
}
body > section h3 {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 3rem;
}
body > section h2 + p {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 3rem;
  margin-bottom: 3rem;
}
body > section section > h2 > a, body > section section > div > h2 > a {
  color: transparent;
  cursor: pointer;
}
body > section {
  width: 100%;
}
body > section section#hero {
  width: 100%;
  margin: 0px;
  display: block;
  float: none;
  background-color: #4f4e4a;
}
body > section section#hero > header {
  background-color: #d36234;
}
body > section section#hero > header > div {
  width: 774px;
  height: 63rem;
  margin: 0px auto;
}
body > section section#hero > header > div h1 {
  text-align: center;
  padding-top: 3rem;
  color: white;
  line-height: 9rem;
  font-size: 50px;
}
body > section section#hero > header > div p {
  text-align: center;
  color: white;
  line-height: 3rem;
  font-size: 17px;
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 3rem;
  color: #1a1a1a;
}
body > section section#hero section.plus-pack {
  padding-top: 48rem;
  background-color: #4f4e4a;
  height: 36rem;
}
body > section section#hero section.plus-pack > div {
  width: 792px;
  margin: 0px auto;
  color: white;
}
body > section section#hero section.plus-pack > div section.whats-included {
  display: inline;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 378px;
  margin-bottom: 6rem;
}
body > section section#hero section.plus-pack > div section.whats-included h2 {
  color: #d36234;
  line-height: 3rem;
  font-size: 16px;
}
body > section section#hero section.plus-pack > div section.whats-included h2, body > section section#hero section.plus-pack > div section.whats-included ul, body > section section#hero section.plus-pack > div section.whats-included p {
  margin-left: 12rem;
}
body > section section#hero section.plus-pack > div section.whats-included li {
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
body > section section#hero section.plus-pack > div section.whats-included ul li span {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 3rem;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  vertical-align: 1px;
  background-color: #d36234;
  padding: 0px 4px;
}
body > section section#hero section.plus-pack > div section.whats-included p {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body > section section#hero section.plus-pack > div section.whats-included p a {
  text-decoration: underline;
}
body > section section#hero section.plus-pack > div section.offer {
  display: inline;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 378px;
}
body > section section#hero section.plus-pack > div section.offer a, body > section section#hero section.plus-pack > div section.offer div, body > section section#hero section.plus-pack > div section.offer p {
  text-align: center;
  cursor: pointer;
}
body > section section#hero section.plus-pack > div section.offer p.price {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 32px;
  line-height: 6rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body > section section#hero section.plus-pack > div section.offer p.price span.discount {
  font: inherit;
  color: #d36234;
}
body > section section#hero section.plus-pack > div section.offer p.price span.regular-price {
  font: inherit;
  text-decoration: line-through;
  color: #9d9c97;
}
body > section section#hero section.plus-pack > div section.offer p.price span.regular-price:before, body > section section#hero section.plus-pack > div section.offer p.price span.regular-price:after {
  content: " ";
}
body > section section#hero section.plus-pack > div section.offer p.price span.reduced-price {
  font: inherit;
}
body > section section#hero section.plus-pack > div section.offer p.price span.currency-symbol {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
  vertical-align: 8px;
}
body > section section#hero section.plus-pack > div section.offer p.exclusive:before, body > section section#hero section.plus-pack > div section.offer p.exclusive:after {
  content: " ★ ";
}
body > section section#hero section.plus-pack > div section.offer div.call-to-action {
  clear: both;
  position: relative;
  padding: 3rem 3rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
}
body > section section#hero section.plus-pack > div section.offer div.call-to-action a, body > section section#hero section.plus-pack > div section.offer div.call-to-action span, body > section section#hero section.plus-pack > div section.offer div.call-to-action input {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #6d9801;
  cursor: pointer;
  border: 0px solid white;
  padding: 1.5rem 3rem;
  line-height: 3rem;
}
body > section section#bundles-offer {
  width: 100%;
  background-color: #3e3d3a;
  margin: 0px;
  display: block;
  float: none;
  padding-top: 6rem;
  color: #fff;
}
body > section section#bundles-offer > div {
  width: 792px;
  margin: 0px auto;
}
body > section section#bundles-offer > div:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#bundles-offer > div hr {
  background-color: #474642;
  height: 4px;
}
body > section section#bundles-offer > div header h1 {
  text-align: center;
  color: white;
  line-height: 6rem;
  font-size: 34px;
}
body > section section#bundles-offer > div header h1 span {
  color: #d36234;
}
body > section section#bundles-offer > div header h1 sup {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
}
body > section section#bundles-offer > div header h1 s {
  font: inherit;
}
body > section section#bundles-offer > div header h1 {
  line-height: 9rem;
  font-size: 51px;
}
body > section section#bundles-offer section.plus-pack {
  margin-top: 6rem;
}
body > section section#bundles-offer section.plus-pack > ul {
  list-style-type: none;
  margin: 0px;
}
body > section section#bundles-offer section.plus-pack > ul > li {
  margin-left: 0px;
}
body > section section#bundles-offer section.plus-pack > ul:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#bundles-offer section.plus-pack > ul > li {
  position: relative;
  float: left;
  margin-bottom: 3rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  text-align: center;
  width: 378px;
}
body > section section#bundles-offer section.plus-pack > ul > li img {
  position: absolute;
}
body > section section#bundles-offer section.plus-pack > ul > li h3 {
  margin-top: 258rem;
  position: relative;
  z-index: 10;
  color: #fff;
}
body > section section#bundles-offer section.plus-pack > ul > li h3 > span {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 3rem;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  vertical-align: 1px;
  background-color: #d36234;
  vertical-align: 2px;
}
body > section section#bundles-offer section.plus-pack > ul > li p.price {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 32px;
  line-height: 6rem;
  margin-bottom: 1.5rem;
}
body > section section#bundles-offer section.plus-pack > ul > li p.price span.discount {
  font: inherit;
  color: #d36234;
}
body > section section#bundles-offer section.plus-pack > ul > li p.price span.regular-price {
  font: inherit;
  text-decoration: line-through;
  color: #9d9c97;
}
body > section section#bundles-offer section.plus-pack > ul > li p.price span.regular-price:before, body > section section#bundles-offer section.plus-pack > ul > li p.price span.regular-price:after {
  content: " ";
}
body > section section#bundles-offer section.plus-pack > ul > li p.price span.reduced-price {
  font: inherit;
}
body > section section#bundles-offer section.plus-pack > ul > li p.price span.currency-symbol {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
  vertical-align: 8px;
}
body > section section#bundles-offer section.plus-pack > ul > li div.call-to-action {
  clear: both;
  position: relative;
  padding: 3rem 3rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
}
body > section section#bundles-offer section.plus-pack > ul > li div.call-to-action a, body > section section#bundles-offer section.plus-pack > ul > li div.call-to-action span, body > section section#bundles-offer section.plus-pack > ul > li div.call-to-action input {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #6d9801;
  cursor: pointer;
  border: 0px solid white;
  padding: 1.5rem 3rem;
  line-height: 3rem;
}
body > section section#sound-pack-offer {
  width: 100%;
  background-color: #605f5b;
  margin: 0px;
  display: block;
  float: none;
  padding-top: 6rem;
  color: #fff;
}
body > section section#sound-pack-offer > div {
  width: 792px;
  margin: 0px auto;
}
body > section section#sound-pack-offer > div:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#sound-pack-offer > div hr {
  background-color: #474642;
  height: 4px;
}
body > section section#sound-pack-offer > div header h1 {
  text-align: center;
  color: white;
  line-height: 6rem;
  font-size: 34px;
}
body > section section#sound-pack-offer > div header h1 span {
  color: #d36234;
}
body > section section#sound-pack-offer > div header h1 sup {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
}
body > section section#sound-pack-offer > div header h1 s {
  font: inherit;
}
body > section section#sound-pack-offer section.sound-pack {
  width: 100%;
}
body > section section#sound-pack-offer section.sound-pack:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#sound-pack-offer section.sound-pack {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body > section section#sound-pack-offer section.sound-pack > div {
  display: inline;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 378px;
}
body > section section#sound-pack-offer section.sound-pack > div h1 {
  margin: 3rem 0px;
  text-align: center;
}
body > section section#sound-pack-offer section.sound-pack > div h2 {
  margin-top: 3rem;
  color: #d36234;
  line-height: 3rem;
  font-size: 16px;
}
body > section section#sound-pack-offer section.sound-pack > div ul {
  margin-bottom: 3rem;
  padding: 0px 1.5rem;
}
body > section section#sound-pack-offer section.sound-pack > div ul li {
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
body > section section#sound-pack-offer section.sound-pack > div p a {
  text-decoration: underline;
}
body > section section#sound-pack-offer section.sound-pack > div p.price {
  text-align: center;
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 32px;
  line-height: 6rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body > section section#sound-pack-offer section.sound-pack > div p.price span.discount {
  font: inherit;
  color: #d36234;
}
body > section section#sound-pack-offer section.sound-pack > div p.price span.regular-price {
  font: inherit;
  text-decoration: line-through;
  color: #9d9c97;
}
body > section section#sound-pack-offer section.sound-pack > div p.price span.regular-price:before, body > section section#sound-pack-offer section.sound-pack > div p.price span.regular-price:after {
  content: " ";
}
body > section section#sound-pack-offer section.sound-pack > div p.price span.reduced-price {
  font: inherit;
}
body > section section#sound-pack-offer section.sound-pack > div p.price span.currency-symbol {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
  vertical-align: 8px;
}
body > section section#sound-pack-offer section.sound-pack > div div.call-to-action {
  clear: both;
  position: relative;
  padding: 3rem 3rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
}
body > section section#sound-pack-offer section.sound-pack > div div.call-to-action a, body > section section#sound-pack-offer section.sound-pack > div div.call-to-action span, body > section section#sound-pack-offer section.sound-pack > div div.call-to-action input {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #6d9801;
  cursor: pointer;
  border: 0px solid white;
  padding: 1.5rem 3rem;
  line-height: 3rem;
}
body > section section#professional-series-offer {
  width: 100%;
  background-color: #4f4e4a;
  margin: 0px;
  display: block;
  float: none;
  padding-top: 6rem;
  color: #fff;
}
body > section section#professional-series-offer > div {
  width: 792px;
  margin: 0px auto;
}
body > section section#professional-series-offer > div:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#professional-series-offer > div hr {
  background-color: #474642;
  height: 4px;
}
body > section section#professional-series-offer > div header h1 {
  text-align: center;
  color: white;
  line-height: 6rem;
  font-size: 34px;
}
body > section section#professional-series-offer > div header h1 span {
  color: #d36234;
}
body > section section#professional-series-offer > div header h1 sup {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
}
body > section section#professional-series-offer > div header h1 s {
  font: inherit;
}
body > section section#professional-series-offer section.professional-series {
  width: 100%;
}
body > section section#professional-series-offer section.professional-series:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#professional-series-offer section.professional-series {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body > section section#professional-series-offer section.professional-series > div {
  display: inline;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 378px;
}
body > section section#professional-series-offer section.professional-series > div h1 {
  margin: 3rem 0px;
  text-align: center;
}
body > section section#professional-series-offer section.professional-series > div h2 {
  margin-top: 3rem;
  color: #d36234;
  line-height: 3rem;
  font-size: 16px;
}
body > section section#professional-series-offer section.professional-series > div ul {
  margin-bottom: 3rem;
  padding: 0px 1.5rem;
}
body > section section#professional-series-offer section.professional-series > div ul li {
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
body > section section#professional-series-offer section.professional-series > div p a {
  text-decoration: underline;
}
body > section section#professional-series-offer section.professional-series > div p.price {
  text-align: center;
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 32px;
  line-height: 6rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
body > section section#professional-series-offer section.professional-series > div p.price span.discount {
  font: inherit;
  color: #d36234;
}
body > section section#professional-series-offer section.professional-series > div p.price span.regular-price {
  font: inherit;
  text-decoration: line-through;
  color: #9d9c97;
}
body > section section#professional-series-offer section.professional-series > div p.price span.regular-price:before, body > section section#professional-series-offer section.professional-series > div p.price span.regular-price:after {
  content: " ";
}
body > section section#professional-series-offer section.professional-series > div p.price span.reduced-price {
  font: inherit;
}
body > section section#professional-series-offer section.professional-series > div p.price span.currency-symbol {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
  vertical-align: 8px;
}
body > section section#professional-series-offer section.professional-series > div div.call-to-action {
  clear: both;
  position: relative;
  padding: 3rem 3rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
}
body > section section#professional-series-offer section.professional-series > div div.call-to-action a, body > section section#professional-series-offer section.professional-series > div div.call-to-action span, body > section section#professional-series-offer section.professional-series > div div.call-to-action input {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #6d9801;
  cursor: pointer;
  border: 0px solid white;
  padding: 1.5rem 3rem;
  line-height: 3rem;
}
body > section section#sound-pack-series-offer {
  width: 100%;
  background-color: #605f5b;
  margin: 0px;
  display: block;
  float: none;
  padding-top: 6rem;
  color: #fff;
}
body > section section#sound-pack-series-offer > div {
  width: 792px;
  margin: 0px auto;
}
body > section section#sound-pack-series-offer > div:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#sound-pack-series-offer > div hr {
  background-color: #474642;
  height: 4px;
}
body > section section#sound-pack-series-offer > div header h1 {
  text-align: center;
  color: white;
  line-height: 6rem;
  font-size: 34px;
}
body > section section#sound-pack-series-offer > div header h1 span {
  color: #d36234;
}
body > section section#sound-pack-series-offer > div header h1 sup {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
}
body > section section#sound-pack-series-offer > div header h1 s {
  font: inherit;
}
body > section section#sound-pack-series-offer section.sound-pack-series {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul {
  list-style-type: none;
  margin: 0px;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li {
  margin-left: 0px;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul {
  margin-bottom: 3rem;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li {
  position: relative;
  float: left;
  margin-bottom: 3rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li h3 {
  color: white;
  margin-top: 1.5rem;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li h3 > span {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 3rem;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  vertical-align: 1px;
  vertical-align: 2px;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li em {
  color: #ffaa6c;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li div.call-to-action {
  clear: both;
  position: relative;
  padding: 3rem 3rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li div.call-to-action a, body > section section#sound-pack-series-offer section.sound-pack-series > ul > li div.call-to-action span, body > section section#sound-pack-series-offer section.sound-pack-series > ul > li div.call-to-action input {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #6d9801;
  cursor: pointer;
  border: 0px solid white;
  padding: 1.5rem 3rem;
  line-height: 3rem;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li div.call-to-action {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px 0px;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li.banks-finder-poster {
  width: 240px;
  height: 240px;
  background-color: #a1a09d;
  text-align: center;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li.banks-finder-poster h3 {
  padding: 3rem;
  padding-top: 6rem;
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 3rem;
  color: black;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li.banks-finder-poster p {
  min-height: 30px;
  padding: 0px 3rem;
  color: black;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li.banks-finder-poster div.call-to-action {
  clear: both;
  position: relative;
  padding: 3rem 3rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
}
body > section section#sound-pack-series-offer section.sound-pack-series > ul > li.banks-finder-poster div.call-to-action a, body > section section#sound-pack-series-offer section.sound-pack-series > ul > li.banks-finder-poster div.call-to-action span, body > section section#sound-pack-series-offer section.sound-pack-series > ul > li.banks-finder-poster div.call-to-action input {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #3e3d39;
  cursor: pointer;
  border: 0px solid white;
  padding: 1.5rem 3rem;
  line-height: 3rem;
}
body > section section#upgrades-offer {
  width: 100%;
  background-color: #3e3d3a;
  margin: 0px;
  display: block;
  float: none;
  padding-top: 6rem;
  color: #fff;
}
body > section section#upgrades-offer > div {
  width: 792px;
  margin: 0px auto;
}
body > section section#upgrades-offer > div:after {
  content: "";
  display: block;
  clear: both;
}
body > section section#upgrades-offer > div hr {
  background-color: #474642;
  height: 4px;
}
body > section section#upgrades-offer > div header h1 {
  text-align: center;
  color: white;
  line-height: 6rem;
  font-size: 34px;
}
body > section section#upgrades-offer > div header h1 span {
  color: #d36234;
}
body > section section#upgrades-offer > div header h1 sup {
  font: inherit;
  text-decoration: none;
  font-size: 18px;
}
body > section section#upgrades-offer > div header h1 s {
  font: inherit;
}
body > section section#upgrades-offer section.upgrades {
  padding-bottom: 3rem;
}
body > section section#upgrades-offer section.upgrades p {
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  text-align: center;
}
body > section section#upgrades-offer section.upgrades div.call-to-action {
  clear: both;
  position: relative;
  padding: 3rem 3rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
}
body > section section#upgrades-offer section.upgrades div.call-to-action a, body > section section#upgrades-offer section.upgrades div.call-to-action span, body > section section#upgrades-offer section.upgrades div.call-to-action input {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #6d9801;
  cursor: pointer;
  border: 0px solid white;
  padding: 1.5rem 3rem;
  line-height: 3rem;
}
body > section > footer:after {
  content: "";
  display: block;
  clear: both;
}
body > section > footer {
  width: 100%;
  margin: 0px;
  display: block;
  float: none;
  width: 100%;
  background-color: #4f4e4a;
  margin: 0px;
  padding-top: 6rem;
  color: #fff;
}
body > section > footer > div {
  width: 792px;
  margin: 0px auto;
  padding-bottom: 6rem;
}
body > section > footer > div section.benefits ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: calc((792px - 6rem) / 3);
  -moz-column-width: calc((792px - 6rem) / 3);
  column-width: calc((792px - 6rem) / 3);
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
body > section > footer > div section.benefits ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
}
body > section > footer > div section.benefits ul {
  list-style-type: none;
}
body > section > footer > div section.benefits ul li img {
  margin: 0px auto;
  margin-bottom: 3rem;
}
body > section > footer > div section.benefits ul li h2 {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 3rem;
  color: #d36234;
}
body > section > footer > div section.benefits ul li p {
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
body > section > footer > div section.benefits ul li h2, body > section > footer > div section.benefits ul li p {
  text-align: center;
}

body > footer {
  clear: both;
  width: 100%;
  margin-top: 0px;
}
body > footer nav.shortcuts ul {
  text-align: center;
  background-color: #3d3c3a;
  list-style-type: none;
  padding: 1.5rem 0;
  padding-left: 1.5rem;
}
body > footer nav.shortcuts ul li {
  color: #fff;
  display: inline;
  border: none;
  margin: 0;
  margin-right: 1em;
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
}
body > footer nav.shortcuts ul li a {
  color: #fff;
}
body > footer p.copyrights {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

/*# sourceMappingURL=promo-masala-2.css.map */
