.clearBefore::before {
  content: "";
  clear: both;
  display: table;
}
.clearAfter::after {
  content: "";
  clear: both;
  display: table;
}
.clearAll::before {
  content: "";
  clear: both;
  display: table;
}
.clearAll::after {
  content: "";
  clear: both;
  display: table;
}
.aria-hidden {
  display: none;
}
.br {
  display: block;
}
.keep-line {
  display: inline-block;
}
.header-slogan--company2 {
  margin: 1em auto 4em;
  max-width: 708px;
  min-height: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header-slogan--company2 {
    margin: -1.5em auto 3em;
  }
}
.header-slogan--company2 h1 {
  font-size: 2.75em;
}
.header-slogan--company2 h1::after {
  content: none;
}
.header-slogan--company2 h1 span::after {
  content: none;
}
.header-slogan--company2 p.lead {
  margin-bottom: 4em;
}
.header-slogan--company {
  min-height: 0;
  margin-bottom: 0;
}
.header-slogan--company p {
  margin-bottom: 0.5em;
}
.header-slogan--company h1 {
  font-size: 2.75em;
}
.content-section {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1280px) {
  .content-section {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (min-width: 1440px) {
  .content-section {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.content-section--company {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  position: relative;
}
.content-section--company .content-section__content {
  position: relative;
}
.content-section--company .content-section__decor {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f1f1;
}
.header__decor {
  display: none;
}
.header__main xh1 {
  font-size: 3em;
}
.header__main xh1::after {
  content: "";
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  margin-top: -0.1em;
}
.header__main xh1 span {
  display: block;
  font-size: 0.4em;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: 0.2em;
}
.payment-information {
  background-color: #f1f1f1;
  border-radius: 0.25em;
  box-shadow: 1px 3px 8px 0px rgba(6, 6, 6, 0.2);
  font-size: 0.88em;
  margin: 2em 0 3em;
  display: flex;
}
.payment-information__item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 2em 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.payment-information__item--main {
  background-color: white;
  border-radius: 0.25em 0 0 0.25em;
}
.field + .form-section {
  margin-top: 1.5em;
}
.form-section + .field {
  margin-top: 1.5em;
}
.form-section + .form-section {
  margin-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .form-section--two {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-section--two > .field {
    padding-left: 15px;
    padding-right: 15px;
    flex-basis: 40%;
    flex-grow: 1;
  }
  .form-section--two > .field:nth-child(2) {
    margin-top: 0;
  }
}
.checkbox input {
  position: absolute;
  left: -10000px;
}
.checkbox label {
  display: block;
  font-weight: bold;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("/sqla/26.1.1/img/company/checkbox.png");
  width: 3.25em;
  height: 1.875em;
  position: relative;
  top: -0.125em;
  margin-right: 1.5em;
}
.checkbox input:checked + label::before {
  background-image: url("/sqla/26.1.1/img/company/checkbox--checked.png");
}
.checkbox__desc {
  display: block;
  position: relative;
  padding-left: 4.75em;
}
.checkbox__desc-inner {
  position: absolute;
  font-size: 0.9em;
  font-weight: 300;
  color: #969696;
}
.checkbox__save-info {
  display: inline-block;
  width: 3.25em;
  text-align: center;
}
.action--delete::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("/sqla/26.1.1/img/company/action--delete.png") 50% 50% no-repeat;
}
.action[disabled]::before {
  opacity: 0.5;
}
div.field + DIV.field {
  margin-top: 1.5em;
}
.field__label {
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.25em;
}
.field__label--empty {
  display: none;
}
@media screen and (min-width: 1024px) {
  .field__label--empty {
    display: block;
  }
}
span.field {
  display: inline-block;
}
div.field input[type=text],
span.field input[type=text],
div.field input[type=password],
span.field input[type=password],
div.field select,
span.field select,
div.field textarea,
span.field textarea {
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 0.25em;
  width: 100%;
  font-size: inherit;
  font-weight: 300;
}
div.field input[type=text]:focus,
span.field input[type=text]:focus,
div.field input[type=password]:focus,
span.field input[type=password]:focus,
div.field select:focus,
span.field select:focus,
div.field textarea:focus,
span.field textarea:focus {
  box-shadow: none;
  border-color: #42bffe;
}
div.field--error input[type=text],
span.field--error input[type=text],
div.field--error input[type=password],
span.field--error input[type=password],
div.field--error select,
span.field--error select,
div.field--error textarea,
span.field--error textarea {
  border-color: #D82424;
}
div.field input[type=text],
span.field input[type=text],
div.field input[type=password],
span.field input[type=password] {
  padding: 0.66em 0.5em;
  line-height: inherit;
}
div.field select,
span.field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 2.5em 0 0.5em;
  height: 2.6533333em;
  line-height: inherit;
  background: white url("/sqla/26.1.1/img/company/select__decor.png") 100% 50% no-repeat;
}
div.field select::-ms-expand,
span.field select::-ms-expand {
  display: none;
}
div.field input[type=text][disabled],
span.field input[type=text][disabled],
div.field select[disabled],
span.field select[disabled] {
  color: gray;
  border-color: silver;
}
div.field input[type=text],
div.field input[type=password] {
  padding: 1.16em 1em;
}
div.field select {
  padding: 0 1em;
  height: 3.6533333em;
}
.field.field--search input[type="text"] {
  padding-right: 2em;
  background: white url("/sqla/26.1.1/img/company/search__decor.png") 100% 50% no-repeat;
}
@media screen and (min-width: 1024px) {
  div.form-section--two div.field--checkbox {
    margin-top: 3em;
    align-self: center;
  }
  div.form-section--two div.field--checkbox:nth-child(2) {
    margin-top: 1.5em;
    align-self: center;
  }
}
.field__options {
  display: block;
  list-style: none;
  margin: 0.5em -15px 0;
  padding: 0;
}
.field__options + select,
.field__options + ul,
.field__options + p {
  margin-top: 0.5em;
}
.field__option {
  padding: 0 15px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.field [type="checkbox"] {
  position: absolute;
  left: -10000px;
}
.field [type="checkbox"] + label {
  font-size: 0.88em;
}
.field [type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 1em;
  font-size: 1.13636364em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #dadada;
  border-radius: 0.25em;
  text-align: center;
}
.field [type="checkbox"]:checked + label::before {
  content: "x";
}
.field-option {
  display: inline-block;
}
.field-option input {
  position: absolute;
  left: -10000px;
}
.field-option label::before {
  content: "";
  vertical-align: middle;
  background-position: -5px -612px;
  background-repeat: no-repeat;
  background-image: url("/sqla/26.1.1/img/sprite.png?v=20190215");
  overflow: hidden;
  display: inline-block;
  width: 29px;
  height: 29px;
  position: relative;
  top: -0.125em;
  margin-right: 0.5em;
}
.field-option input:checked + label {
  font-weight: bold;
}
.field-option input:checked + label::before {
  background-position: -5px -573px;
}
.field .field-error-container {
  color: #e45a57;
  font-size: 0.8em;
}
.field .react-datepicker-wrapper {
  width: 100%;
}
.field .react-datepicker__input-container {
  width: 100%;
}
div.recurly-hosted-field {
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 0.25em;
  width: 100%;
  font-size: inherit;
  font-weight: 300;
  height: 4.18666662em;
  padding: 0.82857143em 1em;
}
div.recurly-hosted-field-focus {
  border-color: #42bffe;
}
div.recurly-hosted-field-invalid,
.field--error div.recurly-hosted-field {
  border-color: #e45a57;
}
.ReactModal__Content--company {
  width: 708px;
  background-color: white;
  overflow: visible;
  font-size: 16px;
}
.ReactModal__Content--company .hide-loader {
  display: none;
}
.ReactModal__Content--company .loader-wrapper {
  position: absolute;
  z-index: 899;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: white;
}
.ReactModal__Content--company .loader-wrapper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
}
.ModalContent__header {
  margin-bottom: 2em;
}
.ModalContent__header h3 {
  font-size: 1.33em;
  margin-bottom: 0;
}
.ModalContent__footer {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
.ModalContent__footer > .button {
  min-width: 0;
}
.like-filter {
  margin-bottom: 2em;
}
.Filter {
  background-color: #f1f1f1;
  border-radius: 0.25em;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 1em 0 2em;
  padding: 1em 0;
}
.Filter__item {
  padding: 0 1.75em;
}
.Filter__item--edge {
  flex-grow: 1;
  text-align: right;
}
.Filter__item label + .field {
  margin-left: 0.5em;
}
.Filter__item .field input[type="text"],
.Filter__item .field select {
  width: 15em;
  font-size: 0.88em;
}
.Filter--nodecor {
  background-color: transparent;
  padding: 0;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.Filter .actions button + button {
  margin-left: 0.5em;
}
.Filter .actions button.selected {
  text-decoration: none;
}
.Filter .actions--sep button + button::before {
  content: "|";
  display: inline-block;
  margin-right: 0.5em;
}
.company-section h3 {
  margin-bottom: 1em;
}
.company-section + .company-section {
  margin-top: 4em;
}
.company-section__item + .company-section__item {
  margin-top: 2em;
}
.confirmation-message {
  margin: 1em 0;
  border: 1px solid #c1e9d2;
  border-radius: 0.25em;
  padding: 1em 1.5em 1em 4em;
  background: #f2faf6 url("/sqla/26.1.1/img/company/confirmation-message__decor.png") 1.5em 0.8em no-repeat;
}
.Header + .confirmation-message {
  margin-bottom: 2em;
}
.confirmation-message--above-field {
  margin-top: 2em;
}
.flash-message {
  opacity: 1;
  transition: opacity 1s;
}
.flash-message--hiding {
  opacity: 0;
}
.error-box {
  margin: 1em 0 2em;
  border: 1px solid #f0a8a6;
  border-radius: 0.25em;
  padding: 1em 1.5em 1em 4em;
  background: #fdf7f6 url("/sqla/26.1.1/img/company/error-message__decor.png") 1.5em 0.8em no-repeat;
}
.error-box p:last-child {
  margin-bottom: 0;
}
#chartjs-tooltip {
  box-shadow: 1px 3px 6px 1px #dddddd;
  border-radius: 0.25em;
}
#chartjs-tooltip th {
  font-weight: 300;
  text-align: left;
  color: #A9A9A9;
  padding-bottom: 0.5em;
}
#chartjs-tooltip td {
  padding-bottom: 0.25em;
}
#chartjs-tooltip td + td {
  padding-left: 0.5em;
  font-weight: bold;
}
.SinglePayment {
  font-size: 16px;
}
.SinglePayment {
  max-width: 708px;
  margin: 0 auto;
  padding-bottom: 2em;
  position: relative;
}
.SinglePayment .hide-loader {
  display: none;
}
.SinglePayment .loader-wrapper {
  position: absolute;
  z-index: 899;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: white;
}
.SinglePayment .loader-wrapper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
}
.SinglePayment .buttons {
  font-size: 1.25em;
  padding-top: 1.5em;
  margin-bottom: 3em;
}
.SinglePayment .buttons .minor {
  text-align: center;
  font-size: 0.76923077em;
  margin-bottom: 2em;
}
.SinglePayment .payment-information {
  position: relative;
  z-index: 3;
  margin-top: -6em;
}
.SinglePayment .payment-information__item--main {
  flex-grow: 2;
  padding-left: 3em;
  padding-right: 3em;
}
.SinglePayment .payment-information h3 {
  font-size: 2.5em;
}
.SinglePayment .payment-information .description strong {
  display: block;
  margin-bottom: 0.5em;
}
.SinglePayment .payment-information .price__type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.SinglePayment .payment-information .price__value {
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
}
.SinglePayment .payment-information .price .vat {
  vertical-align: super;
  font-size: 0.3em;
  margin-left: -0.25em;
}
.SinglePayment .payment-information .dealPrice {
  width: 5em;
}
.SinglePayment .payment-information ul {
  padding: 0 0 0 1em;
  margin: 1em 0;
  list-style: disc;
}
.SinglePayment .payment-information .currency {
  position: relative;
}
.SinglePayment .payment-information .currency span {
  position: absolute;
  top: 3em;
}
#three-d-secure-container {
  width: 400px;
  height: 500px;
  margin: auto;
}

.clearBefore::before {
  content: "";
  clear: both;
  display: table;
}
.clearAfter::after {
  content: "";
  clear: both;
  display: table;
}
.clearAll::before {
  content: "";
  clear: both;
  display: table;
}
.clearAll::after {
  content: "";
  clear: both;
  display: table;
}
.RedeemCoupon {
  max-width: 708px;
  margin: 0 auto;
  padding-bottom: 4em;
}
.RedeemCoupon__content {
  position: relative;
  z-index: 3;
  margin-top: -2em;
  padding: 2em;
  background-color: white;
  border-radius: 0.25em;
  box-shadow: 1px 3px 8px 0px rgba(6, 6, 6, 0.2);
}
.RedeemCoupon .form_errors {
  margin-bottom: 1em;
}

