@charset "UTF-8";

/* src/styles/core.scss */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/fonts/source-sans-pro-300.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/source-sans-pro-400.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/source-sans-pro-600.woff2) format("woff2");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/material-icons.woff2) format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.cdk-visually-hidden {
  display: none !important;
}
.mat-step-icon-state-done {
  background-color: #00424c !important;
  color: white !important;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialised;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #292929;
  text-align: left;
  background-color: #f8f4f8;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.75rem;
  font-weight: 600;
}
p {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  display: inline-block;
  color: #0079c2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:focus,
a:hover {
  color: #005182;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: inherit;
}
.h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 40px 0 30px 0;
}
.h2 {
  font-size: 1.625rem;
  line-height: 1.9375rem;
  margin: 25px 0 10px 0;
}
.h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 22px 0 10px 0;
}
.h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 10px 0 5px 0;
}
.h5 {
  font-size: 1rem;
  line-height: 1.5;
}
.h6 {
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-small {
  font-size: 1rem;
  line-height: 1.5rem;
}
label.text-standard {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.text-large {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 2.8125rem;
    line-height: 3.375rem;
    margin: 60px 0 30px 0;
  }
  .h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    margin: 45px 0 20px 0;
  }
  .h3 {
    font-size: 1.5625rem;
    line-height: 2rem;
    margin: 45px 0 20px 0;
  }
  .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 20px 0 5px 0;
  }
  .h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .text-small {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  label.text-standard {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .text-large {
    font-size: 1.5625rem;
    line-height: 1.9375rem;
  }
}
.text-error {
  color: #cd2126;
}
.text-secondary {
  color: #666666;
}
.margin-tp-reset {
  margin-top: 0;
}
.list li {
  margin-bottom: 5px;
}
.list--reset {
  list-style: none;
  padding: 0;
}
hr {
  margin: 1.75rem 0;
  height: 1px;
  background: #e1d4e1;
  border: 0;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.container--margins {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .container--no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.narrow-desktop-grid {
  max-width: 820px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}
@media (min-width: 768px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
}
.row-center {
  justify-content: center;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  width: auto;
  flex-grow: 0;
  flex-basis: auto;
}
.col-overlap {
  margin-top: -100px;
}
@media (min-width: 375px) {
  .col-overlap {
    margin-top: auto;
  }
  .col-sm-overlap {
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  .col-sm-overlap,
  .col-overlap {
    margin-top: auto;
  }
  .col-md-overlap {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .col-sm-overlap,
  .col-md-overlap,
  .col-overlap {
    margin-top: auto;
  }
  .col-lg-overlap {
    margin-top: -100px;
  }
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 375px) {
  .row-sm-center {
    justify-content: center;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .row-md-center {
    justify-content: center;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .row-lg-center {
    justify-content: center;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1280px) {
  .row-xl-center {
    justify-content: center;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (max-width: 768.9999px) {
  .container {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}
@media (max-width: 375.9999px) {
  .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .row {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
.icon-arrow {
  display: inline-block;
  width: 0.625rem;
  height: 0.75rem;
  background-image: url(/assets/img/arrow-right.svg);
  background-size: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.25rem;
}
@media (min-width: 768px) {
  .icon-arrow {
    background-size: 1.375rem;
  }
}
.icon-arrow--white {
  background-image: url(/assets/img/arrow-white.svg);
}
.icon-arrow--lg {
  background-size: 1.375rem;
}
@media (min-width: 768px) {
  .icon-arrow--lg {
    width: 0.75rem;
    height: 0.875rem;
    background-size: 1.75rem;
  }
}
.icon-arrow--xlg {
  background-size: 1.375rem;
  width: 0.5rem;
  height: 0.75rem;
}
@media (min-width: 768px) {
  .icon-arrow--xlg {
    width: 1.25rem;
    height: 1.5rem;
    background-size: 3rem;
    margin-left: 0;
  }
}
.icon-arrow--down {
  background-image: url(/assets/img/arrow-right.svg);
  width: 2.25rem;
  height: 2.25rem;
  background-size: 1.75rem;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .icon-arrow--down {
    background-size: 2.25rem;
  }
}
.icon-error {
  background-image: url(/assets/img/error.svg);
  background-repeat: no-repeat;
}
.icon-search {
  background-image: url(/assets/img/search.svg);
  background-repeat: no-repeat;
}
.icon-dropdown-arrow {
  background-image: url(/assets/img/arrow-dropdown.svg);
  background-repeat: no-repeat;
}
.icon-dropdown-arrow-disabled {
  background-image: url(/assets/img/arrow-dropdown-disabled.svg);
  background-repeat: no-repeat;
}
.icon-lock,
.icon-external {
  padding-right: 1.25rem;
  background-size: 1.125rem;
  background-position: right center;
  background-repeat: no-repeat;
}
.icon-lock {
  background-image: url(/assets/img/lock.svg);
}
.icon-external {
  background-image: url(/assets/img/hyperlink.svg);
}
.icon-volume {
  background-image: url(/assets/img/volume.svg);
  background-repeat: no-repeat;
}
.icon-volume-disabled {
  background-image: url(/assets/img/volume-disabled.svg);
  background-repeat: no-repeat;
}
.icon-add-circle {
  background-image: url(/assets/img/ic_add_circle_black_24px.svg);
  background-repeat: no-repeat;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 0.3125rem 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  background-color: #f8f4f8;
  background-clip: padding-box;
  border: 0;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  outline: 2px solid #fcb933;
  color: #000000;
}
.form-control::placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f3f3f3;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}
.form-control--error {
  border: 2px solid #cd2126;
  box-shadow: 0 3px 0 0 #cd2126;
  padding-right: 2.625rem;
  background-position: center right 0.625rem;
  background-size: 1.5rem;
  background-color: #fcf4f4;
  margin-bottom: 0.5rem;
}
.form-control--error-textarea {
  background-position: top 0.5rem right 0.625rem;
}
.form-control--error:focus {
  outline: 2px solid #fcb933;
  border-color: transparent;
}
.form-control--search {
  padding-left: 2.625rem;
  background-position: left 0.625rem center;
  background-size: 1.5rem;
  margin-right: 0.5rem;
}
select.form-control {
  padding-right: 2.625rem;
  background-position: right 0.625rem center;
  background-size: 1.25rem 1.25rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control:focus::-ms-value {
  color: #666666;
  background-color: #f8f4f8;
}
select.form-control[disabled] {
  background-color: #f3f3f3;
  opacity: 0.6;
}
.form-group {
  margin-bottom: 1.75rem;
  width: 100%;
}
.form-group-search {
  display: flex;
}
.form-group--margin-b-small {
  margin-bottom: 0.625rem;
}
.form-label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.4375rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .form-label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.form-label--margin-reset {
  margin: 0;
}
.form-text {
  display: block;
  color: #666666;
  font-style: italic;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .form-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}
.custom-control__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control__input:checked ~ .custom-control__label::before {
  background-color: #00424c;
}
.custom-control__input:active ~ .custom-control__label::before {
  background-color: #e1d4e1;
}
.custom-control__input:focus ~ .custom-control__label::before {
  outline: 1px solid #4d90fe;
}
.custom-control__input:disabled ~ .custom-control__label {
  color: #666666;
  cursor: not-allowed;
}
.custom-control__input:disabled ~ .custom-control__label::before {
  background-color: #f3f3f3;
  border: solid 2px rgba(153, 153, 153, 0.4);
}
.custom-control__label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .custom-control__label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.custom-control__label::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: auto 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ffffff;
  border: 2px solid #00424c;
  content: "";
}
.custom-control__label::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: auto 0;
  margin-top: 4px;
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.875rem;
  content: "";
}
.custom-control--checkbox .custom-control__label::before {
  border-radius: 0.125rem;
  margin-top: 4px;
}
.custom-control--checkbox .custom-control__input:checked ~ .custom-control__label::after {
  background-image: url(/assets/img/tick-white.svg);
}
.custom-control--radio .custom-control__label::before {
  border-radius: 50%;
}
.custom-control--radio .custom-control__input:checked ~ .custom-control__label::before {
  background-color: #ffffff;
}
.custom-control--radio .custom-control__input:checked ~ .custom-control__label::after {
  background-image: url(/assets/img/radio-checked.svg);
  background-size: 0.75rem;
}
.hero {
  position: relative;
  z-index: 0;
}
.hero__banner {
  position: relative;
  margin: 0 1.875rem;
}
@media (min-width: 768px) {
  .hero__banner {
    margin: 0 3.25rem;
  }
}
@media (min-width: 992px) {
  .hero__banner {
    margin: 0 3.375rem;
  }
}
@media (min-width: 1280px) {
  .hero__banner {
    margin: 0 auto;
    max-width: 71rem;
  }
}
.hero__banner-body {
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media (min-width: 768px) {
  .hero__banner-body {
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .hero__banner-body {
    bottom: 140px;
  }
}
.hero__banner-body-text {
  font-size: 1.25rem;
  line-height: 2.1;
  font-weight: 600;
  margin-left: 0.5rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero__banner-body-text {
    font-size: 2.8125rem;
    line-height: 1.7;
    margin-left: 0.875rem;
  }
}
.hero__banner-body-text:hover {
  color: #ffffff;
}
.hero__banner-body-text:focus,
.hero__banner-body-text:active {
  color: #ffffff;
}
.hero__banner-body-text-stripe {
  background-color: #178079;
  padding: 0.375rem 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 8px 0 0 #178079, -8px 0 0 #178079;
}
@media (min-width: 768px) {
  .hero__banner-body-text-stripe {
    box-shadow: 14px 0 0 #178079, -14px 0 0 #178079;
  }
}
@media (min-width: 992px) {
  .hero--overlap {
    margin-bottom: -140px;
  }
}
@media (min-width: 768px) {
  .hero--overlap .hero__banner-body {
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .hero--overlap .hero__banner-body {
    bottom: 200px;
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.3725rem 1.3125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-radius: 0.1875rem;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
}
.btn:hover {
  box-shadow: 0 7px 14px 0 rgba(108, 39, 106, 0.4);
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #fcb933;
  border: 1px solid #fcb933;
}
.btn:focus:hover,
.btn.focus:hover {
  box-shadow: none;
}
.btn--disabled,
.btn:disabled {
  background-color: #f3f3f3;
  color: #666666;
  cursor: not-allowed;
  border: 1px solid transparent;
}
.btn--disabled:hover,
.btn--disabled:focus,
.btn:disabled:hover,
.btn:disabled:focus {
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #f3f3f3;
}
.btn:active,
.btn.active {
  box-shadow: 0 0 1px #fcb933;
}
.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.btn--primary {
  color: #ffffff;
  background-color: #00424c;
  border-color: #00424c;
}
.btn--secondary {
  color: #00424c;
  background-color: #ffffff;
  border-color: #e1d4e1;
}
.btn--small {
  padding: 0.25rem 1.3125rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 0.5rem;
}
.btn-icon {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: calc(12px + 1.5rem);
  padding-right: 0.875rem;
  background-size: 1.5rem;
  background-position: left 6px center;
  border: 2px solid transparent;
  font-weight: 400;
}
.btn-icon:hover {
  box-shadow: none;
  background-color: #f8f4f8;
}
.btn-icon:focus,
.btn-icon.focus {
  background-color: #f8f4f8;
  box-shadow: none;
  border: 2px solid #fcb933;
}
.btn-icon--right {
  padding-left: 0.875rem;
  padding-right: calc(12px + 1.5rem);
  background-position: right 6px center;
}
.text-link {
  position: relative;
  display: inline-flex;
  text-decoration: underline;
  color: #0079c2;
  cursor: pointer;
}
.text-link:hover {
  text-decoration: none;
  color: #005182;
}
.text-link:active,
.text-link:focus {
  text-decoration: underline;
  color: #0079c2;
  outline: 0;
  background: #fcb933;
}
.text-link:visited {
  color: #386406;
}
.text-link--disabled,
.text-link--disabled:hover {
  color: #666666;
  cursor: not-allowed;
  text-decoration: none;
}
.text-link--disabled:active,
.text-link--disabled:focus {
  background-color: transparent;
}
@media (min-width: 768px) {
  .section {
    display: flex;
  }
}
.section + .section {
  border-top: 1px solid #e1d4e1;
}
.section__header {
  width: 100%;
}
.section__header-title {
  position: relative;
  font-weight: 400;
  margin: 0;
}
.section__header-title-text {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding-right: 15px;
}
.section__header-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 3px;
  transform: translateY(-50%);
  background-color: #e1d4e1;
}
@media (min-width: 768px) {
  .section__header-title::after {
    position: static;
    width: 3.125rem;
    margin: 0.875rem 0;
    transform: none;
  }
}
.section__header-preamble {
  margin-bottom: 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .section__header-preamble {
    flex: 0 0 220px;
    max-width: 220px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .section__header {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .section__body {
    flex: 1 1 0%;
    flex-basis: 0%;
    margin-left: 1.75rem;
  }
}
.section--boxed {
  padding: 0.875rem 0.9375rem;
}
@media (min-width: 375px) {
  .section--boxed {
    padding: 1.75rem 1.625rem;
  }
}
@media (min-width: 768px) {
  .section--boxed {
    padding: 3.5rem 3.375rem;
  }
}
.section--compact-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.toc {
  border-left: 3px solid #0079c2;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .toc {
    padding: 0.375rem 1.5rem;
  }
}
.toc__title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.toc__list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc__list-item {
  padding: 0.25rem 0;
}
.toc__list-item-link {
  font-weight: 600;
}
.toc__list--sub {
  padding-left: 1.875rem;
}
.toc__list--sub .toc__list-item-link {
  font-weight: 400;
}
@media (max-width: 767.9999px) {
  .toc {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0;
  }
}
.box {
  border-top: 3px solid #00424c;
  background-color: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(108, 39, 106, 0.25);
  padding: 0.875rem 0.9375rem;
}
@media (min-width: 375px) {
  .box {
    padding: 1.75rem 1.625rem;
  }
}
@media (min-width: 768px) {
  .box {
    padding: 3.5rem 3.375rem;
  }
}
.box--compact {
  padding: 1.125rem 1.5rem 1.5rem 1.625rem;
  box-shadow: 0 6px 14px 0 rgba(108, 39, 106, 0.25);
}
@media (min-width: 768px) {
  .box--compact {
    padding: 28px 54px 40px 54px;
  }
}
.box--margins {
  margin: 0 12px 34px 0;
}
.box--no-padding {
  padding: 0;
}
.box--no-border {
  border: 0;
}
.content-navigation-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-navigation-list__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e1d4e1;
}
@media (min-width: 768px) {
  .content-navigation-list__item {
    padding: 0.875rem 0;
  }
  .content-navigation-list__item:first-child {
    padding-top: 0;
  }
  .content-navigation-list__item:last-child {
    border-bottom: none;
  }
}
.content-navigation-list__item--no-border {
  border-bottom: none;
}
@media (min-width: 768px) {
  .content-navigation-list__item-text {
    margin-top: 1rem;
  }
}
.content-navigation-list__item-image {
  width: 100%;
  object-fit: contain;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-navigation-list__item-image {
    margin-bottom: 0.25rem;
  }
}
.content-navigation-list__item-image-large {
  width: 100%;
  object-fit: contain;
  margin-bottom: 0.875rem;
}
.content-navigation-list__item-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #00424c;
  font-weight: 600;
}
.content-navigation-list__item-link:hover {
  color: #00424c;
}
.content-navigation-list__item-link:focus,
.content-navigation-list__item-link:active,
.content-navigation-list__item-link:active:focus {
  color: #00424c;
}
.feedback {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.feedback--textarea {
  max-width: 410px;
  display: block;
}
@media (min-width: 768px) {
  .feedback {
    flex-direction: row;
  }
}
.feedback__text {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0.875rem;
  text-align: center;
}
.feedback__text--standalone {
  margin-bottom: 0;
  text-align: center;
  padding: 1.4375rem 0;
}
@media (min-width: 768px) {
  .feedback__text {
    text-align: left;
    margin-bottom: 0;
  }
  .feedback__text--standalone {
    text-align: left;
    padding: 0;
  }
}
.feedback__buttons {
  display: flex;
  align-items: center;
  height: 100%;
}
.feedback__button {
  min-width: 84px;
}
.feedback__button:first-child {
  margin: 0 0.875rem;
}
.feedback__text-area {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.feedback__text-area--title {
  margin-bottom: 0.125rem;
}
.accordion__item:first-child .accordion__item-link:not(:focus) {
  border-top-color: transparent;
}
.accordion__item-header {
  margin-bottom: 0;
  margin-top: 0;
}
.accordion__item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 0 0.3125rem 0.875rem;
  border: 1px solid transparent;
  border-top: 1px solid #e1d4e1;
  color: #00424c;
  font-weight: 600;
}
@media (min-width: 768px) {
  .accordion__item-link {
    padding: 1rem 0.25rem 1rem 0.875rem;
  }
}
.accordion__item-link:focus {
  outline: 0;
  border: 2px solid #fcb933;
  margin: -1px;
}
.accordion__item-link:hover,
.accordion__item-link:focus,
.accordion__item-link:active,
.accordion__item-link:active:focus {
  color: #00424c;
}
.accordion__item-link:active {
  border-color: transparent;
}
.accordion__item-body {
  display: none;
  padding: 1.625rem;
}
.accordion__item--open .accordion__item-body {
  display: block;
}
.accordion__item--open .accordion__item-icon {
  transform: rotate(-90deg);
}
.footer {
  display: flex;
  min-height: 14rem;
  background-color: #00424c;
  padding-top: 2.25rem;
  padding-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.footer__header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footer__header-container {
    align-items: flex-start;
  }
}
.footer__logo {
  display: block;
  width: 160px;
  height: 36px;
  font: 0/0 a;
  border: 0;
  background-image: url(/assets/img/skolverket-logotype-white.svg);
  background-repeat: no-repeat;
  color: transparent;
  background-color: transparent;
  background-size: 100%;
}
.footer__description {
  margin-top: 1rem;
  color: #e1d4e1;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .footer__description {
    text-align: left;
  }
}
.footer__navigation-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  .footer__navigation-container {
    align-items: flex-end;
  }
}
.footer__navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__navigation {
    flex-direction: row;
    width: auto;
  }
}
.footer__navigation-item {
  padding: 0.625rem 0.625rem 0.625rem 0;
  border-bottom: 1px solid rgba(225, 212, 225, 0.25);
}
.footer__navigation-item:last-child {
  border-bottom: 0;
}
.footer__navigation-item--no-border-bottom {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .footer__navigation-item {
    border-bottom: 0;
    padding-right: 1.75rem;
  }
}
.footer__navigation-item-link {
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}
.footer__navigation-item-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer__navigation-item-link:focus,
.footer__navigation-item-link:active,
.footer__navigation-item-link:active:focus {
  color: #ffffff;
}
.footer__navigation-item-link--purple {
  color: #e1d4e1;
  font-weight: 400;
}
.footer__navigation-item-link--purple:hover {
  color: #e1d4e1;
}
.footer__navigation-item-link--purple:focus,
.footer__navigation-item-link--purple:active,
.footer__navigation-item-link--purple:active:focus {
  color: #e1d4e1;
}
.header {
  position: relative;
  z-index: 2;
}
.header--close {
  display: none;
}
.header__top {
  min-height: 4.5rem;
  background-color: #ffffff;
  padding: 0.9375rem 0;
  border-top: 3px solid #00424c;
}
@media (min-width: 768px) {
  .header__top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.header__top-container {
  display: flex;
  min-height: 2rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 340px) {
  .header__top-container {
    flex-direction: column;
  }
}
.header__top-logo {
  width: 134px;
  height: 36px;
}
@media (min-width: 768px) {
  .header__top-logo {
    width: 160px;
  }
}
@media (max-width: 340px) {
  .header__top-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.header__links {
  display: none;
  min-height: 3.5rem;
  padding: 0;
  background-color: #00424c;
}
@media (min-width: 768px) {
  .header__links {
    display: block;
  }
}
.header__links-container {
  display: flex;
  position: relative;
  min-height: 3.5rem;
}
.header__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .header__list {
    height: 100%;
  }
}
.header__list--absolute {
  position: absolute;
  top: 0;
  bottom: 0;
}
.header__list-item-listen,
.header__list-item-translate,
.header__list-item-search,
.header__list-item-mobilemenu {
  padding: 0.375rem 0.75rem 0.375rem calc(12px + 1.5rem);
  background-size: 1.5rem;
  background-position: left 6px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  cursor: pointer;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.header__list-item-listen:hover,
.header__list-item-listen:focus,
.header__list-item-listen:active,
.header__list-item-listen:active:focus,
.header__list-item-translate:hover,
.header__list-item-translate:focus,
.header__list-item-translate:active,
.header__list-item-translate:active:focus,
.header__list-item-search:hover,
.header__list-item-search:focus,
.header__list-item-search:active,
.header__list-item-search:active:focus,
.header__list-item-mobilemenu:hover,
.header__list-item-mobilemenu:focus,
.header__list-item-mobilemenu:active,
.header__list-item-mobilemenu:active:focus {
  color: #00424c;
}
.header__list-item:last-child .navigation__list-item-link {
  font-weight: 400;
}
.header__list-item-listen {
  display: none;
  background-image: url(/assets/img/volume.svg);
  margin-right: 0.4375rem;
}
@media (min-width: 768px) {
  .header__list-item-listen {
    display: block;
  }
}
.header__list-item-translate {
  display: none;
  background-image: url(/assets/img/language.svg);
  margin-right: 0.4375rem;
}
@media (min-width: 768px) {
  .header__list-item-translate {
    display: block;
  }
}
.header__list-item-search {
  background-image: url(/assets/img/search.svg);
  margin-right: 0.4375rem;
}
@media (min-width: 768px) {
  .header__list-item-search {
    margin-right: 0;
  }
}
.header__list-item-mobilemenu {
  background-image: url(/assets/img/mobilemenu.svg);
}
@media (min-width: 768px) {
  .header__list-item-mobilemenu {
    display: none;
  }
}
.header__list-item-link {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  margin-right: 1.75rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.header__list-item-link:hover {
  color: #ffffff;
}
.header__list-item-link--active,
.header__list-item-link:focus,
.header__list-item-link:active,
.header__list-item-link:active:focus {
  color: #ffffff;
  text-decoration: none;
}
.header__list-item-link--active::before,
.header__list-item-link:focus::before,
.header__list-item-link:active::before,
.header__list-item-link:active:focus::before {
  border-bottom: 8px solid #fcb933;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 8px;
  width: 100%;
  content: "";
}
.mobile-menu {
  display: none;
}
.mobile-menu--open {
  display: block;
}
.mobile-menu__links {
  height: 100%;
  padding: 0;
  background-color: #f8f4f8;
}
.mobile-menu__header {
  min-height: 4.5rem;
  padding: 0.9375rem 0;
  background-color: #ffffff;
  border-top: 3px solid #00424c;
}
.mobile-menu__header-title {
  margin: 0;
}
.mobile-menu__header-link {
  padding: 0.375rem 0.75rem 0.375rem calc(12px + 1.5rem);
  background-image: url(/assets/img/close.svg);
  background-size: 1.5rem;
  background-position: left 6px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  cursor: pointer;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
}
.mobile-menu__header-link:hover,
.mobile-menu__header-link:focus,
.mobile-menu__header-link:active,
.mobile-menu__header-link:active:focus {
  color: #00424c;
  text-decoration: underline;
}
.mobile-menu__header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding: 0.125rem 0;
  margin: 0;
}
.mobile-menu__list-item {
  width: 100%;
  padding: 0.625rem 0;
  border-bottom: 1px solid #e1d4e1;
}
.mobile-menu__list-item:last-child {
  border-bottom: none;
}
.mobile-menu__list-item-link {
  width: 100%;
  text-decoration: none;
  color: #00424c;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.mobile-menu__list-item-link:hover,
.mobile-menu__list-item-link:focus,
.mobile-menu__list-item-link:active,
.mobile-menu__list-item-link:active:focus {
  color: #00424c;
}
.section-navigation {
  position: relative;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  background-color: #f8f4f8;
}
.section-navigation__label {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding: 0.375rem 1.125rem 0.375rem 0.75rem;
  color: #ffffff;
  background-color: #00424c;
  border-top-right-radius: 1.125rem;
}
@media (min-width: 768px) {
  .section-navigation__label {
    padding: 0.75rem 1.25rem 0.75rem 0.875rem;
  }
}
.section-navigation__label--overlap {
  position: absolute;
  top: -3.25rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-navigation__label--overlap {
    top: -4.375rem;
  }
}
.section-navigation__box {
  display: flex;
}
.section-navigation__box-item {
  width: 100%;
  background-color: #f8f4f8;
  border-bottom: 1px solid #e1d4e1;
}
@media (min-width: 768px) {
  .section-navigation__box-item {
    min-height: 7rem;
    margin: 0.875rem 0;
    border-bottom: 0;
    background-color: #ffffff;
  }
  .section-navigation__box-item:hover,
  .section-navigation__box-item:focus {
    border-bottom: 1px solid #e1d4e1;
  }
}
@media (max-width: 768px) {
  .section-navigation__box-item--no-border {
    border-bottom: 0;
  }
  .section-navigation__box-item--no-border:hover,
  .section-navigation__box-item--no-border:focus {
    border-bottom: 0;
  }
}
.section-navigation__box-item-link {
  display: block;
  color: #00424c;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  padding: 0.6875rem 0;
}
@media (min-width: 768px) {
  .section-navigation__box-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 1rem;
    border: 2px solid transparent;
    box-shadow: 0 6px 14px 0 rgba(108, 39, 106, 0.25);
    transition: box-shadow 0.15s ease-in-out;
  }
  .section-navigation__box-item-link:hover,
  .section-navigation__box-item-link:focus {
    border: 2px solid #00424c;
    outline: none;
    box-shadow: none;
  }
  .section-navigation__box-item-link > .icon-arrow {
    display: none;
  }
}
.section-navigation__box-item-link:hover,
.section-navigation__box-item-link:focus,
.section-navigation__box-item-link:active,
.section-navigation__box-item-link:active:focus {
  color: #00424c;
}
@media print {
  html,
  body {
    border: 1px solid white;
    height: 99%;
    page-break-after: auto;
    page-break-before: avoid;
  }
  .header__top-logo,
  .btn {
    display: none;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col {
    padding-right: 0.05rem;
    padding-left: 0.05rem;
  }
}
.no-wrap {
  white-space: pre;
}
.margin-right {
  margin-right: 20px;
}
.spinner-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.mat-mdc-progress-spinner circle,
.mat-mdc-progress-spinner circle {
  stroke: #00424c;
}
.full-width {
  width: 100%;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  flex: 1;
  margin-right: 10px;
}
.col:last-child {
  margin-right: 0;
}
.col-radio-group {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.col-radio-button {
  margin: 5px;
}
.error-text {
  color: #cd2126;
}
.background-root {
  background-color: #f8f4f8;
}
.background-center {
  background-color: #fff;
}
.icon-replay-black {
  background-image: url(/assets/img/replay-black.svg);
  background-repeat: no-repeat;
}
.skv-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: inherit;
  pointer-events: none;
}
.skv-icon--inline {
  margin-bottom: -0.1em;
}
.skv-icon--block {
  display: block;
}
.skv-icon--middle {
  vertical-align: middle;
}
.d-none {
  display: none;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}
.d-block {
  display: block;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
@media print {
  .d-print-block {
    display: block;
  }
  .d-print-none {
    display: none;
  }
}
body.show-focus-outlines *:focus {
  outline: 2px solid #f59c00;
}
body:not(.show-focus-outlines) *:focus {
  outline: unset;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.375rem;
  padding-right: 3.375rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .container {
    width: 77.75rem;
    max-width: 100%;
  }
}
.container--margins {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .container--no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container--header {
  padding: 60px 0 120px 0;
  margin-bottom: -60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .container--header {
    padding: 30px 0 60px 0;
    margin-bottom: -30px;
  }
}
@media (max-width: 768px) {
  .container--header {
    padding: 0 0 30px;
    margin-bottom: 0;
  }
}
.narrow-desktop-grid {
  max-width: 820px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}
@media (min-width: 768px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
}
.row-center {
  justify-content: center;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .container--no-padding .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container--no-padding .row .col-1,
  .container--no-padding .row .col-2,
  .container--no-padding .row .col-3,
  .container--no-padding .row .col-4,
  .container--no-padding .row .col-5,
  .container--no-padding .row .col-6,
  .container--no-padding .row .col-7,
  .container--no-padding .row .col-8,
  .container--no-padding .row .col-9,
  .container--no-padding .row .col-10,
  .container--no-padding .row .col-11,
  .container--no-padding .row .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  width: auto;
  flex-grow: 0;
  flex-basis: auto;
}
.col-overlap {
  margin-top: -100px;
}
@media (min-width: 375px) {
  .col-overlap {
    margin-top: auto;
  }
  .col-sm-overlap {
    margin-top: -100px;
  }
}
@media (min-width: 768px) {
  .col-sm-overlap,
  .col-overlap {
    margin-top: auto;
  }
  .col-md-overlap {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .col-sm-overlap,
  .col-md-overlap,
  .col-overlap {
    margin-top: auto;
  }
  .col-lg-overlap {
    margin-top: -100px;
  }
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 375px) {
  .row-sm-center {
    justify-content: center;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .row-md-center {
    justify-content: center;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .row-lg-center {
    justify-content: center;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1280px) {
  .row-xl-center {
    justify-content: center;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    overflow: hidden;
  }
}
@media (max-width: 375.9999px) {
  .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .row {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
.icon-arrow {
  display: inline-block;
  width: 0.625rem;
  height: 0.75rem;
  background-image: url(/assets/img/arrow-right.svg);
  background-size: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.25rem;
}
@media (min-width: 768px) {
  .icon-arrow {
    background-size: 1.375rem;
  }
}
.icon-arrow--white {
  background-image: url(/assets/img/arrow-white.svg);
}
.icon-arrow--lg {
  background-size: 1.375rem;
}
@media (min-width: 768px) {
  .icon-arrow--lg {
    width: 0.75rem;
    height: 0.875rem;
    background-size: 1.75rem;
  }
}
.icon-arrow--xlg {
  background-size: 1.375rem;
  width: 0.5rem;
  height: 0.75rem;
}
@media (min-width: 768px) {
  .icon-arrow--xlg {
    width: 1.25rem;
    height: 1.5rem;
    background-size: 3rem;
    margin-left: 0;
  }
}
.icon-arrow--down {
  background-image: url(/assets/img/arrow-right.svg);
  width: 2.25rem;
  height: 2.25rem;
  background-size: 1.75rem;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .icon-arrow--down {
    background-size: 2.25rem;
  }
}
.icon-error {
  background-image: url(/assets/img/error.svg);
  background-repeat: no-repeat;
}
.icon-search {
  background-image: url(/assets/img/search.svg);
  background-repeat: no-repeat;
}
.icon-dropdown-arrow {
  background-image: url(/assets/img/arrow-dropdown.svg);
  background-repeat: no-repeat;
}
.icon-dropdown-arrow-disabled {
  background-image: url(/assets/img/arrow-dropdown-disabled.svg);
  background-repeat: no-repeat;
}
.icon-lock,
.icon-external {
  padding-right: 1.25rem;
  background-size: 1.125rem;
  background-position: right center;
  background-repeat: no-repeat;
}
.icon-lock {
  background-image: url(/assets/img/lock.svg);
}
.icon-external {
  background-image: url(/assets/img/hyperlink.svg);
}
.icon-volume {
  background-image: url(/assets/img/volume.svg);
  background-repeat: no-repeat;
}
.icon-volume-disabled {
  background-image: url(/assets/img/volume-disabled.svg);
  background-repeat: no-repeat;
}
.text-link {
  position: relative;
  display: inline-flex;
  text-decoration: underline;
  color: #0079c2;
  cursor: pointer;
}
.text-link:hover {
  text-decoration: none;
  color: #005182;
}
.text-link:active,
.text-link:focus {
  text-decoration: underline;
  color: #0079c2;
  outline: 0;
  background: #f59c00;
}
.text-link:visited {
  color: #386406;
}
.text-link--disabled,
.text-link--disabled:hover {
  color: #666666;
  cursor: not-allowed;
  text-decoration: none;
}
.text-link--disabled:active,
.text-link--disabled:focus {
  background-color: transparent;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialised;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #262626;
  text-align: left;
  background-color: #ffffff;
  overflow-y: scroll;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.75rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  display: inline-block;
  color: #0079c2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:focus,
a:hover {
  color: #005182;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.skv-segment {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .skv-segment {
    margin: 30px 0;
  }
}
.skv-segment--small {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .skv-segment--small {
    margin: 15px 0;
  }
}
.skv-segment--first {
  margin-top: 0;
}
.skv-segment--last {
  margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: inherit;
}
.h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 40px 0 30px 0;
}
.h2 {
  font-size: 1.625rem;
  line-height: 1.9375rem;
  margin: 25px 0 10px 0;
}
.h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 22px 0 10px 0;
}
.h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 10px 0 5px 0;
}
.h5 {
  font-size: 1rem;
  line-height: 1.5;
}
.h6 {
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-small {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-standard {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.text-large {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.text-large--tight {
  margin: 0;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 2.8125rem;
    line-height: 3.375rem;
    margin: 60px 0 30px 0;
  }
  .h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    margin: 45px 0 20px 0;
  }
  .h3 {
    font-size: 1.5625rem;
    line-height: 2rem;
    margin: 45px 0 20px 0;
  }
  .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 20px 0 5px 0;
  }
  .h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .text-small {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .text-standard {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .text-large {
    font-size: 1.5625rem;
    line-height: 1.9375rem;
  }
}
.text-error {
  color: #cd2126;
}
.text-secondary {
  color: #262626;
}
.margin-tp-reset {
  margin-top: 0;
}
.margin-bt-reset {
  margin-bottom: 0;
}
.list li {
  margin-bottom: 5px;
}
.list--reset {
  list-style: none;
  padding: 0;
}
.link-prominent {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #00424c;
  font-weight: 600;
}
.link-prominent:hover {
  color: #00424c;
}
.link-prominent:focus,
.link-prominent:active,
.link-prominent:active:focus {
  color: #00424c;
}
hr {
  margin: 1.75rem 0;
  height: 1px;
  background: #f8f4f8;
  border: 0;
}
.Body--padded {
  padding: 20px;
}
.Body--purple {
  background: #F8F4F8;
}
.Body--blue {
  background: #f6fafa;
}
.Body--purple.Body--padded {
  padding: 40px;
}
.swatch {
  margin-bottom: 1em;
}
.swatch__preview {
  display: inline-block;
  width: 70px;
  height: 70px;
}
.swatch__preview--bordered {
  border: 1px solid #ccc;
}
.swatch__value {
  font-weight: bold;
}
.skv-box {
  margin-bottom: 10px;
  border-top: 3px solid #00424c;
  background-color: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(108, 39, 106, 0.25);
  padding: 0.875rem 0.9375rem;
}
@media (min-width: 375px) {
  .skv-box {
    padding: 1.75rem 1.625rem;
  }
}
@media (min-width: 768px) {
  .skv-box {
    padding: 3.5rem 3.375rem;
  }
}
.skv-box--compact {
  padding: 1.125rem 1.5rem 1.5rem 1.625rem;
  box-shadow: 0 6px 14px 0 rgba(108, 39, 106, 0.25);
}
@media (min-width: 768px) {
  .skv-box--compact {
    padding: 28px 54px 40px 54px;
  }
}
.skv-box--margins {
  margin: 0 12px 34px 0;
}
.skv-box--no-padding {
  padding: 0;
}
.skv-box--no-border {
  border: 0;
}
.skv-box--relative {
  position: relative;
}
.skv-box--sticky {
  position: sticky;
  top: 1.75rem;
}
.skv-form-control {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 0.3125rem 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #262626;
  background-color: #f8f4f8;
  background-clip: padding-box;
  border: 0;
}
@media (min-width: 768px) {
  .skv-form-control {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.skv-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.skv-form-control:focus {
  outline: 2px solid #f59c00;
  color: #262626;
}
.skv-form-control::placeholder {
  color: #262626;
  opacity: 1;
}
.skv-form-control:disabled,
.skv-form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
}
.skv-form-control:disabled {
  cursor: not-allowed;
}
.skv-form-control--error {
  border: 2px solid #cd2126;
  box-shadow: 0 3px 0 0 #cd2126;
  padding-right: 2.625rem;
  background-position: center right 0.625rem;
  background-size: 1.5rem;
  background-color: #fcf4f4;
  margin-bottom: 0.5rem;
  outline: 100% solid gold;
}
.skv-form-control--error-textarea {
  background-position: top 0.5rem right 0.625rem;
}
.skv-form-control--error:focus {
  outline: 2px solid #f59c00;
  border-color: transparent;
}
.skv-form-control--search {
  padding-left: 2.625rem;
  background-position: left 0.625rem center;
  background-size: 1.5rem;
  margin-right: 0.5rem;
}
select.skv-form-control {
  padding-right: 2.625rem;
  background-position: right 0.625rem center;
  background-size: 1.25rem 1.25rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select.skv-form-control::-ms-expand {
  display: none;
}
select.skv-form-control:focus::-ms-value {
  color: #262626;
  background-color: #f8f4f8;
}
select.skv-form-control[disabled] {
  background-color: #f2f2f2;
  opacity: 0.6;
}
.skv-form-group {
  margin-bottom: 1.75rem;
  width: 100%;
}
.skv-form-group-search {
  display: flex;
}
.skv-form-group--margin-b-small {
  margin-bottom: 0.625rem;
}
.skv-form-label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .skv-form-label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.skv-form-label--margin-reset {
  margin: 0;
}
.skv-form-text {
  display: block;
  color: #666666;
  font-style: italic;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .skv-form-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.skv-custom-control {
  position: relative;
  display: block;
  min-height: 1rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}
.skv-custom-control__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.skv-custom-control__input:checked ~ .skv-custom-control__label::before {
  background-color: #00424c;
}
.skv-custom-control__input:active ~ .skv-custom-control__label::before {
  background-color: #f8f4f8;
}
.skv-custom-control__input:focus ~ .skv-custom-control__label {
  background-color: #f59c00;
}
.skv-custom-control__input:disabled ~ .skv-custom-control__label {
  color: #666666;
  cursor: not-allowed;
}
.skv-custom-control__input:disabled ~ .skv-custom-control__label::before {
  background-color: #f2f2f2;
  border: solid 2px rgba(153, 153, 153, 0.4);
}
.skv-custom-control__label {
  margin-bottom: 0;
  padding: 2px;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .skv-custom-control__label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.skv-custom-control__label::before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ffffff;
  border: 2px solid #00424c;
  content: "";
}
.skv-custom-control__label::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.875rem;
  content: "";
}
.skv-custom-control--checkbox .skv-custom-control__label::before {
  border-radius: 0.125rem;
}
.skv-custom-control--checkbox .skv-custom-control__input:checked ~ .skv-custom-control__label::after {
  background-image: url(/assets/img/tick-white.svg);
}
.skv-custom-control--radio .skv-custom-control__label::before {
  border-radius: 50%;
}
.skv-custom-control--radio .skv-custom-control__input:checked ~ .skv-custom-control__label::before {
  background-color: #ffffff;
}
.skv-custom-control--radio .skv-custom-control__input:checked ~ .skv-custom-control__label::after {
  background-image: url(/assets/img/radio-checked.svg);
  background-size: 0.75rem;
}
.skv-table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
  line-height: 1.3;
}
.skv-table caption {
  caption-side: top;
  text-align: left;
  padding: 10px;
  background: #00424c;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.skv-table thead,
.skv-table tbody {
  font-size: 16px;
}
.skv-table thead {
  border-bottom: 3px solid #00424c;
  font-weight: bold;
}
.skv-table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.skv-table--minimal {
  background: #ffffff;
}
.skv-table--minimal caption {
  padding: 10px 0;
  background: none;
  color: #262626;
}
@media screen and (max-width: 600px) {
  .skv-table {
    border-collapse: separate;
    border-spacing: 0 1em;
  }
  table thead {
    display: none;
  }
  table td {
    display: flex;
  }
  table td:last-child {
    width: 100%;
  }
  table td::before {
    content: attr(label);
    font-weight: bold;
    width: 90px;
    min-width: 90px;
  }
}
.skv-banner {
  width: 100%;
  background: #fff2b7;
  color: #262626;
  font-size: 1em;
  line-height: 1.2;
  z-index: 10;
}
.skv-banner__inner-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.6875rem 3.375rem;
}
@media (min-width: 1280px) {
  .skv-banner__inner-container {
    width: 77.75rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .skv-banner__inner-container {
    padding: 0.9375rem;
  }
}
.skv-banner--confirm {
  background: #1d9a18;
  color: #ffffff;
}
.skv-banner--error {
  background: #cd2126;
  color: #ffffff;
}
.skv-banner--warning {
  background: #ffe56f;
}
.skv-banner__icon-container {
  margin: 0 15px 0 0;
  font-size: 32px;
}
.skv-banner__content {
  flex: 1;
}
.skv-banner__content h3,
.skv-banner__content p {
  margin: 0;
  line-height: 1.2;
}
.skv-banner__content h3 {
  font-size: 20px;
  font-weight: 500;
}
.skv-banner__content p {
  margin: 0.2em 0;
  font-size: 18px;
  font-weight: 300;
}
.skv-banner .skv-nav-link {
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
}
.skv-banner__dismiss {
  align-self: flex-start;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  padding: 0.5em;
  background: none;
  border: none;
  color: inherit;
  transition: background 250ms;
}
.skv-banner__dismiss:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.skv-banner__dismiss .skv-icon {
  margin: 0 0 0 5px;
}
.skv-header {
  box-shadow: 0 12px 24px 0 rgba(108, 39, 106, 0.25);
  position: relative;
  z-index: 2;
  width: 100%;
}
.skv-header--close {
  display: none;
}
.skv-header__top {
  min-height: 4.5rem;
  background-color: #ffffff;
  padding: 0.9375rem 0;
  border-top: 3px solid #00424c;
}
@media (min-width: 768px) {
  .skv-header__top {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.skv-header__top-container {
  display: flex;
  min-height: 2rem;
  justify-content: space-between;
  align-items: center;
}
.skv-header__top-logo {
  width: 134px;
}
.skv-header__top-logo:focus {
  background: #f59c00;
  outline: none;
}
@media (min-width: 768px) {
  .skv-header__top-logo {
    width: 160px;
  }
}
@media (max-width: 446px) {
  .skv-header__top-logo {
    margin-right: 0;
  }
}
.skv-header__links {
  display: none;
  min-height: 3.5rem;
  padding: 0;
  background-color: #00424c;
}
@media (min-width: 768px) {
  .skv-header__links {
    display: block;
  }
}
.skv-header__links-container {
  display: flex;
  position: relative;
  min-height: 3.5rem;
}
.skv-header__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 45px 0 0;
}
@media (max-width: 375px) {
  .skv-header__list {
    margin-left: 15px;
  }
}
@media (max-width: 446px) {
  .skv-header__list {
    margin-right: 62px;
  }
}
@media (min-width: 768px) {
  .skv-header__list {
    margin: 0;
  }
}
.skv-header__list-item {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  padding: 0.5em 0;
  position: relative;
}
@media (min-width: 768px) {
  .skv-header__list-item {
    margin: 0;
    height: 100%;
  }
}
@media (max-width: 446px) {
  .skv-header__list-item {
    padding: 0;
    margin: 0;
  }
}
.skv-header__list-item--active {
  color: #ffffff;
  text-decoration: none;
}
.skv-header__list-item--active::before {
  border-bottom: 8px solid #f59c00;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 8px;
  width: 100%;
  content: "";
}
.skv-header__list-item-content-a-to-o,
.skv-header__list-item-listen,
.skv-header__list-item-translate,
.skv-header__list-item-search {
  padding: 0.375rem 0.75rem 0.375rem calc(12px + 1.125rem);
  background-size: 1.125rem;
  background-position: left 6px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  cursor: pointer;
  color: #262626;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.skv-header__list-item-content-a-to-o:hover,
.skv-header__list-item-content-a-to-o:focus,
.skv-header__list-item-content-a-to-o:active,
.skv-header__list-item-content-a-to-o:active:focus,
.skv-header__list-item-listen:hover,
.skv-header__list-item-listen:focus,
.skv-header__list-item-listen:active,
.skv-header__list-item-listen:active:focus,
.skv-header__list-item-translate:hover,
.skv-header__list-item-translate:focus,
.skv-header__list-item-translate:active,
.skv-header__list-item-translate:active:focus,
.skv-header__list-item-search:hover,
.skv-header__list-item-search:focus,
.skv-header__list-item-search:active,
.skv-header__list-item-search:active:focus {
  color: #00424c;
}
.skv-header__list-item:last-child .skv-navigation__list-item-link {
  font-weight: 400;
}
.skv-header__list-item-content-a-to-o {
  display: none;
  background-image: url(/assets/img/a-o.svg);
  margin-right: 0.4375rem;
}
@media (min-width: 768px) {
  .skv-header__list-item-content-a-to-o {
    display: block;
  }
}
.skv-header__list-item-listen {
  display: none;
  background-image: url(/assets/img/volume.svg);
  margin-right: 0.4375rem;
}
@media (min-width: 768px) {
  .skv-header__list-item-listen {
    display: block;
  }
}
.skv-header__list-item-translate {
  display: none;
  background-image: url(/assets/img/language.svg);
  margin-right: 0.4375rem;
}
@media (min-width: 768px) {
  .skv-header__list-item-translate {
    display: block;
  }
}
.skv-header__list-item-search {
  background-image: url(/assets/img/search.svg);
  margin-right: 0.4375rem;
}
@media (min-width: 768px) {
  .skv-header__list-item-search {
    margin-right: 0;
  }
}
.skv-header__list-item-link {
  display: flex;
  align-items: center;
  padding: 0.5em;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-radius: 3px;
}
.skv-header__list-item-link:hover {
  color: #ffffff;
}
.skv-header__list-item-link:focus {
  background: #ffffff;
  color: #00424c;
  outline: none !important;
  text-decoration: none;
}
.skv-header__list-item-link:focus:hover {
  text-decoration: underline;
}
.skv-footer {
  display: flex;
  min-height: 14rem;
  background-color: #00424c;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 60px;
  min-width: 350px;
}
@media (min-width: 768px) {
  .skv-footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.skv-footer .container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.skv-footer .row {
  align-items: center;
}
.skv-footer__header-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: none;
}
@media (min-width: 992px) {
  .skv-footer__header-container {
    align-items: flex-start;
  }
}
.skv-footer__logo {
  display: block;
  width: 160px;
  height: 36px;
  max-width: 100%;
  object-fit: contain;
}
.skv-footer__description {
  margin-top: 0;
  color: #f8f4f8;
  text-align: left;
  margin-bottom: 0;
  max-width: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .skv-footer__description {
    text-align: left;
  }
}
.skv-footer__navigation-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .skv-footer__navigation-container {
    align-items: flex-end;
  }
}
.skv-footer__navigation {
  display: flex;
  flex-direction: row;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .skv-footer__navigation {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
  }
}
@media (min-width: 992px) {
  .skv-footer__navigation {
    justify-content: flex-end;
  }
}
.skv-footer__navigation-item {
  padding: 0;
  border-bottom: 0;
}
.skv-footer__navigation-item:last-child {
  border-bottom: 0;
}
.skv-footer__navigation-item--no-border-bottom {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .skv-footer__navigation-item {
    border-bottom: 0;
    padding-right: 0;
  }
}
.skv-footer__navigation-item-link {
  width: 100%;
  padding: 0;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}
.skv-footer__navigation-item-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.skv-footer__navigation-item-link:focus,
.skv-footer__navigation-item-link:active {
  color: #00424c;
}
.skv-footer__navigation-item-link:focus {
  border-radius: 3px;
  outline: none !important;
  color: #00424c;
  background: #ffffff;
  fill: #00424c;
}
.skv-nav-link {
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #00424c;
  transition: color 250ms;
}
.skv-nav-link:hover,
.skv-nav-link:active,
.skv-nav-link:focus {
  color: rgb(0, 110.2894736842, 127);
}
.skv-nav-link--light {
  color: #ffffff;
}
.skv-nav-link--light:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.skv-nav-link--light:focus {
  color: #00424c;
  background: #ffffff;
  outline: none !important;
  border-radius: 3px;
}
.skv-nav-link .skv-icon {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .skv-footer .row {
    align-items: flex-start;
  }
  .skv-footer .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .skv-footer__header-container {
    align-items: flex-start;
    max-width: 100%;
  }
  .skv-footer__description {
    text-align: left;
  }
  .skv-footer__navigation-container {
    align-items: flex-start;
    margin-top: 2rem;
  }
  .skv-footer__navigation {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .skv-footer__navigation-item {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .skv-navigation {
    position: relative;
    border-bottom: 4px solid #00424c;
    height: 50px;
    background-color: #edf4f4;
    transition: height 300ms ease-in-out, border-bottom-color 500ms ease-in-out;
  }
  .skv-navigation:after {
    content: "";
    display: block;
    background-color: #00424c;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .skv-navigation.skv-navigation--open {
    border-bottom-color: #00424c;
    overflow: hidden;
  }
  .skv-navigation__main-toggle-button {
    display: none;
  }
  .skv-navigation__list {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .skv-navigation__list.skv-navigation__list--level-1 {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
    width: 100%;
    background-color: #00424c;
  }
  .skv-navigation__list.skv-navigation__list--level-2,
  .skv-navigation__list.skv-navigation__list--level-3 {
    position: absolute;
    top: 50px;
    left: 10px;
    min-width: 300px;
    display: block;
    transition: opacity 200ms;
  }
  .skv-navigation__list.skv-navigation__list--level-3 {
    top: 0;
    left: 330px;
    opacity: 0;
    transform: translateX(-10%);
    transition: opacity 200ms ease-in-out, transform 200ms;
  }
  .skv-navigation__list.skv-navigation__list-item--open.skv-navigation__list--level-2 {
    padding: 20px 0;
    background-color: #ffffff;
  }
  .skv-navigation__list.skv-navigation__list-item--open.skv-navigation__list--level-3 {
    padding: 20px 0;
    background-color: #ffffff;
    opacity: 1;
    transform: translateX(0);
  }
  .skv-navigation__list .skv-navigation__list-item--collapse.skv-navigation__list {
    opacity: 0;
  }
  .skv-navigation__list .skv-navigation__list-item--collapse.skv-navigation__list--level-3 {
    transform: translateX(-10%);
  }
  .skv-navigation__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .skv-navigation__list--level-1 > .skv-navigation__list-item {
    position: relative;
  }
  .skv-navigation__list--level-1 > .skv-navigation__list-item:first-child {
    margin-left: -10px;
  }
  .skv-navigation__list--level-2 .skv-navigation__list-item,
  .skv-navigation__list--level-3 .skv-navigation__list-item {
    display: none;
  }
  .skv-navigation__list-item--open > .skv-navigation__list-item {
    display: flex;
    width: 100%;
  }
  .skv-navigation__list-item.skv-navigation__list-item--path > a span {
    font-weight: bold;
  }
  .skv-navigation__list-item > .skv-icon {
    position: absolute;
    top: 13px;
    right: 12px;
    border: 1px solid transparent;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    fill: #ffffff;
    transition:
      transform 300ms,
      color 300ms,
      border-color 300ms;
  }
  .skv-navigation__list-toggle-button {
    position: relative;
    border: none;
    width: 100%;
    padding: 11px 10px;
    background: transparent;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .skv-navigation__list-toggle-button:hover {
    text-decoration: underline;
  }
  .skv-navigation__list-toggle-button:focus {
    outline: none;
    text-decoration: underline;
  }
  .show-focus-outlines .skv-navigation__list-toggle-button:focus {
    outline: none;
  }
  .show-focus-outlines .skv-navigation__list-toggle-button:focus span {
    display: inline-block;
    background-color: #ffffff;
    outline: 4px solid #ffffff;
    color: #262626;
  }
  .skv-navigation__list-toggle-button .skv-icon {
    transition: transform 300ms;
  }
  .skv-navigation__list-toggle-button[aria-expanded=true] .skv-icon {
    transform: rotate(180deg);
  }
  .skv-navigation__list-item-link {
    font-size: 1.25rem;
    color: #ffffff;
  }
  .skv-navigation__list-item-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .skv-navigation__list--level-1 > li > .skv-navigation__list-item-link {
    position: relative;
    border: none;
    width: 100%;
    padding: 11px 10px;
    background: transparent;
    color: #fff;
    text-align: left;
    display: inline-block;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .skv-navigation__list--level-1 > li > .skv-navigation__list-item-link span {
    font-weight: 400;
  }
  .show-focus-outlines .skv-navigation__list--level-1 > li > .skv-navigation__list-item-link:focus {
    outline: none;
  }
  .show-focus-outlines .skv-navigation__list--level-1 > li > .skv-navigation__list-item-link:focus span {
    background-color: #ffffff;
    outline: 4px solid #ffffff;
    color: #262626;
    display: inline-block;
  }
  .skv-navigation__list-item-link.skv-navigation__list-item-link--active span {
    font-weight: bold;
  }
  .skv-navigation__list--level-2 .skv-navigation__list-item-link,
  .skv-navigation__list--level-3 .skv-navigation__list-item-link {
    width: 100%;
    padding: 10px 30px;
    color: #00424c;
    display: block;
  }
  .skv-navigation__list-item-link:focus {
    outline: none;
  }
  .show-focus-outlines .skv-navigation__list-item-link:focus {
    outline: none;
  }
  .show-focus-outlines .skv-navigation__list-item-link:focus span {
    background-color: #f59c00;
    outline: 8px solid #f59c00;
    color: #262626;
    display: inline-block;
  }
  .skv-navigation__list-item-link--active {
    position: relative;
  }
  .skv-navigation__list-item-link--active:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 8px solid #f59c00;
    width: 8px;
    content: "";
  }
  .skv-navigation__list-item > .skv-navigation__list-item-text {
    display: none;
  }
  .skv-navigation__list--level-1 > .skv-navigation__list-item--path > button:before,
  .skv-navigation__list--level-1 > .skv-navigation__list-item > .skv-navigation__list-item-link--active:before {
    display: none;
  }
  .skv-navigation__list--level-1 > .skv-navigation__list-item--path > button span,
  .skv-navigation__list--level-1 > .skv-navigation__list-item > .skv-navigation__list-item-link--active span {
    position: relative;
    font-weight: normal;
  }
  .skv-navigation__list--level-1 > .skv-navigation__list-item--path > button span:before,
  .skv-navigation__list--level-1 > .skv-navigation__list-item > .skv-navigation__list-item-link--active span:before {
    position: absolute;
    left: 0;
    bottom: -16px;
    border-bottom: 8px solid #f59c00;
    height: 8px;
    width: 100%;
    z-index: 3;
    content: "";
  }
  .show-focus-outlines .skv-navigation__list--level-1 > .skv-navigation__list-item--path > button:focus span:before,
  .show-focus-outlines .skv-navigation__list--level-1 > .skv-navigation__list-item > .skv-navigation__list-item-link--active:focus span:before {
    bottom: -15px;
  }
  .skv-navigation__list-item-toggle-button {
    border: 1px solid #5a235a;
    border-radius: 100%;
    padding: 0;
    margin-right: 23px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    transition: background-color 200ms;
    transform: rotate(270deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    cursor: pointer;
  }
  .skv-navigation__list-item-toggle-button .skv-icon {
    position: relative;
    width: 24px;
    height: 24px;
    transition: transform 200ms;
  }
  .skv-navigation__list-item-toggle-button:after {
    opacity: 0;
    transition: top 200ms, opacity 200ms;
    right: -6px;
    transform: rotate(-270deg);
    top: 30px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #ffffff;
    border-width: 18px;
    margin-top: -18px;
  }
  .skv-navigation__list-item-toggle-button[aria-expanded=true] {
    background-color: #00424c;
  }
  .skv-navigation__list-item-toggle-button[aria-expanded=true] .skv-icon {
    fill: #ffffff;
    transform: rotate(180deg);
    top: -1px;
  }
  .skv-navigation__list-item-toggle-button[aria-expanded=true]:hover {
    background-color: #5a235a;
  }
  .skv-navigation__list-item-toggle-button[aria-expanded=true]:hover .skv-icon {
    fill: #ffffff;
  }
  .skv-navigation__list-item-toggle-button[aria-expanded=true]:after {
    opacity: 1;
    top: 63px;
  }
  .skv-navigation__list-item-toggle-button:hover {
    background-color: #edf4f4;
  }
  .skv-navigation__list-item-toggle-button:hover .skv-icon {
    fill: #00424c;
  }
  .skv-navigation__list-item-toggle-button:focus {
    outline: none;
  }
  .show-focus-outlines .skv-navigation__list-item-toggle-button:focus {
    outline: none;
    box-shadow: 0 0 0 4px #f59c00;
  }
}
.skv-navigation__utility-list {
  display: none;
}
@media (min-width: 992px) {
  .skv-navigation__list-toggle-button {
    padding: 11px 40px 11px 20px;
  }
  .skv-navigation__list--level-1 > .skv-navigation__list.skv-navigation__list-item {
    margin-left: -20px;
  }
  .skv-navigation__list.skv-navigation__list--level-2,
  .skv-navigation__list.skv-navigation__list--level-3 {
    min-width: 350px;
    left: 20px;
  }
  .skv-navigation__list.skv-navigation__list--level-3 {
    left: 380px;
  }
}
@media (min-width: 1280px) {
  .skv-navigation__list.skv-navigation__list--level-1 {
    width: 77.75rem;
    max-width: 100%;
  }
}
.skv-reveal {
  margin: 16px 0;
}
.skv-reveal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 90px 8px 16px;
  background-color: #edf4f4;
  color: #00424c;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition-duration: 300ms;
  font-weight: 600;
  position: relative;
}
.skv-reveal__header:hover {
  background-color: #dceaea;
}
.skv-reveal__header--open {
  background: #00424c;
  color: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #00424c;
  transition: background-color 0s;
}
.skv-reveal__header--open:hover {
  background: #497e89;
}
@media print {
  .skv-reveal__header {
    background: #ffffff;
    color: #00424c;
    border: 1px solid #d9d9d9;
  }
}
.skv-reveal__title {
  margin: 0;
  font-weight: inherit;
  padding-right: 15px;
  line-height: 1.35em;
}
.skv-reveal__toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: none;
  white-space: nowrap;
  text-align: right;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
  overflow: hidden;
}
.skv-reveal__toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px #f59c00;
}
@media print {
  .skv-reveal__toggle {
    display: none;
  }
}
.skv-reveal__content-toggle .skv-reveal__toggle {
  text-align: center;
  color: #00424c;
}
.skv-reveal__toggle-icon {
  display: inline-block;
  font-size: 28px;
  transition: transform 300ms;
  vertical-align: middle;
  line-height: 1em;
  height: 1em;
}
[aria-expanded=true] .skv-reveal__toggle-icon,
.skv-reveal__content-toggle .skv-reveal__toggle-icon {
  transform: rotate(180deg);
}
[aria-expanded=true] .skv-reveal__toggle-text--open {
  display: none;
}
[aria-expanded=false] .skv-reveal__toggle-text--close {
  display: none;
}
.skv-reveal__content {
  padding: 16px;
  background-color: #edf4f4;
  border: 1px solid #f6fafa;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
@media print {
  .skv-reveal__content {
    background-color: #ffffff;
  }
}
.skv-reveal__content-toggle {
  position: relative;
  height: 60px;
}
@media print {
  .skv-reveal__content-toggle {
    display: none;
  }
}
.skv-reveal__content-wrapper {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
  transition-timing-function: ease-in;
}
@media print {
  .skv-reveal__content-wrapper {
    max-height: none !important;
    display: block;
  }
}
.skv-reveal--open .skv-reveal__content-wrapper {
  transition-delay: 0.1s;
}
.skv-reveal__content-wrapper--open {
  display: block;
  max-height: none;
  transition-timing-function: ease-out;
}
.mat-stepper-horizontal-line,
.mat-horizontal-stepper-header::after,
.mat-horizontal-stepper-header::before {
  border-top: 2px solid #00424c !important;
  margin-right: 0px;
  top: 47px !important;
}
.mat-horizontal-stepper-header::after,
.mat-horizontal-stepper-header::before {
  width: calc(50% - 25px) !important;
}
.mat-stepper-vertical-line::before,
.mat-vertical-stepper-header::after,
.mat-vertical-stepper-header::before {
  border-left-width: 0 !important;
}
mat-step-header {
  pointer-events: none !important;
  padding: 10px !important;
}
.mat-step-icon .mat-icon {
  font-size: 24px !important;
  height: 24px !important;
  width: 24px !important;
}
.mat-step-icon {
  height: 40px !important;
  width: 40px !important;
}
mat-step-header.cdk-focused .mat-step-icon-state-number.mat-step-icon.mat-step-icon-selected,
mat-step-header.cdk-focused mat-step-icon-state-done mat-step-icon,
mat-step-header cdk-keyboard-focused .mat-step-icon-state-number.mat-step-icon.mat-step-icon-selected,
mat-step-header cdk-keyboard-focused mat-step-icon-state-done mat-step-icon {
  box-shadow: 0 0 0 2px #d9d9d9;
}
mat-step-header .mat-step-label.mat-step-label-active.mat-step-label-selected {
  color: #00424c;
}
mat-step-header .mat-step-icon-state-number.mat-step-icon:focus {
  box-shadow: 0 0 0 2px #d9d9d9;
}
mat-step-header .mat-step-icon-state-number.mat-step-icon {
  background-color: white !important;
  border: 2px solid #d9d9d9;
}
mat-step-header .mat-step-icon-state-number.mat-step-icon .mat-step-icon-content {
  color: #d9d9d9;
  font-size: 27px;
}
mat-step-header .mat-step-icon-state-number.mat-step-icon.mat-step-icon-selected {
  background-color: white !important;
  border: 2px solid #00424c;
}
mat-step-header .mat-step-icon-state-number.mat-step-icon.mat-step-icon-selected .mat-step-icon-content {
  color: #00424c;
}
mat-step-header .mat-step-icon-state-done.mat-step-icon {
  border: 2px solid #00424c;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
