html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bold;
}

/**
* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/
*/
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  accent-color: #000000;
}

:focus {
  outline: 2px solid #0077cc;
  outline-offset: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
}

@supports selector(:focus-visible) {
  :focus {
    outline: none;
  }

  :focus-visible {
    outline: 2px solid #0077cc;
    outline-offset: 0;
  }

  input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline-offset: -2px;
  }
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

[disabled] {
  cursor: default;
}

.as-link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid {
  margin: 0;
}

.grid__cell {
  margin: 0;
  padding: 0;
  background: none;
}

.grid {
  counter-reset: none;
}

.grid__cell {
  position: static;
}
.grid__cell::before {
  content: normal;
  counter-increment: none;
  position: static;
  top: auto;
  left: auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid__cell {
  flex: 0 0 auto;
  width: 100%;
}

.grid--scroll {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.js .grid--scroll {
  overflow-x: hidden;
}
.grid--scroll .grid__cell {
  flex-shrink: 0;
}
.grid--scroll .slick-slide .grid__cell {
  max-width: none;
}

html {
  color: #000000;
  font-family: "Helvetica Neue", helvetica, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 1.5em 0 1em;
  color: #000000;
  font-family: "Helvetica Neue", helvetica, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 1.25em;
}

hr {
  height: 1px;
  margin: 50px 0;
  border: solid #dddddd;
  border-width: 1px 0 0;
  overflow: hidden;
}

blockquote {
  margin: 0 0 1.25em;
  padding: 0;
}
blockquote p {
  margin-bottom: 0;
}

a,
.as-link {
  color: #000000;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.hoverevents a:hover,
.hoverevents .as-link:hover {
  color: #9b26b6;
}

.as-link {
  cursor: pointer;
}

ul,
ol,
dl {
  margin: 0 0 1.25em;
  padding: 0;
  list-style: none;
}

li {
  margin: 0 0 0.3125em;
  padding: 0 0 0 20px;
}

ul li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath d='M0 0h4v4H0z'/%3E%3C/svg%3E%0A");
  background-position: 5px 0.5em;
  background-repeat: no-repeat;
  background-size: 4px 4px;
}

ol {
  counter-reset: item;
}
ol li {
  position: relative;
}
ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}
ol ol li::before {
  content: counter(item, lower-alpha) ".";
}

dt {
  margin: 0;
  font-weight: bold;
}

dd {
  margin: 0 0 0.625em;
  padding: 0;
}

figure {
  margin-bottom: 1.25em;
}

figcaption {
  margin-top: 0.5em;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.btn__text {
  position: relative;
  display: block;
  padding: 8px 20px;
  border: 1px solid transparent;
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.btn:disabled, .btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.hoverevents .btn:hover .btn__text {
  background-color: #9b26b6;
  color: #ffffff;
}

.inp-text, .inp-select {
  display: block;
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 1rem;
  line-height: 20px;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.inp-text:disabled, .inp-select:disabled {
  background-color: #eeeeee;
}
.inp-text:focus, .inp-select:focus {
  border-color: #000000;
}
.has-error .inp-text, .has-error .inp-select {
  border-color: #ff0000;
}

.inp-fix {
  position: relative;
  display: block;
}
.has-error .inp-fix {
  color: #ff0000;
}
.has-warning .inp-fix {
  color: #ffaa00;
}
.has-ok .inp-fix {
  color: #008800;
}

.inp-label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.25em;
}

.inp-select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath d='M10 0L5 5 0 0'/%3E%3C/svg%3E%0A");
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 10px 5px;
}
.inp-select::-ms-expand {
  display: none;
}

.inp-text::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.inp-text:focus::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
textarea.inp-text {
  height: auto;
}

.row-main {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.row-main::before, .row-main::after {
  content: "";
  display: table;
}
.row-main::after {
  clear: both;
}

.grid {
  margin-bottom: -20px;
  margin-left: -20px;
}
.grid__cell {
  position: relative;
  border: 20px solid transparent;
  border-width: 0 0 20px 20px;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
}
.grid__cell--top {
  align-self: flex-start;
}
.grid__cell--middle {
  align-self: center;
}
.grid__cell--bottom {
  align-self: flex-end;
}
.grid__cell--eq {
  display: flex;
}
.grid__cell--eq > * {
  flex: 1 1 auto;
}
.grid--nowrap {
  flex-wrap: nowrap;
}
.grid--middle {
  align-items: center;
}
.grid--bottom {
  align-items: flex-end;
}
.grid--center {
  justify-content: center;
}
.grid--right {
  justify-content: flex-end;
}
.grid--space-between {
  justify-content: space-between;
}

.size--auto {
  width: auto;
}
.size--autogrow {
  flex: 1 0 auto;
  width: auto;
}
.size--1-12 {
  width: 8.3333333333%;
}

.size--2-12 {
  width: 16.6666666667%;
}

.size--3-12 {
  width: 25%;
}

.size--4-12 {
  width: 33.3333333333%;
}

.size--5-12 {
  width: 41.6666666667%;
}

.size--6-12 {
  width: 50%;
}

.size--7-12 {
  width: 58.3333333333%;
}

.size--8-12 {
  width: 66.6666666667%;
}

.size--9-12 {
  width: 75%;
}

.size--10-12 {
  width: 83.3333333333%;
}

.size--11-12 {
  width: 91.6666666667%;
}

.size--12-12 {
  width: 100%;
}

@media (min-width: 480px) {
  .size--auto\@sm {
    width: auto;
  }
  .size--autogrow\@sm {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@sm {
    width: 8.3333333333%;
  }

  .size--2-12\@sm {
    width: 16.6666666667%;
  }

  .size--3-12\@sm {
    width: 25%;
  }

  .size--4-12\@sm {
    width: 33.3333333333%;
  }

  .size--5-12\@sm {
    width: 41.6666666667%;
  }

  .size--6-12\@sm {
    width: 50%;
  }

  .size--7-12\@sm {
    width: 58.3333333333%;
  }

  .size--8-12\@sm {
    width: 66.6666666667%;
  }

  .size--9-12\@sm {
    width: 75%;
  }

  .size--10-12\@sm {
    width: 83.3333333333%;
  }

  .size--11-12\@sm {
    width: 91.6666666667%;
  }

  .size--12-12\@sm {
    width: 100%;
  }
}
@media (min-width: 750px), print {
  .size--auto\@md {
    width: auto;
  }
  .size--autogrow\@md {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@md {
    width: 8.3333333333%;
  }

  .size--2-12\@md {
    width: 16.6666666667%;
  }

  .size--3-12\@md {
    width: 25%;
  }

  .size--4-12\@md {
    width: 33.3333333333%;
  }

  .size--5-12\@md {
    width: 41.6666666667%;
  }

  .size--6-12\@md {
    width: 50%;
  }

  .size--7-12\@md {
    width: 58.3333333333%;
  }

  .size--8-12\@md {
    width: 66.6666666667%;
  }

  .size--9-12\@md {
    width: 75%;
  }

  .size--10-12\@md {
    width: 83.3333333333%;
  }

  .size--11-12\@md {
    width: 91.6666666667%;
  }

  .size--12-12\@md {
    width: 100%;
  }
}
@media (min-width: 1000px), print {
  .size--auto\@lg {
    width: auto;
  }
  .size--autogrow\@lg {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@lg {
    width: 8.3333333333%;
  }

  .size--2-12\@lg {
    width: 16.6666666667%;
  }

  .size--3-12\@lg {
    width: 25%;
  }

  .size--4-12\@lg {
    width: 33.3333333333%;
  }

  .size--5-12\@lg {
    width: 41.6666666667%;
  }

  .size--6-12\@lg {
    width: 50%;
  }

  .size--7-12\@lg {
    width: 58.3333333333%;
  }

  .size--8-12\@lg {
    width: 66.6666666667%;
  }

  .size--9-12\@lg {
    width: 75%;
  }

  .size--10-12\@lg {
    width: 83.3333333333%;
  }

  .size--11-12\@lg {
    width: 91.6666666667%;
  }

  .size--12-12\@lg {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .size--auto\@xl {
    width: auto;
  }
  .size--autogrow\@xl {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xl {
    width: 8.3333333333%;
  }

  .size--2-12\@xl {
    width: 16.6666666667%;
  }

  .size--3-12\@xl {
    width: 25%;
  }

  .size--4-12\@xl {
    width: 33.3333333333%;
  }

  .size--5-12\@xl {
    width: 41.6666666667%;
  }

  .size--6-12\@xl {
    width: 50%;
  }

  .size--7-12\@xl {
    width: 58.3333333333%;
  }

  .size--8-12\@xl {
    width: 66.6666666667%;
  }

  .size--9-12\@xl {
    width: 75%;
  }

  .size--10-12\@xl {
    width: 83.3333333333%;
  }

  .size--11-12\@xl {
    width: 91.6666666667%;
  }

  .size--12-12\@xl {
    width: 100%;
  }
}

.message {
  padding: 15px 20px;
  background: #eeeeee;
}
.message > :last-child {
  margin-bottom: 0;
}
.message--error, .message--ok, .message--warning {
  color: #ffffff;
}
.message--error li::before, .message--ok li::before, .message--warning li::before {
  background-color: #ffffff;
}
.message--error a, .message--ok a, .message--warning a {
  color: #ffffff;
}
.message--error {
  background: #ff0000;
}
.message--ok {
  background: #008800;
}
.message--warning {
  background: #ffaa00;
}

.is-hidden {
  display: none;
}

html {
  box-sizing: border-box;
}

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

body {
  position: relative;
  min-width: 320px;
}

#signature {
  padding: 20px;
  background: #eff3f9;
}

:first-child {
  margin-top: 0;
}

.header {
  margin-bottom: 40px;
  padding: 0 20px;
}
.header__logo {
  display: block;
  margin: 0;
  padding: 20px 0 0;
  font-family: "Helvetica Neue", helvetica, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 1;
}
/*# sourceMappingURL=style.css.map */