/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_helium/custom/scss/_abstracts.scss */
.noMarginPaddingTopBottom .g-content {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 7, templates/g5_helium/custom/scss/_abstracts.scss */
.vertical-list .g-grid > * {
  flex-basis: 100%;
  width: 100%;
}
/* line 11, templates/g5_helium/custom/scss/_abstracts.scss */
.uppercase-text {
  text-transform: uppercase;
}
/* line 15, templates/g5_helium/custom/scss/_abstracts.scss */
/* line 27, templates/g5_helium/custom/scss/_abstracts.scss */
/* line 34, templates/g5_helium/custom/scss/_abstracts.scss */
/* line 38, templates/g5_helium/custom/scss/_abstracts.scss */
#to-top-container .g-totop a:hover {
  animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  /* line 40, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -webkit-box-shadow: 0 0 0 0 #449e6e;
  }
  /* line 43, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
  }
}
@-moz-keyframes pulse {
  /* line 48, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -moz-box-shadow: 0 0 0 0 #449e6e;
  }
  /* line 51, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -moz-box-shadow: 0 0 0 20px transparent;
  }
}
@-o-keyframes pulse {
  /* line 56, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -o-box-shadow: 0 0 0 0 #449e6e;
  }
  /* line 59, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -o-box-shadow: 0 0 0 20px transparent;
  }
}
@-ms-keyframes pulse {
  /* line 64, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    box-shadow: 0 0 0 0 #449e6e;
  }
  /* line 67, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes pulse {
  /* line 72, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    box-shadow: 0 0 0 0 #449e6e;
  }
  /* line 75, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
/* line 245, templates/g5_helium/custom/scss/_abstracts.scss */
.stretch-columns-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 248, templates/g5_helium/custom/scss/_abstracts.scss */
.stretch-columns-content > .g-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 252, templates/g5_helium/custom/scss/_abstracts.scss */
@media only all and (max-width: 1199px) {
  /* line 212, templates/g5_helium/custom/scss/_abstracts.scss */
  .laptop-fullwidth {
    width: 100%;
    flex-basis: 100%;
  }
  /* line 258, templates/g5_helium/custom/scss/_abstracts.scss */
  .laptop-fullwidth .g-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 1, templates/g5_helium/custom/scss/_base.scss */
body {
  line-height: 1.25;
  word-break: break-word;
  text-align: left;
}
/* line 6, templates/g5_helium/custom/scss/_base.scss */
#g-container-main {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 10, templates/g5_helium/custom/scss/_base.scss */
h1 {
  font-weight: 500;
  margin-top: 0;
}
/* line 10, templates/g5_helium/custom/scss/_base.scss */
h2 {
  font-weight: 500;
  margin-top: 0;
}
/* line 10, templates/g5_helium/custom/scss/_base.scss */
h3 {
  font-weight: 500;
  margin-top: 0;
}
/* line 10, templates/g5_helium/custom/scss/_base.scss */
h4 {
  font-weight: 500;
  margin-top: 0;
}
/* line 10, templates/g5_helium/custom/scss/_base.scss */
h5 {
  font-weight: 500;
  margin-top: 0;
}
/* line 10, templates/g5_helium/custom/scss/_base.scss */
h6 {
  font-weight: 500;
  margin-top: 0;
}
/* line 15, templates/g5_helium/custom/scss/_base.scss */
h1 {
  font-size: 1.725rem;
}
@media (only: max-width:30rem) {
  /* line 202, templates/g5_helium/custom/scss/_abstracts.scss */
  h1 {
    font-size: 1.5rem;
  }
}
/* line 22, templates/g5_helium/custom/scss/_base.scss */
h2 {
  font-size: 1.5rem;
}
@media (only: max-width:30rem) {
  h2 {
    font-size: 1.25rem;
  }
}
/* line 30, templates/g5_helium/custom/scss/_base.scss */
h3 {
  font-size: 1.5rem;
}
@media (only: max-width:30rem) {
  h3 {
    font-size: 1.125rem;
  }
}
/* line 30, templates/g5_helium/custom/scss/_base.scss */
h4 {
  font-size: 1.5rem;
}
@media (only: max-width:30rem) {
  h4 {
    font-size: 1.125rem;
  }
}
/* line 30, templates/g5_helium/custom/scss/_base.scss */
h5 {
  font-size: 1.5rem;
}
@media (only: max-width:30rem) {
  h5 {
    font-size: 1.125rem;
  }
}
/* line 30, templates/g5_helium/custom/scss/_base.scss */
h6 {
  font-size: 1.5rem;
}
@media (only: max-width:30rem) {
  h6 {
    font-size: 1.125rem;
  }
}
/* line 38, templates/g5_helium/custom/scss/_base.scss */
@media only all and (max-width: 767px) {
  .item-page {
    text-align: justify;
  }
}
/* line 2, templates/g5_helium/custom/scss/components/_components.scss */
.def-button {
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1rem;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 500;
  background: #449e6e;
  cursor: pointer;
  text-align: center;
}
/* line 14, templates/g5_helium/custom/scss/components/_components.scss */
.def-button:hover {
  color: #fff;
  background: #5cb987;
}
/* line 19, templates/g5_helium/custom/scss/components/_components.scss */
.def-button.button-style-1 {
  background-color: transparent;
  border: 0.063rem solid;
  font-weight: 600;
}
/* line 24, templates/g5_helium/custom/scss/components/_components.scss */
.def-button.button-style-1:hover {
  background-color: #8ecfac;
}
/* line 29, templates/g5_helium/custom/scss/components/_components.scss */
.def-button.btn-lg {
  padding: 0 2.5rem;
}
/* line 35, templates/g5_helium/custom/scss/components/_components.scss */
.video_block {
  display: inline-block;
}
/* line 40, templates/g5_helium/custom/scss/components/_components.scss */
.video_block .su-photo-panel {
  position: relative;
}
/* line 44, templates/g5_helium/custom/scss/components/_components.scss */
.video_block .su-photo-panel-content {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 52, templates/g5_helium/custom/scss/components/_components.scss */
.video_block .play-icon {
  position: relative;
  cursor: pointer;
  min-width: 5rem;
  min-height: 5rem;
}
/* line 58, templates/g5_helium/custom/scss/components/_components.scss */
.video_block .play-icon::before {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  height: 5rem;
  width: 5rem;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 1.25rem 0.19rem rgba(51, 51, 51, 0.8);
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  z-index: 1;
}
/* line 74, templates/g5_helium/custom/scss/components/_components.scss */
.video_block .play-icon::after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  display: block;
  border-style: solid;
  border-width: 1.25rem 0 1.25rem 2.5rem;
  margin: -1.25rem 0 0 -0.94rem;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
/* line 91, templates/g5_helium/custom/scss/components/_components.scss */
.video_block:hover .play-icon::before {
  background: rgba(238, 238, 238, 0.8);
  box-shadow: 0 0 0.625rem 0.188rem rgba(51, 51, 51, 0.8);
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 101, templates/g5_helium/custom/scss/components/_components.scss */
.created {
  font-size: 0.75rem;
  color: #c8c8c8;
  font-weight: lighter;
}
/* line 106, templates/g5_helium/custom/scss/components/_components.scss */
.created a {
  display: block;
  padding-left: 0.5rem;
}
/* line 111, templates/g5_helium/custom/scss/components/_components.scss */
.created p {
  margin: 0;
  line-height: normal;
  font-size: 0.75rem;
  color: #000;
}
/* line 120, templates/g5_helium/custom/scss/components/_components.scss */
.toogle__inner {
  text-align: right;
}
/* line 124, templates/g5_helium/custom/scss/components/_components.scss */
.g-offcanvas-toggle {
  width: auto;
  height: auto;
}
@media only all and (min-width: 481px) {
  .g-offcanvas-toggle {
    position: static;
  }
}
@media only all and (max-width: 81rem) {
  .g-offcanvas-toggle {
    display: inline-block;
  }
}
@media (only: max-width:74.938rem) and (min-width:60rem) {
  /* line 187, templates/g5_helium/custom/scss/_abstracts.scss */
  .g-offcanvas-toggle {
    display: none;
  }
}
/* line 139, templates/g5_helium/custom/scss/components/_components.scss */
.g-offcanvas-toggle[aria-expanded="true"] .fa-bars:before {
  content: "\f00d";
}
/* line 145, templates/g5_helium/custom/scss/components/_components.scss */
#to-top-container {
  width: 3rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only all and (max-width: 84.375rem) {
  #to-top-container {
    display: none;
  }
}
/* line 157, templates/g5_helium/custom/scss/components/_components.scss */
#to-top-container .g-totop {
  text-align: center;
}
/* line 160, templates/g5_helium/custom/scss/components/_components.scss */
#to-top-container .g-totop a {
  color: #fff;
  width: 3rem;
  line-height: 3rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #e2e6ea;
}
/* line 168, templates/g5_helium/custom/scss/components/_components.scss */
#to-top-container .g-totop a:hover {
  color: #fff;
  background-color: #449e6e;
}
/* line 178, templates/g5_helium/custom/scss/components/_components.scss */
table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
/* line 187, templates/g5_helium/custom/scss/components/_components.scss */
table tr {
  padding: 0.35em;
}
/* line 190, templates/g5_helium/custom/scss/components/_components.scss */
table tr:not(:nth-last-of-type(1)) {
  border-bottom: 0.063rem solid #e2ecec;
}
/* line 194, templates/g5_helium/custom/scss/components/_components.scss */
table tr:nth-of-type(2n) {
  background-color: #f4f4f4;
}
/* line 198, templates/g5_helium/custom/scss/components/_components.scss */
table th, table td {
  border: none;
  padding: 0.75em;
}
@media only all and (min-width: 768px) {
  table th, table td {
    width: 25%;
  }
}
@media only all and (max-width: 767px) {
  table th, table td {
    text-align: center;
  }
}
@media only all and (min-width: 601px) {
  /* line 209, templates/g5_helium/custom/scss/components/_components.scss */
  table th:not(:nth-last-of-type(1)), table td:not(:nth-last-of-type(1)) {
    border-right: 0.063rem solid #e2ecec;
  }
}
/* line 213, templates/g5_helium/custom/scss/components/_components.scss */
@media only all and (min-width: 768px) {
  table th:first-child, table td:first-child {
    width: 75%;
  }
}
/* line 221, templates/g5_helium/custom/scss/components/_components.scss */
table th {
  padding: 1rem 0.75rem;
  background-color: transparent;
  letter-spacing: 0.1em;
}
@media only all and (max-width: 600px) {
  table {
    border: 0;
  }
  /* line 230, templates/g5_helium/custom/scss/components/_components.scss */
  table thead {
    display: none;
  }
  /* line 233, templates/g5_helium/custom/scss/components/_components.scss */
  table th {
    display: none;
  }
  /* line 236, templates/g5_helium/custom/scss/components/_components.scss */
  table tr {
    display: block;
  }
  /* line 239, templates/g5_helium/custom/scss/components/_components.scss */
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
  }
  /* line 243, templates/g5_helium/custom/scss/components/_components.scss */
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 250, templates/g5_helium/custom/scss/components/_components.scss */
  table td:last-child {
    border-bottom: 0;
  }
}
/* line 258, templates/g5_helium/custom/scss/components/_components.scss */
/* line 260, templates/g5_helium/custom/scss/components/_components.scss */
.checkbox-outer input[type="checkbox"] {
  display: none;
}
/* line 263, templates/g5_helium/custom/scss/components/_components.scss */
.checkbox-outer input[type="checkbox"]:checked + .checkbox::before {
  content: "\f00c";
}
/* line 268, templates/g5_helium/custom/scss/components/_components.scss */
.checkbox-outer .checkbox {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #449e6e;
  border: 0.125rem solid #449e6e;
  border-radius: 0.35rem;
  padding: 0.125rem;
  vertical-align: middle;
  margin-right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  min-height: initial;
  font-size: 0.813rem;
}
/* line 288, templates/g5_helium/custom/scss/components/_components.scss */
/* line 290, templates/g5_helium/custom/scss/components/_components.scss */
.logo-container .logo-margin {
  display: inline-block;
  margin-bottom: 1rem;
}
/* line 295, templates/g5_helium/custom/scss/components/_components.scss */
@media only all and (max-width: 767px) {
  .logo-container .g-content {
    padding-bottom: 0;
  }
}
@media (only: max-width:47.938rem) and (min-width:30.063rem) {
  /* line 197, templates/g5_helium/custom/scss/_abstracts.scss */
  .logo-container {
    text-align: center;
  }
}
/* line 308, templates/g5_helium/custom/scss/components/_components.scss */
/* line 310, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts strong {
  font-weight: 500;
}
/* line 314, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.flexed .g-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
}
/* line 318, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.flexed .g-item .g-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
/* line 323, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.big-g-icon-margin .g-icon {
  margin-right: 1rem;
}
/* line 327, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.g-icon-margin .g-icon {
  margin-right: 0.5rem;
}
/* line 331, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.font-lg {
  font-size: 1.25rem;
}
/* line 335, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.one-icon-style {
  position: relative;
}
/* line 338, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.one-icon-style .g-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 344, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.one-icon-style .g-info {
  margin-left: 3.188rem;
}
/* line 349, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts .item-margin {
  margin-bottom: 0.5rem;
}
/* line 353, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts .item-margin-lg {
  margin-bottom: 1rem;
}
/* line 357, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts .clock span {
  font-size: 0.563rem;
}
/* line 361, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts .semibold-field {
  line-height: 1;
  font-weight: 600;
}
/* line 366, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts .semibold-title .g-label {
  font-weight: 600;
}
/* line 370, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts .g-label {
  margin-bottom: 0.5rem;
}
/* line 375, templates/g5_helium/custom/scss/components/_components.scss */
/* line 377, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.header-contacts-r {
  display: inline-block;
  text-align: left;
}
/* line 381, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.header-contacts-r .g-description {
  max-width: 17.19rem;
}
/* line 385, templates/g5_helium/custom/scss/components/_components.scss */
@media (only: max-width:74.938rem) and (min-width:60rem) {
  .g-contacts.header-contacts-r .clock {
    max-width: 10.94rem;
  }
}
/* line 392, templates/g5_helium/custom/scss/components/_components.scss */
.g-contacts.header-contacts-l {
  display: inline-block;
  text-align: left;
}
@media (only: max-width:74.938rem) and (min-width:60rem) {
  .g-contacts.header-contacts-l {
    font-size: 1rem;
  }
}
/* line 402, templates/g5_helium/custom/scss/components/_components.scss */
/* line 404, templates/g5_helium/custom/scss/components/_components.scss */
@media only all and (max-width: 767px) {
  .g-contacts.footer-contacts .g-icon {
    display: none;
  }
}
/* line 413, templates/g5_helium/custom/scss/components/_components.scss */
/* line 415, templates/g5_helium/custom/scss/components/_components.scss */
#g-navigation .g-main-nav .g-toplevel {
  line-height: 2.525;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* line 420, templates/g5_helium/custom/scss/components/_components.scss */
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0 0.25rem 0 0;
}
/* line 423, templates/g5_helium/custom/scss/components/_components.scss */
#g-navigation .g-main-nav .g-toplevel > li:last-child {
  margin-right: 0;
}
/* line 429, templates/g5_helium/custom/scss/components/_components.scss */
.g-main-nav .g-toplevel > li {
  cursor: initial;
}
/* line 432, templates/g5_helium/custom/scss/components/_components.scss */
.vertical-menu .g-main-nav .g-toplevel > li {
  width: 100%;
}
/* line 435, templates/g5_helium/custom/scss/components/_components.scss */
.vertical-menu .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0;
  margin-bottom: 0.5rem;
}
/* line 441, templates/g5_helium/custom/scss/components/_components.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}
/* line 447, templates/g5_helium/custom/scss/components/_components.scss */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #8ecfac;
}
/* line 451, templates/g5_helium/custom/scss/components/_components.scss */
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 0.125rem 0 rgba(142, 207, 172, 0.25);
}
/* line 457, templates/g5_helium/custom/scss/components/_components.scss */
.main-menu .g-content {
  margin: 0.375rem 0.625rem;
}
/* line 460, templates/g5_helium/custom/scss/components/_components.scss */
/* line 461, templates/g5_helium/custom/scss/components/_components.scss */
.main-menu .g-content .g-main-nav .g-menu-item-container {
  text-transform: uppercase;
}
@media (only: max-width:74.938rem) and (min-width:60rem) {
  .main-menu .g-content .g-main-nav .g-menu-item-container {
    font-size: 0.75rem;
  }
}
/* line 469, templates/g5_helium/custom/scss/components/_components.scss */
/* line 471, templates/g5_helium/custom/scss/components/_components.scss */
.main-menu .g-content .g-main-nav .g-sublevel > li.title-menu {
  margin-bottom: 1rem;
}
/* line 474, templates/g5_helium/custom/scss/components/_components.scss */
.main-menu .g-content .g-main-nav .g-sublevel > li.title-menu .g-menu-item-container {
  font-weight: 600;
}
/* line 479, templates/g5_helium/custom/scss/components/_components.scss */
#g-navigation .main-menu .g-content .g-main-nav .g-sublevel > li:not(:last-child) .g-menu-item-container {
  border-bottom: 0;
}
/* line 483, templates/g5_helium/custom/scss/components/_components.scss */
.main-menu .g-content .g-main-nav .g-sublevel > li .g-menu-item-container {
  font-weight: 400;
  font-size: 0.937rem;
  padding: 0.25rem 0;
}
/* line 488, templates/g5_helium/custom/scss/components/_components.scss */
.main-menu .g-content .g-main-nav .g-sublevel > li .g-menu-item-container:hover .g-menu-item-content {
  text-decoration: underline;
}
/* line 494, templates/g5_helium/custom/scss/components/_components.scss */
#g-navigation .main-menu .g-content .g-main-nav .g-dropdown {
  padding: 1rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
/* line 502, templates/g5_helium/custom/scss/components/_components.scss */
/* line 504, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-slider .arrow-nav > div {
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: #bbb;
}
/* line 509, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-slider .arrow-nav > div:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #449e6e;
}
/* line 515, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-slider .dot-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem 0;
}
/* line 522, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-slider .dot-nav .slideControl {
  background-color: transparent;
  border: 0.063rem solid #bfbfbf;
}
/* line 526, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-slider .dot-nav .slideControl.active, .seoclick-slider .dot-nav .slideControl:hover {
  border-color: #449e6e;
  background-color: #449e6e;
}
/* line 533, templates/g5_helium/custom/scss/components/_components.scss */
.nav-outside .seoclick-slider {
  padding: 0 3.4rem;
  margin-bottom: 4.5rem;
}
/* line 537, templates/g5_helium/custom/scss/components/_components.scss */
.nav-outside .seoclick-slider .dot-nav {
  padding-bottom: 0;
  -webkit-transform: translate(-50%, 150%);
  -moz-transform: translate(-50%, 150%);
  -o-transform: translate(-50%, 150%);
  -ms-transform: translate(-50%, 150%);
  transform: translate(-50%, 150%);
}
/* line 545, templates/g5_helium/custom/scss/components/_components.scss */
/* line 547, templates/g5_helium/custom/scss/components/_components.scss */
.text-block .g-title {
  font-size: 1.25rem;
  font-weight: 500;
}
/* line 551, templates/g5_helium/custom/scss/components/_components.scss */
.title-lg.text-block .g-title {
  text-transform: uppercase;
}
@media only all and (min-width: 481px) {
  .title-lg.text-block .g-title {
    font-size: 1.563rem;
  }
}
/* line 560, templates/g5_helium/custom/scss/components/_components.scss */
.content-padding.text-block .content {
  padding: 0 3rem;
}
@media only all and (max-width: 767px) {
  .content-padding.text-block .content {
    padding: 0;
  }
}
/* line 568, templates/g5_helium/custom/scss/components/_components.scss */
.content-font-sm.text-block .content {
  font-size: 0.875rem;
}
/* line 572, templates/g5_helium/custom/scss/components/_components.scss */
.text-block .extra-button {
  margin-top: 1rem;
}
/* line 578, templates/g5_helium/custom/scss/components/_components.scss */
/* line 580, templates/g5_helium/custom/scss/components/_components.scss */
.section-title .g-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 588, templates/g5_helium/custom/scss/components/_components.scss */
@media (only: max-width:30rem) {
  .seoclick-forms {
    padding: 0;
  }
}
/* line 594, templates/g5_helium/custom/scss/components/_components.scss */
/* line 596, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms.seoclick-forms-popup-wrap .close-button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 0.063rem solid #fff;
  padding: 0.75rem;
}
@media only all and (min-width: 768px) {
  .seoclick-forms.seoclick-forms-popup-wrap .close-button {
    -webkit-transform: translate(150%);
    -moz-transform: translate(150%);
    -o-transform: translate(150%);
    -ms-transform: translate(150%);
    transform: translate(150%);
  }
}
@media only all and (max-width: 767px) {
  .seoclick-forms.seoclick-forms-popup-wrap .close-button {
    background-color: #e0e0e5;
  }
}
/* line 614, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms.seoclick-forms-popup-wrap .close-button:hover {
  background: #999;
}
/* line 619, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms.seoclick-forms-popup-wrap .modal-wrap > *:not(.close-background) {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  max-height: 30.75rem;
}
/* line 624, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms.seoclick-forms-popup-wrap .modal-wrap > *:not(.close-background) .container {
  height: initial;
  max-height: 100%;
}
/* line 632, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .form-title {
  text-align: center;
  font-weight: 500;
  color: #449e6e;
  margin-bottom: 1rem;
}
/* line 638, templates/g5_helium/custom/scss/components/_components.scss */
.title-lg.seoclick-forms .form-title {
  font-size: 2rem;
}
@media (only: max-width:30rem) {
  .title-lg.seoclick-forms .form-title {
    font-size: 1.5rem;
  }
}
/* line 648, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .text-field {
  margin: 0 auto 2rem;
  max-width: 24rem;
  text-align: center;
}
/* line 655, templates/g5_helium/custom/scss/components/_components.scss */
/* line 657, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .message-container.active {
  margin: 0 0.75rem 1.429em;
}
/* line 663, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .left-block {
  padding: 0 0.25rem;
}
/* line 668, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .right-block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 0.25rem;
  justify-content: center;
}
/* line 673, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .right-block > .field-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 0 1rem;
}
/* line 678, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .right-block > .field-wrap > textarea {
  height: initial;
}
/* line 685, templates/g5_helium/custom/scss/components/_components.scss */
/* line 687, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .field-wrap:not(.submit-button-wrap) input, .seoclick-forms .field-wrap textarea {
  background: #efefef;
  color: #8f8f8f;
  padding: 0.375rem 0.75rem;
}
/* line 695, templates/g5_helium/custom/scss/components/_components.scss */
.seoclick-forms .submit-button-wrap {
  margin-bottom: 0;
}
/* line 701, templates/g5_helium/custom/scss/components/_components.scss */
.slider-text-block {
  background: #fff;
  padding: 2rem;
}
@media only all and (max-width: 1199px) {
  .slider-text-block {
    text-align: center;
    padding: 0 2rem;
  }
  /* line 709, templates/g5_helium/custom/scss/components/_components.scss */
  .slider-text-block .content {
    text-align: justify;
  }
}
/* line 716, templates/g5_helium/custom/scss/components/_components.scss */
/* line 719, templates/g5_helium/custom/scss/components/_components.scss */
.numlist-style .g-item {
  margin-bottom: 0.5rem;
}
/* line 722, templates/g5_helium/custom/scss/components/_components.scss */
/* line 724, templates/g5_helium/custom/scss/components/_components.scss */
.numlist-style .g-item:not(:nth-last-of-type(1)) .before-icon-text::after {
  content: "";
  background: url('../images/icons/arrow_right.svg') center no-repeat;
  width: 5.375rem;
  height: 2.375rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media only all and (max-width: 767px) {
  .numlist-style .g-item:not(:nth-last-of-type(1)) .before-icon-text::after {
    display: none;
  }
}
@media (only: max-width:59.938rem) and (min-width:48rem) {
  /* line 192, templates/g5_helium/custom/scss/_abstracts.scss */
  /* line 740, templates/g5_helium/custom/scss/components/_components.scss */
  .numlist-style .g-item:not(:nth-last-of-type(1)):nth-of-type(2) .before-icon-text::after {
    display: none;
  }
}
/* line 748, templates/g5_helium/custom/scss/components/_components.scss */
.numlist-style .before-icon-text {
  position: relative;
  font-size: 8.063rem;
  font-weight: 300;
  line-height: 1;
}
/* line 756, templates/g5_helium/custom/scss/components/_components.scss */
.numlist-style .g-label {
  font-size: 1.25rem;
  font-weight: 500;
  color: #449e6e;
  margin-bottom: 0.5rem;
}
@media only all and (max-width: 959px) {
  .numlist-style .g-label {
    font-size: 1rem;
  }
}
/* line 767, templates/g5_helium/custom/scss/components/_components.scss */
.numlist-style .g-info {
  padding: 0 0.25rem;
}
/* line 771, templates/g5_helium/custom/scss/components/_components.scss */
.numlist-style .g-description {
  font-size: 0.875rem;
}
/* line 777, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .breadcrumb {
  color: #bcbcbc;
  padding: 0;
  margin: 0;
}
/* line 783, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .breadcrumb > .active {
  color: #bcbcbc;
}
/* line 787, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .breadcrumb a {
  color: #bcbcbc;
}
/* line 790, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .breadcrumb a:hover {
  color: #8ecfac;
}
/* line 794, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .breadcrumb a span {
  text-decoration: underline;
}
/* line 799, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .breadcrumb span.divider {
  width: initial;
}
/* line 802, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .breadcrumb span.divider:before {
  display: none;
}
/* line 809, templates/g5_helium/custom/scss/components/_components.scss */
.asideSeparator, .vmproduct .product-container:not(:nth-last-of-type(1)), #g-container-main #g-aside .g-title {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
/* line 814, templates/g5_helium/custom/scss/components/_components.scss */
.asideSeparator::after, .vmproduct .product-container:not(:nth-last-of-type(1))::after, #g-container-main #g-aside .g-title::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 0.125rem;
  background-color: #e8e8e8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 827, templates/g5_helium/custom/scss/components/_components.scss */
.chzn-container-single .chzn-single div b {
  background: url('../images/chosen-sprite.png') no-repeat 0 0.125rem;
}
/* line 832, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .category-module {
  border: none;
  padding: 0;
  margin-bottom: 1rem;
}
/* line 837, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .category-module > li {
  padding: 0.5rem 0;
  margin: 0;
  border: none;
}
/* line 842, templates/g5_helium/custom/scss/components/_components.scss */
.moduletable .category-module > li::before {
  content: url('../../html/mod_virtuemart_category/arrow.png');
  margin-right: 0.75rem;
}
/* line 849, templates/g5_helium/custom/scss/components/_components.scss */
.opt-class {
  display: none;
}
/* line 853, templates/g5_helium/custom/scss/components/_components.scss */
/* line 854, templates/g5_helium/custom/scss/components/_components.scss */
/* line 855, templates/g5_helium/custom/scss/components/_components.scss */
.medalion-page .category-view h1.g-title {
  display: none;
}
/* line 861, templates/g5_helium/custom/scss/components/_components.scss */
@media only all and (min-width: 81rem) {
  .g-offcanvas-toggle {
    display: none;
  }
}
/* line 867, templates/g5_helium/custom/scss/components/_components.scss */
/* line 868, templates/g5_helium/custom/scss/components/_components.scss */
#g-navigation .g-container {
  max-width: 83rem;
  margin: 0 auto !important;
}
/* line 874, templates/g5_helium/custom/scss/components/_components.scss */
/* line 875, templates/g5_helium/custom/scss/components/_components.scss */
.item-page .seoclickFormsShowpopUpForm {
  margin-bottom: 1rem;
}
/*Virtuemart*/
/* line 3, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-categories-wall {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
/* line 8, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-categories-wall .vm-categories-wall-catwrapper {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media only all and (min-width: 1200px) {
  .vm-categories-wall .vm-categories-wall-catwrapper {
    padding-bottom: 2rem;
  }
}
/* line 15, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-categories-wall .vm-categories-wall-catwrapper:nth-of-type(3), .vm-categories-wall .vm-categories-wall-catwrapper:nth-of-type(4) {
  padding-bottom: 0;
}
/* line 18, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-categories-wall .vm-categories-wall-catwrapper.opt-link {
  padding: 0;
}
@media only all and (min-width: 1200px) {
  .vm-categories-wall .vm-categories-wall-catwrapper.opt-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only all and (max-width: 1199px) {
  .vm-categories-wall .vm-categories-wall-catwrapper.opt-link {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
@media only all and (max-width: 767px) {
  .vm-categories-wall .vm-categories-wall-catwrapper.opt-link {
    padding-top: 1rem;
  }
}
@media (only: max-width:74.938rem) and (min-width:60rem) {
  .vm-categories-wall .vm-categories-wall-catwrapper {
    width: 25%;
  }
}
@media (only: max-width:59.938rem) and (min-width:48rem) {
  .vm-categories-wall .vm-categories-wall-catwrapper {
    width: 25%;
  }
}
@media only all and (min-width: 361px) {
  /* line 43, templates/g5_helium/custom/scss/components/_virtuemart.scss */
  .vm-categories-wall .vm-categories-wall-catwrapper:not(:nth-of-type(2n)) {
    padding-right: 0.5rem;
  }
  /* line 46, templates/g5_helium/custom/scss/components/_virtuemart.scss */
  .vm-categories-wall .vm-categories-wall-catwrapper:nth-of-type(2n) {
    padding-left: 0.5rem;
  }
}
/* line 50, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer {
  background-color: #fff;
}
@media only all and (min-width: 768px) {
  .vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-spacer {
    padding: 1rem;
  }
}
/* line 57, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-img {
  max-height: 6.125rem;
}
/* line 60, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-categories-wall .vm-categories-wall-catwrapper .vm-categories-wall-catname {
  font-size: 1.063rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 68, templates/g5_helium/custom/scss/components/_virtuemart.scss */
/* line 70, templates/g5_helium/custom/scss/components/_virtuemart.scss */
#g-testimonials .category-list a {
  color: #656565;
}
/* line 73, templates/g5_helium/custom/scss/components/_virtuemart.scss */
#g-testimonials .category-list a.parent-cattegory {
  color: #449e6e;
  font-size: 1.25rem;
  font-weight: 500;
}
/* line 78, templates/g5_helium/custom/scss/components/_virtuemart.scss */
#g-testimonials .category-list a.parent-cattegory:hover {
  color: #8ecfac;
}
/* line 82, templates/g5_helium/custom/scss/components/_virtuemart.scss */
#g-testimonials .category-list a:hover {
  color: #8ecfac;
}
/* line 86, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.category-list ul {
  margin-left: 0;
}
/* line 91, templates/g5_helium/custom/scss/components/_virtuemart.scss */
/* line 93, templates/g5_helium/custom/scss/components/_virtuemart.scss */
/* line 96, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vmproduct .product-image {
  margin-right: 1rem;
}
/* line 99, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vmproduct .productdetails {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0.5rem 0;
}
/* line 103, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vmproduct .productdetails .product-name {
  margin-bottom: 0.75rem;
  display: inline-block;
}
/* line 107, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vmproduct .productdetails .product-price {
  float: none;
  text-align: left;
}
/* line 114, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .product-details .product-price span, .product-price {
  color: #ffa200;
  font-weight: 500;
  float: none;
  white-space: nowrap;
}
/* line 121, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber {
  border: none;
}
/* line 125, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .vm-order-list {
  height: 2.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only all and (max-width: 767px) {
  .orderby-displaynumber .vm-order-list {
    float: none;
    height: initial;
  }
}
/* line 133, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .vm-order-list .orderlistcontainer {
  font-size: 1rem;
  margin: 0 0 0 8.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
@media only all and (max-width: 767px) {
  .orderby-displaynumber .vm-order-list .orderlistcontainer {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
/* line 145, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .vm-order-list .orderlistcontainer a {
  color: #000;
  font-weight: 500;
}
/* line 149, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .vm-order-list .orderlistcontainer a:hover {
  color: #8ecfac;
}
/* line 153, templates/g5_helium/custom/scss/components/_virtuemart.scss */
@media only all and (min-width: 768px) {
  .orderby-displaynumber .vm-order-list .orderlistcontainer .title {
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media only all and (max-width: 767px) {
  .orderby-displaynumber .vm-order-list .orderlistcontainer .title {
    width: 100%;
  }
}
/* line 162, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .vm-order-list .orderlistcontainer .title::after {
  content: ":";
}
/* line 166, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder {
  border: none;
  background: transparent;
}
@media only all and (max-width: 767px) {
  .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder {
    margin: 0.5rem auto;
  }
}
/* line 174, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist {
  width: 100%;
  top: 2rem;
  right: 0;
  border: none;
}
@media only all and (max-width: 767px) {
  .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist {
    top: 3.5rem;
  }
}
/* line 183, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist div:hover {
  background: transparent;
}
/* line 190, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .display-number {
  margin: 0;
}
@media only all and (max-width: 767px) {
  .orderby-displaynumber .display-number {
    float: none;
    text-align: center !important;
    margin-top: 1rem;
  }
}
/* line 198, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .display-number select {
  margin-top: 0.5rem;
}
/* line 201, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .display-number .chzn-container {
  max-width: 3.05rem;
}
/* line 204, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .display-number .chzn-container .chzn-single {
  background: transparent;
  border: none;
  padding: 0;
}
/* line 209, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.orderby-displaynumber .display-number .chzn-container .chzn-single span {
  margin-right: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
/* line 221, templates/g5_helium/custom/scss/components/_virtuemart.scss */
@media (only: min-width:75rem) {
  /* line 182, templates/g5_helium/custom/scss/_abstracts.scss */
  .browse-view .products-view {
    margin-bottom: 3rem;
  }
}
/* line 226, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  min-width: initial;
}
/* line 230, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .spacer {
  border-radius: 0.25rem;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only all and (min-width: 768px) {
  /* line 237, templates/g5_helium/custom/scss/components/_virtuemart.scss */
  .browse-view .products-view .product:nth-of-type(1) {
    padding: 0.489rem 0.65rem 0.489rem 0;
  }
  /* line 240, templates/g5_helium/custom/scss/components/_virtuemart.scss */
  .browse-view .products-view .product:nth-of-type(2) {
    padding: 0.489rem 0.325rem;
  }
  /* line 243, templates/g5_helium/custom/scss/components/_virtuemart.scss */
  .browse-view .products-view .product:nth-of-type(3) {
    padding: 0.489rem 0 0.489rem 0.65rem;
  }
}
@media only all and (max-width: 767px) {
  .browse-view .products-view .product {
    margin-bottom: 1rem;
  }
}
/* line 251, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .image-container {
  display: inline-block;
  position: relative;
  width: 100%;
  /*padding-bottom: 101%;*/
}
/* line 257, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .image-container img {
  /*position: absolute;*/
  width: 100%;
  left: 0;
  top: 0;
}
/* line 265, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .product-details {
  padding: 0 1rem 1rem;
}
/* line 268, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .product-details .product-name {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
  /*    overflow: hidden; */
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
}
/* line 276, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .product-details .g-grid {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* line 279, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .product-details .g-grid > div {
  margin-bottom: 0.25rem;
}
/* line 282, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .product-details .g-grid .prices-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 7.19rem;
  -moz-flex: 1 7.19rem;
  -ms-flex: 1 7.19rem;
  flex: 1 7.19rem;
  text-align: right;
}
/* line 287, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.browse-view .products-view .product .product-details .product-price span {
  font-size: 1rem;
}
/* line 295, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-pagination {
  float: none;
}
@media only all and (max-width: 1199px) {
  .vm-pagination {
    margin-top: 2rem;
  }
}
/* line 301, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-pagination ul {
  margin: 0;
}
/* line 304, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-pagination ul .pagenav {
  display: inline-block;
}
/* line 307, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-pagination ul > li {
  display: inline-block;
  margin-bottom: 0.5rem;
}
/* line 311, templates/g5_helium/custom/scss/components/_virtuemart.scss */
@media (only: max-width:30rem) {
  .vm-pagination ul > li[class ^= 'pagination'] {
    width: 100%;
  }
}
/* line 316, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-pagination ul > li[class ^= 'pagination'] span.pagenav {
  display: none;
}
/* line 320, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.vm-pagination ul > li:not([class ^= 'pagination']) span.pagenav, .vm-pagination ul > li a.pagenav:hover {
  background: #449e6e;
  color: #fff;
}
/* line 328, templates/g5_helium/custom/scss/components/_virtuemart.scss */
#fancybox-title {
  margin: 0 !important;
  padding: 0 1rem;
}
/* line 333, templates/g5_helium/custom/scss/components/_virtuemart.scss */
/* line 335, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.main-image img {
  border-radius: 0.25rem;
}
/* line 340, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.additional-images {
  margin-top: 1rem;
}
/* line 343, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.additional-images .image-container {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0;
  -moz-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
  flex-basis: 52px;
  margin-bottom: 16px;
}
/* line 348, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.additional-images .image-container:not(:nth-last-of-type(1)) {
  margin-right: 0.58rem;
}
/* line 352, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.additional-images .image-container img {
  width: initial;
  margin-right: 0;
  border-radius: 0.25rem;
}
/* line 360, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.def-button-cat {
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1rem;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 500;
  background: #449e6e;
  cursor: pointer;
  text-align: center;
  color: #fff !important;
}
@media only all and (max-width: 960px) {
  .def-button-cat {
    padding: 0 0.7rem;
    font-size: 0.9rem;
  }
}
/* line 381, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.def-button-cat a {
  color: #fff;
}
/* line 385, templates/g5_helium/custom/scss/components/_virtuemart.scss */
.cat-item-mat_content {
  font-size: 13px;
}
/* line 2, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 3, templates/g5_helium/custom/scss/layouts/_layouts.scss */
.row::before, .row::after {
  display: none;
}
/* line 8, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-intro {
  padding: 1rem 0 0;
  position: relative;
}
/* line 12, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-intro .g-container {
  padding: 0 0.938rem;
}
@media (only: max-width:30rem) {
  #g-intro .g-container {
    padding: 0 0.5rem;
  }
}
/* line 19, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-intro .g-grid {
  align-items: center;
}
@media only all and (max-width: 959px) {
  #g-intro {
    padding: 1rem 0;
  }
}
/* line 26, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-testimonials {
  padding: 0 0 1rem;
}
/* line 29, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-above {
  padding: 2rem 0;
}
/* line 32, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-above a {
  color: #aaa;
}
/* line 35, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-above a:hover {
  color: #fff;
}
/* line 40, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-footer {
  padding: 0.5rem 0;
}
/* line 43, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-footer a {
  color: #fff;
}
/* line 46, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-footer a:hover {
  color: #8ecfac;
}
/* line 50, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-footer .g-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
/******************************/
/* line 57, templates/g5_helium/custom/scss/layouts/_layouts.scss */
@media only all and (max-width: 767px) {
  #g-breadcrumbs {
    padding: 1rem;
  }
}
/* line 63, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-header {
  padding: 0;
}
@media only all and (max-width: 1199px) {
  #g-header {
    margin-top: 1.5rem;
  }
  /* line 69, templates/g5_helium/custom/scss/layouts/_layouts.scss */
  #g-header .g-container {
    background: #fff;
  }
}
/* line 74, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-features {
  background-color: transparent;
  padding: 1.595rem 0 0;
}
/* line 78, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-features .g-container {
  background-color: #fff;
}
@media only all and (min-width: 1200px) {
  #g-features .g-container {
    width: calc(75rem - 3.125rem);
  }
}
/* line 86, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-utility {
  background: transparent;
}
/* line 89, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-utility .g-container {
  padding: 2rem 1rem;
}
@media only all and (min-width: 768px) {
  #g-utility .g-container {
    background: url('../images/backgrounds/utility-background.jpg') center no-repeat;
    background-size: cover;
  }
}
@media only all and (max-width: 767px) {
  #g-utility .g-container {
    background: url('../images/backgrounds/utility-background-m.jpg') center no-repeat;
    background-size: cover;
    padding: 0;
  }
}
@media only all and (min-width: 1200px) {
  #g-utility .g-container {
    width: calc(75rem - 3.125rem);
  }
}
/* line 106, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-expanded {
  background-color: transparent;
  padding: 0;
}
/* line 110, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-expanded .g-container {
  background-color: #fff;
}
@media only all and (min-width: 1200px) {
  #g-expanded .g-container {
    width: calc(75rem - 3.125rem);
  }
}
/* line 118, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-testimonials {
  background-color: transparent;
  padding: 3rem 0;
}
/* line 122, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-testimonials .g-container {
  background-color: #fff;
}
@media only all and (min-width: 1200px) {
  #g-testimonials .g-container {
    width: calc(75rem - 3.125rem);
  }
}
/* line 128, templates/g5_helium/custom/scss/layouts/_layouts.scss */
@media only all and (max-width: 767px) {
  #g-testimonials .g-container > .g-grid:nth-of-type(2) .g-content {
    padding: 0 0.938rem;
  }
}
/* line 135, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 138, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-container-main #g-aside {
  padding: 0;
}
/* line 141, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-container-main #g-aside .g-content > * {
  background: #fff;
  padding: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (only: max-width:74.938rem) and (min-width:60rem) {
  #g-container-main #g-aside .g-content > * {
    padding: 1rem;
  }
}
/* line 151, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-container-main #g-aside .g-title {
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 157, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-container-main .mainbar-container {
  padding: 0 1.5rem;
}
/* line 160, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-container-main #g-mainbar {
  padding: 0 0 3rem;
  margin-bottom: 3rem;
  background: #fff;
}
@media (only: max-width:59.938rem) and (min-width:48rem) {
  #g-container-main #g-mainbar {
    padding: 0 0 2rem;
    margin-bottom: 2rem;
  }
}
@media only all and (max-width: 767px) {
  #g-container-main #g-mainbar {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
  }
}
/* line 175, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 176, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
/* line 184, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 186, templates/g5_helium/custom/scss/layouts/_layouts.scss */
@media only all and (max-width: 767px) {
  /* line 188, templates/g5_helium/custom/scss/layouts/_layouts.scss */
  .productdetails-view .vm-product-container .vm-product-media-container, .productdetails-view .vm-product-container .vm-product-details-container {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
/* line 194, templates/g5_helium/custom/scss/layouts/_layouts.scss */
.productdetails-view .spacer-buy-area {
  padding-left: 2rem;
}
@media only all and (max-width: 767px) {
  .productdetails-view .spacer-buy-area {
    padding-left: 0;
    text-align: center;
  }
}
/* line 202, templates/g5_helium/custom/scss/layouts/_layouts.scss */
.productdetails-view .product-price {
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
  text-align: inherit;
}
@media only all and (min-width: 768px) {
  .productdetails-view .product-price {
    text-align: left;
  }
}
@media (only: max-width:74.938rem) and (min-width:60rem) {
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1%;
    -moz-flex: 0 1%;
    -ms-flex: 0 1%;
    flex: 0 1%;
    width: 1%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 2%;
    -moz-flex: 0 2%;
    -ms-flex: 0 2%;
    flex: 0 2%;
    width: 2%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 3%;
    -moz-flex: 0 3%;
    -ms-flex: 0 3%;
    flex: 0 3%;
    width: 3%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 4%;
    -moz-flex: 0 4%;
    -ms-flex: 0 4%;
    flex: 0 4%;
    width: 4%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-96 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 96%;
    -moz-flex: 0 96%;
    -ms-flex: 0 96%;
    flex: 0 96%;
    width: 96%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-97 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 97%;
    -moz-flex: 0 97%;
    -ms-flex: 0 97%;
    flex: 0 97%;
    width: 97%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-98 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 98%;
    -moz-flex: 0 98%;
    -ms-flex: 0 98%;
    flex: 0 98%;
    width: 98%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-99 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 99%;
    -moz-flex: 0 99%;
    -ms-flex: 0 99%;
    flex: 0 99%;
    width: 99%;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-100 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media (only: max-width:59.938rem) and (min-width:48rem) {
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1%;
    -moz-flex: 0 1%;
    -ms-flex: 0 1%;
    flex: 0 1%;
    width: 1%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 2%;
    -moz-flex: 0 2%;
    -ms-flex: 0 2%;
    flex: 0 2%;
    width: 2%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 3%;
    -moz-flex: 0 3%;
    -ms-flex: 0 3%;
    flex: 0 3%;
    width: 3%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 4%;
    -moz-flex: 0 4%;
    -ms-flex: 0 4%;
    flex: 0 4%;
    width: 4%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-96 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 96%;
    -moz-flex: 0 96%;
    -ms-flex: 0 96%;
    flex: 0 96%;
    width: 96%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-97 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 97%;
    -moz-flex: 0 97%;
    -ms-flex: 0 97%;
    flex: 0 97%;
    width: 97%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-98 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 98%;
    -moz-flex: 0 98%;
    -ms-flex: 0 98%;
    flex: 0 98%;
    width: 98%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-99 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 99%;
    -moz-flex: 0 99%;
    -ms-flex: 0 99%;
    flex: 0 99%;
    width: 99%;
  }
  /* line 12, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-100 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media (only: max-width:47.938rem) and (min-width:30.063rem) {
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1%;
    -moz-flex: 0 1%;
    -ms-flex: 0 1%;
    flex: 0 1%;
    width: 1%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 2%;
    -moz-flex: 0 2%;
    -ms-flex: 0 2%;
    flex: 0 2%;
    width: 2%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 3%;
    -moz-flex: 0 3%;
    -ms-flex: 0 3%;
    flex: 0 3%;
    width: 3%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 4%;
    -moz-flex: 0 4%;
    -ms-flex: 0 4%;
    flex: 0 4%;
    width: 4%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-96 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 96%;
    -moz-flex: 0 96%;
    -ms-flex: 0 96%;
    flex: 0 96%;
    width: 96%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-97 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 97%;
    -moz-flex: 0 97%;
    -ms-flex: 0 97%;
    flex: 0 97%;
    width: 97%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-98 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 98%;
    -moz-flex: 0 98%;
    -ms-flex: 0 98%;
    flex: 0 98%;
    width: 98%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-99 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 99%;
    -moz-flex: 0 99%;
    -ms-flex: 0 99%;
    flex: 0 99%;
    width: 99%;
  }
  /* line 20, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-100 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
@media (only: max-width:30rem) {
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1%;
    -moz-flex: 0 1%;
    -ms-flex: 0 1%;
    flex: 0 1%;
    width: 1%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 2%;
    -moz-flex: 0 2%;
    -ms-flex: 0 2%;
    flex: 0 2%;
    width: 2%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 3%;
    -moz-flex: 0 3%;
    -ms-flex: 0 3%;
    flex: 0 3%;
    width: 3%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 4%;
    -moz-flex: 0 4%;
    -ms-flex: 0 4%;
    flex: 0 4%;
    width: 4%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-96 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 96%;
    -moz-flex: 0 96%;
    -ms-flex: 0 96%;
    flex: 0 96%;
    width: 96%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-97 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 97%;
    -moz-flex: 0 97%;
    -ms-flex: 0 97%;
    flex: 0 97%;
    width: 97%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-98 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 98%;
    -moz-flex: 0 98%;
    -ms-flex: 0 98%;
    flex: 0 98%;
    width: 98%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-99 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 99%;
    -moz-flex: 0 99%;
    -ms-flex: 0 99%;
    flex: 0 99%;
    width: 99%;
  }
  /* line 27, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-100 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 33, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:74.938rem) and (min-width:60rem) {
  .l-center {
    text-align: center;
  }
}
/* line 38, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:59.938rem) and (min-width:48rem) {
  .t-center {
    text-align: center;
  }
}
/* line 43, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:47.938rem) and (min-width:30.063rem) {
  .m-center {
    text-align: center;
  }
}
/* line 48, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:30rem) {
  .sm-center {
    text-align: center;
  }
}
/* line 54, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:74.938rem) and (min-width:60rem) {
  .l-right {
    text-align: right;
  }
}
/* line 59, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:59.938rem) and (min-width:48rem) {
  .t-right {
    text-align: right;
  }
}
/* line 64, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:47.938rem) and (min-width:30.063rem) {
  .m-right {
    text-align: right;
  }
}
/* line 69, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:30rem) {
  .sm-right {
    text-align: right;
  }
}
/* line 75, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:74.938rem) and (min-width:60rem) {
  .l-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 80, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:59.938rem) and (min-width:48rem) {
  .t-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 85, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:47.938rem) and (min-width:30.063rem) {
  .m-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 90, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:30rem) {
  .sm-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 95, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: min-width:75rem) {
  .d-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 100, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:74.938rem) and (min-width:60rem) {
  .l-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 105, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:59.938rem) and (min-width:48rem) {
  .t-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 110, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:47.938rem) and (min-width:30.063rem) {
  .m-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 115, templates/g5_helium/custom/scss/_responsive.scss */
@media (only: max-width:30rem) {
  .sm-nopaddingright .g-content {
    padding-right: 0;
  }
}
/*# sourceMappingURL=custom_11.css.map */