@import url("https://fonts.googleapis.com/css?family=Kumbh+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Sansita:400,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.outerContainer {
  width: 100%;
  margin: 0;
  text-align: center;
  display: inline-block;
}
.outerContainer .innerContainer {
  width: 95%;
  display: inline-block;
  max-width: 1400px;
}

.bgRed {
  background: rgb(255, 54, 67);
  background: -moz-linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 54, 67) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 54, 67) 100%);
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 54, 67) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ff3643",GradientType=1);
}

.pageCrumbs {
  background-color: #ebebeb;
}
.pageCrumbs p {
  text-align: left;
  margin: 8px 0;
  font-size: 14px;
}
.pageCrumbs p a {
  font-weight: 600;
  color: #333333;
}

.footerOuter {
  background-color: #262626;
  margin-top: 50px;
}
.footerOuter .innerContainer {
  padding: 20px 0;
}
.footerOuter .innerContainer img {
  max-width: 30vw;
  max-height: 60px;
}

.saleContent img {
  width: 100%;
  margin-bottom: 40px;
}

.btn {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  display: block;
  cursor: pointer;
  font-weight: 600;
}
.btn:hover {
  background-color: rgb(255, 54, 67);
  transition: all 0.3s ease-in-out;
}

.dh-background-gradient {
  background: #74ca2a;
  background: -moz-linear-gradient(54deg, #74ca2a 0%, #01b7ed 100%);
  background: -webkit-linear-gradient(54deg, #74ca2a 0%, #01b7ed 100%);
  background: linear-gradient(54deg, #74ca2a 0%, #01b7ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74ca2a", endColorstr="#01b7cd", GradientType=1);
}

.blue-background {
  background-color: #01b7ed !important;
}

.bgBlack {
  background-color: #000000 !important;
}

.bgWhite {
  background-color: #ffffff !important;
}

.bgGrey {
  background-color: #ebebeb;
}

.imageFrame {
  position: absolute;
  top: 10px;
  left: 0px;
  border: 6px solid rgb(255, 54, 67);
  width: calc(100% - 0px);
  height: calc(100% - 20px);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.backgroundLineCont {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.backgroundLineCont .backgroundLine {
  position: absolute;
  height: 3px;
  background-color: #000000;
  width: 100%;
  top: 30px;
  z-index: 999;
}

.globalLine {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  left: 42px;
  top: 105px;
}
.globalLine .line {
  position: absolute;
  height: 4px;
  background-color: #ffffff;
  width: 30%;
}

.signupArea .backButton {
  padding: 10px 20px;
  margin: 20px auto 0;
  width: 80%;
  box-sizing: border-box;
  background-color: rgb(255, 54, 67);
  color: #fff;
  font-family: "Kumbh Sans", Verdana, sans-serif;
  border: none;
  display: inline-block;
  clear: both;
}
.signupArea form {
  margin: -30px auto 0;
  font-family: "Kumbh Sans", Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.signupArea form p {
  color: rgb(255, 54, 67);
  margin: 10px auto 5px;
  font-weight: 600;
}
.signupArea form input, .signupArea form select {
  border: 1px solid #333333;
  margin: 0 auto 20px;
  padding: 10px;
  width: 80%;
  box-sizing: border-box;
  font-family: "Kumbh Sans", Verdana, sans-serif;
  max-width: 600px;
}
.signupArea form button {
  padding: 10px 20px;
  margin: 20px auto 0;
  width: 80%;
  box-sizing: border-box;
  background-color: rgb(255, 54, 67);
  color: #fff;
  font-family: "Kumbh Sans", Verdana, sans-serif;
  border: none;
}
.signupArea form .toggleOuter {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 20px auto;
}
.signupArea form .toggleHolder {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 1px solid #333333;
  margin: 0 20px 20px;
}
.signupArea form .toggleHolder p {
  color: #333333;
  margin: 5px 0 10px;
}
.signupArea form .toggleHolder img {
  width: 70px;
  margin: 0 auto 10px;
}

.headerFix {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
}

.headerContainer {
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 20px 0;
}
.headerContainer img {
  height: 70px;
}
.headerContainer .navBox {
  display: inline-flex;
  max-width: 60%;
  justify-content: flex-end;
  align-items: center;
}
.headerContainer .navBox a {
  font-weight: 600;
  color: #333333;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #ffffff;
  margin-top: 1.5px;
  transition: all 0.3s ease-in-out;
}
.headerContainer .navBox a:hover {
  border-bottom: 3px solid rgb(255, 54, 67);
}

.salesHeader {
  display: inline-flex !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 10px;
  box-sizing: border-box;
  background-color: #333333;
  width: 100%;
}
.salesHeader a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}

.filtersBox {
  position: fixed;
  top: 145px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 4px solid rgb(255, 54, 67);
  border-top: 1px solid #333333;
  z-index: 999;
  padding: 10px 0 40px;
}
.filtersBox .innerContainer {
  display: inline-flex;
  justify-content: space-between;
}
.filtersBox .filterRow {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  margin-right: 40px;
}
.filtersBox .filterRow h3 {
  margin: 0 0 10px;
  font-family: "Sansita", serif;
}
.filtersBox .filterRow p {
  margin: 6px 0;
  border-bottom: 4px solid #ffffff;
}
.filtersBox .filterRow p:hover {
  border-bottom: 4px solid rgb(255, 54, 67);
  cursor: pointer;
}
.filtersBox .filterRow input {
  border: none;
  border-bottom: 1px solid #99999a;
  padding: 5px 0;
  margin-right: 20px;
  min-width: 40vw;
  font-family: "Kumbh Sans", Verdana, sans-serif;
  font-size: 16px;
}
.filtersBox .filterRow input:focus {
  border-color: rgb(255, 54, 67);
  outline: none;
}
.filtersBox .filterRow .searchSubmit {
  background-color: rgb(255, 54, 67);
  color: #ffffff;
  padding: 5px 10px;
}

.productBox {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0 0 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  background: rgb(255, 54, 67);
  background: -moz-linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 54, 67) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 54, 67) 100%);
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 54, 67) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ff3643",GradientType=1);
}
@media screen and (max-width: 800px) {
  .productBox {
    width: 100%;
  }
}
.productBox:hover .imageFrame {
  opacity: 1;
}
.productBox.featuredProduct {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 1400px;
}
.productBox.featuredProduct .imageBox {
  padding-top: 40%;
}
.productBox .imageBox {
  position: relative;
  padding-top: 60%;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
.productBox .imageFrame {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 6px solid rgb(255, 54, 67);
  border-bottom: none;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.productBox .productInformation {
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.productBox .productInformation .textLeft {
  display: inline-flex;
  max-width: 60%;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.productBox .productInformation .textLeft h3 {
  font-size: 18px;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: "Sansita", serif;
  padding: 2px 10px 5px;
  display: inline-block;
  font-weight: 700;
}
.productBox .productInformation .textLeft h1 {
  font-family: "Sansita", serif;
  color: #ffffff;
  margin: 0 0 10px;
  font-size: 2em;
  font-weight: 700;
}
.productBox .productInformation .textLeft h2 {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}
.productBox .productInformation .textRight p {
  color: #000000;
  margin: 5px 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  font-size: 15px;
}
.productBox .productInformation .textRight p i {
  font-size: 0.9em;
  margin: 0 -1px;
  color: #ffffff;
}
.productBox .productInformation .numberViews {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  color: rgb(255, 54, 67);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}

.indexInner {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.indexInner .homepageLeftCol {
  width: 200px;
  background-color: #000000;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  position: sticky;
  top: 110px;
  min-height: calc(100vh - 120px);
}
.indexInner .homepageLeftCol img {
  max-width: 80%;
  margin: 20px auto;
  clear: both;
  display: block;
}
.indexInner .homepageLeftCol .sponsorBlock {
  background: grey;
  height: 20vh;
  text-align: center;
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.indexInner .homepageLeftCol .sponsorBlock h1 {
  color: rgba(255, 255, 255, 0.4588235294);
}
.indexInner .homepageRightCol {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.indexInner .loginRequiredBox {
  width: calc(100% - 240px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  height: auto;
}
.indexInner .loginRequiredBox h1 {
  font-family: "Sansita", serif;
  color: #ffffff;
}
.indexInner .loginRequiredBox p {
  font-size: 20px;
  color: #ffffff;
}
.indexInner .loginRequiredBox a {
  border: 4px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  margin: 20px auto 0;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.indexInner .loginRequiredBox a:hover {
  background-color: #ffffff;
  color: rgb(255, 54, 67);
}

.submissionHeader {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.submissionHeader span {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: calc(50% - 10px);
  align-items: center;
}
.submissionHeader span h1 {
  font-size: 100px;
  color: rgb(255, 54, 67);
  font-family: "Sansita", serif;
}

.submissionBox {
  display: block;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  background-color: #ffffff;
}
.submissionBox form input {
  padding: 10px;
  width: 30%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid rgb(255, 54, 67);
  margin: 0 10px;
}

.boxContainer {
  display: inline-flex !important;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  background-color: rgb(255, 54, 67);
  flex-direction: row;
}
.boxContainer .box {
  width: calc(50% - 10px);
  padding: 10px;
  position: relative;
}
.boxContainer .box h1 {
  color: #ffffff;
}
.boxContainer .box h4 {
  color: #000000;
}
.boxContainer .box.right {
  display: inline-flex;
  flex-direction: column;
  align-content: start;
  padding: 50px;
  box-sizing: border-box;
  text-align: left;
  background-color: #ffffff;
}
.boxContainer .box.right input {
  padding: 10px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgb(255, 54, 67);
}
.boxContainer .box.right input::placeholder {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.boxContainer .box.right h4 {
  font-size: 30px;
  margin: 0;
}
.boxContainer .box.left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
.boxContainer .box.left h1 {
  font-size: 50px;
  position: absolute;
  top: 0;
}
.boxContainer .box.left h2 {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 100px;
}
.boxContainer .box.left .bottomText {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 40px;
  box-sizing: border-box;
}
.boxContainer .box.left .bottomText p {
  margin: 0;
}

.slantedBg {
  background-color: #333333;
  position: absolute;
  bottom: 140px;
  padding: 10px;
  height: 40vh;
  width: 100%;
  box-sizing: border-box;
  left: 20px;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  z-index: 99;
}

.productHeader {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: calc(90vh - 140px);
}

.productIntro {
  padding: 20px 0;
  text-align: left;
}
.productIntro h2 {
  font-family: "Sansita", serif;
  font-size: 60px;
  margin: 0;
  width: 100%;
  border-bottom: 2px solid rgb(255, 54, 67);
  padding-bottom: 8px;
}
.productIntro .introInfo {
  background-color: #ebebeb;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  box-sizing: border-box;
}
.productIntro .introInfo div {
  margin: 0 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 180px;
}
.productIntro .introInfo div i {
  font-size: 30px;
  color: rgb(255, 54, 67);
  margin: 10px 0 0;
}
.productIntro .introInfo div p {
  font-weight: 600;
  text-align: center;
}

.blogsGrid {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 40px;
}
.blogsGrid .blogPost {
  width: calc(33% - 20px);
  margin: 0 10px 20px;
  border: 1px solid #ebebeb;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px 2px #ebebeb;
  -moz-box-shadow: 0 0 8px 2px #ebebeb;
  box-shadow: 0 0 8px 2px #ebebeb;
}
@media screen and (max-width: 960px) {
  .blogsGrid .blogPost {
    width: calc(49% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .blogsGrid .blogPost {
    width: 100%;
    margin: 0 0 20px;
  }
}
.blogsGrid .blogPost .blogImg {
  width: 100%;
  height: 30vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.blogsGrid .blogPost h2 {
  color: #000000;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-weight: 300;
  font-size: 30px;
  text-align: left;
}
.blogsGrid .blogPost p {
  text-align: left;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  font-size: 18px;
}

.blogContent .blogModule {
  margin: 20px auto;
  width: 100%;
  display: inline-flex;
}
@media screen and (max-width: 960px) {
  .blogContent .blogModule {
    flex-direction: column;
  }
  .blogContent .blogModule.featuredProducts {
    flex-direction: row;
  }
}
.blogContent .blogModule.smallColumn {
  justify-content: center;
}
.blogContent .blogModule.smallColumn .textBlock {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .blogContent .blogModule.smallColumn .textBlock {
    width: 100%;
  }
}
.blogContent .blogModule.smallColumn .imageBlock {
  width: 70%;
  min-height: 500px;
}
@media screen and (max-width: 960px) {
  .blogContent .blogModule.smallColumn .imageBlock {
    width: 100%;
  }
}
.blogContent .blogModule.twoColumn {
  align-items: stretch;
}
.blogContent .blogModule.twoColumn .textBlock {
  width: 60%;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .blogContent .blogModule.twoColumn .textBlock {
    width: 100%;
  }
}
.blogContent .blogModule.twoColumn .imageBlock {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .blogContent .blogModule.twoColumn .imageBlock {
    width: 100%;
    min-height: 400px;
  }
}
.blogContent .blogModule.imageRow {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .blogContent .blogModule.imageRow {
    flex-direction: column;
  }
}
.blogContent .blogModule.imageRow .imageBlock {
  height: 500px;
  width: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 800px) {
  .blogContent .blogModule.imageRow .imageBlock {
    margin: 0 10px 20px;
  }
}
.blogContent .blogModule.imageRow .imageBlock:first-child {
  margin-left: 0;
}
.blogContent .blogModule.imageRow .imageBlock:last-child {
  margin-right: 0;
}
.blogContent .blogModule .textBlock {
  text-align: left;
}
.blogContent .blogModule .textBlock h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  font-size: 30px;
}
.blogContent .blogModule .textBlock p {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 300;
}
.blogContent .blogModule .imageBlock {
  background-size: cover;
  background-position: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.blogContent .blogModule .imageBlock img {
  height: 200px;
}

.homepageGridLayout {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .homepageGridLayout {
    flex-direction: column;
    flex-wrap: unset;
    margin: 20px auto;
  }
}

.halfWidthHomepageLink {
  background-size: cover;
  background-position: center;
  padding: 180px 40px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  position: relative;
  width: calc(50% - 10px);
}
@media screen and (max-width: 700px) {
  .halfWidthHomepageLink {
    width: 100%;
    padding: 80px 30px;
  }
}
.halfWidthHomepageLink.wider {
  width: calc(65% - 10px);
}
@media screen and (max-width: 700px) {
  .halfWidthHomepageLink.wider {
    width: 100%;
    margin-right: 0;
    margin-bottom: -20px;
    margin-top: -20px;
    padding: 200px 30px;
  }
}
.halfWidthHomepageLink.narrower {
  width: calc(35% - 10px);
}
@media screen and (max-width: 700px) {
  .halfWidthHomepageLink.narrower {
    width: 100%;
  }
}
.halfWidthHomepageLink.thirds {
  width: calc(33% - 20px);
  margin: 10px;
  padding: 120px 40px;
}
@media screen and (max-width: 700px) {
  .halfWidthHomepageLink.thirds {
    width: 100%;
    margin: 10px 0;
  }
}
.halfWidthHomepageLink.thirds:nth-child(2n-1) {
  margin-right: 10px;
}
.halfWidthHomepageLink:nth-child(2n-1) {
  margin-right: 20px;
}
.halfWidthHomepageLink h2 {
  color: #ffffff;
  font-size: 40px;
  margin: 0 0 10px;
  font-family: "Sansita", serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
}
@media screen and (max-width: 870px) {
  .halfWidthHomepageLink h2 {
    max-width: 90%;
    margin: 0 auto;
    font-size: 40px;
  }
}
.halfWidthHomepageLink h4 {
  color: #ffffff;
  margin: 20px 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 870px) {
  .halfWidthHomepageLink h4 {
    max-width: 90%;
    margin: 10px auto 0;
    font-size: 16px;
  }
}
.halfWidthHomepageLink a {
  margin: 40px auto 0;
  border: 3px solid #ffffff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Kumbh Sans", Verdana, sans-serif;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.halfWidthHomepageLink a:hover {
  background-color: #ffffff;
  color: #333333;
}

.fullPageBlock {
  display: inline-flex !important;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.fullPageBlock img {
  max-width: 80%;
  max-height: 80vh;
  margin: 0 auto;
}
.fullPageBlock .innerBlock {
  width: calc(100% - 20px);
}
.fullPageBlock .innerBlock.wideBlock {
  width: calc(65% - 20px);
}
.fullPageBlock .innerBlock.narrowBlock {
  width: calc(35% - 20px);
}
.fullPageBlock .innerBlock.textBlock {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.fullPageBlock .innerBlock.textBlock h3 {
  margin: 0 0 10px;
  font-family: "Sansita", serif;
  font-size: 30px;
}
.fullPageBlock .innerBlock.textBlock p {
  line-height: 1.4;
}
.fullPageBlock .innerBlock.imageBlock {
  background-position: center;
  background-size: cover;
  padding-top: 300px;
}

.halfPageBlock {
  display: inline-flex !important;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.halfPageBlock .innerBlock {
  width: calc(50% - 20px);
}
.halfPageBlock .innerBlock.wideBlock {
  width: calc(70% - 20px);
}
.halfPageBlock .innerBlock.narrowBlock {
  width: calc(30% - 20px);
}
.halfPageBlock .innerBlock.textBlock {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
}
.halfPageBlock .innerBlock.textBlock h3 {
  margin: 0 0 10px;
  font-family: "Sansita", serif;
  font-size: 30px;
}
.halfPageBlock .innerBlock.textBlock p {
  line-height: 1.4;
}
.halfPageBlock .innerBlock.imageBlock {
  background-position: center;
  background-size: cover;
  padding-top: 300px;
}

.quarterPageBlock {
  display: inline-flex !important;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .quarterPageBlock {
    flex-wrap: wrap;
  }
}
.quarterPageBlock .innerBlock {
  width: calc(25% - 20px);
  margin-bottom: 30px;
  margin-right: 26.6666666667px;
}
.quarterPageBlock .innerBlock:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .quarterPageBlock .innerBlock {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .quarterPageBlock .innerBlock:nth-child(4n) {
    margin-right: inherit;
  }
  .quarterPageBlock .innerBlock:nth-child(2n) {
    margin-right: 0;
  }
}
.quarterPageBlock .innerBlock.textBlock {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
}
.quarterPageBlock .innerBlock.textBlock h3 {
  margin: 0 0 10px;
  font-family: "Sansita", serif;
  font-size: 30px;
}
.quarterPageBlock .innerBlock.textBlock p {
  line-height: 1.4;
}
.quarterPageBlock .innerBlock.imageBlock {
  background-position: center;
  background-size: cover;
  padding-top: 300px;
}

.productTilesBlock h2 {
  font-size: 40px;
  font-family: "Sansita", serif;
  color: rgb(255, 54, 67);
}
.productTilesBlock .prodTilesGrid {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.productTilesBlock .prodTilesGrid .prodTile {
  width: 20%;
  margin: 20px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.productTilesBlock .prodTilesGrid .prodTile img {
  max-width: 100%;
  max-height: 140px;
}
.productTilesBlock .prodTilesGrid .prodTile p {
  font-weight: 600;
  margin: 10px auto 0;
  text-transform: uppercase;
  text-align: center;
}
.productTilesBlock .prodTilesGrid .prodTile h5 {
  color: rgb(255, 54, 67);
  margin: 5px auto 0;
}

.fixedPageCTA {
  position: sticky;
  bottom: 0;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 54, 67);
  margin-bottom: -50px;
}
.fixedPageCTA h3 {
  font-family: "Sansita", serif;
  margin: 0;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
}
.fixedPageCTA a {
  background-color: none;
  border: 4px solid #ffffff;
  padding: 10px 20px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.fixedPageCTA a:hover {
  background-color: #ffffff;
  color: rgb(255, 54, 67);
}

.subscriptionCta {
  background-color: rgb(255, 54, 67);
  padding: 30px 0;
}
.subscriptionCta h3 {
  font-family: "Sansita", serif;
  margin: 0 auto 20px;
  font-size: 30px;
  color: #ffffff;
}
.subscriptionCta a {
  background-color: none;
  border: 4px solid #ffffff;
  padding: 10px 20px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.subscriptionCta a:hover {
  background-color: #ffffff;
  color: rgb(255, 54, 67);
}

body {
  margin: 0;
  font-family: "Kumbh Sans", Verdana, sans-serif;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
body a {
  text-decoration: none;
}
body a:hover {
  cursor: pointer;
}
body button {
  cursor: pointer;
}
body .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  /* The slider */
  /* Rounded sliders */
}
body .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
body .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}
body .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body .switch input:checked + .slider {
  background-color: rgb(116, 230, 9);
}
body .switch input:focus + .slider {
  box-shadow: 0 0 1px rgb(116, 230, 9);
}
body .switch input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
body .switch .slider.round {
  border-radius: 34px;
}
body .switch .slider.round:before {
  border-radius: 50%;
}

/*# sourceMappingURL=main.css.map */
