/********************************************************/
/* GLOBAL STYLES */
/*******************************************************/
/******************************************/
/* Normalize  */
/****************************************/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
    border: hidden;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/******************************************/
/* Variables  */
/****************************************/
/* Colors  */
/* Breakpoints, Spacing, and Layout */
/******************************************/
/* The Grid (Skeleton)  */
/****************************************/
.row {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}
.row::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices desktop devices only */
@media (min-width: 768px) {
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .six.columns {
    width: 50%;
  }
  .seven.columns {
    width: 58.3%;
  }
  .eight.columns {
    width: 66.67%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}
/******************************************/
/* Typography  */
/****************************************/
@font-face {
  font-family: 'Roboto regular';
  src: url('../fonts/roboto-v29-latin-regular.woff') format("woff");
}
@font-face {
  font-family: 'Roboto 300';
  src: url('../fonts/roboto-v29-latin-300.woff') format("woff");
}
@font-face {
  font-family: 'Roboto 700';
  src: url('../fonts/roboto-v29-latin-700.woff') format("woff");
}
}
.sky-blue {
  color: #00aeef !important;
}
.dark-blue {
  color: #00285a !important;
}
.intel-blue {
  color: #0171c5 !important;
}
.bold {
  font-family: 'Roboto 700', Helvetica, Arial, sans-serif;
}
.regular {
  font-family: 'Roboto regular', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span {
  font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
li:first-child,
a:first-child,
span:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
li:last-child,
a:last-child,
span:last-child {
  margin-bottom: 0;
}
h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
h6.small,
p.small,
li.small,
a.small,
span.small {
  font-size: 0.75em;
}
html {
  font-size: 20px;
}
body {
  font-family: 'Roboto regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-family: 'Roboto 700', Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 0.8rem;
  }
}
h2 {
  font-family: 'Roboto 700', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 0.8rem;
  }
}
h3 {
  font-family: 'Roboto 700', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #00285a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 0.8rem;
  }
}
h4 {
  font-family: 'Roboto regular', Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.1;
  color: #00285a;
  margin-bottom: 10px;
}
h5 {
  font-family: 'Roboto 700', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.25;
  color: #00285a;
  margin: 0;
}
h6 {
  font-family: 'Roboto 700', Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.2;
  color: #00285a;
  margin: 0;
}
p {
  font-family: 'Roboto regular', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.6em;
    line-height: 1.4;
  }
}
p.lead {
  font-size: 1.3em;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  p.lead {
    font-size: 0.7em;
  }
}
span,
ul,
li,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
ul,
li {
  font-family: 'Roboto regular', Helvetica, Arial, sans-serif;
}
span.desktop-nbsp::after {
  content: '\00a0';
}
@media screen and (max-width: 767px) {
  span.desktop-nbsp::after {
    content: '\0020';
  }
}
/*************************************************/
/* Global Site Styles and Classes */
/************************************************/
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.invisible {
  opacity: 0 !important;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  span.mobile-break {
    display: inline !important;
  }
}
.bg-with-gutter {
  background-size: calc(100% - 80px) 100%;
}
.section-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.section-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-margin {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.section-top-margin {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-top-margin {
    margin-top: 35px;
  }
}
.section-bottom-margin {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-bottom-margin {
    margin-bottom: 35px;
  }
}
.section-top-padding {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .section-top-padding {
    padding-top: 35px;
  }
}
.section-bottom-padding {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .section-bottom-padding {
    padding-bottom: 35px;
  }
}
.section-gutter {
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 767px) {
  .section-gutter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.module-content {
  max-width: 1360px;
  margin: 0 auto;
}
.module-content.no-max {
  max-width: none !important;
}
@media screen and (max-width: 767px) {
  .module-content {
    max-width: 480px;
  }
}
.text-center {
  text-align: center;
}
div.img-overflow-wrapper {
  position: relative;
}
div.img-overflow-wrapper::before {
  content: '';
  display: block;
  width: 100%;
}
div.img-overflow-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.display-flex.direction-column {
  flex-direction: column;
}
.display-flex.justify-center {
  justify-content: center;
}
.display-flex.justify-between {
  justify-content: space-between;
}
.display-flex.justify-around {
  justify-content: space-around;
}
.display-flex.justify-start {
  justify-content: flex-start;
}
.display-flex.justify-end {
  justify-content: flex-end;
}
.display-flex.align-center {
  align-items: center;
}
.display-flex.align-start {
  align-items: flex-start;
}
.display-flex.align-end {
  align-items: flex-end;
}
.display-flex.flex-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .display-flex.responsive-column {
    flex-direction: column;
  }
  .display-flex.responsive-reverse {
    flex-direction: row-reverse;
  }
  .display-flex.direction-column.responsive-reverse,
  .display-flex.responsive-column.responsive-reverse {
    flex-direction: column-reverse;
  }
}
.display-flex > .align-start {
  align-self: flex-start;
}
.display-flex > .align-center {
  align-self: center;
}
.display-flex > .align-end {
  align-self: flex-end;
}
.display-flex > .flex-grow {
  flex: 1 !important;
}
@media screen and (min-width: 1024px) {
  .hide-on-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}
span.nowrap {
  white-space: nowrap;
}
/* Global Elements */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
section.module {
  position: relative;
}
button,
a.button,
.button {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 0;
  background-color: #0171c5;
  font-family: 'Roboto regular', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 0.8em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
a.back-to-top {
  position: absolute;
  bottom: 1.5em;
  right: 3em;
  color: #00aeef !important;
  font-size: 75%;
}
@media screen and (max-width: 767px) {
  a.back-to-top {
    display: none;
  }
}
div.btn-close {
  position: relative;
  height: 20px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
  cursor: pointer;
}
div.btn-close::before,
div.btn-close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  /* cross thickness */
  background-color: #0079FF;
}
div.btn-close.white::before,
div.btn-close.white::after {
  background-color: white;
}
div.btn-close::before {
  transform: rotate(45deg);
}
div.btn-close::after {
  transform: rotate(-45deg);
}
.with-triangle:before {
  content: '';
  position: relative;
  top: 0.125em;
  font-size: 45%;
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 0.5em;
  border-style: solid;
  border-width: 1em 0 1em 1.7em;
  border-color: transparent transparent transparent #000000;
}
.slick-slide,
.slick-track,
.slick-list,
.slick-slider {
  overflow: visible;
}
.btn-prev,
.btn-next {
  position: absolute;
  bottom: 0;
  background: #00aeef;
}
.btn-prev {
  left: 0;
  padding: 12px 14px 12px 10px;
}
.btn-next {
  right: 0;
  padding: 12px 10px 12px 14px;
}
ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  height: 50px;
  list-style-type: none;
}
ul.slick-dots li {
  margin: 7px;
}
ul.slick-dots button {
  color: transparent;
  background: transparent;
  border: 3px solid #00aeef;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
ul.slick-dots button:focus {
  outline: none;
}
ul.slick-dots li.slick-active button {
  background: #00aeef;
}
.slick-slide:focus {
  outline: 0;
}
/********************************************************/
/* MODULE STYLES */
/*******************************************************/
/************************************/
/* Preloader Styles */
/************************************/
section.module.preloader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
section.module.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.module.preloader.fadeOut {
  -webkit-animation: fadeOut 500ms ease forwards;
  animation: fadeOut 500ms ease forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/******************************************/
/* Module Styles - HEADER  */
/****************************************/
section.module.header {
  background-color: #090A0A;
  overflow-y: visible;
}
section.module.header.bg-image {
  background-image: url('../images/header_bg.png');
}
section.module.header div.module-content {
  position: relative;
  z-index: 1;
}
section.module.header h2 {
  font-family: 'Roboto 700', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #c8c8c8;
  text-align: center;
  max-width: 13em;
}
section.module.header div.main {
  flex: 0 0 60%;
}
section.module.header div.img-overflow-wrapper {
  flex: 0 0 40%;
}
section.module.header div.img-overflow-wrapper::before {
  padding-bottom: 70%;
}
section.module.header div.img-overflow-wrapper img {
  top: 22%;
  left: -63%;
  width: 197%;
}
section.module.header div.headline {
  position: relative;
  margin-bottom: 30px; 
}
@media screen and (min-width: 768px) {
  section.module.header .section-padding {
    padding-top: 55px;
    padding-bottom: 90px;
  }
      section.module.header .section-padding2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.header h1 {
    font-size: 2.8vw;
  }
  section.module.header h2 {
    font-size: 1.08vw;
  }
  section.module.header img.badge {
    width: 14.3vw;
  }
}
@media screen and (max-width: 767px) {
  section.module.header {
    overflow-y: visible;
  }
  section.module.header .section-padding {
    padding-top: 24px;
    padding-bottom: 0;
  }
      section.module.header .section-padding2 {
    padding-top: 0px;
    padding-bottom: 0;
  }
  section.module.header .section-gutter {
    padding-left: 24px;
    padding-right: 44px;
  }
  section.module.header div.headline {
    margin-bottom: 10px;
    padding: 20px;
    border: none;
  }
  
  section.module.header div.main {
    width: 100%;
    margin: 0 auto;
    font-size: 11vw;
  }
  section.module.header div.img-overflow-wrapper {
    flex: 0 0 auto;
  }
  section.module.header div.img-overflow-wrapper::before {
    padding-bottom: 6vw;
  }
  section.module.header div.img-overflow-wrapper img {
    width: 85%;
    left: 40%;
    top: -300%;
  }
  section.module.header h2 {
    font-size: 1.7vw;
  }
  section.module.header img.badge {
    width: 22vw;
  }
}
/****************************************/
/* Module Styles - SINGLE COLUMN TEXT  */
/**************************************/
section.module.single-column-text {
  background-color: #00285a;
}
section.module.single-column-text .section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
section.module.single-column-text div.module-content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.module.single-column-text {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  section.module.single-column-text .section-padding {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }
}
/****************************************/
/* Module Styles - SINGLE COLUMN TEXT  */
/**************************************/
section.module.three-column-blocks h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
section.module.three-column-blocks p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #000000;
}
section.module.three-column-blocks div.heading {
  max-width: 550px;
  margin: 0 auto 4rem auto;
}
section.module.three-column-blocks div.block-wrapper {
  flex: 0 0 27%;
}
section.module.three-column-blocks div.block-wrapper:not(:last-child) {
  margin-bottom: 3rem;
  margin-right: 6%;
}
section.module.three-column-blocks div.block-inner {
  display: inline-block;
  position: relative;
  padding: 1rem;
  background-color: #fec91b;
}

section.module.three-column-blocks div.block-inner span {
  display: block;
  font-family: 'Comic Med', 'Comic Med Italic', 'Intel One Bold', Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1;
  text-align: center;
}
section.module.three-column-blocks div.block-inner span::first-line {
  font-size: 2.5em;
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.three-column-blocks div.block-inner span {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.module.three-column-blocks p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  section.module.three-column-blocks .section-padding {
    padding-left: 53px;
    padding-right: 48px;
  }
    
  section.module.three-column-blocks div.heading {
    margin-bottom: 1rem;
  }
  section.module.three-column-blocks div.block-wrapper {
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section.module.three-column-blocks div.block-wrapper:not(:last-child) {
    margin-right: auto;
    margin-bottom: 1rem;
  }
  section.module.three-column-blocks div.block-inner {
    width: 50%;
    margin: 0 auto;
    padding: 7px;
  }
  section.module.three-column-blocks div.block-inner::before {
    top: -7px;
    left: -7px;
    height: 7px;
    width: 7px;
  }
  section.module.three-column-blocks div.block-inner span {
    font-size: 0.6em;
  }
  section.module.three-column-blocks p {
    max-width: 250px;
  }
}
section.module.features div.module-content {
  flex-wrap: wrap;
}
section.module.features h3 {
  font-family: 'Comic Med Italic', 'Comic Med', 'Intel One Bold', Helvetica, Arial, sans-serif;
}
section.module.features p {
  margin: 0.5em 0 0 0;
}
section.module.features div.text-media-block {
  flex: 0 0 50%;
  margin-bottom: 4rem;
}
section.module.features div.text-media-block div.text-wrapper {
  flex: 1;
}
section.module.features div.text-media-block div.image-wrapper {
  position: relative;
  flex: 0 0 25%;
  margin-right: 2rem;
}
section.module.features div.text-media-block div.image-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  section.module.features div.image-wrapper {
    margin-right: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.module.features div.module-content {
    font-size: 60%;
  }
}
@media screen and (min-width: 768px) {
  section.module.features h3 {
    font-size: 1em;
  }
  section.module.features div.text-media-block:nth-child(odd) {
    padding-right: 2rem;
  }
  section.module.features div.text-media-block:nth-child(even) {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  section.module.features div.text-media-block {
    flex: 0 0 100%;
    max-width: 30em;
    margin: 0 auto 1em auto;
  }
  section.module.features div.text-media-block:last-child {
    margin-bottom: 1em;
  }
  section.module.features div.text-media-block div.image-wrapper {
    flex: 0 0 12.5%;
    margin-right: 7%;
  }
  section.module.features div.text-media-block div.image-wrapper::after {
    bottom: -20px;
    right: -20px;
    height: 20px;
    width: 20px;
  }
}
section.module.products {
  position: relative;
  background: #ebebeb;
}
section.module.products div.module-content {
  position: relative;
}
section.module.products div.module-content::before,
section.module.products div.module-content::after {
  content: '';
  position: absolute;
  display: block;
  right: 75px;
  left: 75px;
  height: 2px;
  background: #D8E3E4;
}
section.module.products div.module-content::before {
  content: none;
}
section.module.products div.module-content::after {
  bottom: -35px;
}
section.module.products div.right-block {
  margin: 0 auto;
}
section.module.products div.img-block {
  width: 35%;
  margin-right: 2%;
  margin-bottom: 1em;
}
section.module.products div.img-block2 {
  width: 100%;
  margin-right: 2%;
  margin-bottom: 1em;
}
section.module.products div.img-block img {
  display: block;
  margin: 0 auto;
}
section.module.products div.price-block {
  margin-bottom: 1em;
}
section.module.products div.price-block div.img-wrapper {
  flex: 0 0 30%;
  margin-right: 0.75em;
}
@media screen and (min-width: 768px) {
  section.module.products .row:first-child {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  section.module.products .row:first-child .columns {
    margin-bottom: 30px;
  }
  section.module.products .row:last-child {
    margin-bottom: 20px;
  }
  section.module.products div.feature:first-child {
    padding-right: 50px;
  }
  section.module.products div.feature:last-child {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.module.products div.module-content::before,
  section.module.products div.module-content::after {
    left: 50px;
    right: 50px;
  }
  section.module.products div.content-inner {
    padding-left: 5%;
  }
  section.module.products div.feature {
    flex-direction: column;
  }
  section.module.products div.img-block {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  section.module.products div.module-content::after {
    right: 20px;
    left: 20px;
  }
  section.module.products div.feature {
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }
  section.module.products div.price-block img {
    height: 4em;
    margin-right: 1em;
  }
  section.module.products div.img-block {
    width: 80%;
    margin: 0.5em auto;
  }
}
/******************************************/
/* Module Styles - LEGAL  */
/****************************************/
section.module.legal .section-padding {
  padding-top: 65px;
  padding-bottom: 100px;
}
section.module.legal p {
  font-family: 'Intel Clear Light';
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
section.module.legal p:last-of-type {
  margin-bottom: 0;
}
section.module.legal a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.module.legal {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  section.module.legal p {
    font-size: 10px;
    margin-bottom: 1em;
  }
}
