.plans-component {
  width: 100%;
  background-color: #f5f9fc;
  padding: 0 10px;
}
.plans-component .button {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 100%;
  height: 51px;
  line-height: 51px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #aad4ee;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: center;
  color: #439fd9;
  text-transform: uppercase;
  background: transparent;
  outline: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.plans-component .button:hover {
  background: #439fd9;
  border-color: #439fd9;
  color: #fff;
  -webkit-transition: 320ms;
  -moz-transition: 320ms;
  -o-transition: 320ms;
  -ms-transition: 320ms;
  transition: 320ms;
}
.plans-component .button.default {
  background-color: #439fd9;
  border-color: #439fd9;
  color: #fff;
}
.plans-component .button.green {
  background-color: #3cc881;
  border: solid 1px #3cc881;
  color: #fff;
}
.plans-component .link {
  text-decoration: none;
  color: #222426;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #222426;
}
.plans-component .spacer {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.plans-component .view > h2 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #222426;
  margin: 0 0 23px 0;
}
.plans-component .view .inner-view {
  -webkit-box-shadow: 0px 5px 26px -2px #d9e2e9;
  -moz-box-shadow: 0px 5px 26px -2px #d9e2e9;
  -o-box-shadow: 0px 5px 26px -2px #d9e2e9;
  -ms-box-shadow: 0px 5px 26px -2px #d9e2e9;
  box-shadow: 0px 5px 26px -2px #d9e2e9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.plans-component .view.product-list h2 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #222426;
  margin: 0 0 33px 0;
}
.plans-component .view.product-list .product {
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 26px -2px #dce5ec;
  -moz-box-shadow: 0px 5px 26px -2px #dce5ec;
  -o-box-shadow: 0px 5px 26px -2px #dce5ec;
  -ms-box-shadow: 0px 5px 26px -2px #dce5ec;
  box-shadow: 0px 5px 26px -2px #dce5ec;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 37px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.plans-component .view.product-list .product:not(:last-child) {
  margin: 0 0 30px 0;
}
.plans-component .view.product-list .product h3 {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1px;
  color: #222426;
  margin: 0 0 0 10px;
  width: 160px;
  display: block;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.plans-component .view.product-list .product h4 {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 1.67;
  color: #787c80;
}
.plans-component .view.product-list .product .icon {
  width: 30px;
}
.plans-component .view.product-list .product .icon img {
  display: block;
}
.plans-component .view.product header {
  min-height: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 10px 45px;
}
.plans-component .view.product header .details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 2;
  max-width: 425px;
  margin: 0;
}
.plans-component .view.product header .icon {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30px;
  display: none;
}
.plans-component .view.product header .icon img {
  display: block;
}
.plans-component .view.product header h3 {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1px;
  color: #222426;
}
.plans-component .view.product header h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: normal;
  max-width: 425px;
  letter-spacing: -0.1px;
  color: #787c80;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.8;
}
.plans-component .view.product header .actions {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.plans-component .view.product .list {
  background-color: #fff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -moz-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -o-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -ms-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
}
.plans-component .view.product .list .list-item {
  padding: 35px 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: inset 0 -1px 0 1px #f9f9f9;
  -moz-box-shadow: inset 0 -1px 0 1px #f9f9f9;
  -o-box-shadow: inset 0 -1px 0 1px #f9f9f9;
  -ms-box-shadow: inset 0 -1px 0 1px #f9f9f9;
  box-shadow: inset 0 -1px 0 1px #f9f9f9;
  min-height: 146px;
}
.plans-component .view.product .list .list-item:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.plans-component .view.product .list .list-item .icon {
  min-width: 30px;
}
.plans-component .view.product .list .list-item .icon img {
  max-width: 31px;
}
.plans-component .view.product .list .list-item h3 {
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1px;
  color: #222426;
  margin: 0 15px;
  min-width: 125px;
}
.plans-component .view.product .list .list-item h4 {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 1.7;
  color: #787c80;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.plans-component .view.integration {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plans-component .view.integration .inner-view > header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 45px;
}
.plans-component .view.integration .inner-view > header .details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 2;
  max-width: 425px;
  margin: 0;
}
.plans-component .view.integration .inner-view > header .icon {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 30px;
  display: none;
}
.plans-component .view.integration .inner-view > header .icon img {
  display: block;
  max-width: 31px;
}
.plans-component .view.integration .inner-view > header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1px;
  color: #222426;
}
.plans-component .view.integration .inner-view > header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.1px;
  color: #787c80;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.8;
}
.plans-component .view.integration .inner-view > header h5 {
  margin: 0 0 15px 0;
  font-size: 12px;
  font-weight: 500;
  color: #b9c4cc;
  text-transform: uppercase;
}
.plans-component .view.integration .inner-view > header .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.plans-component .view.integration .inner-view > header.sub-header {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -moz-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -o-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -ms-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.plans-component .view.integration .inner-view > header.sub-header .icon {
  min-width: 30px;
  display: none;
}
.plans-component .view.integration .inner-view > header.sub-header .icon img {
  max-width: 31px;
}
.plans-component .view.integration .inner-view > header.sub-header h3 {
  font-size: 17px;
}
.plans-component .view.integration article {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -moz-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -o-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  -ms-box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  box-shadow: 0 -10px 10px rgba(217,226,233,0.15);
  background-color: #fff;
  overflow: hidden;
}
.plans-component .view.integration article .banner {
  margin: 10px;
  padding: 29px 32px;
  border: 2px solid #f7fbfe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.plans-component .view.integration article .banner a {
  color: #439fd9;
}
.plans-component .view.integration article .banner h4 {
  font-size: 12px;
  font-weight: bold;
  color: #b9c4cc;
  text-transform: uppercase;
  margin: 0;
}
.plans-component .view.integration article .banner h5.price {
  font-size: 27.7px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #439fd9;
  margin: 21px 0 0 0;
}
.plans-component .view.integration article .banner h5.price span.annual-flag {
  font-size: 12px;
  color: #b9c4cc;
  padding-left: 1em;
  font-style: italic;
}
.plans-component .view.integration article .contact,
.plans-component .view.integration article .self-serve {
  position: relative;
}
.plans-component .view.integration article .contact .pending,
.plans-component .view.integration article .self-serve .pending {
  content: '';
  background: rgba(255,255,255,0.8);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.plans-component .view.integration article .contact .spinner,
.plans-component .view.integration article .self-serve .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -38px 0 0 -38px;
  border-top: 2px solid #3e9dd9;
  border-right: 2px solid #3e9dd9;
  border-bottom: 2px solid #3e9dd9;
  border-left: 2px solid #d5dde0;
  -webkit-animation: spinner 1.1s infinite linear;
  -moz-animation: spinner 1.1s infinite linear;
  -o-animation: spinner 1.1s infinite linear;
  -ms-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}
.plans-component .view.integration article .contact .spinner,
.plans-component .view.integration article .self-serve .spinner,
.plans-component .view.integration article .contact .spinner:after,
.plans-component .view.integration article .self-serve .spinner:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 76px;
  height: 76px;
}
.plans-component .view.integration article .contact .button,
.plans-component .view.integration article .self-serve .button {
  width: 200px;
}
.plans-component .view.integration article .contact header,
.plans-component .view.integration article .self-serve header {
  padding: 45px 45px 0 45px;
}
.plans-component .view.integration article .contact header h3,
.plans-component .view.integration article .self-serve header h3 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  line-height: 0.73;
  letter-spacing: -0.1px;
  color: #222426;
  margin: 0;
}
.plans-component .view.integration article .contact header p,
.plans-component .view.integration article .self-serve header p {
  width: 100%;
  font-size: 15px;
  letter-spacing: -0.1px;
  color: #222426;
  text-align: left;
}
.plans-component .view.integration article .contact .fieldset,
.plans-component .view.integration article .self-serve .fieldset {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 42px 45px;
}
.plans-component .view.integration article .contact .fieldset .row,
.plans-component .view.integration article .self-serve .fieldset .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.plans-component .view.integration article .contact .fieldset .row:not(:last-child),
.plans-component .view.integration article .self-serve .fieldset .row:not(:last-child) {
  margin-bottom: 20px;
}
.plans-component .view.integration article .contact .fieldset .col1-3 label,
.plans-component .view.integration article .self-serve .fieldset .col1-3 label {
  margin-right: 0;
}
.plans-component .view.integration article .contact .fieldset label,
.plans-component .view.integration article .self-serve .fieldset label {
  display: block;
  width: 100%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -o-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}
.plans-component .view.integration article .contact .fieldset label span,
.plans-component .view.integration article .self-serve .fieldset label span {
  font-size: 13px;
  font-weight: bold;
  color: #b9c4cc;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.plans-component .view.integration article .contact .fieldset label input,
.plans-component .view.integration article .self-serve .fieldset label input {
  display: block;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #d5dadd;
  outline: none;
  height: 51px;
  padding: 0 22px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.plans-component .view.integration article .contact .fieldset label input:focus,
.plans-component .view.integration article .self-serve .fieldset label input:focus {
  border-color: #439fd9;
}
.plans-component .view.integration article .contact .fieldset label input::placeholder,
.plans-component .view.integration article .self-serve .fieldset label input::placeholder {
  color: #b9c4cc;
}
.plans-component .view.integration article .contact .fieldset label select,
.plans-component .view.integration article .self-serve .fieldset label select {
  display: block;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #d5dadd;
  outline: none;
  height: 51px;
  padding: 0 22px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.plans-component .view.integration article .contact .fieldset label select:focus,
.plans-component .view.integration article .self-serve .fieldset label select:focus {
  border-color: #499aff;
}
.plans-component .view.integration article .contact .fieldset label select::placeholder,
.plans-component .view.integration article .self-serve .fieldset label select::placeholder {
  color: #b9c4cc;
}
.plans-component .view.integration article .contact .complete,
.plans-component .view.integration article .self-serve .complete {
  text-align: center;
  height: 425px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.plans-component .view.integration article .contact .complete .check,
.plans-component .view.integration article .self-serve .complete .check {
  display: inline-block;
  font-size: 30px;
  color: #2bce8f;
  border: 4px solid #2bce8f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 62px;
}
.plans-component .view.integration article .contact .complete h2,
.plans-component .view.integration article .self-serve .complete h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #222426;
  margin: 33px auto 24px auto;
}
.plans-component .view.integration article .contact .complete h3,
.plans-component .view.integration article .self-serve .complete h3 {
  font-weight: normal;
  font-size: 15px;
  color: #222426;
  max-width: 339px;
  margin: 0 auto;
}
.plans-component .view.integration article footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f2f6f9;
  padding: 20px 42px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.plans-component .range {
  padding: 25px 45px;
}
.plans-component .range > h4 {
  font-size: 12px;
  font-weight: bold;
  color: #b9c4cc;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
.plans-component .range .slider-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.plans-component .range .slider-wrapper > label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #222426;
  min-width: 80px;
}
.plans-component .range .slider {
  position: relative;
  display: block;
  height: 20px;
  width: 100%;
  margin: 10px 0;
}
.plans-component .range .slider:before {
  content: '';
  display: block;
  height: 3.5px;
  background: #e5e9ec;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 6px;
}
.plans-component .range .slider .fill {
  display: none;
}
.plans-component .range .slider .handle {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -5px;
  touch-action: pan-y;
  width: 25.5px;
  height: 25.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dadada;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 12.6px 1.4px rgba(179,183,186,0.5), inset 0 0 0 3px #fff, inset 0 0 0 4px #efebeb;
  -moz-box-shadow: 0px 1px 12.6px 1.4px rgba(179,183,186,0.5), inset 0 0 0 3px #fff, inset 0 0 0 4px #efebeb;
  -o-box-shadow: 0px 1px 12.6px 1.4px rgba(179,183,186,0.5), inset 0 0 0 3px #fff, inset 0 0 0 4px #efebeb;
  -ms-box-shadow: 0px 1px 12.6px 1.4px rgba(179,183,186,0.5), inset 0 0 0 3px #fff, inset 0 0 0 4px #efebeb;
  box-shadow: 0px 1px 12.6px 1.4px rgba(179,183,186,0.5), inset 0 0 0 3px #fff, inset 0 0 0 4px #efebeb;
}
.plans-component .range .slider .steps {
  position: absolute;
  padding: 0 0 0 20px;
  left: 19px;
  right: 0;
  top: 0;
  bottom: 0;
}
.plans-component .range .slider .steps i {
  display: block;
  height: 15px;
  width: 1px;
  background: #e5e9ec;
  position: absolute;
}
@media screen and (min-width: 48em) and (max-width: 60em) {
  .range .slider-wrapper {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .range .slider {
    margin: 0 30px;
  }
  .plans-component .product {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .product .button {
    width: 256px;
  }
  .plans-component .product .icon {
    display: block;
    min-width: 58px;
  }
  .plans-component .product h4 {
    max-width: 150px;
    margin: 0 20px;
  }
  .plans-component .view > h2,
  .plans-component .view h2 {
    font-size: 36px;
    margin: 0 0 63px 0;
  }
  .plans-component .view.product-list > h2,
  .plans-component .view.product-list h2 {
    font-size: 36px;
    margin: 0 0 63px 0;
  }
  .plans-component .view.product header .icon {
    display: block;
    min-width: 21px;
    margin-right: 20px;
  }
  .plans-component .view.product-list .list .list-item,
  .plans-component .view.product .list .list-item {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.product-list .list .list-item .icon,
  .plans-component .view.product .list .list-item .icon {
    min-width: 100px;
  }
  .plans-component .view.product-list .list .list-item .icon img,
  .plans-component .view.product .list .list-item .icon img {
    max-width: 101px;
  }
  .plans-component .view.integration {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.integration .inner-view > header {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.integration .inner-view > header .icon {
    display: block;
    min-width: 58px;
  }
  .plans-component .view.integration .inner-view > header.sub-header {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.integration .inner-view > header.sub-header .icon {
    display: block;
    min-width: 58px;
    margin-right: 20px;
  }
  .plans-component .view.integration article .contact .fieldset .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.integration article .contact .fieldset label:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 60em) {
  .range .slider-wrapper {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .range .slider {
    margin: 0 30px;
  }
  .plans-component {
    width: 950px;
  }
  .plans-component .button {
    width: 256px;
  }
  .plans-component .product {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .product h3 {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.1px;
    color: #222426;
    margin: 0 0 0 39px;
    width: 160px;
    display: block;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .plans-component .product h4 {
    max-width: 225px;
    margin: 0 20px;
  }
  .plans-component .view > h2,
  .plans-component .view h2 {
    font-size: 36px;
    margin: 0 0 83px 0;
  }
  .plans-component .view.product header {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 120px;
    margin: 0 45px;
  }
  .plans-component .view.product header .details {
    width: 425px;
    margin: 0 45px;
  }
  .plans-component .view.product header .icon {
    display: block;
    min-width: 58px;
  }
  .plans-component .view.product header h3 {
    margin: 0;
    font-size: 26px;
  }
  .plans-component .view.product header h4 {
    margin: 0;
    max-width: 425px;
  }
  .plans-component .view.product header .actions {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .plans-component .view.product .list .list-item {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.product .list .list-item .icon {
    min-width: 100px;
  }
  .plans-component .view.product .list .list-item .icon img {
    max-width: 101px;
  }
  .plans-component .view.integration {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.integration article .contact header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 45px 45px 0 45px;
  }
  .plans-component .view.integration article .contact header h3 {
    margin: 0;
  }
  .plans-component .view.integration article .contact header p {
    width: auto;
    text-align: right;
    margin: 0;
  }
  .plans-component .view.integration article .contact .fieldset .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.integration article .contact .fieldset .row.col1-3 {
    width: 32%;
  }
  .plans-component .view.integration article .contact .fieldset label {
    width: 33%;
    margin-top: 0;
  }
  .plans-component .view.integration article .contact .fieldset label:not(:last-child) {
    margin-right: 15px;
  }
  .plans-component .view.integration .inner-view > header {
    height: 120px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 45px;
  }
  .plans-component .view.integration .inner-view > header .details {
    width: 425px;
    margin: 0 45px;
  }
  .plans-component .view.integration .inner-view > header .icon {
    display: block;
    min-width: 58px;
  }
  .plans-component .view.integration .inner-view > header .icon img {
    max-width: 59px;
  }
  .plans-component .view.integration .inner-view > header h3 {
    margin: 0;
    font-size: 26px;
  }
  .plans-component .view.integration .inner-view > header h4 {
    margin: 0;
    font-size: 15px;
  }
  .plans-component .view.integration .inner-view > header h5 {
    margin: 0 0 15px 0;
    font-size: 12px;
  }
  .plans-component .view.integration .inner-view > header.sub-header .icon {
    display: block;
    min-width: 100px;
  }
  .plans-component .view.integration .inner-view > header.sub-header .icon img {
    max-width: 42px;
  }
  .plans-component .view.integration .inner-view > header.sub-header h3 {
    font-size: 17px;
  }
  .plans-component .view.integration .list .list-item {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.integration .list .list-item .icon {
    min-width: 100px;
  }
  .plans-component .view.integration .list .list-item .icon img {
    max-width: 101px;
  }
  .plans-component .view.integration .list .list-item h3 {
    margin: 0 35px;
    min-width: 125px;
  }
  .plans-component .view.integration .list .list-item h4 {
    max-width: 225px;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .plans-component .view.product,
  .plans-component .view.integration {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .plans-component .view.product .details,
  .plans-component .view.integration .details {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 2;
    width: 425px;
    margin: 0 45px;
  }
  .plans-component .view.product-list > h2,
  .plans-component .view.product-list h2 {
    font-size: 36px;
    margin: 0 0 83px 0;
  }
  .plans-component .view.product-list .product {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 130px;
  }
  .plans-component .view.product-list .product .icon {
    width: 58px;
  }
  .plans-component .view.product-list .product h3 {
    font-size: 26px;
    margin: 0 0 0 39px;
  }
  .plans-component .view.product-list .product h4 {
    max-width: 225px;
    margin: 0 20px;
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.content article.pricing {
  text-align: center;
  background-image: -webkit-linear-gradient(-55deg, #f2f4f8, #e7eaf0);
  background-image: -moz-linear-gradient(-55deg, #f2f4f8, #e7eaf0);
  background-image: -ms-linear-gradient(-55deg, #f2f4f8, #e7eaf0);
  background-image: -o-linear-gradient(-55deg, #f2f4f8, #e7eaf0);
  background: linear-gradient(-55deg, #f2f4f8, #e7eaf0);
  padding: 70px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content article.pricing h2 {
  font-size: 25px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0;
  color: #808d9c;
  font-weight: normal;
  letter-spacing: 3px;
  position: relative;
}
.content article.pricing h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -112px;
  height: 1px;
  width: 224px;
  background: #dee1e6;
}
.content article.pricing p {
  max-width: 800px;
  margin: 20px auto;
  font-size: 18px;
  color: #808d9c;
}
.content article.code {
  background: #191f28;
  background-image: -webkit-linear-gradient(-135deg, #28303a, #191f28);
  background-image: -moz-linear-gradient(-135deg, #28303a, #191f28);
  background-image: -ms-linear-gradient(-135deg, #28303a, #191f28);
  background-image: -o-linear-gradient(-135deg, #28303a, #191f28);
  background: linear-gradient(-135deg, #28303a, #191f28);
  padding: 70px 0;
}
.content article.code h2 {
  font-size: 25px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: normal;
  letter-spacing: 3px;
  position: relative;
}
.content article.code h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -145px;
  height: 1px;
  width: 290px;
  background: rgba(255,255,255,0.3);
}
.content article.code h3 {
  font-size: 15px;
  color: #76818e;
  text-align: center;
  font-weight: normal;
  margin: 25px 0 0 0;
}
.content article.code .code-example {
  background: #404957;
  padding: 35px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 50px auto 0 auto;
  overflow: hidden;
  width: 790px;
}
.content article.code .code-example table {
  width: 100%;
  table-layout: fixed;
}
.content article.code .code-example .gutter {
  padding: 0 20px 0 0;
  width: 65px;
  height: 100%;
  color: #788495;
}
.content article.code .code-example .highlight {
  color: #e3eeff;
}
.content article.code .code-example .highlight .s2 {
  color: #ff6375;
}
.content article.opener {
  background-image: -webkit-linear-gradient(-55deg, #f2f4f8 0%, #e7eaf0 100%);
  background-image: -moz-linear-gradient(-55deg, #f2f4f8 0%, #e7eaf0 100%);
  background-image: -ms-linear-gradient(-55deg, #f2f4f8 0%, #e7eaf0 100%);
  background-image: -o-linear-gradient(-55deg, #f2f4f8 0%, #e7eaf0 100%);
  background: linear-gradient(-55deg, #f2f4f8 0%, #e7eaf0 100%);
  padding: 110px 0 90px 0;
}
.content article.opener .copy h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  color: #28303a;
  font-weight: 300;
}
.content article.opener .copy h3 {
  color: #28303a;
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.content article.opener .copy p {
  font-size: 16px;
  color: #76818e;
  line-height: 1.5em;
}
.content article.opener .copy hr {
  margin: 35px 0;
  height: 1px;
  border: none;
  background: #dee1e6;
}
.content article.opener .copy ul,
.content article.opener .copy li {
  list-style: none;
  margin: 0;
}
.content article.opener .copy li {
  margin: 30px 0 0 0;
  color: #76818e;
  line-height: 1.5em;
  font-size: 14px;
}
.content article.opener .copy li strong {
  display: block;
  color: #28303a;
  font-weight: 600;
  font-size: 15px;
}
.content article.opener .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.content article.opener .row.center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.content article.opener .spacer {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.content article.opener .rhc-default {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 235px;
  margin: 0 0 0 70px;
  background: #e0e3e9;
}
.content article.opener .multi-col > .col {
  -webkit-flex: 1;
  -moz-flex: 1;
  -o-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content article.opener .multi-col > .col:not(:last-child) {
  margin-right: 70px;
}
.content article.opener .multi-col > .col p {
  margin: 0;
  font-size: 14px;
}
.content article.opener form.fieldset {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.content article.opener form.fieldset input[type=email] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  font-size: 17px;
  background: #a7aebb;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  height: 40px;
  padding: 0 20px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  outline: none;
  color: #fff;
  width: 170px;
}
.content article.opener form.fieldset input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.content article.opener form.fieldset button {
  margin: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 20px;
  display: block;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background: #3a495d;
  font-size: 13px;
  font-weight: 600;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.content article.opener .link-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #ccd0d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #9aa2ac;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}
.content article.opener .action-link-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #499aff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}
.autocomplete-component {
  position: relative;
}
.autocomplete-component .input {
  height: 50px;
}
.autocomplete-component .results {
  position: absolute;
  left: 1px;
  right: 1px;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), 0px 2px 8px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), 0px 2px 8px 0px rgba(0,0,0,0.18);
  -o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), 0px 2px 8px 0px rgba(0,0,0,0.18);
  -ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), 0px 2px 8px 0px rgba(0,0,0,0.18);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1), 0px 2px 8px 0px rgba(0,0,0,0.18);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 5px 0;
}
.autocomplete-component .results:empty {
  display: none;
}
.autocomplete-component .results .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 5px 10px;
  cursor: pointer;
}
.autocomplete-component .results .name {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.autocomplete-component .results .domain {
  color: #808d9c;
}
.autocomplete-component .results img {
  width: 25px;
  height: auto;
  display: block;
}
.autocomplete-component .results .item.active,
.autocomplete-component .results .item:hover {
  background: #f0f0f0;
}
.logo-example-component {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 340px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.logo-example-component .input {
  position: relative;
}
.logo-example-component .input input {
  border-style: solid;
  border: 1px solid #b3bfcb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.14);
  -o-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.14);
  -ms-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.14);
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.14);
  height: 50px;
  line-height: 50px;
  width: 100%;
  outline: none;
  font-size: 24px;
  color: #000;
  padding: 0 15px 0 50px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  background: #fff;
}
.logo-example-component .input:after {
  content: url("/assets/site/company_search/search.png");
  position: absolute;
  left: 15px;
  top: 14px;
  pointer-events: none;
}
.logo-example-component .result {
  width: 138px;
  height: 138px;
  margin: 60px auto 0 auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.18);
  -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.18);
  -ms-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.18);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.18);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.logo-example-component .result img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 128px;
  height: auto;
}
.logo-example-component .result:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  -webkit-filter: drop-shadow(0 -1px 1px rgba(0,0,0,0.1));
}
.logo-example-component .loader {
  margin: 100px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #dee1e6;
  border-right: 1.1em solid #dee1e6;
  border-bottom: 1.1em solid #dee1e6;
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader-spin 1.1s infinite linear;
  -moz-animation: loader-spin 1.1s infinite linear;
  -o-animation: loader-spin 1.1s infinite linear;
  -ms-animation: loader-spin 1.1s infinite linear;
  animation: loader-spin 1.1s infinite linear;
}
.logo-example-component .loader,
.logo-example-component .loader:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-moz-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header.header {
  background: #5c697b;
  background-image: -webkit-linear-gradient(90deg, #1a2980, #26d0ce);
  background-image: -moz-linear-gradient(90deg, #1a2980, #26d0ce);
  background-image: -ms-linear-gradient(90deg, #1a2980, #26d0ce);
  background-image: -o-linear-gradient(90deg, #1a2980, #26d0ce);
  background: linear-gradient(90deg, #1a2980, #26d0ce);
}
header.header .hero .icon {
  background: url("/assets/site/icons/logo.png?2") no-repeat;
}
header.header .hero h1.bit-api:after {
  color: #fff;
  border-color: #fff;
  opacity: 0.5;
}
article.opener .inner {
  width: 735px;
}
article.opener .copy p {
  margin: 25px 0;
}
article.opener .row {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
article.opener .lhc {
  width: 315px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
article.opener .rhc {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
article.embed,
article.open-graph {
  text-align: center;
  padding: 80px 40px;
  -webkit-box-shadow: inset 0 1px 0 0 #e4e6ec;
  -moz-box-shadow: inset 0 1px 0 0 #e4e6ec;
  -o-box-shadow: inset 0 1px 0 0 #e4e6ec;
  -ms-box-shadow: inset 0 1px 0 0 #e4e6ec;
  box-shadow: inset 0 1px 0 0 #e4e6ec;
}
article.embed h2,
article.open-graph h2 {
  font-size: 25px;
  color: #808d9c;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px;
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0;
  margin: 0;
}
article.embed h2:after,
article.open-graph h2:after {
  content: '';
  display: block;
  border-bottom: 1px solid #e6e9ed;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
article.embed h3,
article.open-graph h3 {
  color: #808d9c;
  font-size: 15px;
  font-weight: normal;
  margin: 25px 0 40px 0;
}
article.embed p,
article.open-graph p {
  margin: 5px 0;
}
article.embed p.top-margin,
article.open-graph p.top-margin {
  margin-top: 45px;
}
article.embed code.example,
article.open-graph code.example {
  display: inline-block;
  border: 1px solid #dadfe4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 10px auto 0;
  text-align: center;
  padding: 15px;
  color: #808d9c;
  font-size: 17px;
}
article.embed code.example i,
article.open-graph code.example i {
  font-style: normal;
  font-weight: normal;
  color: #499aff;
}
article.embed code.example.inline,
article.open-graph code.example.inline {
  border: none;
  padding: 0;
}
article.embed .result,
article.open-graph .result {
  width: 128px;
  height: 128px;
  margin: 20px auto 40px auto;
  padding: 5px;
  border: 1px solid #b3bfcb;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
  -ms-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #fff;
}
article.embed .result img,
article.open-graph .result img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
article.embed .result:before,
article.open-graph .result:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  -webkit-filter: drop-shadow(0 -1px 0 rgba(0,0,0,0.3));
}
article.embed .smaller,
article.open-graph .smaller {
  width: 80px;
  height: 80px;
}
article.open-graph {
  -webkit-box-shadow: inset 0 1px 0 0 #e4e6ec, inset 0 -1px 0 0 #e4e6ec;
  -moz-box-shadow: inset 0 1px 0 0 #e4e6ec, inset 0 -1px 0 0 #e4e6ec;
  -o-box-shadow: inset 0 1px 0 0 #e4e6ec, inset 0 -1px 0 0 #e4e6ec;
  -ms-box-shadow: inset 0 1px 0 0 #e4e6ec, inset 0 -1px 0 0 #e4e6ec;
  box-shadow: inset 0 1px 0 0 #e4e6ec, inset 0 -1px 0 0 #e4e6ec;
}
article.open-graph code.example {
  margin: 15px auto 0 auto;
}
