/** ui styles **/
/** ui styles **/
/** layout  **/
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 15px;
}
.container::after {
  content: "";
  height: 100%;
  display: block;
  clear: both;
}

.page-title {
  width: 100%;
  text-align: center;
}
.page-title h1 {
  margin: 0 auto 10px auto;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  color: #373f47;
}
@media (min-width: 768px) {
  .page-title h1 {
    font-size: 54px;
  }
}
.page-title-text {
  font-family: "OpenSans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
.page-title-text p, .page-title-text li {
  color: #373f47;
  font-size: 12px;
}

.section-gray {
  background-color: #373f47;
}
.section-gray h1, .section-gray h2, .section-gray h3,
.section-gray h4, .section-gray h5, .section-gray h6,
.section-gray p, .section-gray a, .section-gray div {
  color: #fff;
}
.section-gray .section-title h1, .section-gray .section-title h2, .section-gray .section-title h3,
.section-gray .section-title h4, .section-gray .section-title h5, .section-gray .section-title h6,
.section-gray .section-title p, .section-gray .section-title a, .section-gray .section-title div {
  color: #fff;
}
.section-title {
  width: 100%;
  text-align: center;
}
.section-title h1, .section-title h2, .section-title h3,
.section-title h4, .section-title h5, .section-title h6 {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  color: #373f47;
}
.section-title p {
  color: #373f47;
  font-size: 16px;
}
.section-title h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 42px;
  }
}
.section-title-main {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-title-main {
    margin-bottom: 60px;
  }
  .section-title-main h2 {
    font-size: 48px;
  }
}
.section-title-text {
  font-family: "OpenSans", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
.section-title-text p, .section-title-text li {
  color: #373f47;
  font-size: 16px;
}
.section-ribbon::before {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #ffcc33;
}
.section-ribbon-left {
  overflow: hidden;
}
.section-ribbon-left::before {
  width: 250%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-85%, -50%) skew(60deg, 0deg);
  box-shadow: inset -25px 0px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
  .section-ribbon-left::before {
    transform: translate(-100%, -50%) skew(60deg, 0deg);
  }
}
@media (min-width: 960px) {
  .section-ribbon-left::before {
    transform: translate(-110%, -50%) skew(60deg, 0deg);
  }
}
.section-ribbon-right {
  overflow: hidden;
}
.section-ribbon-right::before {
  width: 200%;
  height: 100%;
  right: 50%;
  top: 50%;
  transform: translate(125%, -50%) skew(-60deg, 0deg);
  box-shadow: inset 25px 0px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 960px) {
  .section-ribbon-right::before {
    transform: translate(115%, -50%) skew(-60deg, 0deg);
  }
}

section#getting-started .section-title-main h2 {
  max-width: 1000px;
}

.cut {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cut .section-title + .cut-text,
.cut .section-title + .cut-image {
  margin: 0 0 30px;
}
@media (min-width: 960px) {
  .cut .section-title + .cut-text,
.cut .section-title + .cut-image {
    margin: auto;
  }
}
.cut-image {
  width: 100%;
}
@media (min-width: 960px) {
  .cut-image {
    width: calc(50% - 30px);
  }
}
.cut-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cut-text {
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (min-width: 960px) {
  .cut-text {
    width: calc(50% - 30px);
    text-align: left;
  }
}
.cut-text .section-title {
  margin-bottom: 15px;
}
.cut-text h1, .cut-text h2, .cut-text h3,
.cut-text h4, .cut-text h5, .cut-text h6 {
  letter-spacing: 0.8px;
}
@media (min-width: 960px) {
  .cut-text h1, .cut-text h2, .cut-text h3,
.cut-text h4, .cut-text h5, .cut-text h6 {
    text-align: left;
  }
}
.cut-text p, .cut-text a {
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
}
@media (min-width: 960px) {
  .cut-text p, .cut-text a {
    font-size: 18px;
    line-height: 36px;
    text-align: left;
  }
}
.cut-full {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.grid-item {
  width: 100%;
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: centr;
  -moz-box-align: centr;
  -ms-flex-align: centr;
  -webkit-align-items: centr;
  align-items: centr;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
.grid-item-full {
  width: 100% !important;
}
.grid-item-full .btn {
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 1186px) {
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1186px) {
  .grid-item {
    width: calc(100% / 3);
  }
}
.grid-item-image {
  width: 100%;
  min-height: 85px;
  margin-bottom: 15px;
}
.grid-item-title {
  width: 100%;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  letter-spacing: 1.3px;
  text-shadow: 1px 1px 0 #000000;
}
@media (min-width: 768px) {
  .grid-item-title {
    font-size: 28px;
  }
}
.grid-item-text, .grid-item-text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-stretch: normal;
  letter-spacing: 1.3px;
  text-shadow: 1px 1px 0 #000000;
}
@media (min-width: 768px) {
  .grid-item-text, .grid-item-text p {
    font-size: 18px;
    line-height: 36px;
  }
}

/** buttons */
.btn {
  padding: 20px 36px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid transparent;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.btn:active {
  transition: transform 200ms;
  transform: scale(0.9, 0.9);
}
.btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}
.btn:hover {
  cursor: pointer;
}
.btn-blue {
  background-color: #267fff;
  color: #fff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: #0059d9;
}

/* Other */
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

header#navigation {
  background: #373f47;
}

main {
  margin-top: 50px;
}

section#pricing-plans {
  text-align: center;
}
section#pricing-plans .container {
  padding-bottom: 30px;
}
section#pricing-plans div#plan-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.5rem 0 2.5rem;
}
section#pricing-plans div#plan-buttons .btn {
  width: 100%;
  max-width: 285px;
  color: #267fff;
  background-color: #f1f1f1;
  font-weight: 300;
  border-radius: 3px;
  padding: 1rem 2.25rem;
  transition: all 200ms;
  text-transform: capitalize;
  box-shadow: none;
  border: none;
}
section#pricing-plans div#plan-buttons .btn.annually {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
section#pricing-plans div#plan-buttons .btn.monthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
section#pricing-plans div#plan-buttons .btn:active {
  transform: none;
}
section#pricing-plans div#plan-buttons .btn:first-of-type {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
section#pricing-plans div#plan-buttons .btn:first-of-type:hover {
  border: 1px solid #267fff;
  background-color: #fff;
  border-right: none;
}
section#pricing-plans div#plan-buttons .btn:first-of-type.active {
  border: 1px solid #267fff;
  background-color: #fff;
}
section#pricing-plans div#plan-buttons .btn:last-of-type {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
section#pricing-plans div#plan-buttons .btn:last-of-type:hover {
  border: 1px solid #267fff;
  background-color: #fff;
  border-left: none;
}
section#pricing-plans div#plan-buttons .btn:last-of-type.active {
  border: 1px solid #267fff;
  background-color: #fff;
}
section#pricing-plans div#price-table div.price-row {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
section#pricing-plans div#price-table div.price-row.active {
  pointer-events: all;
}
section#pricing-plans div#price-table div.price-row.active .table-price, section#pricing-plans div#price-table div.price-row.active .table-description {
  opacity: 1;
}
@media (max-width: 960px) {
  section#pricing-plans div#price-table div.price-row {
    flex-wrap: wrap;
  }
}
section#pricing-plans div#price-table div.price-row:first-of-type {
  position: relative;
}
section#pricing-plans div#price-table div.price-row .table {
  width: 100%;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border: 1px solid #dedede;
}
@media (min-width: 600px) {
  section#pricing-plans div#price-table div.price-row .table {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  section#pricing-plans div#price-table div.price-row .table {
    max-width: 292px;
  }
}
@media (min-width: 960px) {
  section#pricing-plans div#price-table div.price-row .table {
    margin: 0;
  }
}
section#pricing-plans div#price-table div.price-row .table-header {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #373f47;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  section#pricing-plans div#price-table div.price-row .table-header {
    height: 100px;
    font-size: 36px;
  }
}
section#pricing-plans div#price-table div.price-row .table-price, section#pricing-plans div#price-table div.price-row .table-description {
  width: 100%;
  padding: 0 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #373f47;
  font-family: "Roboto", sans-serif;
  opacity: 0;
  transition: all 500ms 200ms;
}
section#pricing-plans div#price-table div.price-row .table-price {
  min-height: 7rem;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
section#pricing-plans div#price-table div.price-row .table-price.coming-soon {
  line-height: 1.3;
}
section#pricing-plans div#price-table div.price-row .table-price span {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  font-size: 0.9rem;
  color: #373f47;
  font-style: italic;
  transform: translate(-50%, 0%);
}
section#pricing-plans div#price-table div.price-row .table-description {
  min-height: 10rem;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
section#pricing-plans .btn-blue {
  margin: 40px 0 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

section#compare .container {
  padding-top: 30px;
}
section#compare .container .section-title-main {
  margin-bottom: 24px;
}
section#compare .container .section-title-main h2 {
  letter-spacing: -0.8px;
}
section#compare div.feature-labels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
section#compare div.feature-labels.flex-table-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #373f47;
  transition: all 200ms;
  transform: translateY(-200%);
}
section#compare div.feature-labels.flex-table-fixed.active {
  transform: translateY(0%);
}
section#compare div.feature-labels .cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 768px) {
  section#compare div.feature-labels .cell {
    font-size: 16px;
  }
}
section#compare div.feature-labels .cell-long {
  margin-bottom: 10px;
  justify-content: flex-start;
}
@media (max-width: 960px) {
  section#compare div.feature-labels .cell-long {
    display: none;
  }
}
section#compare .feature-type {
  width: 100%;
  height: 60px;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  background-color: #f5f7fa;
  border-top: solid 1px #e1e5e7;
  border-right: solid 1px #e1e5e7;
  border-left: solid 1px #e1e5e7;
}
@media (max-width: 960px) {
  section#compare .feature-type {
    background-color: #373f47;
    color: #fff;
  }
}
section#compare .flex-table {
  margin-bottom: 1.5rem;
}
section#compare .flex-table .cell {
  width: calc(100% / 4);
  height: 60px;
  padding: 1rem 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  text-align: right;
}
@media (min-width: 960px) {
  section#compare .flex-table .cell {
    width: 120px;
  }
}
section#compare .flex-table .cell:last-of-type {
  border-right: none;
}
section#compare .flex-table .cell-long {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  background-image: none;
  background-color: #f5f7fa;
  text-align: left;
  background-image: none;
  text-align: left;
}
@media (min-width: 960px) {
  section#compare .flex-table .cell-long {
    width: calc(100% - 120px * 4);
    position: relative;
    top: 0;
    background-color: transparent;
  }
}
section#compare .flex-table .check,
section#compare .flex-table .cross {
  background-repeat: no-repeat;
  background-position: center;
}
section#compare .flex-table .check {
  background-image: url("../images/marketing/free-check.png");
}
section#compare .flex-table .cross {
  background-image: url("../images/marketing/cross.png");
}
section#compare .flex-table .number,
section#compare .flex-table .value {
  justify-content: center;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  font-family: Roboto;
}
@media (max-width: 500px) {
  section#compare .flex-table .number,
section#compare .flex-table .value {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  section#compare .flex-table .number,
section#compare .flex-table .value {
    font-size: 11px;
  }
}
section#compare .flex-table .astriks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(225%, -60%);
}
section#compare .flex-table .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  section#compare .flex-table .row {
    margin-top: 50px;
  }
}
section#compare .flex-table .row .cell {
  border-top: solid 1px #e1e5e7;
  border-right: solid 1px #e1e5e7;
  border-bottom: solid 1px #e1e5e7;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373f47;
  background-color: #fff;
}
@media (max-width: 960px) {
  section#compare .flex-table .row .cell {
    border-left: solid 1px #e1e5e7;
  }
}
@media (max-width: 960px) {
  section#compare .flex-table .row .cell-long {
    border-bottom: none;
  }
}
@media (min-width: 960px) {
  section#compare .flex-table .row .cell-long {
    border-left: solid 1px #e1e5e7;
  }
}
section#compare #limits {
  margin-left: 0.7rem;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: justify;
}
section#compare #limits::after {
  content: "*";
  position: absolute;
  top: -4rem;
  left: -12rem;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: justify;
}

/*# sourceMappingURL=pricing.css.map */
