@charset "UTF-8";
/*! 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.
 */
/* line 11, app/assets/stylesheets/vendor/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, app/assets/stylesheets/vendor/normalize.css */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, app/assets/stylesheets/vendor/normalize.css */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, app/assets/stylesheets/vendor/normalize.css */
h1, .t-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.
 */
/* line 53, app/assets/stylesheets/vendor/normalize.css */
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.
 */
/* line 64, app/assets/stylesheets/vendor/normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, app/assets/stylesheets/vendor/normalize.css */
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.
 */
/* line 85, app/assets/stylesheets/vendor/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, app/assets/stylesheets/vendor/normalize.css */
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 105, app/assets/stylesheets/vendor/normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, app/assets/stylesheets/vendor/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, app/assets/stylesheets/vendor/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, app/assets/stylesheets/vendor/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 137, app/assets/stylesheets/vendor/normalize.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, app/assets/stylesheets/vendor/normalize.css */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, app/assets/stylesheets/vendor/normalize.css */
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.
 */
/* line 176, app/assets/stylesheets/vendor/normalize.css */
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 186, app/assets/stylesheets/vendor/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, app/assets/stylesheets/vendor/normalize.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, app/assets/stylesheets/vendor/normalize.css */
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 218, app/assets/stylesheets/vendor/normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, app/assets/stylesheets/vendor/normalize.css */
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.
 */
/* line 240, app/assets/stylesheets/vendor/normalize.css */
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.
 */
/* line 253, app/assets/stylesheets/vendor/normalize.css */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, app/assets/stylesheets/vendor/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, app/assets/stylesheets/vendor/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, app/assets/stylesheets/vendor/normalize.css */
[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 290, app/assets/stylesheets/vendor/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, app/assets/stylesheets/vendor/normalize.css */
[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 308, app/assets/stylesheets/vendor/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, app/assets/stylesheets/vendor/normalize.css */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, app/assets/stylesheets/vendor/normalize.css */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, app/assets/stylesheets/vendor/normalize.css */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, app/assets/stylesheets/vendor/normalize.css */
[hidden] {
  display: none;
}

/* line 9, app/assets/stylesheets/base/_buttons.scss */
.btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #283180;
  border: 1px solid #283180;
  border-radius: 2.5em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 1.125em 2em;
  text-align: center;
  text-decoration: none;
  text-transform: inherit;
  transition: background-color 200ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 34, app/assets/stylesheets/base/_buttons.scss */
.btn:hover, .btn:focus {
  border-color: #535a99;
  background-color: #535a99;
  color: #fff;
}

/* line 41, app/assets/stylesheets/base/_buttons.scss */
.btn:focus {
  outline-offset: -1px;
}

/* line 45, app/assets/stylesheets/base/_buttons.scss */
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 49, app/assets/stylesheets/base/_buttons.scss */
.btn:disabled:hover {
  background-color: #283180;
}

/* line 2, app/assets/stylesheets/base/_inputs.scss */
input[type="checkbox"] {
  accent-color: #1692A1;
}

/* line 5, app/assets/stylesheets/base/_inputs.scss */
input[type="radio"] {
  accent-color: #1692A1;
}

/* line 10, app/assets/stylesheets/base/_forms.scss */
fieldset {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  margin: 0;
  padding: 2em;
  margin-bottom: 2em;
}

/* line 19, app/assets/stylesheets/base/_forms.scss */
legend {
  font-weight: 600;
  padding: 0 1em;
}

/* line 25, app/assets/stylesheets/base/_forms.scss */
label, .label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1em;
}

/* line 32, app/assets/stylesheets/base/_forms.scss */
.required:after {
  content: " *";
}

/* line 34, app/assets/stylesheets/base/_forms.scss */
input,
select,
textarea {
  display: block;
  font-family: inherit;
  font-size: 14px;
}

/* line 44, app/assets/stylesheets/base/_forms.scss */
.has-errors[type='color'], .has-errors[type='date'], .has-errors[type='datetime'], .has-errors[type='datetime-local'], .has-errors[type='email'], .has-errors[type='month'], .has-errors[type='number'], .has-errors[type='password'], .has-errors[type='search'], .has-errors[type='tel'], .has-errors[type='text'], .has-errors[type='time'], .has-errors[type='url'], .has-errors[type='week'], input.has-errors:not([type]), textarea.has-errors,
select.has-errors {
  color: #ED5565;
  border-color: currentColor;
}

/* line 56, app/assets/stylesheets/base/_forms.scss */
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  border-width: 1px;
  box-sizing: border-box;
  margin-bottom: 2em;
  padding: 1em 2em;
  width: 100%;
  line-height: 1.5;
  height: 3.5em;
  transition: border-color 200ms ease;
}

/* line 82, app/assets/stylesheets/base/_forms.scss */
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
select:hover {
  border-color: #aeaeae;
}

/* line 90, app/assets/stylesheets/base/_forms.scss */
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
select:focus {
  border-color: #283180;
  outline: none;
}

/* line 103, app/assets/stylesheets/base/_forms.scss */
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
  border: 1px solid #D9D9D9;
}

/* line 113, app/assets/stylesheets/base/_forms.scss */
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder,
select::placeholder {
  color: #969a9d;
}

/* line 118, app/assets/stylesheets/base/_forms.scss */
textarea {
  resize: vertical;
  height: auto;
}

/* line 123, app/assets/stylesheets/base/_forms.scss */
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 129, app/assets/stylesheets/base/_forms.scss */
[type="file"] {
  margin-bottom: 2em;
  width: 100%;
}

/* line 134, app/assets/stylesheets/base/_forms.scss */
select {
  font-weight: 400;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  padding: 1em 2em;
}

/* line 1, app/assets/stylesheets/base/_layout.scss */
html {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/base/_layout.scss */
* {
  box-sizing: inherit;
}

/* line 10, app/assets/stylesheets/base/_layout.scss */
*::before,
*::after {
  box-sizing: inherit;
}

/* line 15, app/assets/stylesheets/base/_layout.scss */
html,
body {
  height: 100%;
}

/* line 1, app/assets/stylesheets/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/base/_lists.scss */
dl {
  margin: 0;
  margin-bottom: 0.75em;
}

/* line 13, app/assets/stylesheets/base/_lists.scss */
dt {
  color: #283180;
  margin: 0;
  margin-top: 0.75em;
}

/* line 19, app/assets/stylesheets/base/_lists.scss */
dd {
  margin: 0;
}

/* line 1, app/assets/stylesheets/base/_media.scss */
figure {
  margin: 0;
}

/* line 5, app/assets/stylesheets/base/_media.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
  color: transparent;
}

/* line 1, app/assets/stylesheets/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
  empty-cells: show;
  text-align: left;
}

/* line 10, app/assets/stylesheets/base/_tables.scss */
th {
  border-bottom: 1px solid #a3a3a3;
  font-weight: 700;
  padding: 0.75em 0.375em;
}

/* line 17, app/assets/stylesheets/base/_tables.scss */
tbody th,
td {
  border-bottom: 1px solid #D9D9D9;
  padding: 0.75em 0.375em;
}

/* line 23, app/assets/stylesheets/base/_tables.scss */
tr,
td,
th {
  text-align: inherit;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/base/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #50565b;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto Flex", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* line 10, app/assets/stylesheets/base/_typography.scss */
h1, .t-h1,
h2,
.t-h2,
h3,
.t-h3,
h4,
.t-h4,
h5,
.t-h5,
h6,
.t-h6 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility;
}

/* line 25, app/assets/stylesheets/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 29, app/assets/stylesheets/base/_typography.scss */
a {
  color: #1692A1;
  text-decoration: none;
  transition: color 200ms ease;
}

/* line 34, app/assets/stylesheets/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #116e79;
}

/* line 41, app/assets/stylesheets/base/_typography.scss */
i {
  font-style: normal;
}

/* line 6, app/assets/stylesheets/base/extends/_buttons.scss */
.btn-file {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 2em;
  display: block;
  padding: 1em 2em;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  border-width: 1px;
  z-index: 2;
}

/* line 27, app/assets/stylesheets/base/extends/_buttons.scss */
.btn-file > input[type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

/* line 40, app/assets/stylesheets/base/extends/_buttons.scss */
.btn-group {
  display: inline-block;
}

/* line 43, app/assets/stylesheets/base/extends/_buttons.scss */
.btn-group > .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  border-right-color: transparent;
}

/* line 50, app/assets/stylesheets/base/extends/_buttons.scss */
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}

/* line 63, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-ghost,
.btn.btn-other,
.btn.btn-secondary,
.btn.btn-burazer {
  border-color: #D9D9D9;
  color: #50565b;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 72, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-ghost:hover, .btn.btn-ghost:focus,
.btn.btn-other:hover,
.btn.btn-other:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-burazer:hover,
.btn.btn-burazer:focus {
  border-color: #D9D9D9;
  background-color: rgba(127, 127, 127, 0.2);
}

/* line 78, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-round-icon {
  min-width: 3.404em;
  padding: 0.703em 0em;
  border-color: transparent;
}

/* line 99, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-cancel,
.btn.btn-delete,
.btn.btn-warning {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: #e16975;
  border-color: currentColor;
}

/* line 108, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-cancel:hover, .btn.btn-cancel:focus,
.btn.btn-delete:hover,
.btn.btn-delete:focus,
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  border-color: #e16975;
  background-color: #e16975;
  color: #FFF;
}

/* line 116, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-link {
  border-color: transparent;
  background-color: transparent;
  color: #1692A1;
  font-weight: 700;
  transition: color 200ms ease;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
}

/* line 127, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover {
  color: #0d555e;
  text-decoration: underline;
  border-color: transparent;
  background-color: transparent;
}

/* line 141, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-text {
  border-color: transparent;
  color: #50565b;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 147, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-text:hover, .btn.btn-text:focus {
  background-color: rgba(127, 127, 127, 0.2);
}

/* line 169, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn--auto {
  min-width: auto;
}

/* line 181, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn--wide {
  display: block;
  width: 100%;
}

/* line 186, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-small,
.btn.btn--small {
  padding: 0.8em 1.5em;
}

/* line 192, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-mini,
.btn.btn--mini {
  padding: 0.4em 0.7em;
}

/* line 198, app/assets/stylesheets/base/extends/_buttons.scss */
button.t-text {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: inherit;
  font-weight: inherit;
}

/* line 208, app/assets/stylesheets/base/extends/_buttons.scss */
.btn.btn-icon {
  padding: 0;
  height: 47.5px;
  width: 47.5px;
  min-width: auto;
  border-color: transparent;
  background-color: transparent;
}

@media (min-width: 768px) {
  /* line 222, app/assets/stylesheets/base/extends/_buttons.scss */
  .btn {
    min-width: 10em;
  }
  /* line 227, app/assets/stylesheets/base/extends/_buttons.scss */
  .btn-small,
.btn--small {
    min-width: 7em;
  }
  /* line 232, app/assets/stylesheets/base/extends/_buttons.scss */
  .btn-mini,
.btn--mini {
    min-width: 5em;
  }
  /* line 237, app/assets/stylesheets/base/extends/_buttons.scss */
  .btn-auto,
.btn-group > .btn {
    min-width: auto;
  }
}

/* line 20, ../../../.rbenv/versions/3.1.7/lib/ruby/gems/3.1.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.control-actions::after {
  clear: both;
  content: "";
  display: block;
}

/* line 3, app/assets/stylesheets/base/extends/_forms.scss */
.control-actions:not(:last-child) {
  margin-bottom: 2em;
}

/* line 8, app/assets/stylesheets/base/extends/_forms.scss */
.control-actions {
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/base/extends/_forms.scss */
.control-actions .btn + .btn {
  margin-right: 1.5em;
}

/* line 15, app/assets/stylesheets/base/extends/_forms.scss */
.control-actions .btn-primary {
  float: right;
}

/* line 18, app/assets/stylesheets/base/extends/_forms.scss */
.control-actions .btn-secondary {
  float: right;
}

/* line 21, app/assets/stylesheets/base/extends/_forms.scss */
.control-actions .btn-aside {
  float: left;
}

/* line 28, app/assets/stylesheets/base/extends/_forms.scss */
.control-group:not(:last-child) {
  margin-bottom: 2em;
}

/* line 31, app/assets/stylesheets/base/extends/_forms.scss */
.control-group input, .control-group select, .control-group textarea {
  margin-bottom: 0;
}

/* line 35, app/assets/stylesheets/base/extends/_forms.scss */
.control-group--boxed {
  background-color: #F0F0F0;
  border-radius: 8px;
  padding: 1.5rem;
}

/* line 41, app/assets/stylesheets/base/extends/_forms.scss */
.control-group--boxed :last-child {
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/base/extends/_forms.scss */
.slider__group {
  margin-bottom: 2em;
}

/* line 49, app/assets/stylesheets/base/extends/_forms.scss */
.tip-field, .tip-help {
  font-style: italic;
}

/* line 52, app/assets/stylesheets/base/extends/_forms.scss */
small.tip-field {
  position: relative;
  top: -2em;
  left: 2em;
}

/* line 60, app/assets/stylesheets/base/extends/_forms.scss */
select {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2214%22%20viewBox%3D%220%200%2029%2014%22%20width%3D%2229%22%3E%3Cpath%20fill%3D%22%2390A4AE%22%20d%3D%22M9.37727%203.625l5.08154%206.93523L19.54036%203.625%22%2F%3E%3C%2Fsvg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 20px;
}

/* line 73, app/assets/stylesheets/base/extends/_forms.scss */
input:invalid,
select:invalid,
textarea:invalid,
input:not(:focus):invalid,
textarea:not(:focus):invalid,
select:not(:focus):invalid,
div.has-errors,
span.has-errors,
select.has-errors,
input.has-errors {
  box-shadow: inherit;
  color: #ED5565;
  border-color: currentColor;
}

/* line 88, app/assets/stylesheets/base/extends/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: inherit;
  border-color: #283180;
  outline: none;
}

/* line 104, app/assets/stylesheets/base/extends/_forms.scss */
.t-skip-required:focus:invalid {
  color: inherit;
  border-color: #aeaeae;
}

/* line 109, app/assets/stylesheets/base/extends/_forms.scss */
.input-flow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 115, app/assets/stylesheets/base/extends/_forms.scss */
.input-flow.input-flow > input, .input-flow.input-flow > select {
  display: inherit;
  min-width: 0;
}

/* line 120, app/assets/stylesheets/base/extends/_forms.scss */
.input-flow > * + * {
  margin-left: 1.5rem;
}

/* line 28, app/assets/stylesheets/base/extends/_flashes.scss */
.t-soft-notice, .t-success, .flash-success, .flash-notice, .t-error, .flash-error, .t-notice, .flash-alert {
  margin-bottom: 0.75em;
  padding: 1em;
}

/* line 34, app/assets/stylesheets/base/extends/_flashes.scss */
.t-notice, .flash-alert {
  background: #FFECB3;
  color: #8f6b00;
}

/* line 15, app/assets/stylesheets/base/extends/_flashes.scss */
.t-notice a, .flash-alert a {
  color: #5c4500;
  text-decoration: underline;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/base/extends/_flashes.scss */
.t-notice a:hover, .flash-alert a:hover {
  color: #291f00;
}

/* line 23, app/assets/stylesheets/base/extends/_flashes.scss */
.t-notice > p:last-child, .flash-alert > p:last-child {
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/base/extends/_flashes.scss */
.t-error, .flash-error {
  background: #ED5565;
  color: #FFF;
}

/* line 15, app/assets/stylesheets/base/extends/_flashes.scss */
.t-error a, .flash-error a {
  color: #e6e6e6;
  text-decoration: underline;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/base/extends/_flashes.scss */
.t-error a:hover, .flash-error a:hover {
  color: #cccccc;
}

/* line 23, app/assets/stylesheets/base/extends/_flashes.scss */
.t-error > p:last-child, .flash-error > p:last-child {
  margin-bottom: 0;
}

/* line 44, app/assets/stylesheets/base/extends/_flashes.scss */
.flash-notice {
  background: #1692A1;
  color: #FFF;
}

/* line 15, app/assets/stylesheets/base/extends/_flashes.scss */
.flash-notice a {
  color: #e6e6e6;
  text-decoration: underline;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/base/extends/_flashes.scss */
.flash-notice a:hover {
  color: #cccccc;
}

/* line 23, app/assets/stylesheets/base/extends/_flashes.scss */
.flash-notice > p:last-child {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/base/extends/_flashes.scss */
.t-success, .flash-success {
  background: #008525;
  color: #FFF;
}

/* line 15, app/assets/stylesheets/base/extends/_flashes.scss */
.t-success a, .flash-success a {
  color: #e6e6e6;
  text-decoration: underline;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/base/extends/_flashes.scss */
.t-success a:hover, .flash-success a:hover {
  color: #cccccc;
}

/* line 23, app/assets/stylesheets/base/extends/_flashes.scss */
.t-success > p:last-child, .flash-success > p:last-child {
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/base/extends/_lists.scss */
.horizontal-list, .flat-list {
  position: relative;
}

/* line 5, app/assets/stylesheets/base/extends/_lists.scss */
.horizontal-list > li, .flat-list > li {
  display: inline-block;
}

/* line 8, app/assets/stylesheets/base/extends/_lists.scss */
.horizontal-list > li:not(:last-child), .flat-list > li:not(:last-child) {
  margin-right: 0.75em;
}

/* line 32, app/assets/stylesheets/base/extends/_lists.scss */
.horizontal-list--equal {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

/* line 21, app/assets/stylesheets/base/extends/_lists.scss */
.horizontal-list--equal > li {
  display: table-cell;
  text-align: center;
  float: none;
}

/* line 36, app/assets/stylesheets/base/extends/_lists.scss */
.list--list {
  list-style-type: inherit;
}

/* line 38, app/assets/stylesheets/base/extends/_lists.scss */
.list--list > li:not(:last-child) {
  margin-bottom: 0.75em;
}

/* line 43, app/assets/stylesheets/base/extends/_lists.scss */
ul.list--list {
  list-style-type: disc;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

/* line 49, app/assets/stylesheets/base/extends/_lists.scss */
ol.list--list {
  list-style-type: decimal;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

/* line 56, app/assets/stylesheets/base/extends/_lists.scss */
.list--vertical > li:not(:last-child) {
  margin-bottom: 0.75em;
}

/* line 20, ../../../.rbenv/versions/3.1.7/lib/ruby/gems/3.1.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.dl--horizontal::after {
  clear: both;
  content: "";
  display: block;
}

/* line 80, app/assets/stylesheets/base/extends/_lists.scss */
.dl--horizontal > dt {
  float: left;
  clear: left;
  margin-top: 0;
  width: 8em;
}

/* line 86, app/assets/stylesheets/base/extends/_lists.scss */
.dl--horizontal > dd {
  margin-left: 9em;
  margin-bottom: 0.75em;
  /*the same margin-bottom than dt defaults to*/
}

/* line 1, app/assets/stylesheets/base/extends/_typography.scss */
h1, .t-h1 {
  font-size: 32px;
  color: inherit;
}

/* line 6, app/assets/stylesheets/base/extends/_typography.scss */
h2, .t-h2 {
  font-size: 25px;
  color: inherit;
}

/* line 11, app/assets/stylesheets/base/extends/_typography.scss */
h3, .t-h3, h4, .t-h4, h5, .t-h5, h6, .t-h6 {
  font-size: 21px;
  color: inherit;
}

/* line 16, app/assets/stylesheets/base/extends/_typography.scss */
hr {
  border: none;
  background: #D9D9D9;
  height: 1px;
  margin: 1.5em 0;
  border-radius: 1px;
}

/* line 50, app/assets/stylesheets/base/extends/_typography.scss */
p:empty {
  display: none;
}

/* line 57, app/assets/stylesheets/base/extends/_typography.scss */
a {
  font-weight: 500;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 105%;
  font-display: swap;
  src: url(/assets/RobotoFlex/cyrillic-ext-532afc709f6c130d67db262a77afe8f981c95bcc8b5ad30f4a7dffc937641e24.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 105%;
  font-display: swap;
  src: url(/assets/RobotoFlex/cyrillic-332d84825a1a01135ae3d8f195c2f3b2734ffb5ced99668a6fbcc68bfdce8bb6.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 105%;
  font-display: swap;
  src: url(/assets/RobotoFlex/greek-60cfa286842fa9d6d1edf8185a510f9bf5af23a6b4070a8739bfdc0eae19e93b.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 105%;
  font-display: swap;
  src: url(/assets/RobotoFlex/vietnamese-8d116703e40a483ee2a8522f39e17f8260bb4f014759c421dd4e340f65cd625c.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 105%;
  font-display: swap;
  src: url(/assets/RobotoFlex/latin-ext-033cf8b24b54f184e5bcebea5bcdbb60a859504cb2c2b2b4c7bc4c17c0561bdf.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 105%;
  font-display: swap;
  src: url(/assets/RobotoFlex/latin-6c9b46453e32dda46025db7557565fdf22cb2fc72638d72d2b84e66538d884df.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/Poppins/Poppins-400-latin-ext-d83babcfb83b2f49c923bf66fb6c990a73672b96dbfd9f0f2a39ad5358047128.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/Poppins/Poppins-400-latin-effdec1dd64fd67c128f6171af4a39ba773d3304ce1c63b79b6d90797c9851e3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/Poppins/Poppins-500-latin-ext-5b06dae00607b5eaf2b9be80ccab1d2857e4b119407da6cd3915df94053134d9.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/Poppins/Poppins-500-latin-6adcbb12df736315618c82eee791ebf4a0bc7be736d99f1a49fac6b52905c32b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/Poppins/Poppins-600-latin-ext-3710d95fcd21d01b2b97a815a2d8bab6a5192529f334e22d63d6c677affde9bc.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/Poppins/Poppins-600-latin-402db726b45db9b565f14f8624276294dcf93e35997a5217cdb3c6df6ba431c3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/Poppins/Poppins-700-latin-ext-7fe69724f178c7a4a3bb7e8de363a88f6182760f935bce67458686df2535901b.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/Poppins/Poppins-700-latin-717368e893fe5a80f2b6443e352a6b7754e6f1f58e453621d0e24c8c46d20ad9.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* line 19, app/assets/stylesheets/extra/_alerts.scss */
.t-error {
  border-radius: 4px;
}

/* line 26, app/assets/stylesheets/extra/_alerts.scss */
.t-notice {
  border-radius: 4px;
}

/* line 33, app/assets/stylesheets/extra/_alerts.scss */
.t-success {
  border-radius: 4px;
}

/* line 40, app/assets/stylesheets/extra/_alerts.scss */
.t-soft-notice {
  background: #E5FFFF;
  color: #1692A1;
  border-radius: 4px;
}

/* line 15, app/assets/stylesheets/base/extends/_flashes.scss */
.t-soft-notice a {
  color: #106974;
  text-decoration: underline;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/base/extends/_flashes.scss */
.t-soft-notice a:hover {
  color: #0a4147;
}

/* line 23, app/assets/stylesheets/base/extends/_flashes.scss */
.t-soft-notice > p:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
#MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * based on stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 *
 * Usage:
 *
 *   <div class='media'>
 *       <a class='media__img'><img/></a>
 *       <a class='\media__rev'><img/>optional</a>
 *       <div class='media__body'>My name</div>
 *   </div>
 */
/* line 19, app/assets/stylesheets/extra/_media-object.scss */
.media {
  display: block;
}

/* line 20, ../../../.rbenv/versions/3.1.7/lib/ruby/gems/3.1.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.media::after {
  clear: both;
  content: "";
  display: block;
}

/* line 25, app/assets/stylesheets/extra/_media-object.scss */
.media__img {
  float: left;
  margin-right: 1.5em;
}

/* line 31, app/assets/stylesheets/extra/_media-object.scss */
.media__img > img {
  display: block;
}

/* line 37, app/assets/stylesheets/extra/_media-object.scss */
.media__rev {
  float: right;
  margin-left: 1.5em;
}

/* line 41, app/assets/stylesheets/extra/_media-object.scss */
.media__rev > img {
  display: block;
}

/* line 48, app/assets/stylesheets/extra/_media-object.scss */
.media__body {
  overflow: hidden;
  display: block;
}

/* line 54, app/assets/stylesheets/extra/_media-object.scss */
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
#FLAG
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side like the '.media' but vertically aligned
 * based on http://csswizardry.com/2013/05/the-flag-object/
 *
 * Usage:
 *
 *   <div class='flag'>
 *       <a class='flag__img'><img/></a>
 *       <div class='flag__body'>My name</div>
 *   </div>
 *
 *   <div class='flag'>
 *       <div class='flag__body'>My name</div>
 *       <a class='flag__img flag__rev'><img/></a>
 *   </div>
 *
 * Notes:
 * 1. Force `.flag__img` to take up as little space as possible:  https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
 * 2. Fixes problem with images disappearing.
 * 3. Forces the `.flag__body` to take up all remaining space.
 */
/* line 111, app/assets/stylesheets/extra/_media-object.scss */
.flag {
  display: table;
  width: 100%;
  border-spacing: 0;
}

/* line 118, app/assets/stylesheets/extra/_media-object.scss */
.flag__img,
.flag__rev,
.flag__body {
  display: table-cell;
  vertical-align: middle;
}

/* line 137, app/assets/stylesheets/extra/_media-object.scss */
.flag__img {
  width: 1px;
  /* [1] */
  padding-right: 1.5em;
}

/* line 142, app/assets/stylesheets/extra/_media-object.scss */
.flag__img > img {
  display: block;
  max-width: none;
  /* [2] */
}

/* line 148, app/assets/stylesheets/extra/_media-object.scss */
.flag__rev {
  width: 1px;
  /* [1] */
  padding-right: 0;
  padding-left: 1.5em;
}

/* line 154, app/assets/stylesheets/extra/_media-object.scss */
.flag__rev > img {
  display: block;
  max-width: none;
  /* [2] */
}

/* line 161, app/assets/stylesheets/extra/_media-object.scss */
.flag__body {
  width: auto;
  /* [3] */
}

/* line 169, app/assets/stylesheets/extra/_media-object.scss */
.o-media {
  display: flex;
  align-items: center;
}

/* line 173, app/assets/stylesheets/extra/_media-object.scss */
.o-media.o-media--top {
  align-items: flex-start;
}

/* line 177, app/assets/stylesheets/extra/_media-object.scss */
.o-media.o-media--bottom {
  align-items: flex-end;
}

/* line 182, app/assets/stylesheets/extra/_media-object.scss */
.o-media__img {
  margin-right: 1.5em;
}

/* line 185, app/assets/stylesheets/extra/_media-object.scss */
.o-media__img > img {
  display: block;
}

/* line 190, app/assets/stylesheets/extra/_media-object.scss */
.o-media__rev {
  margin-left: 1.5em;
}

/* line 193, app/assets/stylesheets/extra/_media-object.scss */
.o-media__rev > img {
  display: block;
}

/* line 197, app/assets/stylesheets/extra/_media-object.scss */
.o-media__body {
  flex: 1 0 auto;
  min-width: 0;
}

/* line 9, app/assets/stylesheets/v2/_icons.scss */
i.icon {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
}

/* line 19, app/assets/stylesheets/v2/_icons.scss */
.icon-bleed,
.icon-activity_bleed,
.icon-log_bleed {
  background: transparent url(/assets/v2/icons/ic-bleed-dd9bb26fb155b534e16c6626a0471e6f0785e20c924f5c1b8310925ec5562288.svg) no-repeat center center;
}

/* line 25, app/assets/stylesheets/v2/_icons.scss */
.icon-followup_bleed,
.icon-activity_followup_bleed,
.icon-log_followup {
  background: transparent url(/assets/v2/icons/ic-followup-aa24aa12bafd011261790971c1fd21e5f1d161d95560d6afcbc2a9bdaaeea7fc.svg) no-repeat center center;
}

/* line 31, app/assets/stylesheets/v2/_icons.scss */
.icon-infusion,
.icon-activity_infusion,
.icon-log_infusion {
  background: transparent url(/assets/v2/icons/ic-infusion-aa94cc7a6a5ef402f9f243cdc0e7d7acd1580e25b93e7639db59137805083829.svg) no-repeat center center;
}

/* line 37, app/assets/stylesheets/v2/_icons.scss */
.icon-itt_infusion,
.icon-activity_itt_infusion,
.icon-log_itt {
  background: transparent url(/assets/v2/icons/ic-itt-76d71757d3181d4eb065bfbd330738baa26162526b8a4024dfbda96639fa8a44.svg) no-repeat center center;
}

/* line 43, app/assets/stylesheets/v2/_icons.scss */
.icon-skipped_day,
.icon-activity_skipped_day,
.icon-log_skipped {
  background: transparent url(/assets/v2/icons/ic-skipped-ada9f5fe30f62abe4eec93790ef8f754d50891e5737659e49c1b06fb516df847.svg) no-repeat center center;
}

/* line 49, app/assets/stylesheets/v2/_icons.scss */
.icon-note,
.icon-activity_note,
.icon-log_note {
  background: transparent url(/assets/v2/icons/ic-note-b62a4100fc958bedafaf3259ed4f1412525db0f415fcb0627af4919f59b6d4a2.svg) no-repeat center center;
}

/* line 55, app/assets/stylesheets/v2/_icons.scss */
.icon-physical_exercise,
.icon-activity_physical_exercise,
.icon-log_physical_exercise {
  background: transparent url(/assets/v2/icons/ic-exercise-c3572897b28b9b9718efac4407afcab45b6ae9f5e605303163b29eeab034d9af.svg) no-repeat center center;
}

/* line 61, app/assets/stylesheets/v2/_icons.scss */
.icon-activity_message {
  background: transparent url(/assets/v2/icons/ic-message-976bbd50efc0eecbaf76aaf6b69bc558bc63e4b3a1202e5afe252588f77e8c7a.svg) no-repeat center center;
}

/* line 65, app/assets/stylesheets/v2/_icons.scss */
.icon-activity_recharge_request {
  background: transparent url(/assets/v2/icons/ic-factor-f8cc7d225bbf4c01be5361a3186b3b00d54f0bb39ce5bd7bba54f85b370899b4.svg) no-repeat center center;
}

/* line 69, app/assets/stylesheets/v2/_icons.scss */
.icon-info {
  background: transparent url(/assets/v2/icons/ic-info-e3482585d60e56580d724392c114c77e343c8e4d3af57e670ff1abb7cdd9e741.svg) no-repeat center center;
}

/* line 73, app/assets/stylesheets/v2/_icons.scss */
.icon-download_log {
  background: transparent url(/assets/v2/icons/ic-export-81620f7a59c01d94d8c728cc94a778be999f80dc01a42e30faac238c3565920a.svg) no-repeat center center;
}

/* line 76, app/assets/stylesheets/v2/_icons.scss */
.icon-physical_survey {
  background: transparent url(/assets/v2/icons/ic-physical-survey-abb6f34fc1d53a28dcdbf2f2e4849ca7c980b4d6febabdcca481979f690dd172.svg) no-repeat center center;
  background-size: calc(100% - 40px) auto;
}

/* line 93, app/assets/stylesheets/v2/_icons.scss */
.icon-activity_picture,
.icon-log_picture {
  background: transparent url(/assets/v2/icons/ic-camera-51b9495d4aaba43d69572894627c67ad88f8c084d3000fa4874a6d29fd38daee.svg) no-repeat center center;
}

/* line 98, app/assets/stylesheets/v2/_icons.scss */
.icon-picture {
  background: transparent url(/assets/v2/icons/ic-camera-fill-f72c0673f7bf8f25c1f57d9c22c8be26757413a574cb895a9535d6561ebdd439.svg) no-repeat center center;
}

/* line 102, app/assets/stylesheets/v2/_icons.scss */
.icon-text {
  background: transparent url(/assets/v2/icons/ic-text-d1d69224c376eab3d8a7a486c39e109c975b656714747b1aa4db43783aeff94c.svg) no-repeat center center;
}

/* line 106, app/assets/stylesheets/v2/_icons.scss */
.icon-prescribed_taken {
  background: transparent url(/assets/v2/icons/ic-alarm-taken-f720a85558b06d27d6dfc6935eeefe7d4d49cf312bec99e038b2843e7c433656.svg) no-repeat center center;
}

/* line 110, app/assets/stylesheets/v2/_icons.scss */
.icon-prescribed_missed {
  background: transparent url(/assets/v2/icons/ic-alarm-missed-1b8078470b1b3a1863c9f26c3b6ce31838dfb6ecf02ae8a5bc5aab7ad2b0c0d7.svg) no-repeat center center;
}

/* line 114, app/assets/stylesheets/v2/_icons.scss */
.icon-patients {
  background: transparent url(/assets/v2/icons/ic-patients-32184c9091288a4417e114a3343776a16d259fc1045f23ed9b1284dfed8fb19e.svg) no-repeat center center;
}

/* line 118, app/assets/stylesheets/v2/_icons.scss */
.icon-care_team {
  background: transparent url(/assets/v2/icons/ic-team-732075fa88a77c7d023c38f00a625fe4bd6e087dcf818434f95587b1e1323b7e.svg) no-repeat center center;
}

/* line 134, app/assets/stylesheets/v2/_icons.scss */
.icon-back {
  background: transparent url(/assets/v2/icons/ic-back-bc61ead97fe58c4f00c1b6739a78a4799e901eaf0d1f8b043faec34b31ca6567.svg) no-repeat center center;
}

/* line 137, app/assets/stylesheets/v2/_icons.scss */
.icon-tune {
  background: transparent url(/assets/v2/icons/ic-tune-0721ade6256b635b5fa8244d1043f4dbeda65c279530a338f35180fbf1e40d3b.svg) no-repeat center center;
}

/* line 153, app/assets/stylesheets/v2/_icons.scss */
.icon-more {
  background: transparent url(/assets/v2/icons/ic-more-26b51815239c195f291c97a03ff2841b2893782bc3cf69457eb4165726122863.svg) no-repeat center center;
}

/* line 159, app/assets/stylesheets/v2/_icons.scss */
.icon-bleedstats {
  background: transparent url(/assets/v2/icons/ic-bleedstats-275222d0f3d26c6cca346239dae1929f5a1ec09f5b1618429a7372497014b625.svg) no-repeat center center;
}

/* line 162, app/assets/stylesheets/v2/_icons.scss */
.icon-adherencestats {
  background: transparent url(/assets/v2/icons/ic-adherencestats-48f36938605396d089ca6fb5d27743544ff2bc8979b48c544f1363daec497a9b.svg) no-repeat center center;
}

/* line 165, app/assets/stylesheets/v2/_icons.scss */
.icon-infusionsstats {
  background: transparent url(/assets/v2/icons/ic-infusionsstats-628c2acf47b3d016bdf1d9a68c07917dfbb46c6a24c98699bcf95b9829fabff0.svg) no-repeat center center;
}

/* line 168, app/assets/stylesheets/v2/_icons.scss */
.icon-unitsstats {
  background: transparent url(/assets/v2/icons/ic-unitsstats-3578c2829f5cb606d583e626de6519e92996fe233b794851906834da409b9477.svg) no-repeat center center;
}

/* line 171, app/assets/stylesheets/v2/_icons.scss */
.icon-nextreminder {
  background: transparent url(/assets/v2/icons/ic-notifications-de086231b93eba1245507af0667f8a9ea73f8e8e4518917bde42b8af781f3445.svg) no-repeat center center;
}

/* line 177, app/assets/stylesheets/v2/_icons.scss */
.icon-male {
  background: transparent url(/assets/v2/icons/ic-gender-male-3d459947d7058ec62a0ddfb477d262b2b3282326d29f24cb0a7b8c1ec0ccd919.svg) no-repeat center center;
}

/* line 181, app/assets/stylesheets/v2/_icons.scss */
.icon-female {
  background: transparent url(/assets/v2/icons/ic-gender-female-65068417dfbb1e8d695ef835c8b2474332165d29c3ccb169438259fa13ed4cb2.svg) no-repeat center center;
}

/* line 185, app/assets/stylesheets/v2/_icons.scss */
.icon-message-new {
  background: transparent url(/assets/v2/icons/ic-dot-fill-33069bd827d61b54266a4ff99fd3f2a972a1c73d8256f192b8f6004d21349ee4.svg) no-repeat center center;
}

/* line 189, app/assets/stylesheets/v2/_icons.scss */
.icon-message-read {
  background: transparent url(/assets/v2/icons/ic-check-ok-fill-62401899d4efc51e538bd752c0c299634c64b19efe8b7ad3f2578902696f28e7.svg) no-repeat center center;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
/* line 36, app/assets/stylesheets/v2/_pikaday.scss */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  background: #fff;
}

/* line 42, app/assets/stylesheets/v2/_pikaday.scss */
.pika-single.is-hidden {
  display: none;
}

/* line 46, app/assets/stylesheets/v2/_pikaday.scss */
.pika-single.is-bound {
  position: absolute;
  border: 1px solid #ccc;
  box-shadow: 2px 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 58, app/assets/stylesheets/v2/_pikaday.scss */
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

/* line 64, app/assets/stylesheets/v2/_pikaday.scss */
.pika-single:after {
  clear: both;
}

/* line 67, app/assets/stylesheets/v2/_pikaday.scss */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 73, app/assets/stylesheets/v2/_pikaday.scss */
.pika-title {
  position: relative;
  text-align: center;
}

/* line 77, app/assets/stylesheets/v2/_pikaday.scss */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

/* line 88, app/assets/stylesheets/v2/_pikaday.scss */
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 1.25em;
  line-height: 20px;
  font-weight: 600;
}

/* line 101, app/assets/stylesheets/v2/_pikaday.scss */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  text-indent: 21px;
  margin: 5px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 122, app/assets/stylesheets/v2/_pikaday.scss */
.pika-prev:hover,
.pika-next:hover {
  background-color: transparent;
}

/* line 126, app/assets/stylesheets/v2/_pikaday.scss */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 132, app/assets/stylesheets/v2/_pikaday.scss */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

/* line 140, app/assets/stylesheets/v2/_pikaday.scss */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

/* line 148, app/assets/stylesheets/v2/_pikaday.scss */
.pika-select {
  display: inline-block;
}

/* line 153, app/assets/stylesheets/v2/_pikaday.scss */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  text-align: center;
  font-size: 12px;
}

/* line 160, app/assets/stylesheets/v2/_pikaday.scss */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
  border: none;
  font-weight: 400;
}

/* line 168, app/assets/stylesheets/v2/_pikaday.scss */
.pika-table th {
  color: #999;
  line-height: 25px;
  text-transform: uppercase;
}

/* line 174, app/assets/stylesheets/v2/_pikaday.scss */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/v2/_pikaday.scss */
.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

/* line 204, app/assets/stylesheets/v2/_pikaday.scss */
.pika-button:hover {
  color: #666;
  background-color: #EEE;
}

/* line 209, app/assets/stylesheets/v2/_pikaday.scss */
.is-selected .pika-button {
  color: #FFF;
  background: transparent url(/assets/v2/icons/ic-day-selected-33069bd827d61b54266a4ff99fd3f2a972a1c73d8256f192b8f6004d21349ee4.svg) no-repeat center center;
  background-size: cover;
}

/* line 215, app/assets/stylesheets/v2/_pikaday.scss */
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #D9D9D9;
}

/* line 8, app/assets/stylesheets/v2/_checkbox-switch.scss */
.checkbox-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  transition: transform 0.4s, background 0.4s;
  margin: 0 auto;
  display: inline-block;
  border-radius: 26px;
  background: white;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  width: 39px;
  height: 26px;
  outline: 0;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/v2/_checkbox-switch.scss */
.checkbox-switch:checked, .checkbox-switch.checked {
  background: #283180;
  box-shadow: inset 0 0 0 15px #283180;
  transition: all 0.25s;
}

/* line 33, app/assets/stylesheets/v2/_checkbox-switch.scss */
.checkbox-switch::before {
  content: '';
  transition: all 0.3s;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: auto;
  transform: translate(0, 0);
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 40px;
  background: #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.06), 0 6px 10px 0 rgba(0, 0, 0, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.07), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.11);
}

/* line 50, app/assets/stylesheets/v2/_checkbox-switch.scss */
.checkbox-switch:checked::before, .checkbox-switch.checked::before {
  transform: translate(13px, 0);
}

/* line 56, app/assets/stylesheets/v2/_checkbox-switch.scss */
.checkbox-switch {
  margin-bottom: 2em;
}

/* line 60, app/assets/stylesheets/v2/_checkbox-switch.scss */
label > .checkbox-switch {
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/v2/_checkbox-switch.scss */
.slider__tip {
  font-size: 12px;
  color: #999999;
  font-style: italic;
}

/* line 72, app/assets/stylesheets/v2/_checkbox-switch.scss */
.slider--aligned > .checkbox-switch {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

/* line 77, app/assets/stylesheets/v2/_checkbox-switch.scss */
.slider--aligned > .slider__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  min-width: 20rem;
  max-width: 100%;
}

/* line 83, app/assets/stylesheets/v2/_checkbox-switch.scss */
.slider--aligned > .slider__text:not(:first-child) {
  margin-left: 1em;
}

/* line 86, app/assets/stylesheets/v2/_checkbox-switch.scss */
.slider--aligned > .slider__text:not(:last-child) {
  margin-right: 1em;
}

/* line 90, app/assets/stylesheets/v2/_checkbox-switch.scss */
.slider--aligned .slider__tip {
  display: block;
  margin: 0;
}

/* line 96, app/assets/stylesheets/v2/_checkbox-switch.scss */
span.slider__tip {
  display: inline-block;
  margin: 0 0.5em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 106, app/assets/stylesheets/v2/_checkbox-switch.scss */
  .checkbox-switch.checkbox-switch {
    background-color: transparent;
    box-shadow: none;
    transform: translate(0, 0);
    border-radius: 0;
    height: 21px;
    width: 21px;
  }
  /* line 115, app/assets/stylesheets/v2/_checkbox-switch.scss */
  .checkbox-switch::before {
    display: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  /* line 122, app/assets/stylesheets/v2/_checkbox-switch.scss */
  .checkbox-switch.checkbox-switch {
    background-color: transparent;
    box-shadow: none;
    transform: translate(0, 0);
    border-radius: 0;
    height: 21px;
    width: 21px;
  }
  /* line 131, app/assets/stylesheets/v2/_checkbox-switch.scss */
  .checkbox-switch::before {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/v2/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/v2/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 16, app/assets/stylesheets/v2/_modal.scss */
.modal.fade .modal-dialog {
  transform: scale(0);
}

/* line 21, app/assets/stylesheets/v2/_modal.scss */
.modal.in .modal-dialog {
  transform: scale(1);
}

/* line 25, app/assets/stylesheets/v2/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 29, app/assets/stylesheets/v2/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.5em;
  transition: transform .3s ease-out;
}

/* line 35, app/assets/stylesheets/v2/_modal.scss */
.modal-content {
  position: relative;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  max-height: 600px;
  max-height: 90vh;
  overflow: auto;
}

/* line 49, app/assets/stylesheets/v2/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 57, app/assets/stylesheets/v2/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 61, app/assets/stylesheets/v2/_modal.scss */
.modal-backdrop.in {
  opacity: .5;
}

/* line 69, app/assets/stylesheets/v2/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 77, app/assets/stylesheets/v2/_modal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 81, app/assets/stylesheets/v2/_modal.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 84, app/assets/stylesheets/v2/_modal.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 89, app/assets/stylesheets/v2/_modal.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 102, app/assets/stylesheets/v2/_modal.scss */
.modal-header {
  padding: 1.5em;
}

/* line 107, app/assets/stylesheets/v2/_modal.scss */
.modal-body {
  position: relative;
  padding: 1.5em;
}

/* line 112, app/assets/stylesheets/v2/_modal.scss */
.modal-footer {
  padding: 1.5em;
}

/* line 118, app/assets/stylesheets/v2/_modal.scss */
.modal-title {
  margin-bottom: 0;
}

/* line 123, app/assets/stylesheets/v2/_modal.scss */
.modal-header .close {
  float: right;
  font-size: 21px;
  line-height: 1;
  margin-top: -2px;
  color: #D9D9D9;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 135, app/assets/stylesheets/v2/_modal.scss */
.modal-header .close:hover,
.modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

@media only screen and (min-width: 768px) {
  /* line 15, app/assets/stylesheets/v2/_grid.scss */
  .g-row {
    display: flex;
    flex-flow: row nowrap;
  }
  /* line 20, app/assets/stylesheets/v2/_grid.scss */
  .g-row--fluid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  /* Alignment per row */
  /* line 28, app/assets/stylesheets/v2/_grid.scss */
  .g-row--top {
    align-items: flex-start;
  }
  /* line 31, app/assets/stylesheets/v2/_grid.scss */
  .g-row--bottom {
    align-items: flex-end;
  }
  /* line 34, app/assets/stylesheets/v2/_grid.scss */
  .g-row--center {
    align-items: center;
  }
  /* line 40, app/assets/stylesheets/v2/_grid.scss */
  .g-col:not(:last-child) {
    margin-right: 1.5em;
  }
  /* line 45, app/assets/stylesheets/v2/_grid.scss */
  .g-col--1\/2 {
    flex: 1 1 50%;
  }
  /* line 48, app/assets/stylesheets/v2/_grid.scss */
  .g-col--1\/3 {
    flex: 1 1 33.3%;
  }
  /* line 51, app/assets/stylesheets/v2/_grid.scss */
  .g-col--1\/4 {
    flex: 1 1 25%;
  }
  /* line 63, app/assets/stylesheets/v2/_grid.scss */
  .g-u-1 {
    float: none;
    width: 100%;
  }
  /* line 64, app/assets/stylesheets/v2/_grid.scss */
  .g-u-1\/2 {
    width: 50%;
  }
  /* line 65, app/assets/stylesheets/v2/_grid.scss */
  .g-u-1\/4 {
    width: 25%;
  }
  /* line 66, app/assets/stylesheets/v2/_grid.scss */
  .g-u-3\/4 {
    width: 75%;
  }
  /* line 67, app/assets/stylesheets/v2/_grid.scss */
  .g-u-1\/3 {
    width: 33.3333%;
  }
  /* line 68, app/assets/stylesheets/v2/_grid.scss */
  .g-u-2\/3 {
    width: 66.6667%;
  }
  /* line 70, app/assets/stylesheets/v2/_grid.scss */
  .g-u-1\/5 {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 71, app/assets/stylesheets/v2/_grid.scss */
  .g-u-2\/5 {
    flex-basis: 40%;
    max-width: 40%;
  }
  /* line 72, app/assets/stylesheets/v2/_grid.scss */
  .g-u-3\/5 {
    flex-basis: 60%;
    max-width: 60%;
  }
  /* line 73, app/assets/stylesheets/v2/_grid.scss */
  .g-u-4\/5 {
    flex-basis: 80%;
    max-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 79, app/assets/stylesheets/v2/_grid.scss */
  .g-col:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

/* line 6, app/assets/stylesheets/v2/_global.scss */
#flash {
  position: fixed;
  top: 0;
  right: 14px;
  opacity: 0.9;
  z-index: 9999;
  text-align: center;
  border-radius: 0 0 1em 1em;
  min-width: 200px;
  max-width: 95%;
}

/* line 18, app/assets/stylesheets/v2/_global.scss */
.footnote {
  font-size: 0.8em;
  text-align: right;
}

/* line 23, app/assets/stylesheets/v2/_global.scss */
.disclaimer {
  color: #999999;
  font-size: 12px;
}

/* line 28, app/assets/stylesheets/v2/_global.scss */
.pagination {
  text-align: center;
  margin-bottom: 1.5em;
}

/* line 33, app/assets/stylesheets/v2/_global.scss */
textarea {
  border-width: 1px;
}

/* line 37, app/assets/stylesheets/v2/_global.scss */
legend {
  color: #283180;
  font-size: 21px;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

/* line 45, app/assets/stylesheets/v2/_global.scss */
.t-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, app/assets/stylesheets/v2/_global.scss */
.t-right {
  text-align: right;
  margin-left: auto;
}

/* line 55, app/assets/stylesheets/v2/_global.scss */
.t-compact.t-compact {
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/v2/_global.scss */
.t-text {
  color: #50565b;
}

/* line 62, app/assets/stylesheets/v2/_global.scss */
a.t-text {
  color: #50565b;
}

/* line 64, app/assets/stylesheets/v2/_global.scss */
a.t-text:hover {
  text-decoration: underline;
}

/* line 73, app/assets/stylesheets/v2/_global.scss */
.t-text--subtle {
  color: #747c84;
}

/* line 76, app/assets/stylesheets/v2/_global.scss */
.t-text--missing {
  color: #999999;
}

/* line 79, app/assets/stylesheets/v2/_global.scss */
.t-text--caps {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .02em;
}

/* line 84, app/assets/stylesheets/v2/_global.scss */
.t-text--infusion {
  color: #283180;
}

/* line 87, app/assets/stylesheets/v2/_global.scss */
.t-text--itt {
  color: #1692A1;
}

/* line 90, app/assets/stylesheets/v2/_global.scss */
.t-text--skipped {
  color: #008525;
}

/* line 93, app/assets/stylesheets/v2/_global.scss */
.t-text--bleed {
  color: #BD0017;
}

/* line 96, app/assets/stylesheets/v2/_global.scss */
.t-text--patient {
  color: #008525;
}

/* line 99, app/assets/stylesheets/v2/_global.scss */
.t-text--error {
  color: #DA4453;
}

/* line 102, app/assets/stylesheets/v2/_global.scss */
.t-text--primary,
.t-text--brand,
.t-text--action,
.t-text--link {
  color: #283180;
}

/* line 109, app/assets/stylesheets/v2/_global.scss */
.t-text--strong {
  font-size: 1.25em;
  font-weight: 700;
}

/* line 114, app/assets/stylesheets/v2/_global.scss */
.t-text--jumbo {
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: 700;
}

/* line 120, app/assets/stylesheets/v2/_global.scss */
.t-text--important {
  font-weight: 700;
}

/* line 125, app/assets/stylesheets/v2/_global.scss */
.t-underline {
  text-decoration: underline;
}

/* line 129, app/assets/stylesheets/v2/_global.scss */
.t-background--infusion.t-background--infusion {
  background-color: #283180;
  color: #FFF;
}

/* line 133, app/assets/stylesheets/v2/_global.scss */
.t-background--itt.t-background--itt {
  background-color: #1692A1;
  color: #FFF;
}

/* line 137, app/assets/stylesheets/v2/_global.scss */
.t-background--skipped.t-background--skipped {
  background-color: #008525;
  color: #FFF;
}

/* line 141, app/assets/stylesheets/v2/_global.scss */
.t-background--bleed.t-background--bleed {
  background-color: #BD0017;
  color: #FFF;
}

/* line 145, app/assets/stylesheets/v2/_global.scss */
.t-background--patient.t-background--patient {
  background-color: #008525;
  color: #FFF;
}

/* line 149, app/assets/stylesheets/v2/_global.scss */
.t-background--badge.t-background--badge {
  background-color: #999999;
  color: #FFF;
}

/* line 154, app/assets/stylesheets/v2/_global.scss */
.t-meta,
.t-text-meta {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

/* line 161, app/assets/stylesheets/v2/_global.scss */
.t-text-oneline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 168, app/assets/stylesheets/v2/_global.scss */
.t-text-text.t-text-text {
  color: inherit;
}

/* line 170, app/assets/stylesheets/v2/_global.scss */
.t-text-text.t-text-text:focus, .t-text-text.t-text-text:hover, .t-text-text.t-text-text:active {
  color: #2c3032;
}

/* line 175, app/assets/stylesheets/v2/_global.scss */
.l-pl-1 {
  padding-left: 14px;
}

/* line 179, app/assets/stylesheets/v2/_global.scss */
svg, img, picture {
  vertical-align: middle;
}

/* line 196, app/assets/stylesheets/v2/_global.scss */
.clickable {
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}

/* line 201, app/assets/stylesheets/v2/_global.scss */
.clickable::-moz-focus-inner {
  border: 0;
}

/* line 206, app/assets/stylesheets/v2/_global.scss */
.right-side {
  float: right;
  text-align: right;
}

/* line 213, app/assets/stylesheets/v2/_global.scss */
.visible-none, .hide {
  display: none !important;
}

/* line 217, app/assets/stylesheets/v2/_global.scss */
.hidden {
  visibility: hidden !important;
}

/* line 227, app/assets/stylesheets/v2/_global.scss */
.island {
  padding: 1.5em;
}

/* line 229, app/assets/stylesheets/v2/_global.scss */
.island:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 232, app/assets/stylesheets/v2/_global.scss */
.island:empty {
  display: none;
}

/* line 237, app/assets/stylesheets/v2/_global.scss */
.island--vertical {
  margin-top: 1.5em;
  padding: 1.5em 0;
}

/* line 240, app/assets/stylesheets/v2/_global.scss */
.island--vertical:not(:last-child) {
  margin-bottom: 1.5em;
}

/* line 243, app/assets/stylesheets/v2/_global.scss */
.island--vertical:empty {
  display: none;
}

/* line 248, app/assets/stylesheets/v2/_global.scss */
.islet--vertical {
  margin-top: 0.75em;
  padding: 0.75em 0;
}

/* line 251, app/assets/stylesheets/v2/_global.scss */
.islet--vertical:not(:last-child) {
  margin-bottom: 0.75em;
}

/* line 254, app/assets/stylesheets/v2/_global.scss */
.islet--vertical:empty {
  display: none;
}

/* line 265, app/assets/stylesheets/v2/_global.scss */
.badge {
  font-size: 10px;
  font-weight: 700;
  padding: 0.3em 0.7em;
  background-color: #37474F;
  color: #FFF;
  border-radius: 2.5em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 277, app/assets/stylesheets/v2/_global.scss */
.badge:empty {
  display: none;
}

/* line 282, app/assets/stylesheets/v2/_global.scss */
.badge--bad,
.badge--error {
  background-color: #ED5565;
}

/* line 286, app/assets/stylesheets/v2/_global.scss */
.badge--good,
.badge--success {
  background-color: #008525;
}

/* line 291, app/assets/stylesheets/v2/_global.scss */
.badge--primary {
  background-color: #283180;
}

/* line 299, app/assets/stylesheets/v2/_global.scss */
.link-caret:after {
  content: '\00A0›';
  display: inline-block;
}

/* line 334, app/assets/stylesheets/v2/_global.scss */
.dropdown-toggle {
  text-decoration: none;
}

/* line 346, app/assets/stylesheets/v2/_global.scss */
.dropdown-toggle:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 0.5em;
  vertical-align: middle;
}

/* line 352, app/assets/stylesheets/v2/_global.scss */
.dropdown-toggle.flag:after {
  display: table-cell;
  vertical-align: middle;
}

/* line 358, app/assets/stylesheets/v2/_global.scss */
.dropdown {
  position: relative;
}

/* line 368, app/assets/stylesheets/v2/_global.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1010;
  display: none;
  min-width: 12em;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background: #FFF;
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
  border: 1px solid #D9D9D9;
  background-clip: padding-box;
  max-height: 24em;
  overflow-y: auto;
}

/* line 389, app/assets/stylesheets/v2/_global.scss */
.dropdown-menu > li > a {
  display: block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  line-height: 3em;
  clear: both;
  font-weight: normal;
  color: inherit;
  white-space: nowrap;
}

/* line 398, app/assets/stylesheets/v2/_global.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #D9D9D9;
}

/* line 405, app/assets/stylesheets/v2/_global.scss */
.dropdown-menu > .active > a {
  background-color: #D9D9D9;
}

/* line 411, app/assets/stylesheets/v2/_global.scss */
.dropdown-menu--tall {
  max-height: 50vh;
}

/* line 415, app/assets/stylesheets/v2/_global.scss */
.control-group--menu {
  position: relative;
  display: block;
}

/* line 418, app/assets/stylesheets/v2/_global.scss */
.control-group--menu > .dropdown-menu {
  width: 100%;
}

/* line 424, app/assets/stylesheets/v2/_global.scss */
.input-wrapper--item {
  position: relative;
}

/* line 426, app/assets/stylesheets/v2/_global.scss */
.input-wrapper--item > .btn-delete {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 1em;
  line-height: 1em;
  border: none;
  min-width: auto;
}

/* line 442, app/assets/stylesheets/v2/_global.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  cursor: not-allowed;
  color: #F0F0F0;
  background-color: transparent;
}

/* line 455, app/assets/stylesheets/v2/_global.scss */
.dropdown.open > .dropdown-menu {
  display: block;
}

/* line 460, app/assets/stylesheets/v2/_global.scss */
.dropdown.open > a {
  outline: 0;
}

/* line 466, app/assets/stylesheets/v2/_global.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}

/* line 475, app/assets/stylesheets/v2/_global.scss */
.menu__separator--pre:before,
.menu__separator--post:after {
  display: block;
  content: "";
  height: 1px;
  overflow: hidden;
  background-color: #ebebeb;
}

/* line 522, app/assets/stylesheets/v2/_global.scss */
.thumb {
  height: 50px;
  width: 50px;
  background-color: #D9D9D9;
  color: transparent;
  border-radius: 50%;
}

/* line 534, app/assets/stylesheets/v2/_global.scss */
.thumb--profile {
  height: 75px;
  width: 75px;
  background-color: #D9D9D9;
  color: transparent;
  border-radius: 50%;
}

/* line 542, app/assets/stylesheets/v2/_global.scss */
.thumb--initials {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  overflow: hidden;
  border-radius: 50%;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #FFF;
  background-color: #283180;
}

/* line 559, app/assets/stylesheets/v2/_global.scss */
.thumb--initials.thumb--mini {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

/* line 566, app/assets/stylesheets/v2/_global.scss */
.thumb--initials.thumb--profile {
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 32px;
  font-weight: 400;
}

/* line 574, app/assets/stylesheets/v2/_global.scss */
.thumb--initials.thumb--jumbo {
  height: 200px;
  width: 200px;
  line-height: 200px;
  font-size: 80px;
  font-weight: 400;
}

/* line 587, app/assets/stylesheets/v2/_global.scss */
.profiler-timings {
  table-layout: auto;
}

/*auto-zebra*/
/* line 600, app/assets/stylesheets/v2/_global.scss */
.table--zebra tbody tr:nth-child(odd) td,
.table--zebra tbody tr:nth-child(odd) th {
  background-color: #F0F0F0;
}

/* line 605, app/assets/stylesheets/v2/_global.scss */
.table--zebra tbody tr:hover > td,
.table--zebra tbody tr:hover > th {
  background-color: #E5E5E5;
}

/* line 1, app/assets/stylesheets/v2/itcss/_objects.scss */
.o-table {
  table-layout: auto;
  width: 100%;
}

/* line 5, app/assets/stylesheets/v2/itcss/_objects.scss */
.o-table--fixed {
  table-layout: fixed;
}

/* line 9, app/assets/stylesheets/v2/itcss/_objects.scss */
.o-table--borderless th, .o-table--borderless td {
  border: 0;
}

/* line 12, app/assets/stylesheets/v2/itcss/_objects.scss */
.o-table__cell--narrow {
  white-space: nowrap;
  width: 1%;
}

/* line 1, app/assets/stylesheets/v2/itcss/_components.carousel.scss */
.o-carousel {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

/* line 9, app/assets/stylesheets/v2/itcss/_components.carousel.scss */
.o-carousel::-webkit-scrollbar {
  display: none;
}

/* line 13, app/assets/stylesheets/v2/itcss/_components.carousel.scss */
.o-carousel__item {
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}

/* line 19, app/assets/stylesheets/v2/itcss/_components.carousel.scss */
.c-step {
  position: relative;
}

/* line 22, app/assets/stylesheets/v2/itcss/_components.carousel.scss */
.c-step__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 27, app/assets/stylesheets/v2/itcss/_components.carousel.scss */
.c-step__progress-item,
.c-step__progress-item--active {
  color: #283180;
  border: 1px solid currentColor;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0.25rem;
}

/* line 37, app/assets/stylesheets/v2/itcss/_components.carousel.scss */
.c-step__progress-item {
  background-color: #F0F0F0;
}

/* line 38, app/assets/stylesheets/v2/itcss/_components.carousel.scss */
.c-step__progress-item--active {
  background-color: #283180;
}

/* line 1, app/assets/stylesheets/v2/itcss/_components.checkbox.scss */
.c-checkbox {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
}

/* line 7, app/assets/stylesheets/v2/itcss/_components.checkbox.scss */
.c-checkbox > input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  margin: 0;
  width: 28px;
  height: 28px;
}

/* line 17, app/assets/stylesheets/v2/itcss/_components.checkbox.scss */
.c-checkbox > input::after,
.c-checkbox > input::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  transform: translate(0, 0);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

/* line 33, app/assets/stylesheets/v2/itcss/_components.checkbox.scss */
.c-checkbox > input::before {
  background-image: url(/assets/v2/icons/ic-radiobutton-off-fea7af2e60e11fce4812cf52dd31346751ad802ef41f1222e004b00b123d20d1.svg);
  opacity: 1;
}

/* line 38, app/assets/stylesheets/v2/itcss/_components.checkbox.scss */
.c-checkbox > input::after {
  background-image: url(/assets/v2/icons/ic-radiobutton-on-9aecbae795dac286abca3e7ff785d91049c1fcf163851253f44b53bc6a5e6aa0.svg);
  opacity: 0;
}

/* line 44, app/assets/stylesheets/v2/itcss/_components.checkbox.scss */
.c-checkbox > input:checked::before {
  opacity: 0;
}

/* line 45, app/assets/stylesheets/v2/itcss/_components.checkbox.scss */
.c-checkbox > input:checked::after {
  opacity: 1;
}

/* line 47, app/assets/stylesheets/v2/itcss/_components.checkbox.scss */
label.c-checkbox,
.c-checkbox + label {
  margin: 0;
}

/* line 1, app/assets/stylesheets/v2/itcss/_components.collapsible.scss */
.c-collapsible__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s, opacity 0.5s ease;
  padding: 0;
  border-radius: 0.25rem;
  background-color: #E5E5E5;
  background-color: var(--collapsible-bg-color, rgba(0, 0, 0, 0.087));
  color: currentColor;
  color: var(--collapsible-color, currentColor);
}

/* line 14, app/assets/stylesheets/v2/itcss/_components.collapsible.scss */
.c-collapsible__inner {
  padding: 1rem;
}

/* line 20, app/assets/stylesheets/v2/itcss/_components.collapsible.scss */
.c-collapsible__body.is-active {
  max-height: 20rem;
  max-height: var(--collapsible-max-height, 20rem);
  opacity: 1;
}

/* line 26, app/assets/stylesheets/v2/itcss/_components.collapsible.scss */
.c-collapsible__trigger.is-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  text-align: center;
  text-decoration: none;
  user-select: none;
  transition: background-color 0.5s ease;
  padding: 0.25rem;
  line-height: 1rem;
  border-radius: 1rem;
  outline: none;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/v2/itcss/_components.collapsible.scss */
.c-collapsible__trigger.is-icon:hover,
.c-collapsible__trigger.is-icon:focus {
  background-color: transparent;
}

/* line 50, app/assets/stylesheets/v2/itcss/_components.collapsible.scss */
.c-collapsible__trigger.is-icon:active {
  background-color: #E5E5E5;
  background-color: var(--collapsible-bg-color, rgba(0, 0, 0, 0.087));
}

/* line 55, app/assets/stylesheets/v2/itcss/_components.collapsible.scss */
.c-collapsible__trigger.is-icon > svg {
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
.c-toggle-switch {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: transform 0.4s, background 0.4s;
  margin: 0 auto;
  display: inline-block;
  border-radius: 26px;
  background: white;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  width: 43px;
  height: 26px;
  outline: 0;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  color: #283180;
}

/* line 30, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
.native--mobile .c-toggle-switch {
  color: #1692A1;
}

/* line 34, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
.c-toggle-switch:focus {
  outline: 2px dotted currentColor;
  outline-offset: 0.1em;
}

/* line 39, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
.c-toggle-switch:checked, .c-toggle-switch.checked {
  background: currentColor;
  box-shadow: inset 0 0 0 15px currentColor;
  transition: all 0.25s;
}

/* line 45, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
.c-toggle-switch::before {
  content: '';
  transition: all 0.3s;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: auto;
  transform: translate(0, 0);
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 40px;
  background: #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.06), 0 6px 10px 0 rgba(0, 0, 0, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.07), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.11);
}

/* line 62, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
.c-toggle-switch:checked::before, .c-toggle-switch.checked::before {
  transform: translate(17px, 0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 71, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
  .c-toggle-switch.c-toggle-switch {
    background-color: transparent;
    box-shadow: none;
    transform: translate(0, 0);
    border-radius: 0;
    width: 22px;
    height: 22px;
  }
  /* line 80, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
  .c-toggle-switch::before {
    display: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  /* line 87, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
  .c-toggle-switch.c-toggle-switch {
    background-color: transparent;
    box-shadow: none;
    transform: translate(0, 0);
    border-radius: 0;
    width: 22px;
    height: 22px;
  }
  /* line 96, app/assets/stylesheets/v2/itcss/_components.toggle-switch.scss */
  .c-toggle-switch::before {
    display: none !important;
  }
}

/* line 18, app/assets/stylesheets/v2/_layout.individual.scss */
html {
  overflow-y: scroll;
  /* (from inuitcss) Force scrollbars to always be visible to prevent awkward ‘jumps’ */
  min-height: 100%;
  /* (from inuitcss) fill viewport */
  font-size: 14px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* line 28, app/assets/stylesheets/v2/_layout.individual.scss */
#page__main {
  min-height: 100vh;
  padding: 0 0 70px 0;
}

/* line 33, app/assets/stylesheets/v2/_layout.individual.scss */
#page__header + #page__main {
  padding-top: 70px;
}

/* line 37, app/assets/stylesheets/v2/_layout.individual.scss */
#page__footer {
  position: relative;
  display: table;
  height: 70px;
  width: 100%;
  margin-top: -70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 46, app/assets/stylesheets/v2/_layout.individual.scss */
#page__footer nav {
  display: table-cell;
  vertical-align: middle;
}

/* line 59, app/assets/stylesheets/v2/_layout.individual.scss */
#page__header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #D9D9D9;
  box-shadow: 0 0 4px #D9D9D9;
  color: #999999;
  background-color: #FFF;
  will-change: transform;
  /* [1] */
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

/* line 75, app/assets/stylesheets/v2/_layout.individual.scss */
#page__header .dropdown-toggle {
  height: 50px;
  line-height: 50px;
}

/* line 81, app/assets/stylesheets/v2/_layout.individual.scss */
.nav--page__header {
  padding: 10px;
  max-width: 1008px;
  margin: 0 auto;
}

/* line 87, app/assets/stylesheets/v2/_layout.individual.scss */
.nav--page__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 92, app/assets/stylesheets/v2/_layout.individual.scss */
.nav__section {
  height: 50px;
}

/* line 93, app/assets/stylesheets/v2/_layout.individual.scss */
.nav__section--right {
  margin-left: auto;
}

/* line 94, app/assets/stylesheets/v2/_layout.individual.scss */
.nav__section--main {
  max-width: 100%;
  overflow-x: auto;
}

/* line 96, app/assets/stylesheets/v2/_layout.individual.scss */
.nav__section a {
  color: inherit;
}

/* line 98, app/assets/stylesheets/v2/_layout.individual.scss */
.nav__section a:hover, .nav__section a:focus {
  color: #535a99;
}

/*.head__section*/
/* line 104, app/assets/stylesheets/v2/_layout.individual.scss */
.list--nav {
  list-style: none;
  white-space: nowrap;
  line-height: 0;
  margin: 0;
  padding: 0;
}

/*.head__section*/
/* line 113, app/assets/stylesheets/v2/_layout.individual.scss */
.list--nav > li {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

/*.head__section*/
/* line 120, app/assets/stylesheets/v2/_layout.individual.scss */
.site-nav__item {
  display: inline-block;
  width: 50px;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 13px;
  position: relative;
}

/* line 126, app/assets/stylesheets/v2/_layout.individual.scss */
.site-nav__item.selected {
  color: #283180;
}

/* line 128, app/assets/stylesheets/v2/_layout.individual.scss */
.site-nav__item.selected:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 21px;
}

/* line 141, app/assets/stylesheets/v2/_layout.individual.scss */
.site-nav__item .badge {
  font-size: 9px;
  font-weight: 700;
  font-style: normal;
  background: #ED5565;
  color: #FFF;
  display: inline-block;
  min-width: 13px;
  min-height: 13px;
  line-height: 13px;
  text-align: center;
  border-radius: 13px;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0 4px;
  white-space: nowrap;
  box-shadow: 0 0 0 2px #FFF;
}

/* line 162, app/assets/stylesheets/v2/_layout.individual.scss */
.site-nav__item svg {
  display: block;
  height: 24px;
  width: 24px;
  margin: 0 auto;
}

/* line 170, app/assets/stylesheets/v2/_layout.individual.scss */
.site-nav__top-link {
  display: inline-block;
  line-height: 50px;
  white-space: nowrap;
  padding: 0 1em;
}

/* line 177, app/assets/stylesheets/v2/_layout.individual.scss */
.logo--header {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: auto;
}

/* line 184, app/assets/stylesheets/v2/_layout.individual.scss */
.separator--logo {
  height: 50px;
  width: 1px;
  background: #D9D9D9;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
}

/* line 193, app/assets/stylesheets/v2/_layout.individual.scss */
.navigation-icon {
  color: inherit;
  padding: 0.5em;
  background: transparent;
  border: none;
}

/* line 198, app/assets/stylesheets/v2/_layout.individual.scss */
.navigation-icon:hover {
  color: #FFF;
  background: #50565b;
}

/* line 208, app/assets/stylesheets/v2/_layout.individual.scss */
#page__sidebar {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: #FFF;
  font-size: 1.25em;
  will-change: transform;
  /* [1] */
  backface-visibility: hidden;
  transition: transform 0.2s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 228, app/assets/stylesheets/v2/_layout.individual.scss */
#page__sidebar .navigation-icon {
  position: absolute;
  top: 14px;
  left: 14px;
}

/* line 236, app/assets/stylesheets/v2/_layout.individual.scss */
.sidebar-open {
  overflow: hidden;
}

/* line 239, app/assets/stylesheets/v2/_layout.individual.scss */
.sidebar-open #page__sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 247, app/assets/stylesheets/v2/_layout.individual.scss */
.sidebar-nav__item {
  display: block;
  padding: 21px;
  color: inherit;
  text-align: center;
}

/* line 254, app/assets/stylesheets/v2/_layout.individual.scss */
.sidebar-nav__close.sidebar-nav__close {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  color: inherit;
  padding: 1rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

/* line 273, app/assets/stylesheets/v2/_layout.individual.scss */
.container--slim {
  width: 100%;
  padding: 1.5em;
  max-width: 840px;
  margin: 0 auto;
}

/* line 280, app/assets/stylesheets/v2/_layout.individual.scss */
.container--slimmer {
  width: 100%;
  padding: 1.5em;
  max-width: 672px;
  margin: 0 auto;
}

/* line 287, app/assets/stylesheets/v2/_layout.individual.scss */
.container--raised {
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 295, app/assets/stylesheets/v2/_layout.individual.scss */
.container--unlimited {
  padding: 1.5em;
}

/* line 300, app/assets/stylesheets/v2/_layout.individual.scss */
.container--wide {
  width: auto;
  padding: 1.5em;
  max-width: 1008px;
  margin: 0 auto;
}

/* line 345, app/assets/stylesheets/v2/_layout.individual.scss */
.t-header--main {
  margin-top: 1.5em;
}

/* line 347, app/assets/stylesheets/v2/_layout.individual.scss */
.t-header--main.t-border {
  padding-bottom: 1em;
  border-bottom: 1px solid #D9D9D9;
}

/* line 356, app/assets/stylesheets/v2/_layout.individual.scss */
.t-title--section:last-child,
.t-subtitle--section:last-child {
  margin-bottom: 0;
  /*[1]*/
}

/* line 361, app/assets/stylesheets/v2/_layout.individual.scss */
.header__block, .header__block--center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 368, app/assets/stylesheets/v2/_layout.individual.scss */
.header__block--left {
  justify-content: start;
}

/* line 372, app/assets/stylesheets/v2/_layout.individual.scss */
.header__block--center {
  text-align: center;
}

/* line 375, app/assets/stylesheets/v2/_layout.individual.scss */
.header__block--center > .header__text {
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/* line 382, app/assets/stylesheets/v2/_layout.individual.scss */
.header__image {
  flex-grow: 0;
  margin-bottom: 0;
  /*[1]*/
}

/* line 387, app/assets/stylesheets/v2/_layout.individual.scss */
.header__text {
  flex-grow: 0;
  margin-bottom: 0;
  /*[1]*/
}

/* line 392, app/assets/stylesheets/v2/_layout.individual.scss */
.header__text--full {
  flex-grow: 1;
  margin-bottom: 0;
  /*[1]*/
}

/* line 400, app/assets/stylesheets/v2/_layout.individual.scss */
.header__image:not(:last-child),
.header__text:not(:last-child),
.header__actions:not(:last-child) {
  margin-right: 0.75em;
}

/* line 405, app/assets/stylesheets/v2/_layout.individual.scss */
.header__actions {
  flex-grow: 0;
}

/* line 407, app/assets/stylesheets/v2/_layout.individual.scss */
.header__actions:empty {
  display: none;
}

/* line 412, app/assets/stylesheets/v2/_layout.individual.scss */
.header__action--post,
.header__action--pre {
  width: 56px;
}

/* line 417, app/assets/stylesheets/v2/_layout.individual.scss */
.header__row {
  flex: 0 0 100%;
  width: 100%;
}

/* line 428, app/assets/stylesheets/v2/_layout.individual.scss */
.split__index {
  margin-bottom: 1.5em;
}

/* line 431, app/assets/stylesheets/v2/_layout.individual.scss */
.split__main {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  /* line 437, app/assets/stylesheets/v2/_layout.individual.scss */
  .split__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  /* line 445, app/assets/stylesheets/v2/_layout.individual.scss */
  .split__index {
    width: 34%;
  }
  /* line 449, app/assets/stylesheets/v2/_layout.individual.scss */
  .split__main {
    width: 62.5%;
  }
}

/**************************************/
/*             MAIN ACTIONS           */
/*        actions in the center       */
/**************************************/
/* line 460, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions {
  padding: 0 0 0 1.5em;
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
  color: #757575;
}

/* line 473, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions:first-child {
  padding-top: 1.5em;
}

/* line 477, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions > .main-actions__item--nav {
  color: inherit;
  border: 1px solid #D9D9D9;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  width: calc(25% - 1em);
  padding: 0.75em 1.5em;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2.5em;
  transition: border-color 200ms ease;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 496, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions > .main-actions__item--nav:not(:last-child) {
  margin-right: 1em;
}

/* line 499, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions > .main-actions__item--nav.selected, .main-actions > .main-actions__item--nav:hover, .main-actions > .main-actions__item--nav:focus {
  border-color: currentColor;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #F0F0F0;
}

/* line 509, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions__item--nav.dropdown {
  overflow: inherit;
}

/* line 511, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions__item--nav.dropdown > .dropdown-toggle {
  display: block;
}

/* line 513, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions__item--nav.dropdown > .dropdown-toggle:after {
  display: none;
}

/* line 517, app/assets/stylesheets/v2/_layout.individual.scss */
.main-actions__item--nav.dropdown > .dropdown-menu {
  top: 125%;
}

/* line 522, app/assets/stylesheets/v2/_layout.individual.scss */
.icon--nav {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
}

/* line 530, app/assets/stylesheets/v2/_layout.individual.scss */
.icon--text {
  margin-left: 0.75em;
}

/*=============================
  .stack

  @see https://every-layout.dev/layouts/stack/

=============================*/
/* line 563, app/assets/stylesheets/v2/_layout.individual.scss */
.stack > * + * {
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  /* line 571, app/assets/stylesheets/v2/_layout.individual.scss */
  .main-actions .dropdown-menu {
    min-width: auto;
  }
  /* line 575, app/assets/stylesheets/v2/_layout.individual.scss */
  .icon--text {
    display: none;
  }
  /* line 579, app/assets/stylesheets/v2/_layout.individual.scss */
  .main-actions > .main-actions__item--nav {
    padding: 0.75em;
    width: auto;
  }
}

/* line 3, app/assets/stylesheets/extra/_fake_responsive.scss */
.hidden-desktop {
  display: none;
}

/* line 4, app/assets/stylesheets/extra/_fake_responsive.scss */
.visible-phone {
  display: none;
}

/* line 5, app/assets/stylesheets/extra/_fake_responsive.scss */
.visible-tablet {
  display: none;
}

@media (max-width: 767px) {
  /* line 9, app/assets/stylesheets/extra/_fake_responsive.scss */
  .visible-phone {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/extra/_fake_responsive.scss */
  .hidden-phone {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 18, app/assets/stylesheets/extra/_fake_responsive.scss */
  .hidden-tablet {
    display: none !important;
  }
  /* line 21, app/assets/stylesheets/extra/_fake_responsive.scss */
  .visible-tablet {
    display: block !important;
  }
}

@media (max-width: 979px) {
  /* line 27, app/assets/stylesheets/extra/_fake_responsive.scss */
  .hidden-desktop {
    display: block !important;
  }
  /* line 30, app/assets/stylesheets/extra/_fake_responsive.scss */
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 980px) {
  /* line 36, app/assets/stylesheets/extra/_fake_responsive.scss */
  .visible-desktop {
    display: block !important;
  }
}

/* line 1, app/assets/stylesheets/v2/public/_common.scss */
main {
  font-size: 16px;
}

/* line 3, app/assets/stylesheets/v2/public/_common.scss */
main h1, main .t-h1, main h2, main .t-h2 {
  font-weight: 700;
}

/* line 7, app/assets/stylesheets/v2/public/_common.scss */
main h3, main .t-h3, main h4, main .t-h4, main h5, main .t-h5 {
  font-size: inherit;
  font-weight: 700;
}

/* line 13, app/assets/stylesheets/v2/public/_common.scss */
.t-title--section {
  color: #283180;
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/v2/public/_common.scss */
.t-title--jumbo {
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: 700;
  color: inherit;
  letter-spacing: -0.02em;
}

/* line 24, app/assets/stylesheets/v2/public/_common.scss */
.t-title--jumbo > i {
  color: #283180;
  font-style: normal;
  white-space: nowrap;
}

/* line 35, app/assets/stylesheets/v2/public/_common.scss */
code {
  background: #EEE;
  font-size: 0.9em;
  font-weight: bold;
  font-family: ui-monospace, Menlo, Consolas, "SF Mono", monospace;
  padding: 0 2px;
}

/* line 44, app/assets/stylesheets/v2/public/_common.scss */
.t-background-dots {
  min-height: 500px;
  background-image: url(/assets/v2/statics/circle-pale-34b0f90f3a625d34094019d04d40680f2cf99b96d054e041f93aa8d449cb73d2.svg), url(/assets/v2/statics/circle-pale-34b0f90f3a625d34094019d04d40680f2cf99b96d054e041f93aa8d449cb73d2.svg), url(/assets/v2/statics/circle-pale-34b0f90f3a625d34094019d04d40680f2cf99b96d054e041f93aa8d449cb73d2.svg);
  background-size: 300px, 300px, 300px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: calc(100% + 200px) 150px, -200px 650px, calc(100% + 100px) 1000px;
}

/* line 65, app/assets/stylesheets/v2/public/_common.scss */
.section--vcenter {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 72, app/assets/stylesheets/v2/public/_common.scss */
#download {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 768px) {
  /* line 79, app/assets/stylesheets/v2/public/_common.scss */
  .list--2col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 83, app/assets/stylesheets/v2/public/_common.scss */
  .list--2col > li {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 86, app/assets/stylesheets/v2/public/_common.scss */
  .section--featured {
    padding-left: 200px;
    background: transparent url(/assets/v2/statics/feat-background-a85be4a283631abf9835238979cd9604edc1ff1c40342073cc818714f82e8ae2.png) no-repeat 0 center;
    background-size: 200px auto;
  }
}

/*------------------------------------*\
# ABOUT page
\*------------------------------------*/
/* line 8, app/assets/stylesheets/v2/public/_about.scss */
.item--about {
  padding: 21px 0;
}

/* line 11, app/assets/stylesheets/v2/public/_about.scss */
.item--about .item__name {
  color: inherit;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/v2/public/_about.scss */
.item--about .item__notes {
  color: #757575;
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/v2/public/_about.scss */
.item--about .item__avatar {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

/* line 27, app/assets/stylesheets/v2/public/_about.scss */
.item--about .item__logo {
  max-width: 150px;
  max-height: 150px;
  height: auto;
}

/* line 33, app/assets/stylesheets/v2/public/_about.scss */
.item--about .flag__img {
  width: 150px;
  height: 150px;
}

/*------------------------------------*\
# LEARN more page
\*------------------------------------*/
/* line 7, app/assets/stylesheets/v2/public/_more.scss */
#features {
  padding: 21px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  /* line 14, app/assets/stylesheets/v2/public/_more.scss */
  #features {
    width: 992px;
    padding: 21px;
    margin: 0 auto;
    overflow: auto;
  }
  /* line 21, app/assets/stylesheets/v2/public/_more.scss */
  #key-features-box {
    position: relative;
    background: white url(/assets/features_900-f9279d997e1cf19fb76abc467be7ec1c4e532aafff67db5592abeca86b16de37.png) no-repeat 50px 0;
    width: 950px;
    height: 760px;
  }
  /* line 28, app/assets/stylesheets/v2/public/_more.scss */
  .featured-box {
    position: absolute;
  }
  /* line 32, app/assets/stylesheets/v2/public/_more.scss */
  #box-1 {
    bottom: 160px;
    left: 0;
    width: 300px;
  }
  /* line 38, app/assets/stylesheets/v2/public/_more.scss */
  #box-2 {
    top: 0;
    left: 0;
    width: 300px;
  }
  /* line 44, app/assets/stylesheets/v2/public/_more.scss */
  #box-3 {
    top: 0;
    right: 0;
    width: 300px;
  }
  /* line 50, app/assets/stylesheets/v2/public/_more.scss */
  #box-4 {
    bottom: 80px;
    right: 80px;
    width: 300px;
  }
}

/*------------------------------------*\
# LEGAL pages: terms and privacy
\*------------------------------------*/
/* line 6, app/assets/stylesheets/v2/public/_legal.scss */
.island--legal {
  margin: 1.5em 0;
}

/* line 10, app/assets/stylesheets/v2/public/_legal.scss */
.island--legal h3, .island--legal .t-h3 {
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/v2/public/_legal.scss */
.islet--legal {
  margin: 1.5em 0;
}

/* line 18, app/assets/stylesheets/v2/public/_legal.scss */
.list--list2.list--list2 {
  list-style-type: circle;
}

/* line 22, app/assets/stylesheets/v2/public/_legal.scss */
.table--legal {
  margin: 1.5em 0;
}

/* line 26, app/assets/stylesheets/v2/public/_legal.scss */
.table--legal td {
  border: 1px solid #D9D9D9;
  padding: 1em;
}

/* line 31, app/assets/stylesheets/v2/public/_legal.scss */
.table--legal th {
  border: 1px solid #D9D9D9;
  text-align: center;
  font-weight: 700;
  padding: 1em;
}

/* line 39, app/assets/stylesheets/v2/public/_legal.scss */
.island--legal ul {
  list-style-type: disc;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

/* line 45, app/assets/stylesheets/v2/public/_legal.scss */
.island--legal ol {
  list-style-type: decimal;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

/* line 51, app/assets/stylesheets/v2/public/_legal.scss */
.island--legal .list--toc {
  list-style-type: decimal;
}

/* line 55, app/assets/stylesheets/v2/public/_legal.scss */
.island--legal .list--toc li {
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/v2/public/_legal.scss */
.island--legal ol ol {
  list-style-type: lower-alpha;
  margin-bottom: 0;
}

/*------------------------------------*\
# ABOUT page
\*------------------------------------*/
/* line 5, app/assets/stylesheets/v2/public/_faq.scss */
.island--faq {
  margin: 3em 0;
}

/* line 11, app/assets/stylesheets/v2/public/_faq.scss */
.faq-question {
  margin-bottom: 1.5em;
}

/* line 16, app/assets/stylesheets/v2/public/_faq.scss */
#faq-container h2, #faq-container .t-h2 {
  font-weight: 700;
}

/*
  Stack Layout
 https://every-layout.dev/layouts/stack/
*/
/* line 7, app/assets/stylesheets/v2/itcss/_utilities.scss */
.o-stack > * + * {
  margin-top: 1.5rem;
}

/*
.o-cluster AKA matrix .
*/
/* line 14, app/assets/stylesheets/v2/itcss/_utilities.scss */
.o-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space, 1rem);
}

/* line 20, app/assets/stylesheets/v2/itcss/_utilities.scss */
.o-cluster--center {
  justify-content: center;
}

/* line 24, app/assets/stylesheets/v2/itcss/_utilities.scss */
.o-cluster--equal > * {
  flex: 1;
  /* Make children grow to fill the available space */
  min-width: 0;
  /* Prevent flex items from growing too large */
}

/* line 29, app/assets/stylesheets/v2/itcss/_utilities.scss */
.o-cluster--grow > * {
  flex: 1 0 0;
  /* Make children grow to fill the available space */
}

/* line 33, app/assets/stylesheets/v2/itcss/_utilities.scss */
.o-flow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 39, app/assets/stylesheets/v2/itcss/_utilities.scss */
.o-flow > * + * {
  margin-left: 1.5rem;
}

/* line 47, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-center-vertical {
  align-items: center;
}

/* line 48, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-center-horizontal {
  justify-content: center;
}

/* line 49, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-space-between {
  justify-content: space-between;
}

/* line 51, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-flow-horizontal {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 52, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-flow-horizontal.u-center-vertical {
  align-items: center;
}

/* line 53, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-flow-horizontal.u-center-horizontal {
  justify-content: center;
}

/* line 55, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-flow-vertical {
  display: flex;
  flex-direction: column;
}

/* line 56, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-flow-vertical.u-center-vertical {
  justify-content: center;
}

/* line 57, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-flow-vertical.u-center-horizontal {
  align-items: center;
}

/* line 61, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-hide,
.u-hidden,
.hide,
.is-hidden {
  display: none;
}

/* line 68, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-block {
  display: block;
}

/* line 69, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-inline-block {
  display: inline-block;
}

/* line 70, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-inline {
  display: inline;
}

/* line 73, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pt-0.u-pt-0 {
  padding-top: 0;
}

/* line 74, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pb-0.u-pb-0 {
  padding-bottom: 0;
}

/* line 75, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pr-0.u-pr-0 {
  padding-right: 0;
}

/* line 76, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pl-0.u-pl-0 {
  padding-left: 0;
}

/* line 77, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pt-1\/2.u-pt-1\/2 {
  padding-top: 0.5rem;
}

/* line 78, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pb-1\/2.u-pb-1\/2 {
  padding-bottom: 0.5rem;
}

/* line 79, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pr-1\/2.u-pr-1\/2 {
  padding-right: 0.5rem;
}

/* line 80, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pl-1\/2.u-pl-1\/2 {
  padding-left: 0.5rem;
}

/* line 81, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pt-1.u-pt-1 {
  padding-top: 1rem;
}

/* line 82, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pb-1.u-pb-1 {
  padding-bottom: 1rem;
}

/* line 83, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pr-1.u-pr-1 {
  padding-right: 1rem;
}

/* line 84, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pl-1.u-pl-1 {
  padding-left: 1rem;
}

/* line 85, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pt-2.u-pt-2 {
  padding-top: 2rem;
}

/* line 86, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pb-2.u-pb-2 {
  padding-bottom: 2rem;
}

/* line 87, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pr-2.u-pr-2 {
  padding-right: 2rem;
}

/* line 88, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-pl-2.u-pl-2 {
  padding-left: 2rem;
}

/* line 98, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-0.u-mt-0 {
  margin-top: 0;
}

/* line 99, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-0.u-mb-0 {
  margin-bottom: 0;
}

/* line 100, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-0.u-mr-0 {
  margin-right: 0;
}

/* line 101, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-0.u-ml-0 {
  margin-left: 0;
}

/* line 102, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-1\/2.u-mt-1\/2 {
  margin-top: 0.5rem;
}

/* line 103, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-1\/2.u-mb-1\/2 {
  margin-bottom: 0.5rem;
}

/* line 104, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-1\/2.u-mr-1\/2 {
  margin-right: 0.5rem;
}

/* line 105, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-1\/2.u-ml-1\/2 {
  margin-left: 0.5rem;
}

/* line 106, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-1.u-mt-1 {
  margin-top: 1rem;
}

/* line 107, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-1.u-mb-1 {
  margin-bottom: 1rem;
}

/* line 108, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-1.u-mr-1 {
  margin-right: 1rem;
}

/* line 109, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-1.u-ml-1 {
  margin-left: 1rem;
}

/* line 110, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-2.u-mt-2 {
  margin-top: 2rem;
}

/* line 111, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-2.u-mb-2 {
  margin-bottom: 2rem;
}

/* line 112, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-2.u-mr-2 {
  margin-right: 2rem;
}

/* line 113, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-2.u-ml-2 {
  margin-left: 2rem;
}

/* line 114, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-3.u-mt-3 {
  margin-top: 3rem;
}

/* line 115, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-3.u-mb-3 {
  margin-bottom: 3rem;
}

/* line 116, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-3.u-mr-3 {
  margin-right: 3rem;
}

/* line 117, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-3.u-ml-3 {
  margin-left: 3rem;
}

/* line 118, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-4.u-mt-4 {
  margin-top: 4rem;
}

/* line 119, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-4.u-mb-4 {
  margin-bottom: 4rem;
}

/* line 120, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-4.u-mr-4 {
  margin-right: 4rem;
}

/* line 121, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-4.u-ml-4 {
  margin-left: 4rem;
}

/* line 122, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-5.u-mt-5 {
  margin-top: 5rem;
}

/* line 123, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-5.u-mb-5 {
  margin-bottom: 5rem;
}

/* line 124, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-5.u-mr-5 {
  margin-right: 5rem;
}

/* line 125, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-5.u-ml-5 {
  margin-left: 5rem;
}

/* line 126, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-6.u-mt-6 {
  margin-top: 6rem;
}

/* line 127, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-6.u-mb-6 {
  margin-bottom: 6rem;
}

/* line 128, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-6.u-mr-6 {
  margin-right: 6rem;
}

/* line 129, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-6.u-ml-6 {
  margin-left: 6rem;
}

/* line 130, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mt-auto.u-mt-auto {
  margin-top: auto;
}

/* line 131, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mb-auto.u-mb-auto {
  margin-bottom: auto;
}

/* line 132, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-mr-auto.u-mr-auto {
  margin-right: auto;
}

/* line 133, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-ml-auto.u-ml-auto {
  margin-left: auto;
}

/* line 145, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-text--left {
  text-align: left;
}

/* line 146, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-text--right {
  text-align: right;
}

/* line 147, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-text--center {
  text-align: center;
}

/* line 149, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* line 150, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 151, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* line 152, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* line 153, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/* line 154, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

/* line 155, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* line 156, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

/* line 157, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

/* line 158, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

/* line 159, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

/* line 160, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

/* line 161, app/assets/stylesheets/v2/itcss/_utilities.scss */
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

/* line 164, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-float-right {
  float: right;
}

/* line 165, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-float-left {
  float: left;
}

/* line 166, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-float-none {
  float: none;
}

/* line 167, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-auto-center {
  margin-left: auto;
  margin-right: auto;
}

/* line 168, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-auto-left {
  margin-left: auto;
}

/* line 169, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-auto-right {
  margin-right: auto;
}

/* line 171, app/assets/stylesheets/v2/itcss/_utilities.scss */
.u-full-height {
  height: 100%;
  height: 100vh;
  height: 100dvh;
}
