/*
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: 18px;
  line-height: 2.5em;
  color: #111111;
  text-align: center;
}
@media screen and (min-width: 48em) {
  html, body {
    text-align: left;
  }
}

p:not([class]) {
  font-size: 1em;
  line-height: 1.4;
}

ul.bullets.-ticks {
  text-align: left;
}
ul.bullets.-ticks li {
  position: relative;
  padding-left: 30px;
}
ul.bullets.-ticks li:before {
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  height: 10px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  content: "";
}
ul.bullets.-ticks.-blue li:before {
  color: #3ecadd;
}
ul.bullets.-ticks.-red li:before {
  color: #ff4b64;
}
ul.bullets.-ticks.-green li:before {
  color: #4da146;
}

/*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 */
.yy-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 2.77778em;
  font-size: 1rem;
  font-weight: normal;
  font-weight: 400;
  line-height: 2.77778em;
  padding: 0 1.11111em;
  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;
}
.yy-button.-red {
  background-color: #ff4b64;
  color: #ffffff;
}
.yy-button.-blue {
  background-color: #3ecadd;
  color: #ffffff;
}
.yy-button.-green {
  background-color: #4da146;
  color: #ffffff;
}
.yy-button.-yellow {
  background-color: #fce149;
  color: #000000;
}
.yy-button.-black {
  background-color: #333333;
  color: #ffffff;
}

.yy-heading {
  position: relative;
  font-size: 2rem;
  font-size: -webkit-calc(1.33333rem + (36 - 24) * (100vw - 320px) / (1920 - 320));
  font-size: calc(1.33333rem + (36 - 24) * (100vw - 320px) / (1920 - 320));
  line-height: 1.286;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.83333em;
  padding-bottom: 20px;
}
.yy-heading.-small {
  font-size: 1.77778rem;
  font-size: -webkit-calc(1rem + (32 - 18) * (100vw - 320px) / (1920 - 320));
  font-size: calc(1rem + (32 - 18) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
}
.yy-heading.-large {
  font-size: 4.72222rem;
  font-size: -webkit-calc(1.77778rem + (85 - 32) * (100vw - 320px) / (1920 - 320));
  font-size: calc(1.77778rem + (85 - 32) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .yy-heading {
    margin-bottom: 1.11111em;
  }
}
.yy-heading:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  height: 3px;
  content: "";
}

.yy-container {
  width: 100%;
  padding-left: 1.11111rem;
  padding-right: 1.11111rem;
}
.yy-container.-static {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.yy-container.-fluid {
  padding-left: 0;
  padding-right: 0;
}
.yy-container.-fluid:after {
  display: table;
  clear: both;
  content: " ";
}
@media screen and (min-width: 48em) {
  .yy-container.-flex {
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .yy-container.-static {
    max-width: 90%;
  }
}
@media screen and (min-width: 75em) {
  .yy-container.-static {
    max-width: 73.33333rem;
  }
}

@media screen and (min-width: 48em) {
  .yy-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;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .yy-row.-reverse {
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .yy-row.-reverse {
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .yy-row .yy-col {
    -webkit-flex: 1 0 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

.yy-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 2.22222em 0;
}
.yy-section:before {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(0, -30%);
      transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  font-size: 15vw;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  content: attr(data-text);
  opacity: 0.08;
}
.yy-section.-light {
  background-color: whitesmoke;
}
.yy-section.-light:before {
  color: #ffffff;
  opacity: 1;
}
.yy-section.-red {
  background-color: #ff4b64;
  color: #ffffff;
}
.yy-section.-blue {
  background-color: #3ecadd;
  color: #ffffff;
}
.yy-section.-green {
  background-color: #4da146;
  color: #ffffff;
}
.yy-section.-yellow {
  background-color: #fce149;
  color: #000000;
}
.yy-section.-black {
  background-color: #333333;
  color: #ffffff;
}
.yy-section__title {
  font-size: 3.55556rem;
  font-style: italic;
}
@media screen and (min-width: 75em) {
  .yy-section {
    padding: 3.33333em 0;
  }
}

.yy-block {
  position: relative;
  display: block;
}
.yy-block__title {
  font-size: 1.55556rem;
}

.yy-main {
  padding-top: 70px;
}

.yy-section__cta {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.yy-section__intro {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 0;
}
.yy-section__intro .intro__content {
  position: relative;
  z-index: 1;
  margin-bottom: 3.33333em;
}
.yy-section__intro .intro__content .yy-heading.-large {
  line-height: 1;
  margin-bottom: 0;
}
.yy-section__intro .intro__content .yy-heading.-large + p {
  font-size: 1.05556em;
  line-height: 1.2;
}
.yy-section__intro .intro__content .yy-heading.-large + p + a {
  margin-top: 1.11111em;
}
.yy-section__intro .intro__image {
  position: relative;
  display: block;
  max-width: 800px;
  margin-bottom: -5.55556em;
}
.yy-section__intro .intro__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  padding-bottom: 90%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transform: translate(-10%, -20%);
      -ms-transform: translate(-10%, -20%);
          transform: translate(-10%, -20%);
  content: "";
  background-color: #fce149;
}
.yy-section__intro .intro__image > img {
  position: relative;
}
.yy-section__works > div {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 75em) {
  .yy-section__works:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 0;
    border: 500px solid transparent;
    border-right-color: #ff4b64;
    border-bottom-color: #ff4b64;
    content: "";
  }
  .yy-section__works .yy-heading {
    margin-bottom: 3.33333em;
  }
  .yy-section__works .yy-heading:before {
    background-color: #ff4b64;
  }
  .yy-section__works .yy-col:first-child {
    -webkit-flex-basis: 37.64706%;
        -ms-flex-preferred-size: 37.64706%;
            flex-basis: 37.64706%;
    max-width: 37.64706%;
  }
  .yy-section__works .yy-col:last-child {
    -webkit-flex-basis: 58.43137%;
        -ms-flex-preferred-size: 58.43137%;
            flex-basis: 58.43137%;
    max-width: 58.43137%;
  }
}
.yy-section__works .works__content p, .yy-section__works .works__content ul > li {
  margin-bottom: 1.11111em;
}
.yy-section__works .works__image {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.yy-section__features {
  text-align: center;
}
.yy-section__features:before {
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.yy-section__features .yy-heading:not(.-small) {
  margin-bottom: 0.27778em;
}
.yy-section__features .yy-heading:not(.-small) + p {
  margin-bottom: 1.66667em;
}
@media screen and (min-width: 48em) {
  .yy-section__features .yy-heading:not(.-small):before {
    background-color: #000000;
    left: -webkit-calc(50% - 35px);
    left: calc(50% - 35px);
    bottom: -1.66667em;
  }
  .yy-section__features .yy-heading:not(.-small) + p {
    margin-bottom: 5em;
  }
  .yy-section__features .yy-col:first-child {
    -webkit-flex-basis: 37.64706%;
        -ms-flex-preferred-size: 37.64706%;
            flex-basis: 37.64706%;
    max-width: 37.64706%;
  }
  .yy-section__features .yy-col:last-child {
    -webkit-flex-basis: 58.43137%;
        -ms-flex-preferred-size: 58.43137%;
            flex-basis: 58.43137%;
    max-width: 58.43137%;
  }
}
.yy-section__features .yy-tab__triggers {
  display: none;
}
@media screen and (min-width: 48em) {
  .yy-section__features .yy-tab__content {
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .yy-section__features .yy-tab__triggers {
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin: 1.66667em 0 5.55556em;
  }
  .yy-section__features .yy-tab__triggers .trigger {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: currentColor;
    padding: 1.66667em;
  }
  .yy-section__features .yy-tab__triggers .trigger:not(:last-child) {
    border-right: 2px solid rgba(255, 255, 255, 0.1);
  }
  .yy-section__features .yy-tab__triggers .trigger__icon {
    position: relative;
  }
  .yy-section__features .yy-tab__triggers .trigger__icon svg {
    fill: #ffffff;
  }
  .yy-section__features .yy-tab__triggers .trigger__text {
    display: none;
  }
  .yy-section__features .yy-tab__triggers .trigger.active:before {
    position: absolute;
    top: -20px;
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: white;
    content: " ";
  }
  .yy-section__features .yy-tab__triggers .trigger.active .trigger__icon svg {
    fill: #000000;
  }
  .yy-section__features .yy-tab__triggers .trigger.active .trigger__text {
    position: absolute;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    display: block;
    padding: 0.55556em;
    background-color: #fce149;
    color: #000000;
  }
}
@media screen and (min-width: 75em) {
  .yy-section__experience .yy-heading:not(.-small) {
    text-align: center;
    max-width: 17.77778em;
    margin: 0 auto 30px;
  }
  .yy-section__experience .yy-heading:not(.-small):before {
    background-color: #3ecadd;
    left: -webkit-calc(50% - 35px);
    left: calc(50% - 35px);
  }
  .yy-section__experience .yy-row .yy-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 31.16883%;
        -ms-flex: 1 0 31.16883%;
            flex: 1 0 31.16883%;
    max-width: 31.16883%;
  }
}
.yy-section__experience .experience__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.yy-section__experience .experience__box__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ebebeb;
}
.yy-section__experience .experience__box__image img {
  width: 100%;
}
.yy-section__experience .experience__box__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-background-size: auto 80%;
          background-size: auto 80%;
  padding: 1.66667em;
}
.yy-section__experience .experience__box__content ul li {
  line-height: 2;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .yy-section__experience .experience__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5%;
  }
  .yy-section__experience .experience__box.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 75em) {
  .yy-section__experience .experience__box.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.yy-section__profit:before {
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.yy-section__profit p {
  line-height: 2;
  margin-bottom: 1.66667em;
}
@media screen and (min-width: 75em) {
  .yy-section__profit .yy-heading:not(.-small) {
    max-width: 49.20128%;
    margin: 0 0 -webkit-calc(30px + 1.66667em);
    margin: 0 0 calc(30px + 1.66667em);
  }
  .yy-section__profit .yy-heading:not(.-small):before {
    background-color: #3ecadd;
  }
  .yy-section__profit .yy-row .yy-col:nth-child(2n +1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 37.64706%;
        -ms-flex: 1 0 37.64706%;
            flex: 1 0 37.64706%;
    max-width: 37.64706%;
  }
  .yy-section__profit .yy-row .yy-col:nth-child(2n) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 58.43137%;
        -ms-flex: 1 0 58.43137%;
            flex: 1 0 58.43137%;
    max-width: 58.43137%;
  }
}
.yy-section__profit .profit__box {
  position: relative;
  margin-bottom: 5%;
}
.yy-section__profit .profit__box__image img {
  width: 100%;
}
.yy-section__profit .profit__box__text {
  position: absolute;
  left: 1.11111em;
  right: 1.11111em;
  bottom: 1.11111em;
  padding: 1.11111em;
  font-size: 1.22222em;
  font-weight: 600;
  text-align: center;
  background-color: #ffffff;
}
.yy-section__profit .profit__box__list {
  margin-top: 5%;
}
.yy-section__profit .profit__cta {
  background-color: #ffffff;
  padding: 2.22222em;
  margin-top: 3.33333em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .yy-section__profit .profit__box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 48.37662%;
        -ms-flex: 1 0 48.37662%;
            flex: 1 0 48.37662%;
    max-width: 48.37662%;
  }
  .yy-section__profit .profit__box__list {
    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-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 75em) {
  .yy-section__profit .profit__box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 44.79167%;
        -ms-flex: 1 0 44.79167%;
            flex: 1 0 44.79167%;
    max-width: 44.79167%;
  }
  .yy-section__profit .profit__box:nth-child(3) {
    margin-top: -10em;
  }
  .yy-section__profit .profit__box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 800px;
    margin-top: -3.33333em;
  }
  .yy-section__profit .profit__cta {
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 16.66667em;
  }
}
.yy-section__key .key__box {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  padding: 2.22222em 1.11111em;
}
.yy-section__key .key__box.-blue {
  background-color: #3ecadd;
  color: #ffffff;
}
.yy-section__key .key__box.-red {
  background-color: #ff4b64;
  color: #ffffff;
}
.yy-section__key .key__box svg {
  width: auto;
  height: 10vw;
  max-height: 120px;
  fill: currentColor;
}
@media screen and (min-width: 48em) {
  .yy-section__key .yy-row .yy-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.33333%;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 75em) {
  .yy-section__key .key__box {
    padding: 2.22222em;
  }
  
  /*Features --Price Section*/

.yy-section__price .yy-heading:not(.-small) {
    text-align: center;
    max-width: 17.77778em;
    margin: 0 auto 30px;
}

.yy-section__price  .yy-heading:not(.-small):before {
    background-color: #3ecadd;
    left: -webkit-calc(50% - 35px);
    left: calc(50% - 35px);
}



/*Packages*/
table.toptable{border-bottom:solid 1px #ced5d8; background: #f3f3f3;}
table.toptable th .packages{color: #29bed2; padding: 20px; font-size: 20px;font-weight: 600; text-align:left;}
.packages--cell{position:relative; top:-50px; text-align:center; margin: 0 50px; overflow:hidden; padding-bottom:40px;}
.packages--txt:after{top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;
border-width: 40px 119px 119px 119px;margin-left: -119px;}
.packages--cell.one .packages--txt:after {border-top-color: #29bed2;}
.packages--cell.two .packages--txt:after {border-top-color: #ffdd00;}
.packages--cell.three .packages--txt:after {border-top-color: #e62e48;}
/*.packages--cell:after{content:""; position:absolute; top:0; left:0; right:0; bottom:0; }*/
.packages--cell h5{color:#fff; font-size:25px;}
.packages--cell.one .packages--txt{background:#29bed2;}
.packages--cell.two .packages--txt{background:#ffdd00;}
.packages--cell.two h5{color:#000;}
.packages--cell.two .price{color:#000;}
.packages--cell.three .packages--txt{background:#e62e48;}
.packages--cell .price{font-size:40px; color:#fff;}

.packages--txt{position:relative;padding-top: 30px;}
.mobilecaption{display:none;}

/*price cross*/
.old-price-cross {
    color: #fff;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
}
.old-price-cross:after {
    background: #f24130;
    content: "";
    height: 3px;
    left: 0%;
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    width: 100%;
}



/*Tick image css*/
.img-choice{width: 25px;}
/*Accordion*/
.features-table .ft-head.active {
  display: none;
}
.features-table {
	border: solid 1px #ced5d8;
	border-bottom: none;
	margin-top: 157px;
}
.ft-repeat {
	border-bottom: solid 1px #ced5d8;
	position: relative;
	background:#fff;
}
.ft-repeat .arrows {
	position: absolute;
	border: solid 2px #29bed2;
	border-radius: 50%;
	right: 10px;
	top: 18px;
	height: 20px;
	width: 20px;
}
.ft-repeat .arrows:before {
	background: #29bed2;
	content: '';
	height: 2px;
	position: absolute;
	right: 3px;
	top: 7px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 10px;
}
.ft-repeat .arrows:after {
	background: #29bed2;
	content: '';
	height: 2px;
	position: absolute;
	right: 3px;
	top: 7px;
	width: 10px;
}
.ft-repeat.active .arrows:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ft-data {
	display: none;
}
.ft-data table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.ft-data table thead {
	background: #f3f3f3;
	color: #393f40;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: solid 1px #ced5d8;
	display:none;
}
.ft-data table th {
	padding: 15px 15px;
	vertical-align:top;
}
.ft-data table td {
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  vertical-align: middle;
}
.ft-data table th:first-child {
	color: #29bed2;
}
.features-table ul li {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
  position: relative;
}

.features-table .ft-head {
	color: #29bed2;
	padding: 15px 15px;
	position: relative;
	font-size: 1.1em;
	font-weight: 600;
	cursor: pointer;
}
.features-table .ft-head.active {
	display: none;
}

.features-table .ft-head .help {
    background: #e62e48;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    position: relative;
    text-align: center;
    width: 20px;
}

.features-table .ft-head .help span {
    background: #29bed2;
    border-radius: 3px;
    display: none;
    font-size: 12px;
    font-weight: 400;
    left: 150%;
    line-height: 15px;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    top: -11px;
    width: 285px;
}

.features-table .ft-head .help:hover span {
    display: block;
}


.features-table .ft-head .help span:before {
    position: absolute;
    content: "";
    left: -6px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #29bed2;
}




.yy-section__price{
	position: relative;
	background:#fbfbfb;
}
}


