@font-face {
  font-family: 'ApercuRegular';
  src: url('/cassette.axd/file/site-static/fonts/ApercuRegular-f396cd8ab6c6635d33d96e05826df4fee9abbff8.otf') format('opentype');
}
@font-face {
  font-family: 'ApercuBold';
  src: url('/cassette.axd/file/site-static/fonts/ApercuBold-722a046f4b820297e3453f1e4e7b1f4dd1463b8a.otf') format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'ApercuLight';
  src: url('/cassette.axd/file/site-static/fonts/ApercuLight-218dc883ca67704f68a2dae00e97a676c9791f9a.otf') format('opentype');
}
.text-underline {
  text-decoration: underline;
}
.text-disabled {
  color: #afafaf;
  text-decoration: line-through;
}
.text-blue {
  color: #1bb8ce;
}
.text-gray {
  color: #afafaf;
}
.text-mt-10 {
  margin-top: 10px;
}
.text-center {
  text-align: center;
}
.block-mb-18 {
  margin-bottom: 18px;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ApercuBold, Arial, Helvetica, sans-serif;
}
.btn {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 21px;
  line-height: 1.42857143;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-primary {
  background-color: black;
  color: white;
}
.row {
  display: flex;
  margin-left: -45px;
  margin-right: -45px;
}
.col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 45px;
}
.premium {
  color: #121212;
}
.premium.background {
  background: url('/cassette.axd/file/site-static/premium/header-b235d76204d85f57dd0e0e363cf218188a6cfa67.png') repeat-x scroll top left;
  min-height: 100px;
  font-family: ApercuRegular, Arial, Helvetica, sans-serif;
  margin-top: -10px;
}
.premium .premium-header {
  color: white;
  text-align: center;
  padding: 30px 50px;
  line-height: 1.3;
  font-family: ApercuBold, Arial, Helvetica, sans-serif;
}
.premium .premium-header h1 {
  font-size: 46px;
}
.premium .premium-header p {
  font-size: 22px;
}
.premium-footer {
  text-align: center;
  padding: 50px;
  color: #afafaf;
  font-size: 12px;
}
.diagonal-box-blue {
  background-color: #1bb8ce;
  transform: skewY(-5deg);
  min-height: 250px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.diagonal-box-yellow {
  background-color: #fdd900;
  transform: skewY(-5deg);
  min-height: 50px;
  width: 100%;
  position: absolute;
  bottom: 250px;
  z-index: -1;
}
.top-pricing,
.bottom-pricing {
  position: relative;
  padding-bottom: 30px;
}
.pricing-table-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.pricing-table {
  display: flex;
  flex-flow: row wrap;
  padding: 0 23px;
}
.pricing-box {
  margin: 0 23px;
  flex: 1;
  display: flex;
  flex-flow: column;
  background-color: #f7f7f7;
  font-family: ApercuRegular;
  list-style-type: none;
  padding: 0;
  font-size: 16px;
  border: 3px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.2);
}
.pricing-box.highlight {
  border: 3px solid #fdd900;
}
.pricing-box.highlight .btn-primary {
  background-color: #1bb8ce;
}
.pricing-box .title {
  font-size: 18px;
  background-color: white;
  padding-bottom: 10px;
  font-family: ApercuBold, Arial, Helvetica, sans-serif;
}
.pricing-box .title .price {
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-top: 20px;
}
.pricing-box .title .description {
  font-size: 10px;
  display: block;
  line-height: 1;
}
.pricing-box .pricing-action {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 34px 28px 34px 28px;
  text-align: center;
}
.pricing-box .pricing-action .btn {
  width: 100%;
}
.pricing-box li {
  padding: 16px 35px 0px 35px;
  text-align: center;
}
.pricing-box li + li::after {
  content: '';
  height: 1px;
  display: block;
  border-bottom: 1px solid lightgray;
  margin: 0 40px;
  padding: 16px 0 0 0;
}
.pricing-box li.info::after {
  padding: 6px 0 0 0;
}
.pricing-box .payment-methods {
  margin: 0 44px 34px 44px;
  min-height: 36px;
  text-align: center;
}
.pricing-box .payment-methods img {
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .pricing-table {
    flex-wrap: wrap;
  }
  .pricing-box {
    flex: 1 100%;
    margin-bottom: 1em;
    width: 100%;
  }
  .pricing-box :hover {
    box-shadow: none;
  }
}
.text-box {
  font-size: 18px;
  font-family: ApercuLight, Arial, Helvetica, sans-serif;
  line-height: 1.4;
  padding-bottom: 15px;
}
.text-box p {
  margin-bottom: 30px;
}
.text-box h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}
.text-box h3 {
  margin-bottom: 20px;
}
.image-box {
  padding-top: 60px;
  text-align: center;
}
.image-box img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .row {
    margin: 0;
    flex-direction: column;
  }
  .row .text-box {
    order: 1;
  }
  .row .image-box {
    order: 2;
  }
}
.message-wrapper {
  min-height: 400px;
}
.message h2 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.message p {
  font-size: 22px;
  line-height: 1.2;
}
.social {
  margin: 50px auto;
  width: 668px;
}
.social a {
  margin: 0 10px;
}
.risk-info {
  padding: 40px 80px 0 80px;
}
.risk-info h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
.risk-info p {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .premium .premium-header h1 {
    font-size: 32px;
  }
  .premium .premium-header p {
    font-size: 18px;
  }
  .premium .col {
    padding: 15px 30px;
  }
  .premium .pricing-items .text-disabled {
    display: none;
  }
  .premium .text-box {
    font-size: 16px;
  }
  .premium .text-box h2 {
    font-size: 26px;
  }
  .premium .text-box p {
    margin-bottom: 15px;
  }
  .premium .risk-info h2 {
    font-size: 26px;
  }
  .premium .risk-info p {
    font-size: 18px;
  }
  .premium .premium-footer {
    padding: 50px 50px 150px;
  }
  .social {
    margin: 20px auto;
    width: 230px;
  }
  .social a {
    margin: 10px;
    display: block;
  }
}
