/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Life+Savers&display=swap");
/* line 13, src/assets/scss/vendors/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, src/assets/scss/vendors/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, src/assets/scss/vendors/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, src/assets/scss/vendors/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, src/assets/scss/vendors/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, src/assets/scss/vendors/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, src/assets/scss/vendors/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          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.
 */
/* line 92, src/assets/scss/vendors/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, src/assets/scss/vendors/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, src/assets/scss/vendors/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, src/assets/scss/vendors/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, src/assets/scss/vendors/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, src/assets/scss/vendors/_normalize.scss */
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.
 */
/* line 154, src/assets/scss/vendors/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, src/assets/scss/vendors/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, src/assets/scss/vendors/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, src/assets/scss/vendors/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, src/assets/scss/vendors/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, src/assets/scss/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, src/assets/scss/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, src/assets/scss/vendors/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, src/assets/scss/vendors/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, src/assets/scss/vendors/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, src/assets/scss/vendors/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, src/assets/scss/vendors/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, src/assets/scss/vendors/_normalize.scss */
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.
 */
/* line 278, src/assets/scss/vendors/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, src/assets/scss/vendors/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, src/assets/scss/vendors/_normalize.scss */
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.
 */
/* line 312, src/assets/scss/vendors/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, src/assets/scss/vendors/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
/* line 336, src/assets/scss/vendors/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, src/assets/scss/vendors/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, src/assets/scss/vendors/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, src/assets/scss/vendors/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, src/assets/scss/vendors/_normalize.scss */
[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.
 */
/* line 388, src/assets/scss/vendors/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, src/assets/scss/vendors/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[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.
 */
/* line 407, src/assets/scss/vendors/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, src/assets/scss/vendors/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, src/assets/scss/vendors/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, src/assets/scss/vendors/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, src/assets/scss/vendors/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, src/assets/scss/vendors/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, src/assets/scss/base/_base.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, src/assets/scss/base/_base.scss */
body, html {
  margin: 0;
  padding: 0;
}

/* line 10, src/assets/scss/base/_base.scss */
body {
  font-family: "Poppins", sans-serif;
  color: #000241;
  padding: 100px 0 140px 0;
  font-weight: 400;
}

/* line 17, src/assets/scss/base/_base.scss */
.container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

/* line 24, src/assets/scss/base/_base.scss */
main {
  position: relative;
  width: 100%;
}

/* line 29, src/assets/scss/base/_base.scss */
img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

/* line 1, src/assets/scss/layout/_header.scss */
.Header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

/* line 15, src/assets/scss/layout/_header.scss */
.Header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 21, src/assets/scss/layout/_header.scss */
.Header__logo {
  display: block;
  width: auto;
  height: 44px;
}

/* line 27, src/assets/scss/layout/_header.scss */
.Header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 auto;
  padding-top: 0;
}

/* line 33, src/assets/scss/layout/_header.scss */
.Header__menu--item {
  position: relative;
}

/* line 36, src/assets/scss/layout/_header.scss */
.Header__menu--item:not(:last-child) {
  margin-right: 24px;
  padding-right: 24px;
}

/* line 40, src/assets/scss/layout/_header.scss */
.Header__menu--item:not(:last-child):before {
  content: '';
  position: absolute;
  top: 5px;
  right: -3px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fd7e14;
  border-radius: 50%;
}

/* line 53, src/assets/scss/layout/_header.scss */
.Header__menu--item a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000241;
}

/* line 1, src/assets/scss/layout/_footer.scss */
.Footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
}

/* line 10, src/assets/scss/layout/_footer.scss */
.Footer__wrapper {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #d1d1d1;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* line 1, src/assets/scss/components/_button.scss */
.btn, .AvatarGenerator__croppie--button, .AvatarGenerator__result--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0;
  padding: 12px 24px;
  border: 1px solid #fd7e14;
  color: #fd7e14;
  background-color: transparent;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/* line 16, src/assets/scss/components/_button.scss */
.btn:hover, .AvatarGenerator__croppie--button:hover, .AvatarGenerator__result--button:hover {
  background-color: #fd7e14;
  color: #ffffff;
}

/* line 1, src/assets/scss/components/_avatar.scss */
.AvatarGenerator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  width: 100%;
  margin-top: 60px;
}

/* line 7, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__uploadFile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* line 14, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__uploadFile--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  width: auto;
  padding: 12px 24px;
  border: 1px solid #fd7e14;
  color: #fd7e14;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/* line 25, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__uploadFile--label:hover {
  background-color: #fd7e14;
  color: #ffffff;
}

/* line 31, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__uploadFile--input {
  display: none;
}

/* line 36, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__croppie {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36%;
  padding: 0 24px;
  height: auto;
}

/* line 44, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__croppie.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 48, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__croppie--wrapper {
  display: block;
}

/* line 52, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__croppie--button {
  display: none;
}

/* line 59, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 64%;
  padding: 0 24px;
  height: auto;
}

/* line 67, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 71, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 76, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper img {
  position: relative;
  display: block;
  z-index: 2;
}

/* line 83, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}

/* line 92, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}

/* line 101, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange.sizeSignature {
  width: 164px;
  height: 160px;
}

/* line 105, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange.sizeSignature img {
  width: 100%;
}

/* line 109, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange.sizeSignature:before {
  width: 150px;
  height: 160px;
  background-image: url("../img/bck2.png");
}

/* line 115, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange.sizeSignature:after {
  width: 68px;
  height: 100px;
  background-image: url("../img/bck1.png");
}

/* line 122, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange.sizeSite {
  width: 355px;
  height: 355px;
}

/* line 126, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange.sizeSite:before {
  width: 325px;
  height: 355px;
  background-image: url("../img/bck2-big.png");
}

/* line 132, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckOrange.sizeSite:after {
  width: 147px;
  height: 223px;
  background-image: url("../img/bck1-big.png");
}

/* line 141, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckGray.sizeSignature {
  width: 164px;
  height: 160px;
}

/* line 146, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckGray.sizeSite {
  width: 355px;
  height: 355px;
}

/* line 151, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--wrapper.colorBckGray:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 355px;
  height: 355px;
  background-image: url("../img/bck-gray.png");
  z-index: 1;
}

/* line 165, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  width: 360px;
  padding: 24px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-left: 32px;
}

/* line 174, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--options h4 {
  margin: 0 0 12px 0;
}

/* line 178, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--options h5 {
  margin: 12px 0 12px 0;
  font-weight: 400;
}

/* line 184, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__result--button {
  margin-top: auto;
}

/* line 192, src/assets/scss/components/_avatar.scss */
.AvatarGenerator__button button {
  width: 100%;
  margin-bottom: 1rem;
  height: 50px;
  border-radius: 5px;
  border: none;
  padding: 0 20px;
  background: #ff9f1c;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  cursor: pointer;
}

/* line 211, src/assets/scss/components/_avatar.scss */
.block__color {
  display: none;
}

/* line 1, src/assets/scss/components/_tabs.scss */
.tabbed-content {
  position: relative;
  margin: 25px 0;
  overflow: hidden;
}

/* line 7, src/assets/scss/components/_tabs.scss */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  border-bottom: 1px solid #AEA9BA;
}

/* line 15, src/assets/scss/components/_tabs.scss */
.tabs--link {
  display: block;
  padding: 6px 16px;
  border-radius: 2px 2px 0 0;
  margin-bottom: -1px;
  border: 1px solid #AEA9BA;
  cursor: pointer;
}

/* line 23, src/assets/scss/components/_tabs.scss */
.tabs--link:not(:last-child) {
  margin-right: 12px;
}

/* line 27, src/assets/scss/components/_tabs.scss */
.tabs--link.current {
  color: red;
}

/* line 33, src/assets/scss/components/_tabs.scss */
.tabs-wrapper {
  display: block;
  width: 100%;
}

/* line 38, src/assets/scss/components/_tabs.scss */
.tab-content {
  display: none;
  margin-top: 24px;
}

/* line 42, src/assets/scss/components/_tabs.scss */
.tab-content.current {
  display: inherit;
}

/* line 1, src/assets/scss/components/_form.scss */
.SignatureForm {
  max-width: 400px;
  margin: 3rem auto;
}

/* line 5, src/assets/scss/components/_form.scss */
.SignatureForm__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

/* line 10, src/assets/scss/components/_form.scss */
.SignatureForm__label:not(:last-of-type) {
  margin-bottom: 24px;
}

/* line 14, src/assets/scss/components/_form.scss */
.SignatureForm__label--name {
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* line 23, src/assets/scss/components/_form.scss */
.SignatureForm__label--input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
}

/* line 32, src/assets/scss/components/_form.scss */
.SignatureForm__label.checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: nowrap row;
          flex-flow: nowrap row;
}

/* line 36, src/assets/scss/components/_form.scss */
.SignatureForm__label--inputCheckbox {
  margin-right: 14px;
}

/* line 41, src/assets/scss/components/_form.scss */
.SignatureForm__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #d1d1d1;
}

/* line 52, src/assets/scss/components/_form.scss */
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

/* line 59, src/assets/scss/components/_form.scss */
.radio__text {
  display: block;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 300;
}

/* line 67, src/assets/scss/components/_form.scss */
.output {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 86px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 75, src/assets/scss/components/_form.scss */
.ins {
  max-width: 600px;
  margin: 3rem auto;
  background: #eee;
  color: #26346e;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 5px;
}

/* line 84, src/assets/scss/components/_form.scss */
.ins h1 {
  font-size: 18px;
}

/* line 90, src/assets/scss/components/_form.scss */
.ins ol li:not(:last-child) {
  margin-bottom: 8px;
}

/* line 94, src/assets/scss/components/_form.scss */
.ins ol li ol, .ins ol li ul {
  margin-top: 12px;
}

/* line 101, src/assets/scss/components/_form.scss */
.selectAll {
  position: absolute;
  top: -24px;
  right: -90px;
  font-family: 'Life Savers', cursive;
  border: 0;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

/* line 113, src/assets/scss/components/_form.scss */
.selectAll:after {
  content: '';
  position: absolute;
  top: -22px;
  left: -210px;
  display: block;
  width: 200px;
  height: 46px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 127, src/assets/scss/components/_form.scss */
.selectAll:focus {
  outline: none;
}

/* line 1, src/assets/scss/components/_info.scss */
.Info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px dashed #d1d1d1;
}

/* line 8, src/assets/scss/components/_info.scss */
.Info__list {
  counter-reset: section;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 15, src/assets/scss/components/_info.scss */
.Info__list li {
  counter-increment: section;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

/* line 21, src/assets/scss/components/_info.scss */
.Info__list li:before {
  content: counters(section, ".") ". ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}

/*# sourceMappingURL=../../../scss */