@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
.zero, #vip h1,
#vip h2,
#vip h3,
#vip h4,
#vip h5,
#vip h6,
#vip p {
  margin: 0;
  padding: 0; }

#vip {
  min-width: 310px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 2rem; }
  #vip .section {
    width: 100%;
    padding: 4rem 1rem 5.4rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #vip .wrapper {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%; }
  #vip .list-basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    padding: 0;
    font-size: 0;
    list-style-type: none; }
  #vip .button__holder {
    text-align: center; }
  #vip .link {
    color: #0578be;
    text-decoration: none; }
    #vip .link:hover {
      color: #0578be;
      text-decoration: underline; }
    #vip .link:visited {
      color: #0578be;
      text-decoration: none; }
  #vip .prime__button {
    display: inline-block;
    vertical-align: middle;
    min-width: 38rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 2rem;
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3; }
    #vip .prime__button-green {
      background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
      background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
      background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
      background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f); }
      #vip .prime__button-green:hover {
        background: #98c838; }
    #vip .prime__button-blue {
      font-size: 1.6rem;
      font-weight: 400;
      background: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
      background: -webkit-linear-gradient(left, #1378bf, #168ac9, #1378bf);
      background: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
      background: linear-gradient(to right, #1378bf, #168ac9, #1378bf); }
      #vip .prime__button-blue:hover {
        background: #198ece; }
    #vip .prime__button span {
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: 400; }
    #vip .prime__button-shadow {
      -webkit-box-shadow: 0 3px 1px 0 #132e4e;
      box-shadow: 0 3px 1px 0 #132e4e; }
    #vip .prime__button-bottom {
      margin-bottom: -12.8rem; }
    #vip .prime__button-white {
      font-size: 1.6rem;
      font-weight: 400;
      color: #697d8c;
      border: 1px solid #d0d6db;
      -webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
      box-shadow: 0 3px 1px 0 #f2f5fb; }
      #vip .prime__button-white:hover {
        -webkit-box-shadow: 0px 0px 4px 4px #f2f5fb;
        box-shadow: 0px 0px 4px 4px #f2f5fb; }
  #vip h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300; }
  #vip h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300; }
  @media all and (max-width: 410px) {
    #vip .prime__button {
      min-width: 28rem; } }

#vip .table_content {
  margin-bottom: 2rem;
  text-align: left; }
  #vip .table_content table {
    display: inline-block;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0; }
  #vip .table_content .caption-mobile {
    display: none; }
  #vip .table_content .item_text {
    display: block; }
  #vip .table_content .col_item {
    width: 18rem; }
  #vip .table_content .col_line {
    width: 12rem; }
  #vip .table_content .col_space {
    width: 2rem; }
  #vip .table_content .col_desktop {
    width: 18rem; }
  #vip .table_content .empty_desktop {
    padding: 0;
    line-height: 0; }
  #vip .table_content .empty_space {
    padding: 0;
    padding-right: 1.6rem;
    line-height: 0; }
  #vip .table_content .empty_item {
    padding: 0;
    padding-right: 17.6rem;
    line-height: 0; }
  #vip .table_content .empty_line {
    padding-left: 11.6rem;
    line-height: 0; }
  #vip .table_content .desktop {
    vertical-align: middle;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #697d8c; }
  #vip .table_content tbody tr:not(:last-child) td:not(:first-child):not(:last-child) {
    position: relative; }
    #vip .table_content tbody tr:not(:last-child) td:not(:first-child):not(:last-child):after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #d8dbdf;
      opacity: 0.6; }
  #vip .table_content .cell {
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #697d8c; }
    #vip .table_content .cell-title {
      padding: 2.1rem 0 1.9rem 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      font-size: 3rem;
      line-height: 2rem;
      color: #fff;
      font-weight: 300; }
    #vip .table_content .cell-subtitle {
      padding: 1.1rem 0 0.9rem 0;
      font-size: 1.4rem;
      line-height: 2rem;
      color: #fff;
      font-weight: 500; }
    #vip .table_content .cell-last {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
    #vip .table_content .cell-white {
      background: #fff; }
    #vip .table_content .cell-bronze {
      background: -webkit-linear-gradient(36deg, #cb8c40, #9a6231);
      background: -o-linear-gradient(36deg, #cb8c40, #9a6231);
      background: linear-gradient(54deg, #cb8c40, #9a6231); }
    #vip .table_content .cell-silver {
      background: -webkit-linear-gradient(36deg, #abb1b6, #898e92);
      background: -o-linear-gradient(36deg, #abb1b6, #898e92);
      background: linear-gradient(54deg, #abb1b6, #898e92); }
    #vip .table_content .cell-gold {
      background: -webkit-linear-gradient(36deg, #d9b60c, #b58b0b);
      background: -o-linear-gradient(36deg, #d9b60c, #b58b0b);
      background: linear-gradient(54deg, #d9b60c, #b58b0b); }
    #vip .table_content .cell-platinum {
      background: -webkit-linear-gradient(36deg, #5d676f, #4b535a);
      background: -o-linear-gradient(36deg, #5d676f, #4b535a);
      background: linear-gradient(54deg, #5d676f, #4b535a); }
    #vip .table_content .cell-bronze-sub {
      background: -webkit-linear-gradient(36deg, #ca8b3f, #a96d32 50%);
      background: -o-linear-gradient(36deg, #ca8b3f, #a96d32 50%);
      background: linear-gradient(54deg, #ca8b3f, #a96d32 50%); }
    #vip .table_content .cell-silver-sub {
      background: -webkit-linear-gradient(36deg, #a9afb5, #90979c 50%);
      background: -o-linear-gradient(36deg, #a9afb5, #90979c 50%);
      background: linear-gradient(54deg, #a9afb5, #90979c 50%); }
    #vip .table_content .cell-gold-sub {
      background: -webkit-linear-gradient(36deg, #d8b50c, #bf970c 50%);
      background: -o-linear-gradient(36deg, #d8b50c, #bf970c 50%);
      background: linear-gradient(54deg, #d8b50c, #bf970c 50%); }
    #vip .table_content .cell-platinum-sub {
      background: -webkit-linear-gradient(36deg, #5c666e, #4f5961 50%);
      background: -o-linear-gradient(36deg, #5c666e, #4f5961 50%);
      background: linear-gradient(54deg, #5c666e, #4f5961 50%); }
    #vip .table_content .cell-left {
      position: relative; }
      #vip .table_content .cell-left:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(216, 219, 223, 0)), to(rgba(216, 219, 223, 0.6)));
        background: -webkit-linear-gradient(left, rgba(216, 219, 223, 0), rgba(216, 219, 223, 0.6));
        background: -o-linear-gradient(left, rgba(216, 219, 223, 0), rgba(216, 219, 223, 0.6));
        background: linear-gradient(to right, rgba(216, 219, 223, 0), rgba(216, 219, 223, 0.6)); }
    #vip .table_content .cell-right {
      position: relative; }
      #vip .table_content .cell-right:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(216, 219, 223, 0)), to(rgba(216, 219, 223, 0.6)));
        background: -webkit-linear-gradient(right, rgba(216, 219, 223, 0), rgba(216, 219, 223, 0.6));
        background: -o-linear-gradient(right, rgba(216, 219, 223, 0), rgba(216, 219, 223, 0.6));
        background: linear-gradient(to left, rgba(216, 219, 223, 0), rgba(216, 219, 223, 0.6)); }
  #vip .table_content tbody .cell {
    padding: 3.5rem 0 3.1rem 0; }
  #vip .table_content .check {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #7fba2f;
    border-radius: 100%; }
  #vip .table_content .check::before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 3px;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    width: 10px;
    height: 2px;
    background: #7fba2f; }
  #vip .table_content .check::after {
    position: absolute;
    content: "";
    bottom: 7px;
    right: 10px;
    width: 5px;
    height: 2px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    background: #7fba2f; }
  @media all and (max-width: 1200px) {
    #vip .table_content .col_desktop {
      width: 15rem; }
    #vip .table_content .col_space {
      width: 1rem; }
    #vip .table_content .empty_space {
      width: 1rem; }
    #vip .table_content {
      padding: 0; }
    #vip .table_content .col_line {
      width: 0; }
    #vip .table_content .empty_line {
      padding-left: 0;
      padding-right: 0; } }
  @media all and (max-width: 1000px) {
    #vip .table_content table {
      margin: 0; }
    #vip .table_content .col_desktop {
      width: 12rem; } }
  @media all and (max-width: 940px) {
    #vip .table_content .desktop {
      display: none; }
    #vip .table_content .empty_desktop {
      display: none; }
    #vip .table_content .col_desktop {
      width: 0; }
    #vip .table_content tbody .cell {
      padding-top: 1.5rem; }
    #vip .table_content .caption-mobile {
      display: block;
      position: relative;
      top: -10px;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #000;
      opacity: 0.7; }
    #vip .table_content .item_text {
      display: block;
      position: relative; }
    #vip .table_content {
      display: inline-block;
      padding-left: 0; } }
  @media all and (max-width: 840px) {
    #vip .table_content {
      padding-bottom: 2rem; }
    #vip .table_content .col_space {
      width: 0; }
    #vip .table_content {
      position: relative;
      display: block; }
    #vip .table_content table {
      padding-right: 2rem; }
    #vip .table_content {
      overflow-x: scroll; } }
  @media all and (max-width: 640px) {
    #vip .table_content .cell {
      padding-right: 1rem;
      padding-left: 1rem; } }

#vip #banner {
  position: relative;
  z-index: 4;
  color: #ffffff;
  text-align: center;
  background: url("images/banner-bg.jpg") no-repeat;
  background-size: auto 100%;
  background-position: 50%;
  background-color: #000000; }
  #vip #banner .header {
    margin-top: 7.6rem;
    margin-bottom: 12.1rem; }
    #vip #banner .header h1 {
      margin-bottom: 3.2rem;
      color: #fff; }
      @media all and (max-width: 410px) {
        #vip #banner .header h1 {
          font-size: 3rem; } }
    #vip #banner .header p {
      display: inline-block;
      font-size: 1.8rem;
      line-height: 3rem;
      font-weight: 400;
      color: #fff; }
  #vip #banner .list {
    margin-bottom: 7.3rem; }
    #vip #banner .list h4 {
      margin: 3.3rem 0 2.2rem 0;
      font-size: 1.8rem;
      line-height: 2rem;
      font-weight: 500;
      color: #fff; }
    #vip #banner .list p {
      display: inline-block;
      width: 80%;
      font-size: 1.4rem;
      line-height: 2rem;
      color: #fff; }
    #vip #banner .list li {
      position: relative;
      -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
      padding-bottom: 2.5rem; }
  #vip #banner .list__img {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url("images/banner-icons.png") 0 0; }
    #vip #banner .list__img-2 {
      background: url("images/banner-icons.png") -96px 0; }
    #vip #banner .list__img-3 {
      background: url("images/banner-icons.png") -204px 0; }
    #vip #banner .list__img-4 {
      background: url("images/banner-icons.png") -308px 0; }
  @media all and (max-width: 1024px) {
    #vip #banner .list li {
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%;}
      #vip #banner .list li:not(:last-child) {
      margin-bottom: 3rem; } }
  @media all and (max-width: 700px) {
    #vip #banner #banner .list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #vip #banner #banner .list li {
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%; } }
  @media all and (max-width: 560px) {
    #vip #banner .header h1 {
      font-size: 4rem;
      line-height: 4rem; }
    #vip #banner .header p {
      width: 100%;
      font-size: 2rem;
      line-height: 3rem; }
    #vip #banner .list li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

#vip #table {
  background: url("images/table-bg.jpg");
  background-size: auto 100%;
  background-position: 50%;
  background-color: #f3f2f1; }
  #vip #table .header {
    position: relative;
    z-index: 3;
    margin-top: 6.5rem;
    margin-bottom: 6.2rem; }
    #vip #table .header p {
      display: inline-block;
      max-width: 750px;
      margin-top: 3.2rem;
      font-size: 1.8rem;
      line-height: 3rem;
      color: #000; }
  #vip #table .note {
    position: relative;
    z-index: 3;
    padding-bottom: 2.2rem;
    font-size: 1.4rem;
    color: #697d8c; }

#vip #why .header {
  margin-top: 4.6rem;
  margin-bottom: 7.6rem; }
  #vip #why .header p {
    display: inline-block;
    max-width: 750px;
    margin-top: 3.1rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #000; }

#vip #why .list {
  counter-reset: number;
  text-align: left; }
  #vip #why .list li {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    position: relative;
    margin-bottom: 5rem; }
  #vip #why .list .header {
    z-index: 3;
    margin-bottom: 2.1rem;
    margin-top: 0; }
    #vip #why .list .header .special {
      vertical-align: -56px; }
    #vip #why .list .header .img {
      position: relative;
      z-index: 3;
      display: inline-block;
      width: 90px;
      height: 90px;
      background: url("images/why-icons.png") -7px -4px; }
      #vip #why .list .header .img-2 {
        background: url("images/why-icons.png") -100px 2px; }
      #vip #why .list .header .img-3 {
        background: url("images/why-icons.png") 104px 2px; }
    #vip #why .list .header:after {
      counter-increment: number;
      content: counter(number);
      position: absolute;
      top: 2.8rem;
      left: 5.6rem;
      font-size: 15rem;
      color: #f2f5fb;
      font-weight: 700; }
    #vip #why .list .header h4 {
      position: relative;
      z-index: 3;
      display: inline-block;
      width: calc(100% - 100px);
      font-size: 1.8rem;
      vertical-align: bottom;
      line-height: 2rem;
      font-weight: 500;
      color: #000; }
  #vip #why .list p {
    font-size: 1.4rem;
    color: #697d8c;
    line-height: 2rem; }

#vip #why .note {
  margin-bottom: 4.5rem; }

#vip #why .prime__button {
  min-width: 28rem;
  margin: 2rem 1rem 0 1rem; }

@media all and (max-width: 1050px) {
  #vip #why .list li {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%; } }

@media all and (max-width: 750px) {
  #vip #why .list li {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%; } }

@media all and (max-width: 840px) {
  #vip #table {
    position: relative; }
    #vip #table::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      height: 100%;
      width: 5rem;
      background: -webkit-gradient(linear, right top, left top, color-stop(30%, #f3f2f1), to(RGBA(243, 242, 241, 0)));
      background: -webkit-linear-gradient(right, #f3f2f1 30%, RGBA(243, 242, 241, 0));
      background: -o-linear-gradient(right, #f3f2f1 30%, RGBA(243, 242, 241, 0));
      background: linear-gradient(to left, #f3f2f1 30%, RGBA(243, 242, 241, 0)); } }