@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
/*! 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;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  h2, h3, h4 {
    page-break-after: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
}
* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

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

html, body, main, header, footer, section,
article, aside, figure, nav, div {
  position: relative;
}

body {
  background-color: transparent;
  color: #313439;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px 0;
  color: #0d0d0e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

h1, ._h1 {
  font-size: 28px;
}

h2, ._h2 {
  font-size: 26px;
}

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

h4, ._h4 {
  font-size: 20px;
}

h5, ._h5 {
  font-size: 18px;
}

h6, ._h6 {
  font-size: 16px;
}

h1 a, ._h1 a,
h2 a, ._h2 a,
h3 a, ._h3 a,
h4 a, ._h4 a,
h5 a, ._h5 a,
h6 a, ._h6 a {
  color: inherit;
}

p {
  margin: 0 0 24px 0;
}

a {
  color: #1f4c75;
  cursor: pointer;
}
a:hover {
  color: #d75c24;
}

ul, ol {
  margin: 0 0 24px 24px;
  padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0 0 0 24px;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

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

dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 24px;
}

blockquote {
  margin: 0 0 24px 48px;
}

hr {
  margin: -1px 0 24px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

figure {
  margin: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a img {
  border: none;
}

pre, code, samp, var, kbd {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 87.5%;
}

pre {
  display: block;
  margin: 0 0 24px 0;
  padding: 1rem;
  background: #f8f8f8;
  color: rgba(49, 52, 57, 0.85);
  line-height: 1.5;
  overflow: none;
  white-space: pre-wrap;
}

mark, code, samp, kbd {
  position: relative;
  padding: 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85);
}

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  margin: 0 0 24px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  text-align: left;
}

form {
  margin: 0 0 24px 0;
}

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

textarea {
  resize: none;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  bottom: 1px;
  margin-right: 2px;
}

input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button {
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

._display-block {
  display: block;
}

._display-inline-block {
  display: inline-block;
}

._invisible {
  visibility: hidden;
}

._visible {
  visibility: visible;
}

._hide {
  display: none !important;
}

@media (max-width: 768px) {
  ._hide-sm {
    display: none !important;
  }
}
@media (min-width: 769px) {
  ._show-sm {
    display: none !important;
  }
}
@media print {
  ._hide-print {
    display: none !important;
  }

  ._show-print {
    display: block !important;
  }
}
._no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

._video {
  position: relative;
  height: 0;
  margin-bottom: 24px;
  padding-bottom: 56.25%;
}
._video iframe, ._video object, ._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

._mb0 {
  margin-bottom: 0px !important;
}

._mb5 {
  margin-bottom: 5px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mb15 {
  margin-bottom: 15px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mb25 {
  margin-bottom: 25px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mb35 {
  margin-bottom: 35px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._mb45 {
  margin-bottom: 45px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._mb55 {
  margin-bottom: 55px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._mb65 {
  margin-bottom: 65px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._mb75 {
  margin-bottom: 75px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._mb85 {
  margin-bottom: 85px !important;
}

._mb90 {
  margin-bottom: 90px !important;
}

._mb95 {
  margin-bottom: 95px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._group:after {
  content: "";
  display: table;
  clear: both;
}

._float-right {
  float: right;
}

._float-left {
  float: left;
}

@media (max-width: 768px) {
  ._float-right {
    float: none;
  }

  ._float-left {
    float: none;
  }
}
._fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

._middle {
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._w15 {
  width: 15%;
}

._w20 {
  width: 20%;
}

._w25 {
  width: 25%;
}

._w30 {
  width: 30%;
}

._w35 {
  width: 35%;
}

._w40 {
  width: 40%;
}

._w45 {
  width: 45%;
}

._w50 {
  width: 50%;
}

._w55 {
  width: 55%;
}

._w60 {
  width: 60%;
}

._w65 {
  width: 65%;
}

._w70 {
  width: 70%;
}

._w75 {
  width: 75%;
}

._w80 {
  width: 80%;
}

._w85 {
  width: 85%;
}

._w90 {
  width: 90%;
}

._w95 {
  width: 95%;
}

._w100 {
  width: 100%;
}

._w-auto {
  width: auto;
}

._h100 {
  height: 100%;
}

._h-auto {
  height: auto;
}

@media (max-width: 768px) {
  ._w5-xs {
    width: 5%;
  }

  ._w10-xs {
    width: 10%;
  }

  ._w15-xs {
    width: 15%;
  }

  ._w20-xs {
    width: 20%;
  }

  ._w25-xs {
    width: 25%;
  }

  ._w30-xs {
    width: 30%;
  }

  ._w35-xs {
    width: 35%;
  }

  ._w40-xs {
    width: 40%;
  }

  ._w45-xs {
    width: 45%;
  }

  ._w50-xs {
    width: 50%;
  }

  ._w55-xs {
    width: 55%;
  }

  ._w60-xs {
    width: 60%;
  }

  ._w65-xs {
    width: 65%;
  }

  ._w70-xs {
    width: 70%;
  }

  ._w75-xs {
    width: 75%;
  }

  ._w80-xs {
    width: 80%;
  }

  ._w85-xs {
    width: 85%;
  }

  ._w90-xs {
    width: 90%;
  }

  ._w95-xs {
    width: 95%;
  }

  ._w100-xs {
    width: 100%;
  }
}
._tal,
._text-left {
  text-align: left;
}

._tac,
._text-center {
  text-align: center;
}

._tar,
._text-right {
  text-align: right;
}

ul._unstyled {
  margin-left: 0;
}
ul._unstyled, ul._unstyled ul {
  list-style: none;
}

._monospace {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

._upper {
  text-transform: uppercase;
}

._lower {
  text-transform: lowercase;
}

._italic {
  font-style: italic !important;
}

._strong {
  font-weight: 700 !important;
}

._normal {
  font-weight: normal !important;
}

._muted {
  opacity: 0.55;
}

a._muted {
  color: #313439;
}
a._muted:hover {
  opacity: 1;
}

._small {
  font-size: 14px;
}

._nowrap,
._nowrap td {
  white-space: nowrap;
}

._columns-2,
._columns-3,
._columns-4 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

._columns-2 {
  -moz-column-count: 2;
       column-count: 2;
}

._columns-3 {
  -moz-column-count: 3;
       column-count: 3;
}

._columns-4 {
  -moz-column-count: 4;
       column-count: 4;
}

.Button {
  display: inline-block;
  height: 36px;
  margin-right: 5px;
  padding: 0 12px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #1f4c75;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  transition: background 200ms ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Button:last-child {
  margin-right: 0;
}
.Button:hover {
  background-color: #14324d;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.Button._rounded {
  border-radius: 18px;
}
.Button._upper {
  font-size: 12px;
  letter-spacing: 1px;
}
.Button:disabled, .Button._disabled {
  opacity: 0.7;
  color: white;
  cursor: default;
}
.Button:disabled:hover, .Button._disabled:hover {
  background-color: #1f4c75;
}
.Button._outline, .Button._outline:disabled, .Button._outline._disabled {
  border: 2px solid #1f4c75;
  background: none;
  color: #1f4c75;
}
.Button._outline:hover {
  border-color: #0a1824;
  color: #0a1824;
}
.Button._outline:hover:disabled, .Button._outline:hover._disabled {
  border-color: #1f4c75;
  color: #1f4c75;
}
.Button._secondary {
  background-color: #313439;
  color: #ffffff;
}
.Button._secondary:hover {
  background-color: #191b1e;
  color: #ffffff;
}
.Button._secondary:disabled:hover, .Button._secondary._disabled:hover {
  background-color: #313439;
}
.Button._secondary._outline, .Button._secondary._outline:disabled, .Button._secondary._outline._disabled {
  border-color: #313439;
  background: none;
  color: #313439;
}
.Button._secondary._outline:hover {
  border-color: #020202;
  color: #020202;
}
.Button._secondary._outline:hover:disabled, .Button._secondary._outline:hover._disabled {
  border-color: #313439;
  color: #313439;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=hidden],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=range],
textarea,
select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=hidden]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=range]:focus,
textarea:focus,
select:focus {
  border-color: #1c86f2;
}
input[type=color]._error,
input[type=date]._error,
input[type=datetime-local]._error,
input[type=email]._error,
input[type=hidden]._error,
input[type=month]._error,
input[type=number]._error,
input[type=password]._error,
input[type=search]._error,
input[type=tel]._error,
input[type=text]._error,
input[type=time]._error,
input[type=url]._error,
input[type=week]._error,
input[type=range]._error,
textarea._error,
select._error {
  border-color: #ee5253;
}
input[type=color]._success,
input[type=date]._success,
input[type=datetime-local]._success,
input[type=email]._success,
input[type=hidden]._success,
input[type=month]._success,
input[type=number]._success,
input[type=password]._success,
input[type=search]._success,
input[type=tel]._success,
input[type=text]._success,
input[type=time]._success,
input[type=url]._success,
input[type=week]._success,
input[type=range]._success,
textarea._success,
select._success {
  border-color: #2ecc71;
}
input[type=color]:disabled, input[type=color]._disabled,
input[type=date]:disabled,
input[type=date]._disabled,
input[type=datetime-local]:disabled,
input[type=datetime-local]._disabled,
input[type=email]:disabled,
input[type=email]._disabled,
input[type=hidden]:disabled,
input[type=hidden]._disabled,
input[type=month]:disabled,
input[type=month]._disabled,
input[type=number]:disabled,
input[type=number]._disabled,
input[type=password]:disabled,
input[type=password]._disabled,
input[type=search]:disabled,
input[type=search]._disabled,
input[type=tel]:disabled,
input[type=tel]._disabled,
input[type=text]:disabled,
input[type=text]._disabled,
input[type=time]:disabled,
input[type=time]._disabled,
input[type=url]:disabled,
input[type=url]._disabled,
input[type=week]:disabled,
input[type=week]._disabled,
input[type=range]:disabled,
input[type=range]._disabled,
textarea:disabled,
textarea._disabled,
select:disabled,
select._disabled {
  resize: none;
  opacity: 0.7;
  cursor: default;
  color: #aaa;
}

input[type=search], input._search {
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: 12px 53%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%23000' fill-opacity='0.4' d='M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z'/%3E%3C/svg%3E");
}

textarea {
  padding: 12px;
  height: 84px;
  line-height: 1.5;
}

select {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12'><path fill='%235e6c75' d='M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select[multiple] {
  padding: 12px;
  height: 84px;
  background-image: none;
}

.Form {
  margin-bottom: 24px;
}
.Form .form-item,
.Form .form-group {
  margin-bottom: 12px;
}
.Form .form-item label,
.Form .form-group label {
  display: block;
  margin-bottom: 6px;
  color: #313439;
  font-size: 14px;
  line-height: 1;
}
.Form .form-item > div,
.Form .form-group > div {
  display: flex;
  flex-direction: row;
}
.Form .form-item > div label,
.Form .form-group > div label {
  width: 100%;
  margin-bottom: 0;
  line-height: 24px;
  white-space: nowrap;
}
.Form .form-item > div {
  flex-wrap: wrap;
}
.Form .form-group > div {
  flex-wrap: nowrap;
}
.Form .form-group > div > input {
  width: 1%;
  flex: 1 1 auto;
}
.Form .form-group > div > input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.Form .form-group > div > input:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.Form .form-group > div > .prepend,
.Form .form-group > div > .append {
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background-color: #f8f8f8;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  white-space: nowrap;
}
.Form .form-group > div > .prepend {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.Form .form-group > div > .append {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.Form .form-buttons a {
  font-size: 14px;
}
.Form._horizontal .form-item,
.Form._horizontal .form-group,
.Form._horizontal .form-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.Form._horizontal .form-item > label,
.Form._horizontal .form-group > label,
.Form._horizontal .form-buttons > label {
  width: 30%;
  line-height: 36px;
}
.Form._horizontal .form-item > div,
.Form._horizontal .form-group > div,
.Form._horizontal .form-buttons > div {
  width: 70%;
}
.Form._horizontal .form-buttons > div {
  margin-left: 30%;
}
.Form._inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.Form._inline .form-item,
.Form._inline .form-group,
.Form._inline .form-buttons {
  flex: 1 1 auto;
  margin-right: 24px;
  margin-bottom: 0;
}
.Form._inline .form-item > div,
.Form._inline .form-group > div,
.Form._inline .form-buttons > div {
  flex-wrap: nowrap;
}
.Form._inline .form-item > div label,
.Form._inline .form-group > div label,
.Form._inline .form-buttons > div label {
  width: auto;
  margin-right: 12px;
  line-height: 36px;
}
.Form._inline .form-buttons {
  flex: 0 1 auto;
  align-self: flex-end;
  margin-right: 0;
}

@media (max-width: 768px) {
  .Form .form-item > div {
    flex-direction: column;
  }
  .Form .form-item > div label {
    margin-bottom: 6px;
    line-height: 1;
  }
  .Form .form-item > div label:last-child {
    margin-bottom: 0;
  }
  .Form._horizontal .form-item,
.Form._horizontal .form-group,
.Form._horizontal .form-buttons {
    flex-direction: columns;
    flex-wrap: wrap;
  }
  .Form._horizontal .form-item > label,
.Form._horizontal .form-group > label,
.Form._horizontal .form-buttons > label {
    width: 100%;
    line-height: 1;
  }
  .Form._horizontal .form-item > div,
.Form._horizontal .form-group > div,
.Form._horizontal .form-buttons > div {
    width: 100%;
  }
  .Form._horizontal .form-item > div label,
.Form._horizontal .form-group > div label,
.Form._horizontal .form-buttons > div label {
    line-height: 1;
  }
  .Form._horizontal .form-buttons > div {
    margin-left: 0;
  }
  .Form._inline {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .Form._inline .form-item,
.Form._inline .form-group,
.Form._inline .form-buttons {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .Form._inline .form-item > div label,
.Form._inline .form-group > div label,
.Form._inline .form-buttons > div label {
    margin-bottom: 6px;
    line-height: 1;
  }
  .Form._inline .form-item > div label:last-child,
.Form._inline .form-group > div label:last-child,
.Form._inline .form-buttons > div label:last-child {
    margin-bottom: 0;
  }
  .Form._inline .form-buttons {
    align-self: flex-start;
  }
}
.Message {
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 4px;
  background-color: #eee;
  background-position: 12px 14px;
  background-repeat: no-repeat;
  color: #313439;
  font-size: 14px;
}
.Message a {
  color: inherit;
}
.Message p {
  margin-bottom: 0;
}
.Message h1, .Message h2, .Message h3, .Message h4, .Message h5, .Message h6 {
  margin-bottom: 12px;
  color: inherit;
}
.Message._error {
  background-color: #ee5253;
  color: #fff;
}
.Message._success {
  background-color: #2ecc71;
  color: #fff;
}
.Message._warning {
  background-color: #feca57;
  color: #fff;
}
.Message._focus {
  background-color: #1c86f2;
  color: #fff;
}
.Message._with-icon._error, .Message._with-icon._success, .Message._with-icon._warning, .Message._with-icon._focus {
  padding-left: 36px;
}
.Message._with-icon._error {
  background-color: #ee5253;
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle fill='%23FFFFFF' fill-opacity='0.3' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cpath fill='%23FFFFFF' d='M10.1436941,10.9997314 C10.0011903,11.0041563 9.86242105,10.9537726 9.75600832,10.8589723 L7.99043941,9.09698795 L6.29681218,10.7890919 C6.17890274,10.8883798 6.0282597,10.940328 5.87415477,10.9348424 C5.64569534,10.9320566 5.4281949,10.8365578 5.27164314,10.6702952 C5.05082212,10.4506711 5.00186181,10.2330436 5.00086262,10.0912862 C4.99267818,9.94491823 5.04299275,9.80129164 5.14074923,9.69196964 L6.86335297,7.96991695 L5.1847136,6.29478396 C5.0328367,6.14204538 4.90593956,5.66885525 5.30461641,5.27153526 C5.52943418,5.0469197 5.7502552,5 5.89713614,5 C6.07998793,5 6.21687698,5.07187698 6.28382271,5.14075909 L7.99043941,6.84384424 L9.68506582,5.150742 C9.80332963,5.05138817 9.95430577,4.99944786 10.1087224,5.00499146 C10.3377291,5.00753513 10.5557498,5.10346452 10.7122333,5.27053697 C11.0899271,5.64888942 11.0139887,6.07915302 10.8431272,6.24886256 L9.11852504,7.97191353 L10.8541182,9.70494742 C10.921064,9.77283124 11,9.92457154 11,10.128223 C10.997869,10.3563292 10.9021532,10.5735711 10.7352146,10.7291944 C10.5103968,10.9528117 10.290575,10.9997314 10.1436941,10.9997314 Z' id='Icon-Path'%3E%3C/path%3E%3C/svg%3E");
  color: #fff;
}
.Message._with-icon._success {
  background-color: #2ecc71;
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle fill='%23FFFFFF' fill-opacity='0.3' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cpath fill='%23FFFFFF' d='M10.598873,5.24922206 L6.92215529,8.93451021 L5.5080331,7.52038801 C5.29858028,7.27580816 4.96970815,7.16927266 4.65662957,7.24458265 C4.34355099,7.31989263 4.09910602,7.5643376 4.02379604,7.87741618 C3.94848605,8.19049476 4.05502155,8.51936689 4.2996014,8.72881971 L6.31365423,10.751443 C6.47539452,10.91187 6.69435051,11.0013027 6.92215529,11 C7.14699205,10.9990389 7.3624524,10.9097768 7.52208592,10.751443 L11.8073047,6.4662242 C11.9695539,6.3053 12.0608168,6.08624316 12.0608168,5.85772313 C12.0608168,5.62920309 11.9695539,5.41014626 11.8073047,5.24922206 C11.4730255,4.91692598 10.9331522,4.91692598 10.598873,5.24922206 Z' id='Icon-Path' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  color: #fff;
}
.Message._with-icon._warning {
  background-color: #feca57;
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle fill='%23FFFFFF' fill-opacity='0.3' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cpath fill='%23FFFFFF' d='M8,4 C8.55228475,4 9,4.44771525 9,5 L9,8 C9,8.55228475 8.55228475,9 8,9 C7.44771525,9 7,8.55228475 7,8 L7,5 C7,4.44771525 7.44771525,4 8,4 Z M8,10 C8.55228475,10 9,10.4477153 9,11 C9,11.5522847 8.55228475,12 8,12 C7.44771525,12 7,11.5522847 7,11 C7,10.4477153 7.44771525,10 8,10 Z' id='Combined-Shape' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  color: #fff;
}
.Message._with-icon._focus {
  background-color: #1c86f2;
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle fill='%23FFFFFF' fill-opacity='0.3' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cpath fill='%23FFFFFF' d='M8,7 C8.55228475,7 9,7.44771525 9,8 L9,11 C9,11.5522847 8.55228475,12 8,12 C7.44771525,12 7,11.5522847 7,11 L7,8 C7,7.44771525 7.44771525,7 8,7 Z M8,4 C8.55228475,4 9,4.44771525 9,5 C9,5.55228475 8.55228475,6 8,6 C7.44771525,6 7,5.55228475 7,5 C7,4.44771525 7.44771525,4 8,4 Z' id='Combined-Shape' fill-rule='nonzero'%3E%3C/path%3E%3C/svg%3E");
  color: #fff;
}

.Row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.Row > .col {
  flex: 1 1 0%;
}
.Row > .col[class*=" _col-"] {
  flex: 0 1 auto;
}
.Row > .col._col-1 {
  width: 8.3333333333%;
}
.Row > .col._offset-1 {
  margin-left: 8.3333333333%;
}
.Row > .col._col-2 {
  width: 16.6666666667%;
}
.Row > .col._offset-2 {
  margin-left: 16.6666666667%;
}
.Row > .col._col-3 {
  width: 25%;
}
.Row > .col._offset-3 {
  margin-left: 25%;
}
.Row > .col._col-4 {
  width: 33.3333333333%;
}
.Row > .col._offset-4 {
  margin-left: 33.3333333333%;
}
.Row > .col._col-5 {
  width: 41.6666666667%;
}
.Row > .col._offset-5 {
  margin-left: 41.6666666667%;
}
.Row > .col._col-6 {
  width: 50%;
}
.Row > .col._offset-6 {
  margin-left: 50%;
}
.Row > .col._col-7 {
  width: 58.3333333333%;
}
.Row > .col._offset-7 {
  margin-left: 58.3333333333%;
}
.Row > .col._col-8 {
  width: 66.6666666667%;
}
.Row > .col._offset-8 {
  margin-left: 66.6666666667%;
}
.Row > .col._col-9 {
  width: 75%;
}
.Row > .col._offset-9 {
  margin-left: 75%;
}
.Row > .col._col-10 {
  width: 83.3333333333%;
}
.Row > .col._offset-10 {
  margin-left: 83.3333333333%;
}
.Row > .col._col-11 {
  width: 91.6666666667%;
}
.Row > .col._offset-11 {
  margin-left: 91.6666666667%;
}
.Row > .col._col-12 {
  width: 100%;
}
.Row > .col._offset-12 {
  margin-left: 100%;
}
@media (max-width: 768px) {
  .Row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .Row > .col, .Row > .col[class*=" _col-"] {
    width: 100%;
  }
  .Row > .col[class^=_offset-], .Row > .col[class*=" _offset-"] {
    margin-left: 0;
  }
}
.Row._gutters {
  margin-left: -2%;
}
.Row._gutters > .col {
  margin-left: 2%;
}
.Row._gutters > ._col-1 {
  width: calc(8.3333333333% - 2%);
}
.Row._gutters ._offset-1 {
  margin-left: calc(8.3333333333% + 2%);
}
.Row._gutters > ._col-2 {
  width: calc(16.6666666667% - 2%);
}
.Row._gutters ._offset-2 {
  margin-left: calc(16.6666666667% + 2%);
}
.Row._gutters > ._col-3 {
  width: calc(25% - 2%);
}
.Row._gutters ._offset-3 {
  margin-left: calc(25% + 2%);
}
.Row._gutters > ._col-4 {
  width: calc(33.3333333333% - 2%);
}
.Row._gutters ._offset-4 {
  margin-left: calc(33.3333333333% + 2%);
}
.Row._gutters > ._col-5 {
  width: calc(41.6666666667% - 2%);
}
.Row._gutters ._offset-5 {
  margin-left: calc(41.6666666667% + 2%);
}
.Row._gutters > ._col-6 {
  width: calc(50% - 2%);
}
.Row._gutters ._offset-6 {
  margin-left: calc(50% + 2%);
}
.Row._gutters > ._col-7 {
  width: calc(58.3333333333% - 2%);
}
.Row._gutters ._offset-7 {
  margin-left: calc(58.3333333333% + 2%);
}
.Row._gutters > ._col-8 {
  width: calc(66.6666666667% - 2%);
}
.Row._gutters ._offset-8 {
  margin-left: calc(66.6666666667% + 2%);
}
.Row._gutters > ._col-9 {
  width: calc(75% - 2%);
}
.Row._gutters ._offset-9 {
  margin-left: calc(75% + 2%);
}
.Row._gutters > ._col-10 {
  width: calc(83.3333333333% - 2%);
}
.Row._gutters ._offset-10 {
  margin-left: calc(83.3333333333% + 2%);
}
.Row._gutters > ._col-11 {
  width: calc(91.6666666667% - 2%);
}
.Row._gutters ._offset-11 {
  margin-left: calc(91.6666666667% + 2%);
}
.Row._gutters > ._col-12 {
  width: calc(100% - 2%);
}
.Row._gutters ._offset-12 {
  margin-left: calc(100% + 2%);
}
@media (max-width: 768px) {
  .Row._gutters {
    margin-left: 0;
  }
  .Row._gutters .Row {
    margin-left: 0;
  }
  .Row._gutters .col {
    width: auto;
  }
  .Row._gutters .col {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .Row._gutters .col:last-child {
    margin-bottom: 0;
  }
}

.Table {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  empty-cells: show;
}
.Table th {
  vertical-align: bottom;
}
.Table td {
  vertical-align: top;
}
.Table th,
.Table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.Table th:first-child,
.Table td:first-child {
  padding-left: 0;
}
.Table th:last-child,
.Table td:last-child {
  padding-right: 0;
}
.Table tfoot th,
.Table tfoot td {
  color: rgba(49, 52, 57, 0.5);
}
.Table._bordered td, .Table._bordered th {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.Table._striped tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.02);
}
.Table._bordered td:first-child, .Table._bordered th:first-child, .Table._striped td:first-child, .Table._striped th:first-child {
  padding-left: 12px;
}
.Table._bordered td:last-child, .Table._bordered th:last-child, .Table._striped td:last-child, .Table._striped th:last-child {
  padding-right: 12px;
}
.Table._unstyled td, .Table._unstyled th {
  border: none;
  padding: 0;
}
.Table tr._align-middle td,
.Table td._align-middle {
  vertical-align: middle;
}

.App-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #1f4c75 0%, #1f4c75 100%);
  z-index: 100;
}
.App-header .logo {
  padding: 5px 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}
.App-header .menu {
  flex: 1 1 auto;
  margin: 0 40px 0 0;
}
.App-header .menu ul li {
  position: relative;
  float: left;
}
.App-header .menu ul li._last {
  float: right;
  margin-right: 0;
}
.App-header .menu ul li._last > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.App-header .menu ul li._last > ul {
  left: auto;
  right: 0;
  width: 100%;
  min-width: 170px;
}
.App-header .menu ul li._last > ul::before {
  left: auto;
  right: 20px;
}
.App-header .menu ul li:hover > a {
  opacity: 1;
}
.App-header .menu ul li:hover ul {
  display: block;
}
.App-header .menu ul li a {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  opacity: 0.8;
}
.App-header .menu ul li hr {
  margin: 8px 0;
}
.App-header .menu ul li > ul {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  width: 220px;
  padding: 10px 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.App-header .menu ul li > ul::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
.App-header .menu ul li > ul li {
  float: none;
}
.App-header .menu ul li > ul li a {
  color: #1f4c75;
  line-height: 36px;
}
.App-header .menu ul li > ul li a:hover {
  color: #1f4c75;
}

.Card {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.Card .buttons {
  position: absolute;
  top: 36px;
  right: 40px;
}

.Table a {
  text-decoration: none;
}
.Table .actions {
  margin: 0;
  list-style: none;
  text-align: right;
}
.Table .actions li {
  display: inline-block;
  margin-left: 4px;
}
.Table .actions li a {
  font-weight: 500;
  text-decoration: none;
}

.Login {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
}
.Login > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: perspective(1px) translateX(-50%) translateY(-50%);
  margin: 0;
  width: 400px;
}
.Login .Form {
  margin: 0;
}

.container {
  position: relative;
  margin: 100px auto 0;
  width: 1170px;
}

body {
  background-color: #f3f5f8;
}

._bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.status {
  display: block;
  padding: 0 8px;
  max-width: 115px;
  color: #fff;
  background-color: #1f4c75;
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
}
.status._concluido {
  background-color: #7f8081;
}

.galeria {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-left: -10px;
  width: 500px;
}
.galeria a {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 18%;
  width: calc(20% - 10px);
}
