@import url(https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;

700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap);@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}

body {
  font-family: "Roboto", sans-serif;
  color: #767785;
  background: linear-gradient(to bottom, #ffffff, #d9d9d9);
}

.d-body {
  font-family: "Roboto", sans-serif;
  color: #767785;
  background: linear-gradient(0deg, #36899D 0%, rgba(112, 180, 197, 0.9) 55.21%, rgba(145, 203, 217, 0.6) 100%);
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif;
  color: #686868;
  -webkit-font-smoothing: antialiased;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  min-height: 3em;
}

.form__card {
  background-color: #fff;
  padding: 1rem;
}

.form__title {
  color: #767785;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  text-align: left;
}

.form__title--blue {
  color: #304b51;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

.form__subtitle {
  color: #767785;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  text-align: left;
}

.form__box-wrapper {
  margin-top: 1rem;
  text-align: center;
}

.form__box {
  height: 44px;
  width: 75px;
  background-color: #eeeeee;
  border: none;
  padding-left: 15px;
  margin-top: 0.5rem;
}

img {
  max-width: 100%;
  font-style: italic;
  /* fancy broken image alt text */
}

a {
  color: #767785;
  transition: all 0.2s ease-out;
}

.b-link__no-deco {
  text-decoration: none;
  color: #30606e;
}

.b-blue-link {
  color: #3eb3cd;
  -webkit-text-decoration-color: #3eb3cd;
          text-decoration-color: #3eb3cd;
  text-decoration: underline;
}

.b-blue-link--login {
  display: block;
  text-align: left;
}

.b-link-button {
  display: block;
  margin: 0 auto !important;
  padding-top: 10px;
}

.b-white-link {
  color: #fff;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  text-decoration: underline;
}

.b-white-link--login {
  display: block;
  text-align: left;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  min-height: 100%;
  line-height: 1.4;
  box-sizing: border-box;
}

body::after {
  /*content: url('../img/loader.gif');*/
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 10;
  display: block;
  background-color: #56bec9;
  color: #fff;
  font-weight: 700;
  line-height: calc(100vh + 200px);
  opacity: 0;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.5s ease-out, height 0s 0.5s ease-out;
}

body.loading::after {
  opacity: 1;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.input__row {
  text-align: center;
  margin: 0 1rem;
}

.input__row--login {
  margin: 0;
}

.input__full {
  display: block;
  color: #aaaaaa;
  width: 99%;
  margin: 0 3px 1rem 3px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #9d9d9d;
  height: 28px;
  padding-left: 5px;
}

.input__full::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__full:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__full::placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__full--login {
  width: 86%;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(94, 157, 174, 0.5);
}

.input__full--login::-moz-placeholder {
  color: #fff;
}

.input__full--login:-ms-input-placeholder {
  color: #fff;
}

.input__full--login::placeholder {
  color: #fff;
}

.input__full--recovery {
  width: 300px;
  margin: 30px auto;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(94, 157, 174, 0.5);
}

.input__full--recovery::-moz-placeholder {
  color: #fff;
}

.input__full--recovery:-ms-input-placeholder {
  color: #fff;
}

.input__full--recovery::placeholder {
  color: #fff;
}

.input__full--recovery-small {
  margin: 10px auto 0;
}

.input__halved {
  color: #aaaaaa;
  width: 49%;
  display: inline-block;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #9d9d9d;
  height: 28px;
  padding-left: 5px;
}

.input__halved::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__halved:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__halved::placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__halved--left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.input__halved--right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.input__third {
  color: #aaaaaa;
  width: 32%;
  display: inline-block;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #9d9d9d;
  height: 28px;
  padding-left: 5px;
}

.input__third::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__third:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__third::placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__third--left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.input__third--right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.input__quarter {
  width: 24%;
  display: inline-block;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #9d9d9d;
  height: 28px;
  padding-left: 5px;
  color: #aaaaaa;
}

.input__quarter::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__quarter:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__quarter::placeholder {
  color: #aaaaaa;
  padding-left: 2px;
}

.input__quarter--left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.input__quarter--right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.input__halved--option {
  color: #aaaaaa;
}

.input__halved--option::-moz-placeholder {
  color: #aaaaaa;
}

.input__halved--option:-ms-input-placeholder {
  color: #aaaaaa;
}

.input__halved--option::placeholder {
  color: #aaaaaa;
}

.input__policies {
  display: block;
  text-align: left;
  margin: 0 0 0 3px;
}

.input__logged {
  display: block;
  text-align: left;
  margin: 0 auto;
  width: 49%;
}

.input__policies--text {
  font-size: 0.7rem;
}

.input__policies--text-light {
  color: #fff;
}

.input__policies--text-light a {
  color: #fff;
}

.input__error-alert {
  display: block;
  font-size: 1rem;
  color: #e63352;
}

.input__error-box {
  margin: 0 0 10px;
  text-align: left;
}

.submit__button {
  background: #767785;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 2rem;
  height: 41px;
  width: 236px;
  border-radius: 20px;
  border: 0;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.75);
}

.submit__button:hover {
  cursor: pointer;
}

.submit__button--light {
  background: #fff;
  color: #000;
  margin: 0 auto;
  display: block;
}

.submit__button--login-light {
  background: #fff;
  color: #767785;
  margin: 20px auto 0;
  display: block;
  padding: 8px 0 0 0;
  text-decoration: none;
}

.submit__button--login {
  margin: 1rem 1rem 1rem 0;
  display: block;
}

.submit__button--login-blue-box {
  margin: 1rem 1rem 1rem 0;
  display: block;
  color: #fff;
  background-color: #35636e;
}

.submit__button--login-blue {
  background-color: #35636e;
  color: #fff;
  margin: 20px auto 0;
  display: block;
  padding: 10px 0 0 0;
  text-decoration: none;
}

.submit__button--login-blue-special {
  padding: 4px 0 0 0;
}

.submit__button--recovery {
  margin: 30px auto 0;
}

.o-home-button--light {
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border: solid 4px #fff;
  padding: 10px 0 0 32px;
  border-radius: 10px;
}

.o-home-button {
  color: #767785;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border: solid 4px #767785;
  padding: 10px 0 0 32px;
  border-radius: 10px;
}

.lcc-button.lcc-button--link.js-lcc-settings-toggle,
.lcc-button.js-lcc-settings-save,
button.lcc-button.js-lcc-accept {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  min-height: 41px;
  width: 236px;
  border-radius: 20px;
  border: 0;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.75);
  display: block;
  background-color: #35636e;
}

.lcc-button.lcc-button--link.js-lcc-settings-toggle:hover,
.lcc-button.js-lcc-settings-save:hover,
button.lcc-button.js-lcc-accept:hover {
  cursor: pointer;
  background-color: #304b51;
}

@media (max-width: 1024px) {
  .section__title {
    font-weight: 900;
    font-size: 1.3rem;
    color: #767785;
    text-transform: uppercase;
    line-height: 1.8rem;
    text-align: center;
  }
}

.o-title--light {
  color: #fff;
}

.o-title {
  font-size: 4.5rem;
  font-weight: 400;
}

.o-title__huge {
  font-size: 8.75rem;
  line-height: 0.6;
  font-weight: 900;
}

.o-title__big {
  font-size: 6.75rem;
  line-height: 1;
  font-weight: 900;
}

.o-title__medium {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.o-title__medium--login {
  display: block;
  margin: 60px 0 0 0;
}

.o-title__small {
  font-size: 1.7rem;
}

.o-title__micro {
  font-size: 1.39rem;
  font-weight: 400;
}

@media (max-width: 500px) {
  .o-title {
    font-size: 3rem;
  }

  .o-title__huge {
    font-size: 5.5rem;
  }

  .o-title__big {
    font-size: 4rem;
  }

  .o-title__small {
    font-size: 1.4rem;
  }

  .o-title__micro {
    font-size: 1.2rem;
  }
}

.shadow--full {
  box-shadow: 0px 3px 14px 0px #000000;
}

.o-box-promo__wrapper {
  width: 16.5rem;
  border: 1px solid #27bab1;
  height: 7.75rem;
  text-align: center;
  margin: 0 auto;
}

.o-box-promo__title {
  font-family: "Ropa Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #767785;
  text-transform: uppercase;
  display: block;
  padding-top: 20px;
}

.footer__contact {
  text-align: center;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #545467;
  font-weight: bold;
}

.footer__contact--light {
  border-bottom: 1px solid #91e5e0;
  color: #fff;
}

.footer__contact--light a {
  color: #fff;
}

.footer__wrapper {
  margin: 0 20px;
}

.footer__socials--list {
  text-align: center;
}

.footer__socials--item {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  margin: 0.5rem;
}

.footer__disclaimer--wrapper {
  margin: 2rem auto;
  max-width: 1200px;
  display: block;
  padding: 0 1rem;
}

.footer__disclaimer--text {
  font-size: 0.6rem;
  letter-spacing: 2%;
  line-height: 0.6rem;
  margin: 0 auto;
}

.footer__disclaimer--text-light {
  color: #fff;
}

.footer__socials--link {
  font-weight: 900;
}

.initial__wrapper {
  width: 100%;
  text-align: center;
  margin: 40px 0 100px;
}

.initial__wrapper--demo {
  margin: 0 0 100px;
}

.initial__wrapper--login {
  margin: 0 0 200px;
  position: relative;
  z-index: 2;
}

.initial__wrapper--recovery {
  margin: 60px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.initial__wrapper--bottom-recovery {
  margin: 0 auto;
}

.initial__wrapper--register {
  margin: 0 0 130px;
  position: relative;
  z-index: 2;
}

.initial__title-wrapper {
  text-align: left;
}

.initial__wrapper--login-background {
  position: absolute;
  height: 170%;
  left: 370px;
  top: 0;
  opacity: 0.3;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.initial__wrapper--register-background {
  position: absolute;
  height: 120%;
  right: 0;
  top: 0;
  opacity: 0.3;
}

.initial__title {
  display: inline-block;
  margin-right: 2rem;
  vertical-align: top;
}

.initial__invoice-title {
  color: #767785;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin: 30px 0;
}

.initial__user-form {
  display: inline-block;
  max-width: 40rem;
  width: 100%;
  padding: 30px;
  margin: 0 0 20px 0;
}

.initial__user-form--login {
  padding: 60px 0 0 0;
  max-width: 26rem;
  margin: 0 20px;
  position: relative;
  z-index: 2;
}

.initial__user-form--register {
  position: relative;
  z-index: 2;
}

.initial__user-form--title {
  margin: 20px 0 10px;
  text-align: left;
}

.initial__user-form--title--light {
  color: #fff;
}

.initial__user-form--text {
  text-align: left;
  display: block;
  margin: 0 0 40px 0;
}

.initial__user-form--text--light {
  color: #fff;
}

.initial__user-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.initial__title {
  text-align: left;
  text-transform: uppercase;
  color: #767785;
}

.initial__title--big {
  font-size: 6.75rem;
  line-height: 1;
  font-weight: 900;
}

.initial__title--bigger {
  font-size: 8.75rem;
  line-height: 0.6;
  font-weight: 900;
}

.initial__title--medium {
  font-size: 4.5rem;
  font-weight: 400;
}

.initial__title--small {
  font-size: 1.7rem;
}

.initial__title--micro {
  font-size: 1.39rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .initial__title {
    margin: 0 auto;
  }

  .initial__title--bigger {
    font-size: 7rem;
  }

  .initial__title--big {
    font-size: 5.4rem;
  }

  .initial__title--medium {
    font-size: 3.5rem;
  }

  .initial__title--micro {
    font-size: 1rem;
  }
}

.initial__login-box {
  background-color: #767785;
  height: 300px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 90px 0 0 0;
  border-radius: 15px;
}

.initial__login-box--blue {
  background-color: none;
  background: linear-gradient(180deg, rgba(48, 96, 106, 0.34) 0%, rgba(48, 96, 106, 0) 100%);
}

.initial__home--demo {
  background-image: url("/images/demo/home-background.png");
  background-repeat: no-repeat;
  background-position: 70% top;
}

.initial__register-text {
  color: #fff;
  font-size: 1.7rem;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}

.initial__register-text-first {
  padding: 60px 0 0;
}

@media (max-width: 1200px) {
  .initial__home--demo {
    background-image: url("/images/demo/home-background-small.png");
  }
}

@media (max-width: 1000px) {
  .intial__home--demo {
    background-image: none;
  }

  .initial__home--demo {
    background-image: none;
  }

  .initial__wrapper--login-background,
  .initial__wrapper--register-background {
    display: none;
  }
}

@media (max-width: 450px) {
  .initial__register-text {
    font-size: 1.2rem;
  }
}

.choice__section {
  text-align: center;
}

.choice__wrapper {
  margin: 2rem 1rem;
  text-align: center;
  display: inline-block;
}

.choice__title--wrapper {
  display: block;
  margin: 2rem auto 0;
  max-width: 500px;
}

.choice__icon {
  height: 4.2rem;
  display: block;
  margin: 0 auto;
}

.choice__title {
  font-size: 2.2rem;
  color: #767785;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.choice__title--light {
  color: #fff;
}

.choice__title--dark {
  color: #4d4e5c;
}

.choice__title--blue {
  color: #30606e;
}

.choice__text {
  color: #aaaaaa;
  font-size: 0.8rem;
  display: block;
  margin-top: 1rem;
}

.choice__text--blue {
  color: #30606e;
}

.choice__images--wrapper {
  display: block;
  margin: 30px 0 0 0;
}

.choice__images--wrapper-small,
.choice__images--wrapper-big {
  display: inline-block;
  vertical-align: top;
}

.choice__images--wrapper-small {
  margin-top: 5px;
  margin-left: 20px;
}

.choice__images--wrapper-small--left {
  margin-left: 0;
  margin-right: 20px;
}

.choice__images--icon {
  text-align: center;
}

.choice__hide {
  display: none;
}

.choice__hide--desktop {
  display: inline-block;
}

.choice__icon-box {
  display: inline-block;
  margin: 10px 5px 0;
  height: 152px;
  width: 164px;
  padding: 20px;
  vertical-align: top;
}

.choice__images--text {
  font-weight: 900;
  color: #545567;
  font-size: 0.625rem;
  display: block;
  margin: 1.2rem 0 0 0;
}

.choice__images--text-blue {
  color: #30606e;
}

.choice__invoice-img {
  height: 580px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.choice__whatsapp-holder {
  margin: 20px 0;
}

.choice__whatsapp-text {
  color: #aaaaaa;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.choice__whatsapp-text--blue {
  color: #30606e;
}

.choice__whatsapp-text--heavy {
  font-weight: 900;
}

.choice__whatsapp-img {
  height: 18px;
  width: 18px;
  vertical-align: top;
  margin-top: 2px;
}

@media (max-width: 920px) {
  .choice__mobile-off {
    display: none;
  }

  .choice__icon-box {
    display: block;
  }

  .choice__images--wrapper-left,
  .choice__images--wrapper-small {
    display: inline-block;
  }

  .choice__hide {
    display: block;
  }

  .choice__hide--desktop {
    display: none;
  }

  .choice__invoice-img {
    margin: 17px auto;
    height: 472px;
  }
}

.camera__wrapper {
  text-align: center;
  margin: 0 0 3rem;
}

.camera__title {
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  padding: 24px 0 24px;
}

.camera__title-box {
  background-color: #747474;
}

.camera__title-box--blue {
  background-color: #304b51;
}

.camera__subtitle {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  font-weight: 700;
}

.camera__subtitle--thin {
  font-weight: 400;
}

.camera__button {
  color: #fff;
  text-transform: uppercase;
  background-color: #a5a5a5;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 2rem;
  width: 14rem;
  font-size: 1rem;
  vertical-align: top;
  font-weight: 700;
}

.camera__button:hover {
  cursor: pointer;
}

.camera__button--dark {
  background-color: #304b51;
}

.camera__button--more-text {
  font-size: 0.7rem;
  margin-left: 10px;
}

.camera__button--wrapper {
  margin: 30px 0 0;
}

.camera__button-box {
  display: inline-block;
}

.camera__button-box:first-child {
  border-right: 2px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
}

.camera__button-box--manual {
  border: 0;
  margin: 40px 20px 0;
}

.camera__img--barcode,
.camera__img--manual {
  margin: 0 auto 20px;
  display: block;
  height: 50px;
}

.camera__video-container {
  width: 400px;
  height: 400px;
  position: relative;
  margin: 0 auto;
}

.camera__flash-container {
  display: block;
  margin: 0 auto 30px;
}

.camera__canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.camera__canvas--barcode {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.camera__canvas--barcode video {
  width: 400px;
  height: 400px;
}

.camera__canvas--barcode canvas {
  width: 400px;
  height: 400px;
  left: 0;
  position: absolute;
}

.camera__border {
  position: absolute;
  top: 130px;
  left: 125px;
  height: 150px;
  width: 150px;
}

.camera__border--bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.camera__border--bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}

.camera__border--top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

.camera__border--top-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

@media (max-width: 600px) {
  .camera__button {
    width: 9rem;
    height: 4rem;
  }

  .camera__video-container {
    margin: 0 auto 0;
    width: 360px;
    height: 300px;
  }

  .camera__border {
    top: 75px;
    left: 105px;
  }

  .camera__canvas--barcode video,
  .camera__canvas--barcode canvas {
    width: 100%;
    height: 100%;
  }
}

.s-login {
  text-align: center;
}

.s-login__wrapper {
  text-align: center;
}

.s-login__title {
  font-weight: 900;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.s-login__title--light {
  display: block;
  color: #fff;
  padding-top: 70px;
}

.s-login__subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}

.s-login__title-wrapper,
.s-login__register-wrapper {
  display: inline-block;
  text-align: left;
  width: 495px;
  vertical-align: top;
}

.s-login__register-box {
  width: 400px;
  height: 320px;
  background: #767785;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.75);
  margin: 40px 0 0 2rem;
}

@media (max-width: 767px) {
  .s-login__title-wrapper,
  .s-login__register-wrapper {
    display: block;
    margin: 0 auto;
  }

  .s-login__register-box {
    margin: 40px auto 0;
  }
}

.s-home-button {
  width: 270px;
  height: 56px;
}

.s-home__title-wrapper {
  text-align: left;
  margin-left: 10%;
}

.s-home__title-wrapper a {
  display: block;
}

.s-carousel {
  text-align: center;
  margin: 6rem 2rem;
}

.s-carousel__title {
  color: #767785;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.s-carousel__title--light {
  color: #fff;
}

.s-carousel__box {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #767785;
  width: 260px;
  height: 260px;
  margin: 0 auto;
}

.s-carousel__box--blue {
  overflow: hidden;
  width: 260px;
  height: 260px;
  margin: 0 auto;
}

.owl-prev {
  left: -10px;
}

.owl-next {
  right: -10px;
}

.owl-prev,
.owl-next {
  top: 120px;
  height: 40px;
  width: 40px;
  position: absolute;
  background-color: #fff !important;
  border-radius: 20px !important;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: background-color 300ms linear;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #767785 !important;
  background-color: #d3d2d2 !important;
  transition: background-color 300ms linear;
}

.s-carousel__icon--left:before {
  position: absolute;
  top: 12px;
  left: 13px;
}

.s-carousel__icon--right:before {
  position: absolute;
  top: 12px;
  right: 12px;
}

.s-showcase {
  text-align: center;
  margin: 3rem 1rem;
}

.s-showcase__box {
  width: 380px;
  min-height: 380px;
  background-color: #abddeb;
  margin: 5px;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #fff;
  vertical-align: top;
}

.s-showcase__tag-number {
  font-size: 2rem;
  font-weight: 900;
  border: 3px solid #fff;
  color: #36899d;
  padding: 0 10px;
  border-radius: 5px;
  margin: 2rem auto 0;
  display: block;
  width: 50px;
  height: 50px;
}

.s-showcase__title {
  color: #36899d;
  font-size: 1.4rem;
  display: block;
  margin: 1rem 0;
  font-weight: 700;
  text-transform: uppercase;
}

.s-showcase__image {
  width: 130px;
  height: 140px;
}

.s-showcase__text {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
}

.s-showcase__anchor {
  color: #1b9e96;
  text-decoration: underline;
  -webkit-text-decoration-color: #1b9e96;
          text-decoration-color: #1b9e96;
}

.s-showcase__button {
  display: block;
  width: 300px;
  margin: 2rem auto 0;
  padding: 8px 0;
}

@media (max-width: 600px) {
  .s-showcase__text {
    font-size: 1.2rem;
  }

  .s-showcase__box {
    width: 300px;
  }
}

.s-chances {
  background-color: #ebebeb;
  box-shadow: inset 0px 20px 15px -15px rgba(0, 0, 0, 0.5);
}

.s-chances__wrapper {
  text-align: center;
  padding-bottom: 40px;
}

.s-chances__box {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-top: 40px;
}

.s-chances__title {
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 130px 0 15px 0;
}

.s-chances__text {
  font-size: 1.4rem;
  line-height: 26px;
}

.s-chances__img {
  height: 200%;
}

@media (max-width: 767px) {
  .s-chances__title {
    font-size: 1.5rem;
    margin: 30px 0 15px 0;
  }

  .s-chances__text {
    font-size: 1rem;
    line-height: 20px;
  }

  .s-chances__img {
    height: 120px;
  }

  .s-chances__wrapper {
    margin: 0;
  }
}

/**
* Demo CSS
*/

.s-chances--demo {
  background-color: #2f4148;
  box-shadow: none;
}

.s-chances__wrapper--demo {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.s-chances__box--demo {
  width: 49%;
  margin: 0;
}

.s-chances__box--demo:\--right {
  text-align: center;
}

.s-chances__title--demo {
  color: #fff;
  text-align: center;
}

.s-chances__text--demo {
  color: #63bdc0;
  text-align: center;
  display: block;
}

.s-chances__img--demo {
  height: 400px;
}

@media (max-width: 1000px) {
  .s-chances__box--demo-left {
    display: none;
  }

  .s-chances__title--demo {
    margin: 0 0 15px 0;
  }

  .s-chances__box--demo {
    margin: 50px 0;
    width: 100%;
  }
}

.s-products {
  text-align: center;
}

.s-products__wrapper {
  margin: 40px 0;
}

.s-products__wrapper--light {
  background-image: url("/images/demo/product/products_background.png");
  padding: 40px 0;
  margin: 0;
}

.s-products__title {
  text-transform: uppercase;
  font-size: 2.25rem;
}

.s-products__title--light {
  color: #fff;
  margin: 0;
  padding: 30px;
}

.s-products__text {
  max-width: 540px;
  margin: 0 20px;
  font-size: 1.4rem;
  line-height: 26px;
}

.s-products__text--light {
  color: #fff;
  max-width: 510px;
  display: block;
  margin: 2rem auto 3rem;
  font-size: 1.4rem;
  line-height: 26px;
}

.s-products__box {
  margin: 20px 0;
  margin: 0 auto;
}

.s-products__list {
  display: inline-block;
}

.s-products__img {
  margin: 20px;
  display: block;
}

.s-products__img-label {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.s-products__link {
  color: #b3e7e3;
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

.s-thanks {
  margin: 0 0 80px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 500px;
  min-height: 600px;
}

.s-thanks__background {
  position: absolute;
  top: 85px;
  right: 0;
  z-index: 0;
  width: 470px;
  opacity: 0.1;
}

.s-thanks__box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
}

.s-thanks__box--left {
  text-align: left;
  display: inline-block;
  width: 49%;
}

.s-thanks__box--right {
  text-align: right;
  display: inline-block;
  width: 49%;
}

.s-thanks__box .o-box-promo__wrapper {
  margin: 0;
}

.s-thanks__container {
  margin: 0 150px;
}

.s-thanks__title--small {
  font-size: 2rem;
  color: #767785;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2rem;
  display: block;
  margin: 1.5rem 0;
}

.s-thanks__title--medium {
  font-size: 2.6rem;
  color: #767785;
  font-weight: bold;
  text-align: center;
  line-height: 41px;
  text-transform: uppercase;
}

.s-thanks__title--big {
  font-size: 3.2rem;
  color: #767785;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.4rem;
}

.s-thanks__term-form {
  margin: 5rem 0;
  width: 100%;
}

.s-thanks__term-input {
  text-align: left;
  display: inline-block;
  width: 49%;
}

.s-thanks__term-title {
  color: #767785;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

.s-thanks__term-input--box {
  background-color: #d3d2d2;
  width: 400px;
  height: 60px;
  border-radius: 25px;
}

.s-thanks__term-number--box {
  background-color: #d3d2d2;
  width: 400px;
  height: 60px;
  border-radius: 25px;
  float: right;
}

.s-thanks__term-input--checkbox {
  margin: 24px 0 0 65px;
}

.s-thanks__term-input--checkbox-text {
  color: #000000;
}

.s-thanks__term-form {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.s-thanks__term-number {
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.s-thanks__term-number--text {
  text-align: left;
  display: inline-block;
  width: 49%;
  padding: 18px 0 0 30px;
  color: #000000;
  font-weight: 900;
}

.s-thanks__term-number--link {
  text-align: right;
  display: inline-block;
  width: 49%;
  padding: 0 30px 0 0;
  color: #000000;
}

.s-thanks__validation-key {
  background-color: #d3d2d2;
  width: 100%;
  height: 60px;
  border-radius: 25px;
}

.s-thanks__validation-key--box {
  margin: 20px 0 0;
}

.s-thanks__validation-key--text {
  text-align: center;
  display: block;
  padding: 16px 0 0;
  color: #000000;
  font-size: 1.4rem;
}

.s-thanks__information-box {
  vertical-align: top;
  width: 45%;
  text-align: left;
  display: inline-block;
  margin: 20px 0 0 20px;
}

.s-thanks__information-text {
  display: block;
  font-size: 1.4rem;
}

.s-thanks__information-number {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
}

.s-thanks__validation-link {
  vertical-align: top;
  width: 49%;
  text-align: right;
  display: inline-block;
  margin: 20px 20px 0 0;
}

.s-thanks__validation-link--button {
  width: 320px;
  height: 52px;
  border-radius: 25px;
  background-color: #767785;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  border: 0;
  display: block;
}

.s-thanks__validation-link--link {
  color: #000000;
  font-size: 1rem;
  display: block;
  font-weight: 900;
  margin: 10px 0 0 0;
}

.s-thanks__ok-box {
  text-align: center;
  display: block;
  padding: 40px 20px 0;
}

.s-thanks__ok-box--img {
  margin: 0 10px 0 0;
}

.s-thanks__ok-box--text {
  color: #30606e;
  font-size: 3rem;
  font-weight: 700;
  vertical-align: middle;
}

.s-thanks__ok-box--text-error {
  color: #FA7676;
  font-size: 3rem;
  font-weight: 700;
  vertical-align: middle;
}

.s-thanks__ok-box--title {
  color: #767785;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 3.5rem;
  font-weight: 700;
  display: block;
  margin: 40px 0 0;
}

.s-thanks__ok-box--title-blue {
  color: #304b51;
}

.s-thanks__ok-box--subtitle {
  color: #c4c5c8;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 3rem;
  font-weight: 700;
  display: block;
  margin: 20px 0 0;
}

.s-thanks__ok-box--subtitle-light {
  color: #fff;
}

.s-thanks__button {
  width: 190px;
  height: 40px;
  display: block;
  margin: 0 auto 150px;
  padding: 10px 0 0;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .s-thanks__background {
    display: none;
  }

  .s-thanks__ok-box--img {
    width: 40px;
  }

  .s-thanks__ok-box--text {
    font-size: 2rem;
  }

  .s-thanks__container {
    margin: 0 10px;
  }

  .s-thanks__box .o-box-promo__wrapper {
    margin: 0 auto;
  }

  .s-thanks__box--left,
  .s-thanks__box--right {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .s-thanks__img-box img {
    margin: 10px auto 0 !important;
  }

  .s-thanks__term-input {
    width: 100%;
  }

  .s-thanks__term-input--box {
    float: none;
    margin: 0 auto;
  }

  .s-thanks__term-number {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }

  .s-thanks__validation-key--box {
    float: none;
    margin: 20px auto 0;
  }

  .s-thanks__term-number--box {
    float: none;
    margin: 0 auto 0;
  }

  .s-thanks__validation-key {
    width: 400px;
    margin: 0 auto;
  }

  .s-thanks__information-box {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }

  .s-thanks__validation-link {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }

  .s-thanks__validation-link--button {
    margin: 10px auto 0;
  }

  .s-thanks__ok-box--title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .s-thanks__ok-box--subtitle {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

.s-nav {
  background-color: #eeeeee;
  min-height: 85px;
}

.s-nav--cosmetic {
  background-color: #35636e;
}

.s-nav__box {
  display: inline-block;
  margin: 10px 20px 0;
  vertical-align: top;
}

.s-nav__link {
  text-decoration: none;
}

.s-nav__box--right {
  margin: 23px 0 0 0;
  float: right;
}

.s-nav__name-box {
  display: inline-block;
}

.s-nav__logout-box {
  display: inline-block;
  border-left: 2px solid #767785;
}

.s-nav__logout-box--light {
  border-left: 2px solid #fff;
}

.s-nav__title {
  color: #767785;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 10px 0 15px;
  text-transform: uppercase;
}

.s-nav__title--light {
  color: #fff;
}

.s-nav__text {
  color: #767785;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 10px 0 20px;
  text-transform: uppercase;
}

.s-nav__text--light {
  color: #fff;
}

@media (max-width: 675px) {
  .s-nav__text {
    font-size: 1rem;
  }

  .s-nav__title {
    display: none;
  }

  .s-nav__box--right {
    margin: 30px 10px 0 0;
  }
}

.s-xml__form-container {
  text-align: center;
  margin: 60px auto;
}

.s-xml__form-container form button {
  margin: 0 auto;
  display: block;
}

.s-xml__form-container form input {
  margin: 40px auto;
  display: block;
}

.s-xml__error-container {
  text-align: center;
  margin: 50px auto;
}

h2.lcc-modal__title,
p.lcc-text,
label.lcc-label {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  display: block;
  margin-top: 1rem;
  color: #30606e;
}

.t-container {
  max-width: 1200px;
  margin: 0 auto;
}

