/* 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
 */

@charset "UTF-8";
.g-audioplayer {
  position: relative;
  padding: 0.938rem;
}
.g-audioplayer .g-audioplayer-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-info {
    display: block;
  }
}
.g-audioplayer .g-audioplayer-left {
  padding-right: 1.563rem;
}
.dir-rtl .g-audioplayer .g-audioplayer-left {
  padding: 0;
  padding-left: 1.563rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-left {
    padding: 0;
    margin-bottom: 1.563rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-left {
    padding: 0;
    margin-bottom: 1.563rem;
  }
}
.g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
  border-radius: 3px;
  min-width: 200px;
  max-width: 200px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-left .g-audioplayer-cover {
    width: 100%;
  }
}
.g-audioplayer .g-audioplayer-right {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.g-audioplayer .g-audioplayer-right .g-audioplayer-nowplaying {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.g-audioplayer .g-audioplayer-right .g-audioplayer-trackinfo {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.g-audioplayer .g-audioplayer-playlist {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only all and (max-width: 47.99rem) {
  .g-audioplayer .g-audioplayer-playlist {
    font-size: 1.3rem;
  }
}
.g-audioplayer .g-audioplayer-playlist ol {
  padding-left: 0;
}
.g-audioplayer .g-audioplayer-playlist ol li {
  padding: 0.925rem 0;
  list-style-position: inside;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.g-audioplayer .g-audioplayer-playlist ol li a {
  color: #ffffff;
}
.g-audioplayer .g-audioplayer-playlist ol li .fa {
  padding-left: 0.625rem;
  color: #00b1eb;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dir-rtl .g-audioplayer .g-audioplayer-playlist ol li .fa {
  padding-left: 0;
  padding-right: 0.625rem;
}
.g-audioplayer .g-audioplayer-playlist ol li.playing .fa {
  opacity: 1;
}
.g-audioplayer .g-audioplayer-button {
  float: right;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-button {
    float: none;
  }
}
@media only all and (max-width: 30rem) {
  .g-audioplayer .g-audioplayer-button {
    float: none;
  }
}
.g-audioplayer .g-audioplayer-button .button {
  padding: 0.4rem 1.4rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-audioplayer .g-audioplayer-button .button {
    margin: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-audioplayer .g-audioplayer-button .button {
    margin: 0;
  }
}
.g-audioplayer .audiojs .g-audioplayer-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button {
  width: 72px;
  height: 62px;
  border-radius: 5px;
  background: #0060aa;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
  margin: 0.425rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button .fa-step-forward, .dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button .fa-step-backward {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:first-child {
  margin-left: 0;
}
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:first-child {
  margin: 0.425rem;
  margin-right: 0;
}
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:last-child {
  margin-right: 0;
}
.dir-rtl .g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:last-child {
  margin: 0.425rem;
  margin-left: 0;
}
.g-audioplayer .audiojs .g-audioplayer-buttons .g-audioplayer-button:hover {
  background: #00b1eb;
}
.g-audioplayer .audiojs .play-pause .loading, .g-audioplayer .audiojs .play-pause .error, .g-audioplayer .audiojs .play-pause .pause {
  display: none;
}
.g-audioplayer .audiojs.playing .pause {
  display: block;
}
.g-audioplayer .audiojs.playing .play {
  display: none;
}
.g-audioplayer .audiojs.loading .loading {
  display: block;
}
.g-audioplayer .audiojs.loading .pause, .g-audioplayer .audiojs.loading .play {
  display: none;
}
.g-audioplayer .audiojs.error .error {
  display: block;
}
.g-audioplayer .audiojs.error .pause, .g-audioplayer .audiojs.error .play {
  display: none;
}
.g-audioplayer .audiojs.error .scrubber {
  display: none;
}
.g-audioplayer .audiojs .error-message {
  margin: 0.625rem 0;
  color: #ef4a44;
}
.g-audioplayer .audiojs .scrubber {
  margin: 0.625rem 0;
  padding-bottom: 0.5rem;
  position: relative;
}
.g-audioplayer .audiojs .scrubber .progress {
  height: 6px;
  background: #00b1eb;
}
.g-audioplayer .audiojs .scrubber .loaded {
  height: 6px;
  background: rgba(128, 128, 128, 0.1);
  position: absolute;
  top: 0;
}
.g-audioplayer .audiojs .time {
  font-size: 1.2rem;
  font-weight: 400;
}
@media only all and (max-width: 47.99rem) {
  .g-blockcontent-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.g-blockcontent-subcontent-title {
  margin: 0.625rem 0;
}
.g-blockcontent-subcontent-title-icon {
  margin-bottom: 0.625rem;
  font-size: 1.2rem;
}
.g-blockcontent-subcontent-title-text {
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0.438rem;
}
.g-blockcontent-subcontent {
  margin: -1.563rem;
}
@media only all and (max-width: 47.99rem) {
  .g-blockcontent-subcontent {
    margin: -0.625rem;
  }
}
.g-blockcontent-spacing .g-blockcontent-subcontent {
  margin: -0.625rem 0;
}
.g-blockcontent-subcontent-block {
  margin: 0.625rem;
  margin-right: 0;
  height: 100%;
}
.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-accent1 {
  background: #00b1eb;
  position: relative;
}
.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-accent1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -0.625rem;
  top: 0.625rem;
  border: 2px solid #00b1eb;
}
.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-accent2 {
  background: #0060aa;
}
.g-blockcontent-subcontent-subtitle {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  vertical-align: super;
}
.g-blockcontent-subcontent-desc {
  font-family: "Rubik", sans-serif;
  font-weight: 200;
  font-size: 1.2rem;
  position: relative;
  margin: 0.625rem 0;
  line-height: 1.9;
}
.g-blockcontent-subcontent-desc i {
  margin-top: 0.625rem;
}
.g-blockcontent-subcontent-img {
  border-radius: 0.25rem;
}
.g-blockcontent-description {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 200;
}
.g-blockcontent-buttons {
  margin-top: 0.938rem;
}
.g-calendar-particle .g-calendar .clndr .days-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.g-calendar-particle .g-calendar .clndr {
  overflow: hidden;
  font-size: 1vw;
}
@media (max-width: 100rem) {
  .g-calendar-particle .g-calendar .clndr {
    font-size: 1rem;
  }
}
.g-calendar-particle .g-calendar .clndr .controls {
  font-size: 1.15vw;
  line-height: 3.5;
  background-color: #00b1eb;
  color: #ffffff;
}
@media (max-width: 100rem) {
  .g-calendar-particle .g-calendar .clndr .controls {
    font-size: 1.15rem;
  }
}
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button {
  width: 10%;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button:hover, .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button:hover {
  background-color: #008bb8;
}
.dir-rtl .g-calendar-particle .g-calendar .clndr .controls .clndr-previous-button .fa-arrow-circle-left:before {
  content: "";
}
.dir-rtl .g-calendar-particle .g-calendar .clndr .controls .clndr-next-button .fa-arrow-circle-right:before {
  content: "";
}
.g-calendar-particle .g-calendar .clndr .controls .month-year {
  width: 80%;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
.g-calendar-particle .g-calendar .clndr .days-container {
  position: relative;
  width: 100%;
  height: 475px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container {
    height: 375px;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container {
    height: 375px;
  }
}
.g-calendar-particle .g-calendar .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-left: 1px solid #e5e5e5;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
.g-calendar-particle .g-calendar .clndr .days-container .days .day, .g-calendar-particle .g-calendar .clndr .days-container .days .empty {
  width: 14.2857142857%;
  display: inline-block;
  padding: 8px 0;
  line-height: 2.5;
  text-align: center;
  color: #ffffff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.g-calendar-particle .g-calendar .clndr .days-container .days .day.today, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.today {
  color: #000000;
  font-weight: 600;
}
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event {
  background-color: #006ec4;
  border-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event:hover, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event:hover {
  background-color: #0060aa;
}
.g-calendar-particle .g-calendar .clndr .days-container .days .day.adjacent-month, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
.g-calendar-particle .g-calendar .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
.g-calendar-particle .g-calendar .clndr .days-container .days .headers {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9fafb;
}
.g-calendar-particle .g-calendar .clndr .days-container .days .headers .day-header {
  width: 14.2857142857%;
  display: inline-block;
  padding: 1rem 0;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 23, 31, 0.4);
  letter-spacing: 1px;
}
.g-calendar-particle .g-calendar .clndr .days-container .events {
  position: absolute;
  left: 100%;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .headers {
  position: relative;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #00b1eb;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .x-button:hover {
  color: rgba(255, 255, 255, 0.75);
}
.dir-rtl .g-calendar-particle .g-calendar .clndr .days-container .events .x-button {
  right: 20px;
  left: auto;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list {
  overflow-y: auto;
  height: 90%;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event {
  padding: 8px 20px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event a {
  position: relative;
  letter-spacing: 1px;
  background-color: transparent;
  color: base-text-active-color;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event a:hover {
  background-color: transparent;
  color: #ffffff;
}
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-desc {
  display: block;
  padding: 5px 0;
  font-size: 0.7vw;
}
@media (max-width: 142.8571428571rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-desc {
    font-size: 1rem;
  }
}
.g-calendar-particle .g-calendar .clndr .days-container.show-events .days {
  left: -100%;
}
.g-calendar-particle .g-calendar .clndr .days-container.show-events .events {
  left: 0;
}
.g-carousel .owl-item {
  position: relative;
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link {
  position: relative;
  display: block;
  color: #ffffff;
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link .g-carousel-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: font-weight-black;
  font-size: 3.25vw;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 61.5384615385rem) {
  .g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link .g-carousel-title {
    font-size: 2rem;
  }
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link img {
  width: auto;
  height: auto;
}
.g-carousel .owl-nav {
  margin-top: 0.938rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.g-carousel .owl-nav > div {
  position: relative;
  text-align: center;
  opacity: 1;
  width: 60px;
  height: 60px;
}
.g-carousel .owl-nav > div .fa {
  width: 100%;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 100rem) {
  .g-carousel .owl-nav > div .fa {
    font-size: 1.5rem;
  }
}
.g-carousel .owl-nav > div:hover {
  color: #00b1eb;
}
.g-gridstatistic {
  text-align: center;
}
.g-gridstatistic .g-gridstatistic-wrapper {
  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;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-gridstatistic .g-gridstatistic-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 0.938rem;
  width: 100%;
  display: inline-block;
}
.g-gridstatistic .g-gridstatistic-item:last-child {
  padding-bottom: 0;
}
.g-gridstatistic .g-gridstatistic-readmore {
  display: block;
  margin: 1rem auto;
}
.g-gridstatistic .g-gridstatistic-item-text1 {
  text-align: center;
  font-size: 3.1rem;
  line-height: 2;
  font-weight: 400;
  color: #00b1eb;
}
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-item-text1 {
    font-size: 2rem;
  }
}
.g-gridstatistic .g-gridstatistic-item-icon {
  display: inline-block;
  font-size: 3rem;
  vertical-align: middle;
  line-height: 3rem;
  opacity: 0.5;
}
.g-gridstatistic .g-gridstatistic-item-icon .g-gridstatistic-item-separator {
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: middle;
  padding: 0 0.625rem;
}
.g-gridstatistic .g-gridstatistic-item-text2 {
  margin-top: 0.625rem;
  text-transform: capitalize;
  font-weight: 700;
  opacity: 0.5;
}
.g-gridstatistic .g-gridstatistic-item-text2 span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.425rem;
  display: inline-block;
}
.g-gridstatistic .g-gridstatistic-2cols .g-gridstatistic-item {
  width: 50%;
}
.g-gridstatistic .g-gridstatistic-3cols .g-gridstatistic-item {
  width: 33.33333%;
}
.g-gridstatistic .g-gridstatistic-4cols .g-gridstatistic-item {
  width: 25%;
}
.g-gridstatistic .g-gridstatistic-5cols .g-gridstatistic-item {
  width: 20%;
}
.g-gridstatistic .g-gridstatistic-6cols .g-gridstatistic-item {
  width: 16.66667%;
}
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-3cols .g-gridstatistic-item, .g-gridstatistic .g-gridstatistic-5cols .g-gridstatistic-item {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-4cols .g-gridstatistic-item, .g-gridstatistic .g-gridstatistic-6cols .g-gridstatistic-item {
    width: 50%;
  }
}
.g-gridstatistic .g-gridstatistic-footerdesc {
  margin-bottom: 0.625rem;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
.g-imagegrid *, .g-imagegrid *:before, .g-imagegrid *:after {
  box-sizing: border-box !important;
}
.g-imagegrid .g-imagegrid-wrapper {
  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;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-imagegrid .g-imagegrid-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 0.5rem;
}
.g-imagegrid .g-imagegrid-item img {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.g-imagegrid .g-imagegrid-item .g-imagegrid-caption {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  font-weight: 700;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.g-imagegrid .g-imagegrid-item .indicator {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.g-imagegrid .g-imagegrid-item .indicator div {
  font-size: 1.8vw;
  max-width: 100%;
  text-align: center;
  flex: none;
  -webkit-flex: none;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 55.5555555556rem) {
  .g-imagegrid .g-imagegrid-item .indicator div {
    font-size: 1rem;
  }
}
.dir-rtl .g-imagegrid .g-imagegrid-item .indicator div {
  margin-right: 0;
}
.g-imagegrid .g-imagegrid-item .indicator div .fa {
  font-size: 4rem;
}
.g-imagegrid .g-imagegrid-item:hover {
  z-index: 10;
}
.g-imagegrid .g-imagegrid-item:hover .g-imagegrid-link:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-imagegrid .g-imagegrid-item:hover .indicator div {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-imagegrid .g-imagegrid-desc {
  margin: 1.5rem 0;
}
.g-imagegrid .g-imagegrid-link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.g-imagegrid .g-imagegrid-link:before {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
  width: 50%;
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-2cols .g-imagegrid-item {
    width: 100%;
  }
}
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
  width: 33.33333%;
}
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:first-child {
  padding-right: 0.938rem;
}
.dir-rtl .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:first-child {
  padding-left: 0.938rem;
  padding-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:first-child {
    padding: 0;
  }
}
.g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:last-child {
  padding-left: 0.938rem;
}
.dir-rtl .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:last-child {
  padding-right: 0.938rem;
  padding-left: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item:last-child {
    padding: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-3cols .g-imagegrid-item {
    width: 100%;
    margin-bottom: 0.938rem;
  }
}
.g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
  width: 25%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-4cols .g-imagegrid-item {
    width: 100%;
  }
}
.g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 33.33333%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-imagegrid .g-imagegrid-5cols .g-imagegrid-item {
    width: 50%;
  }
}
.g-infolist-particle .g-infolist-title {
  font-size: 2.2vw;
  line-height: 1.3;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist-title {
    font-size: 2.2rem;
  }
}
.g-infolist-particle .g-infolist-desc {
  font-size: 1.5vw;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist-desc {
    font-size: 1.5rem;
  }
}
.g-infolist-particle .g-infolist {
  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;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.g-infolist-particle .g-infolist .g-infolist-item {
  width: 100%;
  border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
  margin: 0.625rem;
  padding: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.g-infolist-particle .g-infolist.g-compact .g-infolist-item {
  margin-bottom: 0.5rem;
}
.g-infolist-particle .g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
.g-infolist-particle .g-infolist.spaced .g-infolist-item {
  padding: 0.5rem 0 2rem 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon, .g-infolist-particle .g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left, .g-infolist-particle .g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left.browser, .g-infolist-particle .g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left.browser, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right, .g-infolist-particle .g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right.browser, .g-infolist-particle .g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right.browser, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-img {
  min-width: 156px;
}
.g-infolist-particle .g-infolist .g-infolist-item-img.center {
  margin: 0.5rem 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-img.avatar img {
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon {
  font-size: 1.2vw;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-icon {
    font-size: 1.2rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-icon .fa {
  vertical-align: sub;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon-inline {
  margin-right: 0.625rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon-inline {
  margin-left: 0.625rem;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left {
  text-align: left;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left {
  text-align: right;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0;
  margin: 0 auto !important;
  margin-bottom: 0.938rem;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right {
  text-align: right;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right {
  text-align: left;
}
.g-infolist-particle .g-infolist .g-infolist-item-title {
  margin: 0.9375rem 0;
  font-weight: 600;
  font-size: 1.1vw;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.1rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 0.9vw;
  opacity: 0.8;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-desc {
    font-size: 0.9rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-tags {
  opacity: 0.8;
  margin: 1rem 0 0.5rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.g-infolist-particle .g-infolist .g-infolist-link {
  margin-top: 1rem;
}
.g-infolist-particle .g-infolist.g-1cols .g-infolist-item:last-child {
  border-bottom: none;
}
.g-infolist-particle .g-infolist.g-1cols .g-infolist-item:last-child .g-infolist-item-container {
  padding-bottom: 0;
  margin-bottom: 0;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item {
  width: 50%;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item:nth-child(odd) .g-infolist-item-container {
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item:nth-child(even) .g-infolist-item-container {
  margin-left: 1%;
}
.g-infolist-particle .g-infolist.g-3cols .g-infolist-item {
  width: 33%;
}
.g-infolist-particle .g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 0;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item {
  width: 25%;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 0;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
  }
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  margin: 0;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle {
    text-align: center;
  }
  .g-newsletter-particle .title {
    text-align: center;
  }
}
.g-newsletter-particle .title {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
}
.g-newsletter-particle .title:after {
  background: none;
}
.g-newsletter-particle .g-newsletter .g-newsletter-headtext {
  text-align: center;
  margin-bottom: 0.625rem;
  padding-bottom: 0.938rem;
  color: white;
  font-size: 1rem;
}
.box1 .g-newsletter-particle .g-newsletter .g-newsletter-headtext {
  color: #ffffff;
}
.box2 .g-newsletter-particle .g-newsletter .g-newsletter-headtext {
  color: #ffffff;
}
.g-newsletter-particle .g-newsletter .g-newsletter-headtext .fa {
  color: #00b1eb;
  font-size: 3rem;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox {
  position: relative;
  border: none;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input.required.email {
  text-align: left;
  padding: 0.725rem 1.5625rem;
  font-weight: 400;
  border: 0 none;
  border-radius: 3px;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input.required.email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input.required.email::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input.required.email:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input.required.email:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-inputbox input.required.email {
    margin-bottom: 5px;
  }
}
.dir-rtl .g-newsletter-particle .g-newsletter .g-newsletter-inputbox input.required.email {
  text-align: right;
}
.g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
  white-space: nowrap;
  border-radius: 0.25rem;
}
.g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-submit:hover {
  background-color: button-background-color;
  color: button-text-color;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
    text-align: center;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
    text-align: center;
  }
}
.g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-text {
  vertical-align: middle;
}
.g-newsletter-particle .g-newsletter.g-newsletter-square .g-newsletter-inputbox input, .g-newsletter-particle .g-newsletter.g-newsletter-square .g-newsletter-button input {
  border-radius: 0 !important;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-fullwidth .g-newsletter-form-wrapper {
  text-align: center;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-fullwidth .g-newsletter-form-wrapper .g-newsletter-inputbox {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-fullwidth .g-newsletter-form-wrapper .g-newsletter-button {
  width: 100%;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-fullwidth .g-newsletter-form-wrapper .g-newsletter-button input {
  width: 100%;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-compact .g-newsletter-form-wrapper {
  text-align: center;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-compact .g-newsletter-form-wrapper div.mce_inline_error {
  width: 25%;
  margin: 0.5rem auto !important;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-compact .g-newsletter-form-wrapper .g-newsletter-inputbox {
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-compact .g-newsletter-form-wrapper .g-newsletter-inputbox input {
  width: auto;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-compact .g-newsletter-form-wrapper .g-newsletter-button {
  width: auto;
  display: block;
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-compact .g-newsletter-form-wrapper .g-newsletter-button input {
  width: auto;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-button {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-button {
    margin: 1rem 0 0;
  }
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-inputbox input, .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-inputbox .g-newsletter-button-submit, .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-button input, .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-button .g-newsletter-button-submit {
  margin: 0;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-button {
  width: auto;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-inputbox {
  width: 65%;
  padding-right: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-inputbox {
    width: 80%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle {
    text-align: center;
  }
  .g-newsletter-particle .g-title {
    text-align: center;
  }
}
.g-newsletter-particle .g-newsletter .g-newsletter-headtext {
  margin-bottom: 0.625rem;
  padding-bottom: 0.938rem;
  font-size: 1.2vw;
}
@media (max-width: 83.3333333333rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-headtext {
    font-size: 1rem;
  }
}
.g-newsletter-particle .g-newsletter .g-newsletter-headtext .fa {
  color: #00b1eb;
  font-size: 3rem;
}
.g-newsletter-particle .g-newsletter .g-newsletter-sidetext {
  color: white;
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media only all and (max-width: 30rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-sidetext {
    margin-right: 0;
    margin-bottom: 0.469rem;
  }
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox, .g-newsletter-particle .g-newsletter .g-newsletter-button {
  display: inline;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input {
  margin-bottom: 0.5rem;
  font-size: 1.35rem;
  text-align: left;
  padding: 0.875rem 1.5625rem;
  font-weight: 400;
  background: #f7f7f7;
  border: 0 none;
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.g-newsletter-particle .g-newsletter .g-newsletter-inputbox input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-inputbox input {
    margin-bottom: 5px;
  }
}
.dir-rtl .g-newsletter-particle .g-newsletter .g-newsletter-inputbox input {
  text-align: right;
}
.g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
  white-space: nowrap;
  padding: 0.625rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
    text-align: center;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
    text-align: center;
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-submit {
    width: 100%;
  }
}
.g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-icon i {
  font-size: 1.25rem;
  line-height: 2;
  vertical-align: middle;
  margin-right: 5px;
}
.g-newsletter-particle .g-newsletter .g-newsletter-button .g-newsletter-button-text {
  vertical-align: middle;
}
.g-newsletter-particle .g-newsletter .g-newsletter-button .button-arrow {
  background: none;
  color: #00b1eb;
}
.g-newsletter-particle .g-newsletter .g-newsletter-button .button-arrow:hover {
  color: #008bb8;
}
.g-newsletter-particle .g-newsletter.g-newsletter-fullwidth {
  width: 100%;
}
.g-newsletter-particle .g-newsletter.g-newsletter-compact {
  width: 40%;
}
.center-block .g-newsletter-particle .g-newsletter.g-newsletter-compact {
  margin: auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-compact {
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-compact {
    width: 65%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-compact {
    width: 100%;
  }
}
.g-newsletter-particle .g-newsletter.g-newsletter-stack-fullwidth .g-newsletter-button .g-newsletter-button-submit {
  width: 100%;
}
.g-newsletter-particle .g-newsletter.g-newsletter-rounded .g-newsletter-inputbox input {
  border-radius: 10rem;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper, .g-newsletter-particle .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button, .g-newsletter-particle .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter-particle .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-button {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper, .g-newsletter-particle .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper {
  padding: 5px;
  background: #ffffff;
  border-radius: 0.25rem;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button {
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox, .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button {
    margin: 1rem 0 0;
  }
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox input, .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox .g-newsletter-button-submit, .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button input, .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button .g-newsletter-button-submit {
  margin: 0;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox {
  width: 65%;
}
@media only all and (max-width: 47.99rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-inputbox {
    width: 100%;
  }
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-form-wrapper .g-newsletter-button-icon i {
  line-height: 30px;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-wrap .g-newsletter-sidetext {
  text-align: center;
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-inputbox {
  width: 65%;
}
@media only all and (max-width: 30rem) {
  .g-newsletter-particle .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-inputbox {
    width: 55%;
  }
}
.g-newsletter-particle .g-newsletter.g-newsletter-aside-compact .g-newsletter-form-wrapper .g-newsletter-button-icon i {
  line-height: 20px;
}
.g-popupmodule-module-wrapper {
  display: none;
}
.g-pricingtable-particle h2.g-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.g-pricingtable-headertext {
  margin-bottom: 3.126rem;
  padding: 0 25%;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.6vw;
}
@media (max-width: 81.25rem) {
  .g-pricingtable-headertext {
    font-size: 1.3rem;
  }
}
@media only all and (min-width: 75rem) {
  .g-pricingtable-headertext {
    margin-bottom: 5.4705rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable-headertext {
    padding: 0 5%;
  }
}
.g-pricingtable-footertext {
  margin-top: 3.126rem;
  padding: 0 20%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
}
@media only all and (min-width: 75rem) {
  .g-pricingtable-footertext {
    margin-top: 5.4705rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable-footertext {
    padding: 0 5%;
  }
}
.g-pricingtable-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  flex-flow: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-pricingtable-col-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem;
  z-index: 1;
}
.g-pricingtable-1-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 100%;
  -moz-flex: auto 1 100%;
  -ms-flex: auto 1 100%;
  flex: auto 1 100%;
  width: 100%;
}
.g-pricingtable-2-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 50%;
  -moz-flex: auto 1 50%;
  -ms-flex: auto 1 50%;
  flex: auto 1 50%;
  width: 50%;
}
.g-pricingtable-3-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 33.33333%;
  -moz-flex: auto 1 33.33333%;
  -ms-flex: auto 1 33.33333%;
  flex: auto 1 33.33333%;
  width: 33.33333%;
}
.g-pricingtable-4-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 25%;
  -moz-flex: auto 1 25%;
  -ms-flex: auto 1 25%;
  flex: auto 1 25%;
  width: 25%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-pricingtable-4-col .g-pricingtable-col-item {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto 1 50%;
    -moz-flex: auto 1 50%;
    -ms-flex: auto 1 50%;
    flex: auto 1 50%;
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricingtable-4-col .g-pricingtable-col-item {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto 1 50%;
    -moz-flex: auto 1 50%;
    -ms-flex: auto 1 50%;
    flex: auto 1 50%;
    width: 50%;
  }
}
.g-pricingtable-5-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 20%;
  -moz-flex: auto 1 20%;
  -ms-flex: auto 1 20%;
  flex: auto 1 20%;
  width: 20%;
}
.g-pricingtable-6-col .g-pricingtable-col-item {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto 1 16.66667%;
  -moz-flex: auto 1 16.66667%;
  -ms-flex: auto 1 16.66667%;
  flex: auto 1 16.66667%;
  width: 16.66667%;
}
@media only all and (max-width: 47.99rem) {
  .g-pricingtable-col-item {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto 1 100% !important;
    -moz-flex: auto 1 100% !important;
    -ms-flex: auto 1 100% !important;
    flex: auto 1 100% !important;
    width: 100% !important;
  }
}
.g-pricingtable-col-item .g-pricingtable {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.938rem;
  color: #000000;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(47, 153, 188, 0.25);
}
.g-pricingtable-col-item .g-pricingtable .button {
  margin: 0.938rem 0;
  font-size: 0.7vw;
}
@media (max-width: 142.8571428571rem) {
  .g-pricingtable-col-item .g-pricingtable .button {
    font-size: 1rem;
  }
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-ribbon {
  z-index: 2;
  position: absolute;
  line-height: 2.85;
  font-size: 0.65rem;
  font-weight: 600;
  background: #44aeff;
  width: 135px;
  top: 20px;
  left: -33px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #0060aa;
}
.dir-rtl .g-pricingtable-col-item .g-pricingtable .g-pricingtable-ribbon {
  right: -33px;
  left: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-icon {
  font-size: 2.5rem;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-plan {
  padding: 0.938rem 0 0;
  font-size: 1.15vw;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 95.652173913rem) {
  .g-pricingtable-col-item .g-pricingtable .g-pricingtable-plan {
    font-size: 1.1rem;
  }
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-plan a {
  color: #000000;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-plan a:hover {
  color: #00b1eb;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-subtitle {
  padding-top: 0;
  margin-top: -1rem;
  font-size: 0.9rem;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-price {
  padding: 0 0 0.938rem;
  font-weight: 700;
  font-size: 1.5vw;
}
@media (max-width: 100rem) {
  .g-pricingtable-col-item .g-pricingtable .g-pricingtable-price {
    font-size: 1.5rem;
  }
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-period {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-desc {
  font-size: 1rem;
  padding: 0.938rem 0;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-item {
  font-size: 0.65vw;
  font-weight: 400;
  padding-bottom: 0.625rem;
  color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 153.8461538462rem) {
  .g-pricingtable-col-item .g-pricingtable .g-pricingtable-item {
    font-size: 1rem;
  }
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-item.g-pricingtable-item-0 {
  position: relative;
  padding-top: 0.938rem;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-item.disabled {
  text-decoration: line-through;
}
.g-pricingtable-col-item.g-pricingtable-col-item-highlight {
  z-index: 5;
}
@media only all and (min-width: 48rem) {
  .g-pricingtable-col-item.g-pricingtable-col-item-highlight {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only all and (max-width: 47.99rem) {
  .g-search {
    text-align: center;
  }
}
.g-search input[type="text"], .g-search input[type="search"] {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-width: 0;
  border-radius: 0.3rem;
  padding-left: 2.5rem;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 0;
}
.g-search input::-webkit-input-placeholder {
  color: #b5bdc5;
}
.g-search form {
  position: relative;
  margin: 0;
}
.g-search form:before {
  content: "";
  position: absolute;
  left: 0.625rem;
  width: 20px;
  height: 20px;
  top: 30%;
  color: rgba(255, 255, 255, 0.24);
  font: normal normal normal 16px/1 FontAwesome;
}
.dir-rtl .g-search form:before {
  left: auto;
  right: 0.625rem;
}
.g-search .g-search-lightcase {
  display: none;
}
.g-showcase .g-showcase-slides {
  min-height: 50vw;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-showcase .g-showcase-slides {
    min-height: 60vw;
  }
}
.g-showcase .mobile {
  display: none;
}
@media only all and (max-width: 47.99rem) {
  .g-showcase .mobile {
    display: block;
  }
}
.g-showcase .mobile .owl-nav {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  height: 70px;
}
.g-showcase .mobile .owl-nav div {
  color: #000000;
  margin: 0;
  position: relative;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-showcase .desktop {
    margin: 0 0.938rem;
  }
}
.g-showcase .desktop .g-showcase-slides-set {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 40vw;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
.g-showcase .desktop .g-showcase-slides-set.active {
  opacity: 1;
  z-index: 1;
}
.g-showcase .desktop .g-showcase-slides-set.active .item-1 {
  opacity: 1;
  transform: translate(0, 0);
}
.g-showcase .desktop .g-showcase-slides-set.active .item-2 {
  opacity: 1;
  transform: translate(0, 0);
}
.g-showcase .desktop .g-showcase-slides-set.active .item-3 {
  opacity: 1;
  transform: translate(0, 0);
}
.g-showcase .desktop .g-showcase-slides-set.active .item-4 {
  opacity: 1;
  transform: translate(0, 0);
}
.g-showcase .desktop .owl-nav {
  position: absolute;
  top: 16rem;
  left: -3rem;
  display: flex;
  flex-direction: column;
}
.dir-rtl .g-showcase .desktop .owl-nav {
  left: auto;
  right: -3rem;
}
.g-showcase .desktop .owl-nav .fa {
  color: #000000;
}
.g-showcase .desktop .owl-nav .fa:hover {
  color: #00b1eb;
}
.g-showcase .desktop .owl-nav div {
  position: relative;
  cursor: pointer;
}
@media only all and (max-width: 47.99rem) {
  .g-showcase .desktop {
    display: none;
  }
}
.g-showcase .desktop .item-1 {
  width: 45%;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  transform: translate(0, 20%);
  opacity: 0;
}
.g-showcase .desktop .item-2 {
  width: 23%;
  padding: 0 0.938rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
  transform: translate(0, -20%);
  opacity: 0;
}
.g-showcase .desktop .item-3 {
  width: 25%;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  transition: transform 0.8s;
  transform: translate(20%, 0);
  opacity: 0;
}
.g-showcase .desktop .item-4 {
  position: absolute;
  width: 27%;
  right: 30%;
  bottom: 1vw;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: -webkit-transform 1.2s;
  -moz-transition: -moz-transform 1.2s;
  transition: transform 1.2s;
  transform: translate(0, 20%);
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-showcase .desktop .item-4 {
    bottom: -5vw;
  }
  .g-showcase .desktop .item-4 .g-showcase-slides-slide-content {
    width: 160%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-showcase .desktop .item-4 {
    bottom: -7vw;
  }
  .g-showcase .desktop .item-4 .g-showcase-slides-slide-content {
    width: 170%;
  }
}
.g-showcase .desktop .item-4 img {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.32);
}
.dir-rtl .g-showcase .desktop .item-4 {
  left: 30%;
  right: auto;
}
.g-showcase .owl-dots {
  text-align: center;
  height: 35px;
}
.g-showcase .owl-dots .owl-dot {
  border: 2px solid #00b1eb;
  transform-origin: center;
}
.g-showcase .owl-dots .owl-dot.active {
  background: #ffffff;
  width: 25px;
  height: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-showcase .owl-stage-outer {
    width: 99%;
  }
}
.g-showcase .g-showcase-slides {
  position: relative;
}
.g-showcase .g-showcase-slides-set {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.g-showcase .g-showcase-slides-slide img {
  width: 100%;
}
.g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
  position: relative;
  left: 7vw;
  margin-top: 4vw;
  width: 100%;
}
.dir-rtl .g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
  left: auto;
  right: 7vw;
}
.g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content .g-showcase-slides-slide-button {
  margin-top: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
    position: static;
    width: auto;
    margin: 0.938rem;
  }
}
.g-simplecontent h2.g-title {
  padding: 0 0.6rem;
  margin: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 5px;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 100rem) {
  .g-simplecontent h2.g-title {
    font-size: 1rem;
  }
}
.g-simplecontent .g-simplecontent-item-created-date {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.g-simplecontent .g-simplecontent-layout-header {
  padding: 0.938rem 0;
}
.g-simplecontent .g-simplecontent-layout-header .g-simplecontent-item-content-title {
  font-size: 2.5vw;
  font-weight: 700;
}
@media (max-width: 52rem) {
  .g-simplecontent .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 1.3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-simplecontent .g-simplecontent-layout-header {
    padding: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplecontent .g-simplecontent-layout-header {
    padding: 0;
  }
}
.g-simplecontent .g-simplecontent-item-content-title {
  font-size: 1.2vw;
  margin: 0.525rem 0;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 100rem) {
  .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 1.2rem;
  }
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
  font-size: 2.25rem;
  font-weight: 200;
  line-height: 2;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2rem;
  }
}
.g-simplecontent .g-simplecontent-item-author {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.g-simplecontent .g-simplecontent-item-leading-content {
  margin-bottom: 0.625rem;
  font-weight: 400;
  font-size: 1vw;
}
@media (max-width: 100rem) {
  .g-simplecontent .g-simplecontent-item-leading-content {
    font-size: 1rem;
  }
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-leading-content {
  font-size: 1.9rem;
}
.g-simplecontent .g-simplecontent-item-main-content {
  font-size: 1.3vw;
  margin: 1.563rem 0;
}
@media (max-width: 76.9230769231rem) {
  .g-simplecontent .g-simplecontent-item-main-content {
    font-size: 1rem;
  }
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-main-content {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.g-simplecontent .g-simplecontent-item-readmore-container {
  font-weight: 600;
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-readmore-container {
  font-size: 1rem;
}
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-author, .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-created-date {
  display: inline-block;
  margin: 0;
  padding-right: 0.938rem;
  font-family: "Rubik", sans-serif;
  font-weight: 200;
  font-size: 1.15rem;
  line-height: 2.5;
  text-transform: none;
}
.g-simplecounter-block {
  display: block;
  margin: 2rem auto 0.5rem auto;
}
.g-simplecounter-calendar {
  text-align: center;
}
.g-simplecounter-calendar .counter-block {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
}
.g-simplecounter-calendar .number, .g-simplecounter-calendar .word {
  display: block;
  margin: 0;
  padding: 0;
}
.g-simplecounter-calendar .number {
  width: 100px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: normal;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  background: -webkit-linear-gradient(#008bb8, #008bb8 50%, #00b1eb 50%, #00b1eb 100%);
  background: linear-gradient(#008bb8, #008bb8 50%, #00b1eb 50%, #00b1eb 100%);
}
@media only all and (max-width: 47.99rem) {
  .g-simplecounter-calendar .number {
    font-size: 1.5rem;
    width: 85px;
    height: 50px;
    line-height: 50px;
  }
}
.g-simplecounter-calendar .word {
  text-transform: uppercase;
}
@media only all and (max-width: 47.99rem) {
  .g-simplecounter-calendar .word {
    font-size: 75%;
  }
}
.g-simplemenu-particle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
@media only all and (max-width: 47.99rem) {
  .g-simplemenu-particle {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplemenu-particle .g-simplemenu-container {
    text-align: center;
  }
  .g-simplemenu-particle .g-simplemenu-container:not(:first-child) h6 {
    margin-top: 1.25rem;
  }
}
.g-simplemenu-particle .g-simplemenu-container h6 {
  margin: 0 0 0.875rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}
@media only all and (max-width: 47.99rem) {
  .g-simplemenu-particle .g-simplemenu-container h6 {
    margin: 0 0 1.25rem;
  }
}
.g-simplemenu-particle .g-simplemenu-container .g-simplemenu {
  list-style: none;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-simplemenu-particle .g-simplemenu-container .g-simplemenu {
    margin: 0 0 1.25rem;
  }
}
.g-simplemenu-particle .g-simplemenu-container .g-simplemenu li {
  padding: 0.225rem 0;
  font-size: 1.1rem;
}
.g-slider {
  position: relative;
}
.g-slider .g-slider-slides .g-slider-slides-slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide {
    flex-direction: column;
  }
}
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
  width: 40%;
  margin-top: 10rem;
  padding: 0 3.752rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
    padding: 0 1.876rem;
    width: 50%;
  }
}
.dir-rtl .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
  margin-right: 1.563rem;
  margin-left: auto;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
    z-index: 3;
    text-align: center;
    margin-top: 0.938rem;
    padding: 0 5%;
    width: 100%;
  }
}
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content h1 {
  font-size: 3.05rem;
  margin-top: 0;
  padding-top: 0;
}
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content p {
  font-size: 1.1rem;
}
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
  min-height: 500px;
  width: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    min-height: 300px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    width: 100%;
    position: absolute;
  }
}
.g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  background-color: #slideshow-background;
  background-image: -webkit-linear-gradient(bottom, #slideshow-background 0%, rgba(15, 15, 15, 0) 50%);
  background-image: linear-gradient(to top,#slideshow-background 0%, rgba(15, 15, 15, 0) 50%);
  background-color: transparent;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
    height: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
    background-color: transparent !important;
    background-color: #slideshow-background;
    background-image: -webkit-linear-gradient(bottom, #slideshow-background 0%, rgba(15, 15, 15, 0) 130%);
    background-image: linear-gradient(to top,#slideshow-background 0%, rgba(15, 15, 15, 0) 130%);
  }
}
.g-slider .g-slider-slides .owl-dots {
  width: 40%;
  position: absolute;
  top: 12rem;
  left: 0;
  padding-right: 0.938rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  flex-direction: column;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slider .g-slider-slides .owl-dots {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-slides .owl-dots {
    display: none;
  }
}
.g-slider .g-slider-slides .owl-dots .owl-dot {
  border-radius: 100%;
  background: transparent;
  border: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  margin: 0.2rem;
}
.g-slider .g-slider-slides .owl-dots .owl-dot.active {
  background: #ffffff;
}
.dir-rtl .g-slider .g-slider-slides .owl-dots {
  left: auto;
  right: 0;
}
.g-slider .g-slider-carousel {
  padding: 0 2.814rem;
  position: relative;
  bottom: 0rem;
  z-index: 3;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-carousel {
    bottom: 0rem;
    padding-top: 0.938rem;
  }
}
.dir-rtl .g-slider .g-slider-carousel {
  right: 2rem;
  left: auto;
}
.g-slider .g-slider-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-slider .g-slider-carousel .owl-item {
  outline: none;
  cursor: pointer;
  padding-top: 1rem;
}
.g-slider .g-slider-carousel .owl-item img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  z-index: 1;
  position: relative;
}
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-title {
  margin: 0.625rem;
  font-weight: 600;
}
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container {
  background: transparent;
  margin: 0.625rem;
  height: 120px;
  background-size: cover;
  position: relative;
  z-index: 0;
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container:before {
  content: "";
  height: 0;
  bottom: 0;
  position: absolute;
  background: #00b1eb;
  width: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  transition-delay: 0.3s;
}
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container {
  transform: translateY(-1rem);
}
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container img, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container img {
  padding-bottom: 10px;
  background: #00b1eb;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container:before, .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container:before {
  height: 10px;
}
.g-slider .g-slider-carousel .owl-nav > div {
  position: absolute;
  margin: auto;
  text-align: center;
  bottom: 0;
  top: -4rem;
  left: 0;
  right: 0;
  opacity: 1;
}
.g-slider .g-slider-carousel .owl-nav > div .fa {
  font-size: 1.5rem;
  font-weight: 400;
}
.g-slider .g-slider-carousel .owl-nav > div:hover {
  color: rgba(255, 255, 255, 0.6);
}
.g-slider .g-slider-carousel .owl-nav .owl-prev {
  margin-left: 10px;
  left: 0;
  right: auto;
}
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-prev {
  margin-right: 10px;
  right: 0;
  left: auto;
}
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-prev .fa-chevron-left:before {
  content: "";
}
.g-slider .g-slider-carousel .owl-nav .owl-next {
  margin-right: 10px;
  left: auto;
  right: 0;
}
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-next {
  margin-left: 10px;
  left: 0;
  right: auto;
}
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-next .fa-chevron-right:before {
  content: "";
}
.g-social .g-social-items {
  line-height: normal;
}
@media only all and (max-width: 47.99rem) {
  .g-social .g-social-items {
    text-align: center;
  }
}
.g-social .g-social-items a {
  color: #000000;
  font-size: 1.5rem;
  border-radius: 2px;
}
.g-social .g-social-items a:hover {
  color: #00b1eb;
}
.g-video-container .g-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #000000;
  box-shadow: 0 0.5rem 3rem #000000;
}
.g-video-container .g-video iframe, .g-video-container .g-video object, .g-video-container .g-video embed, .g-video-container .g-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-video-container .g-video:hover .g-videolocal-play.pause {
  opacity: 1;
}
.g-video-container .g-video .g-videolocal-play {
  position: absolute;
  height: 3.5vw;
  width: 3.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50%;
  margin-bottom: -40px;
  background: url('../images/owlcarousel/play.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}
@media only all and (max-width: 30rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 6vw;
    width: 6vw;
  }
}
.g-video-container .g-video .g-videolocal-play.pause {
  background: url('../images/owlcarousel/paused.svg');
  background-size: contain;
  opacity: 0;
}
.g-video-container .g-video .g-video-nocontrols::-webkit-media-controls {
  display: none !important;
}
.g-video-container.g-video-container-columns-1 .g-video-inner {
  width: 100%;
}
.g-video-container.g-video-container-columns-2 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-video-container.g-video-container-columns-2 .g-video-inner {
  width: 50%;
}
.g-video-container.g-video-container-columns-2 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-2 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-2 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.g-video-container.g-video-container-columns-3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-video-container.g-video-container-columns-3 .g-video-inner {
  width: 33.3%;
}
.g-video-container.g-video-container-columns-3 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.g-video-container.g-video-container-columns-4 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-video-container.g-video-container-columns-4 .g-video-inner {
  width: 25%;
}
.g-video-container.g-video-container-columns-4 .g-video-inner .g-video {
  margin-right: 0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.g-video-caption {
  text-align: center;
  font-size: 1.3vw;
  padding: 1.938rem 0;
  color: #menustyle-text-color;
}
@media (max-width: 76.9230769231rem) {
  .g-video-caption {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video-caption {
    padding: 0.938rem 0;
  }
}
.g-featured-videos {
  position: relative;
  z-index: 20;
}
.g-featured-videos-top {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-featured-videos-top {
    padding: 0.938rem;
    margin: 0.625rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-featured-videos-top {
    padding: 0;
    margin: 0;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.g-featured-videos-top .title-wrapper {
  margin: 0.625rem;
  padding: 0.938rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 47.99rem) {
  .g-featured-videos-top .title-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 0;
    padding: 0;
  }
}
.g-featured-videos-top .title-wrapper .title {
  margin: 0 1.25rem 0 0;
  font-weight: 500;
}
.g-featured-videos-top .title-wrapper .custom-owl-nav .owl-prev, .g-featured-videos-top .title-wrapper .custom-owl-nav .owl-next {
  background: transparent;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #000000;
  margin-right: 0.3125rem;
}
@media only all and (max-width: 47.99rem) {
  .g-featured-videos-top .title-wrapper .custom-owl-nav .owl-prev, .g-featured-videos-top .title-wrapper .custom-owl-nav .owl-next {
    margin: 3px 0.3125rem 3px 0;
  }
}
.g-featured-videos-top .title-wrapper .custom-owl-nav .owl-prev .fa, .g-featured-videos-top .title-wrapper .custom-owl-nav .owl-next .fa {
  font-weight: bolder;
}
.g-featured-videos-top .title-wrapper .custom-owl-nav .owl-prev:focus, .g-featured-videos-top .title-wrapper .custom-owl-nav .owl-next:focus {
  outline: none;
}
.dir-rtl .g-featured-videos-top .title-wrapper .custom-owl-nav .owl-prev .fa-angle-left:before {
  content: "";
}
.dir-rtl .g-featured-videos-top .title-wrapper .custom-owl-nav .owl-next .fa-angle-right:before {
  content: "";
}
.g-featured-videos .g-featuredvideos-carousel {
  position: relative;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage {
  margin: 1.875rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .owl-item {
  padding-bottom: 0;
  -webkit-transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
  -moz-transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
  transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .owl-item:hover {
  cursor: pointer;
  margin-top: -1.25rem;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .owl-item:hover .video-icon {
  color: #0060aa;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-image-container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0.938rem;
  border-radius: 5px;
  -webkit-transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
  -moz-transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
  transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 47.99rem) {
  .g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-image-container {
    margin: 0;
  }
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-image-container a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-image-container .video-icon {
  align-self: center;
  margin: 0 auto;
  font-size: 4rem;
  color: #00b1eb;
  -webkit-transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
  -moz-transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
  transition: all 200ms cubic-bezier(0.51, 0.4, 0.35, 0.9) 20ms;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-title {
  position: absolute;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 2.13;
  padding: 0 0.5rem;
  margin: 0 2rem;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  bottom: 3rem;
  left: 0;
  width: 90%;
}
@media (max-width: 80rem) {
  .g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-title {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-title {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 1rem;
  }
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-title a {
  color: #ffffff;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-title a:hover {
  color: #00b1eb;
}
.g-featured-videos .g-featuredvideos-carousel .owl-stage .g-featuredvideos-carousel-title span {
  background: #000000;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 7px;
}
.g-featured-videos .g-featuredvideos-carousel .owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 1.876rem;
  right: 0.938rem;
  z-index: 2;
}
@media only all and (max-width: 47.99rem) {
  .g-featured-videos .g-featuredvideos-carousel .owl-dots {
    bottom: 0.938rem;
  }
}
.dir-rtl .g-featured-videos .g-featuredvideos-carousel .owl-dots {
  right: auto;
  left: 0.938rem;
}
.g-featured-videos .g-featuredvideos-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin-bottom: 0.3rem;
  border: 2px solid #000000;
  border-radius: 100%;
}
.g-featured-videos .g-featuredvideos-carousel .owl-dots .owl-dot.active {
  background: #000000;
}
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.accordion .accordion-item-title {
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.35rem;
  color: #1f1f1f;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  padding-bottom: 0.5rem;
  outline: 0;
}
@media only all and (max-width: 47.99rem) {
  .accordion .accordion-item-title {
    font-size: 1.25rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .accordion .accordion-item-title {
    font-size: 1.25rem;
  }
}
.accordion .indicator {
  text-align: center;
  float: right;
  display: inline;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 200;
  font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  line-height: 1.9rem;
  padding-left: 1px;
  color: #0060aa;
  border-radius: 50%;
  border: 1px solid #0060aa;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.dir-rtl .accordion .indicator {
  float: left;
}
@media only all and (max-width: 30rem) {
  .accordion .indicator {
    display: inline-block;
    float: none;
    margin-left: 1rem;
  }
}
.accordion .indicator:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.accordion li {
  padding: 1rem 0;
}
.accordion li.active .accordion-item-title .indicator {
  color: #ffffff;
  border-color: #ffffff;
}
.accordion li.active .toggle {
  background: #00b1eb;
}
.accordion li div {
  padding: 0.5rem 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}
#g-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#g-navigation .g-grid {
  align-items: end;
}
#g-navigation .g-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: bold;
  text-transform: uppercase;
}
#g-navigation .g-main-nav .g-toplevel {
  line-height: normal;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  padding: 0;
}
#g-navigation #language {
  line-height: normal;
}
#g-navigation #language a {
  color: #fff;
}
#g-navigation #language .lang-inline li:not(:last-child):after {
  content: "|";
}
#g-navigation #language .lang-inline li {
  margin: 0;
}
.button {
  margin: 0;
  padding: 1rem 2rem;
  letter-spacing: normal;
  font-style: italic;
}
.button:hover {
  background: #e31e24;
}
#logo img {
  height: 60px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
#g-header {
  margin-top: 80px;
  height: calc(100vh - 80px);
  max-height: 720px;
  display: flex;
  align-items: center;
}
#g-header .g-grid {
  align-items: center;
}
#g-header #header-b {
  text-align: center;
  position: relative;
  z-index: 1;
}
#g-header #header-b .afterimgslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
}
#g-header #header-b .afterimgslide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  display: block;
}
#g-header #header-b img {
  padding: 2rem;
  max-width: 480px;
}
#g-header:before {
  background: linear-gradient(transparent, #17832d);
  opacity: 1;
}
#g-header:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url('../../../../images/leaves.png');
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btncoral {
  cursor: pointer;
  display: inline-flex;
  outline: none;
  font-weight: 600;
  padding: 0.5rem 2rem 0.5rem 2rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fff !important;
  overflow: hidden;
  position: relative;
  border-radius: 2.5rem;
  box-shadow: 4px 4px 0px #ffffff66;
  font-style: italic;
  border: 2px solid #fff;
  background: transparent;
  transition: all 1s ease;
}
.btncoral:hover {
  transition: all 1s ease;
}
.btncoral span {
  position: absolute;
  z-index: -1;
  content: "";
  top: 1.75em;
  left: 50%;
  width: 40em;
  height: 40em;
  margin-left: -20em;
  border-radius: 42.5%;
  transform-origin: 50% 50%;
  transition: all 1s ease, top 1.5s ease;
}
.btncoral:hover span {
  top: 0.5em;
  transition: all 1s ease, top 1.5s ease;
}
.Coralwave1 {
  background: #ffb733;
  animation: smallwave 3s infinite linear;
}
.Coralwave2 {
  background: #f97890;
  animation: smallwave 4s infinite linear;
}
.Coralwave3 {
  background: #4ab3e1;
  animation: smallwave 5s infinite linear;
}
@-moz-keyframes smallwave {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: rotate(180deg) scale(0.95);
    opacity: 0.25;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes smallwave {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: rotate(180deg) scale(0.95);
    opacity: 0.25;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0.8;
  }
}
@-o-keyframes smallwave {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: rotate(180deg) scale(0.95);
    opacity: 0.25;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0.8;
  }
}
@keyframes smallwave {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: rotate(180deg) scale(0.95);
    opacity: 0.25;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0.8;
  }
}
#header-a {
  color: #fff;
}
#header-a .g-simplecontent .g-simplecontent-item-content-title {
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: 1px 1px 1px #00000066;
}
#intro-a h2.g-title {
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  letter-spacing: normal;
  width: 100%;
}
#intro-a h2.g-title span {
  display: block;
  font-size: 1.2rem;
  color: #00b1eb;
}
#intro-b .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#intro-b .owl-carousel .owl-item img {
  max-width: 480px;
  height: 360px;
  object-fit: contain;
  margin: auto;
}
#intro-b .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  position: relative;
  width: 100%;
  display: none;
}
#intro-b .owl-carousel .owl-item {
  opacity: 0.5;
  filter: blur(1px);
}
#intro-b .owl-carousel .owl-item.active {
  opacity: 1;
  filter: blur(0px);
}
#intro-b .owl-carousel .owl-item.active .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  display: block;
}
#intro-b .g-owlcarousel .owl-dots .owl-dot {
  background: #fff;
}
#intro-b .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem;
  text-transform: uppercase;
  color: #fff;
}
#intro-b .g-owlcarousel .owl-dots {
  bottom: 1rem;
}
#intro-b .g-owlcarousel .owl-nav button.owl-prev, #intro-b .g-owlcarousel .owl-nav button.owl-next {
  border: 1px solid #0060aa;
  background: #0060aa;
}
#intro-b .g-owlcarousel .owl-nav button.owl-prev:hover, #intro-b .g-owlcarousel .owl-nav button.owl-next:hover {
  box-shadow: 0 0.375rem 0.375rem #00000026;
}
#intro-b .g-owlcarousel .owl-dots .owl-dot.active, #intro-b .g-owlcarousel .owl-dots .owl-dot:hover {
  background: #00b1eb;
}
#intro-b .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
}
#intro-b .g-owlcarousel {
  color: #0060aa;
}
#g-intro {
  background-size: cover;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}
#g-intro:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../../images/star.webp') no-repeat;
  background-size: 350px;
  opacity: 0.95;
  z-index: -1;
}
#g-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
h2.g-title {
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  letter-spacing: normal;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist-title {
    font-size: 3.5rem;
  }
}
#g-features {
  position: relative;
  z-index: 0;
}
#g-features:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../../images/star.webp') no-repeat;
  background-size: 350px;
  background-position: right 50%;
  opacity: 0.95;
  z-index: -1;
}
.features-a .g-infolist-item a {
  pointer-events: none;
}
.features-a .g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-a .g-infolist-item-text {
  position: relative;
  height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-a .g-infolist-particle .g-infolist .g-infolist-tags {
  position: absolute;
  top: 0;
  left: -3rem;
  margin: 0;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  background: #0392c3;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
}
.features-a .g-infolist-particle .g-infolist .g-infolist-item-icon, .features-a .g-infolist-particle .g-infolist .g-infolist-item-img {
  margin-top: 0;
  background: #ffffff11;
  border-radius: 35%;
}
.features-a .g-infolist-particle .g-infolist .g-infolist-item-icon .fa {
  font-size: 4rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #efefef;
  border-radius: 50%;
}
.features-a .g-infolist-particle .g-infolist .g-infolist-item-title {
  font-size: 2rem;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.features-a .g-infolist-particle .g-infolist .g-infolist-item-desc {
  opacity: 1;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.features-a .g-infolist-particle .g-infolist-desc {
  color: #ccc;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
}
.emptyblock {
  width: 100%;
  height: 250px;
  background: lightgrey;
}
#g-utility {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}
#g-utility:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: -175px 175px;
  opacity: 0.95;
  z-index: -1;
}
#g-utility:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
  min-height: 400px;
  height: 400px;
  width: 60%;
  background-size: auto 90%;
}
#utility-a .g-slider .g-slider-slides .g-slider-slides-slide {
  align-items: center;
}
#utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content {
  margin-top: 0;
}
#utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content ul {
  margin-left: 3.5rem;
}
#utility-a .g-slider-slides-image-label {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 100px;
}
#utility-a .g-owlcarousel {
  color: #fff;
}
#utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content h1 {
  line-height: normal;
  font-size: 2rem;
}
#utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image::after {
  background-color: #ffffff11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5rem;
  backdrop-filter: blur(8px);
}
#utility-a .g-slider .g-slider-slides .owl-dots {
  left: auto;
  right: 0;
  width: auto;
}
#utility-a .g-slider .g-slider-carousel .owl-item .g-slider-carousel-title {
  display: none;
}
#utility-a h3.g-title {
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
#utility-a .g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container {
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  background-color: #ffffff11;
}
#utility-a .g-slider .g-slider-carousel .owl-item .g-slider-carousel-image-container:hover {
  border-radius: 1rem 1rem 0 0;
}
#utility-a .g-slider .g-slider-carousel .owl-item.owl-current .g-slider-carousel-image-container {
  border-radius: 1rem 1rem 0 0;
}
#utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content p {
  line-height: normal;
}
#g-above .g-grid {
  align-items: center;
}
#above-a .g-infolist-particle .g-infolist .g-infolist-item-title {
  display: none;
}
#above-a .g-infolist-particle .g-infolist .g-infolist-item-icon.left, #above-a .g-infolist-particle .g-infolist .g-infolist-item-img.left {
  margin-right: 0;
}
#above-a .g-infolist-particle .g-infolist .g-infolist-item-icon, #above-a .g-infolist-particle .g-infolist .g-infolist-item-img {
  margin-top: 0;
}
#above-a .g-infolist-particle .g-infolist .g-infolist-item-img {
  width: 100%;
}
#above-a .g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
  box-shadow: 0 5px 5px #00000011;
  border-radius: 1rem;
  transition: 0.3s all;
  background: #ffffff11;
  backdrop-filter: blur(8px);
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#above-a .g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container:hover {
  box-shadow: 0 0 5px #00000011;
}
#above-a .g-infolist-particle .g-infolist .g-infolist-link {
  margin-top: 0;
}
#above-a .g-infolist-particle .g-infolist.g-5cols .g-infolist-item {
  width: 19.6%;
}
#above-a .g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) .g-infolist-item-container, #above-a .g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) .g-infolist-item-container, #above-a .g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) .g-infolist-item-container {
  margin: 0.625rem;
}
#above-b {
  text-align: center;
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 5px #00000011;
}
#above-b h2.g-title {
  font-size: 2rem;
}
#above-b .g-social .g-social-items a {
  font-size: 1.1rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  color: #fff;
  transition: 0.3s all;
}
#above-b .g-social .g-social-items a .fa {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  margin: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  background: #0060aa;
}
#above-b .g-social .g-social-items a:hover {
  transform: scale(1.05);
}
#above-c img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 1rem 1rem #00b1eb66;
}
#g-above {
  position: relative;
  z-index: 0;
}
#g-above:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: calc(100% + 175px) 175px;
  opacity: 0.95;
  z-index: -1;
}
#testimonials-a .g-featured-videos-top {
  justify-content: center;
}
#testimonials-a .g-featured-videos-top .title-wrapper .title {
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
}
#testimonials-a .owl-carousel .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#testimonials-a .custom-owl-nav button {
  position: absolute;
  bottom: calc(50% - 70px);
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: #fff;
  color: #05050d;
  font-size: 1.5rem;
  border: 0;
}
#testimonials-a .custom-owl-nav button.owl-prev {
  left: -4rem;
}
#testimonials-a .custom-owl-nav button.owl-next {
  right: -4rem;
}
#g-container-main .g-grid {
  align-items: center;
}
#mainbar-b h2.g-title {
  text-align: left;
}
#mainbar-b .accordion li {
  padding: 0;
  border-bottom: 1px solid #eee;
}
#mainbar-c .g-simplecontent {
  max-width: 320px;
  width: 100%;
  height: 320px;
  border-radius: 160px;
  background: #0060aa;
  color: #fff;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  line-height: normal;
  border: 4px solid #00b1eb;
}
#mainbar-c .g-simplecontent h2.g-title {
  color: #fff;
}
#g-footer .g-main-nav ul {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
#footer-b {
  text-align: center;
}
#footer-b .g-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#copyright-position {
  text-align: center;
}
div.additional_jshop_register, #mxcpr {
  display: none;
}
.g-system-messages {
  position: fixed;
  top: 6rem;
  right: 1rem;
  width: 100%;
  max-width: 400px;
}
#system-message {
  padding: 0;
}
.alert {
  margin-bottom: 0;
  background-color: #0060aa;
  border-color: transparent;
  backdrop-filter: blur(8px);
  box-shadow: 2px 2px 4px #00000033;
  line-height: normal;
  text-align: left;
}
.alert p {
  margin: 0.5rem 0;
}
.alert, .alert h4, .text-warning {
  color: #fff;
}
.alert a, .alert a:hover, .alert .alert-link, .alert .alert-link:hover {
  color: #fff;
}
div.jshop_register {
  padding: 0;
}
.register-page .form-horizontal .control-label {
  display: none;
}
.register-page .form-horizontal .controls {
  margin-left: 0;
}
.register-page .jshop h1 {
  margin-top: 0px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
  color: #0060aa;
  letter-spacing: normal;
  width: 100%;
}
.register-page .jshop_register .controls input {
  border: 2px solid #0060aa;
  text-transform: uppercase;
  font-weight: 500;
}
.login-page #g-mainbar .g-block.size-33-3 {
  display: none;
  flex: 0 50%;
  width: 50%;
  max-width: 50%;
}
.login-page #g-mainbar #page-content-right.g-block.size-33-3 {
  display: block;
}
.login-page #g-mainbar #page-content-left.g-block.size-33-3 {
  display: block;
}
.login-page h1 {
  margin-top: 0px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
  color: #0060aa;
  letter-spacing: normal;
  width: 100%;
}
.login-page .button {
  border-radius: 0.25rem;
}
.login-page input[type="radio"], .login-page input[type="checkbox"] {
  margin-top: 9px;
}
.login-page #form-login input {
  border: 2px solid #0060aa;
  text-transform: uppercase;
  font-weight: 500;
}
.home-page #g-intro {
  padding: 3rem 0;
}
.home-page #g-page-surround {
  margin-top: 0;
}
.home-page #g-expanded {
  padding: 3rem;
}
#g-intro, #g-expanded {
  padding: 0;
}
#g-page-surround {
  margin-top: 80px;
}
.jshop_vendor .productFilter {
  display: none;
}
.showorders {
  display: none;
}
.g-horizontalmenu li a {
  padding: 0;
  margin-bottom: 0;
}
.jshop_vendor .list {
  font-size: 1rem !important;
}
.jshop_vendor .list th {
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 0 !important;
  background: #00b1eb !important;
  color: #fff;
}
.jshop_vendor .list td {
  position: relative;
  text-align: center;
}
.jshop_vendor .list div.product_label {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jshop_vendor .list div.product_label span {
  background: #00ff6d80;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  line-height: 1;
  font-size: 10px;
}
.jshop_vendor .pagination div.limit {
  padding: 0 1rem;
}
.jshop_vendor .pagination div.limit select {
  margin: 8px;
}
#addon_vendor_edit_form .nav.nav-tabs {
  display: none;
}
.catincheck {
  display: none;
}
textarea, select[multiple=multiple] {
  background-color: inherit;
}
#copyright-position .moduletable:last-child {
  display: none;
}
#g-testimonials {
  background-attachment: fixed;
}
#g-testimonials:before {
  background: linear-gradient(125deg, #05050d, #152036);
  opacity: 1;
}
.well {
  background-color: transparent;
  border: none;
}
.g-slider .g-slider-slides .owl-dots .owl-dot {
  margin: 1px;
}
.jconfirm.black .jconfirm-bg {
  backdrop-filter: blur(4px);
}
.offset3 {
  margin-left: 0;
}
.jconfirm.black .jconfirm-box {
  margin-top: 0 !important;
}
.jconfirm .jconfirm-scrollpane {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jconfirm.black .jconfirm-box {
  background: #fff !important;
  border-radius: 16px !important;
  color: #004274 !important;
  padding: 1rem;
  text-align: center;
  font-style: italic;
}
.jconfirm .jconfirm-box div.content {
  line-height: normal;
  font-size: 14px;
  padding: 0 !important;
}
.jconfirm.black .jconfirm-box .buttons {
  float: none !important;
}
.jconfirm.black .jconfirm-box .buttons .btn-success {
  background-color: #004274;
}
.jconfirm.black .jconfirm-box .buttons .btn-primary {
  background: transparent;
  color: #004274;
}
.jconfirm.black .jconfirm-box .buttons button {
  width: 40%;
  padding: 0.75rem 1rem;
  line-height: normal;
  border-radius: 1rem;
  border: 2px solid #004274 !important;
  font-style: italic;
  transition: 0.3s all;
}
.jconfirm.black .jconfirm-box .buttons button:hover {
  box-shadow: 0 5px 5px #00000066;
}
#cookieBanner {
  background: linear-gradient(45deg, #05050d99, #15213799);
  backdrop-filter: blur(4px);
}
.cookieContent {
  font-family: "Rubik", sans-serif !important;
}
.login input, .logout input, .registration input, .profile-edit input, .remind input, .reset input {
  color: #000;
}
.popover {
  color: #666;
  font-size: 0.875rem;
  line-height: normal;
}
h3.g-title {
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: block !important;
}
#editdata-document #main-page.tab-pane .col100 {
  display: none;
}
#editdata-document #product_images .col.vf_width-35 {
  display: none;
}
#editdata-document #product_images div.vf_width-65 {
  width: 100%;
}
#editdata-document #product_images div.vf_width-65 input[type="text"] {
  display: none;
}
#editdata-document #product_images .helpbox {
  display: none;
}
.jshop_vendor {
  max-width: 600px;
  margin: auto;
  color: #000;
  background: #fff;
  padding: 2rem 2rem 4rem;
  border-radius: 2rem;
  position: relative;
  text-align: center;
}
.jshop_vendor .toolbar-list {
  position: absolute;
  bottom: 2rem;
  left: 0;
  float: none;
  width: 100%;
}
.jshop_vendor .toolbar-list a.toolbar .icon-32-save, .jshop_vendor .toolbar-list a.toolbar .icon-32-new {
  display: none;
}
.jshop_vendor .toolbar-list a.toolbar {
  float: none;
  margin: auto;
  padding: 1rem 2rem;
  letter-spacing: normal;
  font-style: italic;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  text-transform: uppercase;
  background: #00b1eb;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  vertical-align: middle;
  text-shadow: none;
  width: 200px;
}
.jshop_vendor .toolbar-list a.toolbar:hover {
  opacity: 0.6;
}
.jshop_vendor .toolbarbox .title {
  float: none;
}
.jshop_vendor input, .jshop_vendor select {
  text-align: center;
  max-width: 260px;
  margin: auto;
  display: block;
}
#page-content-top {
  text-align: center;
}
.jshop_vendor .list img {
  height: 60px;
  object-fit: contain;
}
#mainbar-c .g-simplecontent-item-main-content a.button {
  position: relative;
}
#mainbar-c .g-simplecontent-item-main-content a.button .fa-whatsapp {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 2rem;
  height: 2rem;
  background: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  box-shadow: 0px 0px 4px #0060aa;
}
html:not([data-lc-type=error]) #lightcase-content {
  border-radius: 1rem;
}
html:not([data-lc-type=error]) #lightcase-content .form-search label, html:not([data-lc-type=error]) #lightcase-content .form-inline label, html:not([data-lc-type=error]) #lightcase-content .form-search .btn-group, html:not([data-lc-type=error]) #lightcase-content .form-inline .btn-group {
  color: #00b1eb;
}
.jshop_list_product {
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.875rem;
}
.jshop_list_product .pagination ul > li > a, .jshop_list_product .pagination ul > li > span {
  background: transparent;
}
.jshop_list_product .headingrow {
  display: flex;
  min-height: 4rem;
  align-items: center;
  line-height: normal;
}
.jshop_list_product .headingrow .block1 {
  width: 30%;
  padding-left: 2rem;
}
.jshop_list_product .headingrow .block2 {
  width: 30%;
  padding-left: 2rem;
}
.jshop_list_product .headingrow .block3 {
  width: 40%;
  padding-left: 2rem;
}
.jshop_list_product .block_product .product {
  display: flex;
  min-height: 4rem;
  align-items: center;
  line-height: normal;
}
.jshop_list_product .block_product .product .name {
  width: 30%;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 2rem;
  font-size: 0.875rem;
}
.jshop_list_product .block_product .product .description {
  width: 30%;
  padding: 0;
  margin: 0;
  padding-left: 2rem;
}
.jshop_list_product .block_product .product .manufacturer_name {
  width: 40%;
  padding: 0;
  margin: 0;
  padding-left: 2rem;
}
.jshop_list_product #comjshop_list_product {
  box-shadow: 0 5px 5px #00000011;
  border-radius: 1rem;
  background: #ffffff11;
  border-radius: 1rem;
}
.jshop_list_product .block_product {
  margin-bottom: 0;
}
.jshop_list_product .jshop_pagination {
  font-size: 0.6rem;
}
.jshop_list_product .form-horizontal .box_cat_man .control-group {
  float: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jshop_list_product .form-horizontal .form_sort_count .control-label {
  width: auto;
  float: none;
  padding: 0;
}
.jshop_list_product .form-horizontal .form_sort_count .controls {
  margin-left: 1rem;
}
.jshop_list_product #sort_count {
  margin: 0;
}
#page-content-top .ExtendedFilterContainer form {
  margin: 0;
}
#page-content-top .ExtendedFilterContainer form .filter-field-manufacturer-multi.multiple-select {
  display: flex;
}
#page-content-top .ExtendedFilterContainer form .filter-field-manufacturer-multi.multiple-select h3 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.875rem;
  font-family: "Rubik", sans-serif;
  display: none;
}
#page-content-top .ExtendedFilterContainer select, #page-content-top .ExtendedFilterContainer button.ui-multiselect {
  box-shadow: 0 5px 5px #00000011;
  border-radius: 0.5rem;
  background: #ffffff11;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.875rem;
  font-family: "Rubik", sans-serif;
  padding: 1rem 2rem;
  border: 0;
}
#page-content-top .ExtendedFilterContainer .filter-cell {
  padding: 0;
}
#page-content-top .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ui-multiselect-header.ui-multiselect-hasfilter {
  display: none;
}
.ui-multiselect-menu {
  padding: 1rem 1rem !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 0 0.75rem 0.25rem #00000040;
}
.ui-multiselect-checkboxes {
  overflow-y: auto !important;
  height: fit-content !important;
}
.ui-multiselect-checkboxes label {
  display: flex !important;
  align-items: center;
  padding: 4px 4px !important;
}
.ui-multiselect-checkboxes label span {
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.875rem;
  font-family: "Rubik", sans-serif;
  color: #0060aa;
}
.ui-multiselect-checkboxes label input {
  top: 0 !important;
  margin: 0 0.25rem 0 0 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 0 !important;
  background: #79deff !important;
  cursor: pointer;
}
.ui-multiselect-menu {
  z-index: 9 !important;
}
.fielderrormsg {
  background-color: transparent;
}
.jshop_vendor.ru-RU #ky-page {
  display: none !important;
}
.jshop_vendor.ky-KY #ru-page {
  display: none !important;
}
@media only all and (max-width: 48rem) {
  #g-offcanvas {
    text-align: center;
    text-transform: uppercase;
  }
  #g-offcanvas #logo img {
    object-position: center;
  }
  .register .button {
    font-size: 0.875rem;
  }
  #g-navigation {
    height: 81px;
  }
  #g-navigation .register, #g-navigation .language {
    display: none;
  }
  .g-offcanvas-right .g-offcanvas-toggle {
    right: 15px;
    top: 15px;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
  }
  .g-offcanvas-open .g-offcanvas-toggle {
    background: transparent;
  }
  #header-a .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2.5rem;
  }
  #g-header {
    min-height: 720px;
    text-align: center;
  }
  #g-intro:after {
    opacity: 0;
  }
  #g-header #header-b img {
    padding: 0;
  }
  #intro-a h2.g-title, .g-infolist-particle .g-infolist-title, #utility-a h3.g-title, #testimonials-a .g-featured-videos-top .title-wrapper .title, h2.g-title {
    font-size: 2rem;
  }
  .g-owlcarousel .owl-nav .owl-prev {
    left: -1rem;
  }
  .g-owlcarousel .owl-nav .owl-next {
    right: -1rem;
  }
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    display: block;
  }
  #intro-b .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1.2rem;
  }
  .home-page #g-intro, #g-features, #g-utility, #g-above, #g-testimonials, .home-page #g-expanded {
    padding: 0;
  }
  .features-a .g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
    flex-direction: column;
  }
  .features-a .g-infolist-particle .g-infolist .g-infolist-tags {
    top: -2.5rem;
    left: 1.5rem;
  }
  #g-features:after, #g-utility:after, #g-above:after {
    opacity: 0;
  }
  #utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-image {
    min-height: 300px;
    height: unset;
    width: 100%;
    background-size: 100%;
    margin-bottom: 1rem;
    position: relative;
  }
  .g-slider .g-slider-slides .g-slider-slides-slide {
    flex-direction: column-reverse;
  }
  #utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content h1 {
    font-size: 1.5rem;
  }
  #utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content li {
    display: inline-block;
    border: 1px solid;
    border-radius: 50px;
    padding: 0 8px;
    font-size: 14px;
    margin: 4px 0;
  }
  #utility-a .g-slider .g-slider-slides .g-slider-slides-slide .g-slider-slides-content ul {
    margin: 0;
  }
  #above-a .g-infolist-particle .g-infolist .g-infolist-item {
    width: 48%;
    margin: auto;
  }
  #above-a .g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
    margin: 0;
    height: 100px;
  }
  #above-a .g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) .g-infolist-item-container, #above-a .g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) .g-infolist-item-container, #above-a .g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) .g-infolist-item-container {
    margin: 0.25rem;
  }
  #above-a .g-infolist-particle .g-infolist .g-infolist-item-img {
    padding: 1rem;
  }
  #testimonials-a .custom-owl-nav button.owl-prev {
    left: -1rem;
    z-index: 2;
    margin: 0;
  }
  #testimonials-a .custom-owl-nav button.owl-next {
    right: -1rem;
    z-index: 2;
    margin: 0;
  }
  #testimonials-a .custom-owl-nav button {
    bottom: calc(50% - 40px);
  }
  #mainbar-b h2.g-title {
    text-align: center;
  }
  .accordion .accordion-item-title {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    line-height: normal;
  }
  #mainbar-b .accordion li {
    border-bottom: 1px solid #293f68;
  }
  #g-footer .g-main-nav ul {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  #page-content-right {
    display: none;
  }
  #g-container-main .g-grid {
    flex-direction: column;
  }
  .login-page #g-mainbar .g-block.size-33-3 {
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .size-50 {
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
  }
  #lightcase-overlay {
    background: #152137f6;
  }
  #lightcase-info #lightcase-title {
    background: none;
  }
  div.jshop_register {
    width: 100%;
  }
  h3.g-title {
    font-size: 2rem;
    line-height: normal;
  }
  .jshop_list_product .block_product .product {
    flex-direction: column;
  }
  .jshop_list_product .block_product .product .name:before {
    content: "Email";
    position: absolute;
    left: 15%;
  }
  .jshop_list_product .block_product .product .name {
    width: 100%;
    text-align: right;
  }
  .jshop_list_product .block_product .product .description:before {
    content: "Дата";
    position: absolute;
    left: 15%;
  }
  .jshop_list_product .block_product .product .description {
    width: 100%;
    text-align: right;
  }
  .jshop_list_product .block_product .product .manufacturer_name:before {
    content: "Приз";
    position: absolute;
    left: 15%;
  }
  .jshop_list_product .block_product .product .manufacturer_name {
    width: 100%;
    text-align: right;
  }
  .jshop_list_product .block_product {
    border-bottom: 4px solid #152137;
    margin: 0.5rem;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-right: 1rem;
  }
  .jshop_list_product .headingrow {
    display: none;
  }
  .features-a .g-infolist-item-text {
    text-align: center;
  }
}
.g-offline .outline {
  color: #152137;
}
.item-page td {
  padding: 0.25rem 0.5rem;
  line-height: normal;
  border: 1px solid;
}
.item-page td p {
  margin: 0;
}
.g-simplecontent .g-simplecontent-item-created-date {
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 700;
}
/*# sourceMappingURL=custom_9.css.map */