/*
YoKart 1.0
By FATbit
*/
* {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

span svg {
  display: inline;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input, select {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

html, body {
  font-size: 16px;
  line-height: 2.5em;
  color: #111111;
}

p:not([class]) {
  line-height: 2.5em;
}

/*Slick Dots*/
.slick-dots {
  margin: 15px 0 10px;
  text-align: center;
}

.slick-dots li {
  border: solid 1px transparent;
  display: inline-block;
  margin: 0 2px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 3px;
}

.slick-dots li button {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: currentColor;
  width: 13px;
  height: 13px;
  text-indent: -9999999px;
  display: block;
  position: relative;
  border: none;
}

.slick-dots li.slick-active button {
  background: currentColor;
  border-color: currentColor;
}

.slick-dots li.slick-active {
  border: solid 1px currentColor;
}

/*Slick Dots */
.vg-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 2.77778em;
  font-size: 1.125rem;
  font-weight: normal;
  font-weight: 400;
  line-height: 2.77778em;
  padding: 0 1.25em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background-color: transparent;
  color: #000000;
  min-width: 4.44444em;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.vg-button.-red {
  background-color: #fc4609;
  color: #ffffff;
}
.vg-button.-red:hover {
  background-color: #009ccb;
}
.vg-button.-blue {
  background-color: #009ccb;
  color: #ffffff;
}
.vg-button.-blue:hover {
  background-color: #fc4609;
}
.vg-button.-green {
  background-color: #60c644;
  color: #ffffff;
}
.vg-button.-green:hover {
  background-color: #fc4609;
}
.vg-button.-yellow {
  background-color: #ffcd41;
  color: #000000;
}
.vg-button.-white{
	background-color: #fff;
  color: #000;
}
.vg-button.-white:hover{
	background-color: #000;
  color: #fff;
}
.logo-company {
  flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  padding-bottom: 20px;
}
.vg-section__intro .logo .vg-heading{
	max-width: inherit;
}
.vg-heading {
  font-size: 1.75rem;
  font-size: -webkit-calc(1.125rem + (28 - 18) * (100vw - 320px) / (1920 - 320));
  font-size: calc(1.125rem + (28 - 18) * (100vw - 320px) / (1920 - 320));
  line-height: 1.286;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.55556em;
}
.vg-heading.-large {
  font-size: 2.5rem;
  font-size: -webkit-calc(1.5rem + (40 - 24) * (100vw - 320px) / (1920 - 320));
  font-size: calc(1.5rem + (40 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  font-style: italic;
}
.vg-heading.-larger {
  font-size: 4rem;
  font-size: -webkit-calc(2rem + (64 - 32) * (100vw - 320px) / (1920 - 320));
  font-size: calc(2rem + (64 - 32) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  font-style: italic;
}
@media screen and (min-width: 48em) {
  .vg-heading {
    margin-bottom: 1.11111em;
  }
}

.vg-container {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.vg-container.-static {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vg-container.-fluid {
  padding-left: 0;
  padding-right: 0;
}
.vg-container.-fluid:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 48em) {
  .vg-container.-static {
    max-width: 90%;
  }
}
@media screen and (min-width: 75em) {
  .vg-container.-static {
    max-width: 75rem;
  }
}
@media screen and (min-width: 101.25em) {
  .vg-container.-static {
    max-width: 90rem;
  }
}

.vg-row {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vg-row.-reverse {
  -webkit-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 48em) {
  .vg-row {
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .vg-row.-reverse {
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .vg-row .vg-col {
    -webkit-flex: 1 0 49.20128%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49.20128%;
            flex: 1 0 49.20128%;
    max-width: 49.20128%;
  }
}

.vg-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 3.125em 0;
}
.vg-section:before {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  font-size: 20vw;
  line-height: 1;
  letter-spacing: -1vw;
  font-weight: 700;
  font-style: italic;
  white-space: nowrap;
  content: attr(data-text);
  opacity: 0.08;
}
.vg-section.-light {
  background-color: whitesmoke;
}
.vg-section.-light:before {
  color: #ffffff;
  opacity: 1;
}
.vg-section.-red {
  background-color: #fc4609;
  color: #ffffff;
}
.vg-section.-blue {
  background-color: #009ccb;
  color: #ffffff;
}
.vg-section.-green {
  background-color: #60c644;
  color: #ffffff;
}
.vg-section.-yellow {
  background-color: #ffcd41;
  color: #ffffff;
}
.vg-section__title {
  font-size: 4rem;
  font-style: italic;
}
@media screen and (min-width: 75em) {
  .vg-section {
    padding: 6.25em 0;
  }
}

.vg-block {
  position: relative;
  display: block;
}
.vg-block__title {
  font-size: 1.75rem;
  padding:20px;
}

.vg-cta {
  position: relative;
  text-align: left;
  padding: 1.25em 2em;
  margin: 1.25em auto 0;
  font-size: 1.4375em;
  font-size: -webkit-calc(1.125rem + (23 - 18) * (100vw - 320px) / (1920 - 320));
  font-size: calc(1.125rem + (23 - 18) * (100vw - 320px) / (1920 - 320));
  line-height: 1.565;
  background-color: #000000;
  color: #ffffff;
}
.vg-cta > div {
  -moz-flex: 1;
  -webkit-flex: 1;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vg-cta > div span {
  display: inline-block;
  margin-bottom: 0.625em;
}
@media screen and (min-width: 48em) {
  .vg-cta {
    width: 100%;
    max-width: 83.06709%;
    padding: 1.875em 4em;
    margin-top: 2.5em;
  }
  .vg-cta > div {
    max-width: 51.75rem;
  }
}
@media screen and (min-width: 75em) {
  .vg-cta {
    max-width: 49.20128%;
    margin-top: 3.75em;
  }
  .vg-cta > div {
    max-width: 30.5625rem;
  }
}



.vg-section__intro {
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.vg-section__intro .logo {
  position: relative;
  display: block;
}
.vg-section__intro .logo > div {
  display: -moz-flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	
}
@media screen and (min-width: 48em) {
  .vg-section__intro .logo > div {
    padding: 3.125em;
    margin: 16% auto 32%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .vg-section__intro .logo, .vg-section__intro .vg-heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 57.66773%;
        -ms-flex: 1 0 57.66773%;
            flex: 1 0 57.66773%;
    max-width: 57.66773%;
    margin: auto;
  }
}
@media screen and (min-width: 75em) {
  .vg-section__intro {
    min-height: 800px;
    -webkit-background-size: 1600px 1600px;
            background-size: 1600px;
  }
  .vg-section__intro .logo > div {
    padding: 5em;
    margin: 5% auto 32%;
  }
}
@media screen and (min-width: 101.25em) {
  .vg-section__intro {
    min-height: 1200px;
    -webkit-background-size: 2000px 2000px;
            background-size: 2000px;
  }
  .vg-section__intro .logo > div {
    padding: 5.25em;
    margin: 13% auto 36%;
  }
}
@media screen and (max-width: 47.9375em) {
  .vg-section__intro {
    background-position: -200% -200%;
  }
}
.vg-section__phase {
  background-position: center 40%;
  -webkit-background-size: 1000px 1000px;
          background-size: 1000px;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: -5em;
}
@media screen and (min-width: 64em) {
  .vg-section__phase {
    -webkit-background-size: 1300px 1300px;
            background-size: 1300px;
    margin-bottom: -7.5em;
  }
}
@media screen and (min-width: 75em) {
  .vg-section__phase {
    -webkit-background-size: 2000px 2000px;
            background-size: 2000px;
    margin-bottom: -10em;
  }
}
@media screen and (max-width: 47.9375em) {
  .vg-section__phase {
    margin-bottom: 0;
    background-position: -200% -200%;
    background-color: whitesmoke;
  }
}
@media screen and (min-width: 75em) {
  .vg-section__define .vg-row {
    max-width: 83.06709%;
    margin-left: auto;
    margin-right: auto;
  }
}

.vg-section__screens button {
	position: absolute;
	top: 50%;
	margin-top: -38px;
	text-indent: -9999px;
	border: none;
	z-index: 2;
	cursor: pointer;
	background-color:#fff;
	width:50px;
	height:50px;
	border-radius:50%;
	left:0;
}
.vg-section__screens button:hover{
	background-color:#000;
}
.vg-section__screens button:hover:after{border-color:#fff;}
.vg-section__screens button:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:16px;
	height:16px;
	border:2px solid #000;
	border-right:none;
	border-bottom:none;
	transform:translate(-50%, -50%) rotate(-45deg);
	-webkit-transform:translate(-50%, -50%) rotate(-45deg);
	margin:0 0 0 4px;
	
}

.vg-section__screens .slick-next {
	right:0;
	left: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}



.vg-section__screens > div {
  position: relative;
  z-index: 2;
}
.vg-section__screens .slick-slider,
.vg-section__screens .slick-list {
  overflow: visible;
}
.vg-section__screens .slick-slider img,
.vg-section__screens .slick-list img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vg-section__screens .slick-slider img:not(.slick-active),
.vg-section__screens .slick-list img:not(.slick-active) {
  opacity: 0.1;
}
@media screen and (min-width: 48em) {
  .vg-section__screens {
    padding-bottom: 0;
	  padding-top:0;
  }
	.vg-section__screens-head{padding-bottom: 0;text-align: center;}
  .vg-section__screens .vg-heading{text-align: center;}
  .vg-section__screens:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    height: 20%;
    content: " ";
    background-color: #ffffff;
	 
	  
  }
	.vg-section__screens:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
		bottom:auto;
    height: 20%;
    content: " ";
    background-color: #ffffff;
		bottom:auto; transform: none;
	  -webkit-transform: none;
		opacity:1;
		
  }
  .vg-section__screens .slick-slider,
  .vg-section__screens .slick-list {
    overflow: visible;
  }
  .vg-section__screens .slick-slider img,
  .vg-section__screens .slick-list img {
    padding-left: 0;
    padding-right: 0;
	  border:1px solid #000;
  }
  .vg-section__screens .slick-slider img:not(.slick-active),
  .vg-section__screens .slick-list img:not(.slick-active) {
    opacity: 0.1;
	  border:1px solid transparent;
  }
}
@media screen and (min-width: 75em) {
  .vg-section__screens {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (min-width: 101.25em) {
  .vg-section__screens {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.vg-section__features .vg-heading.-large {
  margin: 0.5em 0;
}
.vg-section__features .feature {
  display: block;
  text-align: center;
  background-color: #ebebeb;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vg-section__features .feature img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 12.25em;
  padding: 1.25em;
}
.vg-section__features .feature span {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 500;
  background-color: #ddd;
  color: currentColor;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	text-align: center;
}
.vg-section__features .feature:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.vg-section__features .feature:hover span {
  background-color: #009ccb;
  color: #ffffff;
}
.vg-section__features .features__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.no-flexboxlegacy .vg-section__features .features__list {
	display:block;
	direction: ltr;
	margin:0;
}
.no-flexboxlegacy .vg-section__features .features__list li {
	float: left;margin:0 !important;
	padding:10px;
}
 .no-flexboxlegacy .vg-section__features .features__list li:nth-child(4),  .no-flexboxlegacy .vg-section__features .features__list li:nth-child(7),  .no-flexboxlegacy .vg-section__features .features__list li:nth-child(9) {
    margin-top:0 !important;
  }

.vg-section__features .features__list li {
  margin-bottom: 20px;
	
}
@media screen and (min-width: 48em) {
  .vg-section__features .feature {
    text-align: center;
    min-height: 300px;
  }
  .vg-section__features .feature img {
    width: auto;
    height: 16em;
    padding: 3.75em 2.5em;
  }
  .vg-section__features .feature span {
    padding: 1.5em 1em;
  }
  .vg-section__features .features__list {
    max-height: 2000px;
    direction: rtl;
  }
  .vg-section__features .features__list li {
    direction: ltr;
    margin-left: 1.59744%;
    margin-bottom:15px;
    width: 49.20128%;
  }
}
@media screen and (min-width: 64em) {
  .vg-section__features .features__list {
    margin-top: -4em;
    max-height: 1400px;
  }
  .vg-section__features .features__list li {
    width: 32.26837%;
	  margin-bottom:20px;
  }
  .vg-section__features .features__list li:nth-child(1) {
    margin-top: -3em;
  }
  .vg-section__features .features__list li:nth-child(5) {
    margin-top: 4em;
  }
  .vg-section__features .features__list li:nth-child(8) {
    margin-top: 11em;
  }
}
@media screen and (min-width: 75em) {
  .vg-section__features .features__list {
    max-height: 1200px;
  }
  .vg-section__features .features__list li {
    width: 23.80192%;
  }
  .vg-section__features .features__list li:nth-child(1) {
    margin-top: 0;
  }
  .vg-section__features .features__list li:nth-child(5) {
    margin-top: 0;
  }
  .vg-section__features .features__list li:nth-child(8) {
    margin-top: 0;
  }
  .vg-section__features .features__list li:nth-child(4) {
    margin-top: -8em;
  }
  .vg-section__features .features__list li:nth-child(7) {
    margin-top: 8em;
  }
  .vg-section__features .features__list li:nth-child(9) {
    margin-top: 24em;
  }
}
.vg-section__social:before {
  bottom: 0;
}
.vg-section__social .vg-social {
  display: block;
	position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 whitesmoke, 0 0 0  50px whitesmoke, 0 0 0  51px #e0e0e0, 0 0 0  100px whitesmoke, 0 0 0  101px #e0e0e0, 0 0 0  150px whitesmoke, 0 0 0  151px #e0e0e0, 0 0 0  200px whitesmoke, 0 0 0  201px #e0e0e0, 0 0 0  250px whitesmoke, 0 0 0  251px #e0e0e0, 0 0 0  300px whitesmoke, 0 0 0  301px #e0e0e0, 0 0 0 50px whitesmoke;
          box-shadow: 0 0 0 0 whitesmoke, 0 0 0  50px whitesmoke, 0 0 0  51px #e0e0e0, 0 0 0  100px whitesmoke, 0 0 0  101px #e0e0e0, 0 0 0  150px whitesmoke, 0 0 0  151px #e0e0e0, 0 0 0  200px whitesmoke, 0 0 0  201px #e0e0e0, 0 0 0  250px whitesmoke, 0 0 0  251px #e0e0e0, 0 0 0  300px whitesmoke, 0 0 0  301px #e0e0e0, 0 0 0 50px whitesmoke;
}
.vg-section__social .vg-social > *:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .vg-section__social .vg-social {
    max-width: 83.06709%;
  }
}
@media screen and (min-width: 75em) {
  .vg-section__social .vg-social {
    max-width: 57.66773%;
  }
}
.vg-section__power {
  color: #ffffff;
  text-align: center;
}
.vg-section__power:before {
  color: #000000;
}
.vg-section__power > div {
  position: relative;
  z-index: 2;
}
.vg-section__power .vg-container.-static {
  max-width: 100rem;
}
.vg-section__power .vg-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}
.vg-section__power .vg-tab__triggers {
  -webkit-box-flex: 19.56869%;
  -webkit-flex: 19.56869%;
      -ms-flex: 19.56869%;
          flex: 19.56869%;
  max-width: 19.56869%;
  min-height: 1px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 2.5em;
}
.vg-section__power .vg-tab__triggers:first-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.vg-section__power .vg-tab__triggers a {
  display: block;
  padding: 1.25em;
  margin-bottom: 1.25em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: inherit;
}
.vg-section__power .vg-tab__triggers a.active {
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.vg-section__power .vg-tab__triggers:first-child a.active {
  margin-right: -1.875em;
}
.vg-section__power .vg-tab__triggers:not(:first-child) a.active {
  margin-left: -1.875em;
}
.vg-section__power .vg-tab__content {
  -webkit-box-flex: 57.66773%;
  -webkit-flex: 57.66773%;
      -ms-flex: 57.66773%;
          flex: 57.66773%;
  max-width: 57.66773%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.vg-section__power .vg-tab__content img {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em) {
  .vg-section__power {
    background-color: transparent !important;
  }
  .vg-section__power:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: -webkit-calc(100% - 500px);
    height: calc(100% - 500px);
    background-color: #009ccb;
    content: " ";
  }
}
@media screen and (min-width: 75em) {
  .vg-section__power .vg-tab__content .slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 74.9375em) {
  .vg-section__power .vg-tab__triggers {
    display: none;
  }
  .vg-section__power .vg-tab__content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .vg-section__power .vg-tab__content div[data-text] {
    position: relative;
  }
  .vg-section__power .vg-tab__content div[data-text]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    padding: 1.25em;
    background-color: #000000;
    color: #ffffff;
    content: attr(data-text);
  }
}

.vg-heading.max-w {
  max-width: 410px;
}



/*PRICING SECTION*/
.tl-pricing{margin-top:50px;text-align: center;}
.tl-pricing .vg-heading {margin-bottom: 0.3em;}
.section--light {background-color: #f5f5f5;}
.tl-pricing__heading {font-size: calc(24px + 24 * (100vw - 320px) / 1600);font-weight: 700;line-height: 1.2; margin-bottom: 0;}
.tl-pricing__text {text-align: center;}
.tl-pricing__row {max-width: 50.625rem;}
.tl-pricing__row {margin: 3.75em auto 0;}
.tl-block {float: left;margin-left: 0;margin-right: 0;width: 100%;}
.tl-pricing__block:last-child {margin-right: 0;}
.tl-pricing__block {margin-right: 2.43902%;width: 48.7805%;}
.tl-pricing__block {background-color: #ffffff;text-align: left;}
.tl-pricing__details {background-color:#ffcd41;position: relative;}
.tl-pricing__details, .tl-pricing__meta {padding: 1.875em;}
.tl-pricing__type {color: #fff;font-size: 2em;letter-spacing: -0.01em;line-height: 1.2;}
.tl-pricing__old-price {color: #fff;display: block;font-size: 1.5em;letter-spacing: -0.01em;line-height: 1.2;opacity: 0.5;}
.tl-pricing__price {color:#fff; font-size: calc(24px + 24 * (100vw - 320px) / 1600);font-weight: 700;letter-spacing: -0.01em;line-height: 1.2;margin-bottom: 0;}
.tl-pricing__buy.text-link {color: #ffffff;}
.tl-pricing__list {list-style: outside none none;margin: 0;padding: 0;text-align: left;}
.tl-pricing__list li:not(:last-child) {border-bottom: 1px solid #e1e9f3;margin-bottom: 1.25em;padding-bottom: 1.25em;}
.tl-pricing__list li {position: relative;}
.text-link{text-decoration: underline;}
.tl-pricing__list .bubble ul li {border:none;margin: 0;padding: 0;}
.tl-pricing__details.ft {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 140px;
}
@media screen and (max-width:1530px) {
	.vg-section__power::after {height:100%;}
		.slick-dots li.slick-active button {background: #fff;}
}
@media screen and (max-width:1024px) {
	.vg-section::before{display: none}
	.vg-section__power{min-height: inherit !important;}

}
@media screen and (max-width:767px) {	
.tl-pricing__block{float: none;width: auto;margin:20px 0;}
.tl-pricing__row {margin: 0.75em auto 0;}
.vg-section__features .feature img {height: auto;max-width: 120px;}
.vg-section__screens button { bottom: 0;margin-top: 0;top: auto;}
.vg-js-slider{padding-bottom:70px;}
.vg-js-slider .slick-list{padding:0 20px !important;}
.vg-section__power .vg-tab__content div[data-text]::before {left: 0;position: relative;top: 0;transform: none;-webkit-transform: none;margin-bottom:10px;}
.vg-section__screens button {
  left: 50%;
  margin-left: -50px;
}
.vg-section__screens .slick-next {
  margin-right: -60px;
  right: 50%;
}
}