@charset "UTF-8";
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*########################################

	Project:	Cornerstone Framework Core CSS
	Script:		Cornerstone Framework
	Version:	0.2.8
	Last Change:	15/11/2019
	Developed:	dpDesignz - www.dpdesignz.co.nz

#########################################*/
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900");
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("//fonts.googleapis.com/css?family=Lora:400,400i,700,700i");

.Fear {
  display: none;
}

/* CSS Naming based on CSS Guidelines ~ https://cssguidelin.es/#naming-conventions */
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

:root {
  --primary-color: #233344;
  --secondary-color: #d13f2d;
  --tertiary-color: #27ae60;
  --button-color: #673AB7;
  --disabled-color: rgba(0, 0, 0, 0.12);
  --font-color: #1d2d35;
  --font-stack-1: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-stack-2: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-stack-3: Lora, Georgia, Times New Roman, Times, serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  scroll-behavior: smooth;
  /* https://css-tricks.com/snippets/jquery/smooth-scrolling/ */
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection,
::selection {
  background: #233344;
  color: #FFFFFF;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Cornerstone Main Styling
   ========================================================================== */
/* Custom Base Styles */
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #039be5;
  text-decoration: none;
}

a[data-open] {
  cursor: pointer;
}

a:visited {
  color: #039be5;
}

/* Margin Control */
.flush--full {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.push--top {
  margin-top: 1em !important;
}

.push_double--bottom {
  margin-bottom: 2em !important;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1,
body.cs-components .csc-btn--floating,
body.cs-component__buttons .csc-btn--floating,
body.cs-components .csc-btn,
body.cs-components .csc-btn--tiny,
body.cs-components .csc-btn--small,
body.cs-components .csc-btn--large,
body.cs-components .csc-btn--outlined,
body.cs-component__buttons .csc-btn,
body.cs-component__buttons .csc-btn--tiny,
body.cs-component__buttons .csc-btn--small,
body.cs-component__buttons .csc-btn--large,
body.cs-component__buttons .csc-btn--outlined {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half,
body.cs-components .csc-btn--floating:hover,
body.cs-component__buttons .csc-btn--floating:hover,
body.cs-components .csc-btn:hover,
body.cs-components .csc-btn--tiny:hover,
body.cs-components .csc-btn--small:hover,
body.cs-components .csc-btn--large:hover,
body.cs-components .csc-btn--outlined:hover,
body.cs-component__buttons .csc-btn:hover,
body.cs-component__buttons .csc-btn--tiny:hover,
body.cs-component__buttons .csc-btn--small:hover,
body.cs-component__buttons .csc-btn--large:hover,
body.cs-component__buttons .csc-btn--outlined:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.csc-even-split,
.csc-left-split,
.csc-right-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 20px;
}

@media screen and (min-width: 768px) {
  .csc-even-split {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .csc-left-split {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (min-width: 768px) {
  .csc-right-split {
    grid-template-columns: 2fr 1fr;
  }
}

/* Body Layouts */
body.cs-page {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "cs--body__header" "cs--body__main" "cs--body__footer";
}

body.cs-page .csc-container {
  position: relative;
  width: 100%;
  max-width: 100vw;
  min-height: 148px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

body.cs-page .csc-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 90%;
}

@media screen and (min-width: 768px) {
  body.cs-page .csc-wrapper {
    max-width: 85%;
  }
}

@media screen and (min-width: 992px) {
  body.cs-page .csc-wrapper {
    max-width: 70%;
  }
}

body.cs-page .paper {
  padding: 20px;
  background-color: white;
  box-shadow: 0 8px 24px rgba(231, 235, 237, 0.6);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
  /*
  * Extends the .visuallyhidden class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
}

.visuallyhidden .focusable:active,
.visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Vertical Align
 */
.valign-wrapper {
  display: grid;
  align-items: center;
}

/**
 * Text Align
 */
.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

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

/**
 * Quick Floats
 */
.cs-left {
  float: left !important;
}

.cs-right {
  float: right !important;
}

/**
 * Hiding/Showing Content
 */
.hide {
  display: none !important;
}

/**
 * Unstyled List
 */
.cs-unstyled-list,
.cs-unstyled-list li,
.cs-unstyled-list ol {
  padding-left: 0;
  list-style: none;
}

/**
 * Truncate text
 */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * Hoverable box-shadow animations
 */
.hoverable {
  transition: box-shadow 0.25s;
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/**
 * Content wrapped in a circle
 */
.csc-circle {
  border-radius: 50%;
}

/**
 * Show item on hover
 */
.has-hover-item .hover-item {
  opacity: 0;
}

.has-hover-item:hover .hover-item {
  opacity: 1;
}

h1.has-hover-item .hover-item {
  font-size: 0.6em;
}

/**
 * Basic typography style for copy text
 */
body.cs-components a,
body.cs-component__typography a {
  text-decoration: none;
}

body.cs-components html,
body.cs-component__typography html {
  line-height: 1.5;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #1d2d35;
}

@media only screen and (min-width: 0) {

  body.cs-components html,
  body.cs-component__typography html {
    font-size: 14px;
  }
}

@media only screen and (min-width : 768px) {

  body.cs-components html,
  body.cs-component__typography html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width : 992px) {

  body.cs-components html,
  body.cs-component__typography html {
    font-size: 15px;
  }
}

body.cs-components .cs-h1,
body.cs-components .cs-h2,
body.cs-components .cs-h3,
body.cs-components .cs-h4,
body.cs-components .cs-h5,
body.cs-components .cs-h6,
body.cs-components .cs-subtitle1,
body.cs-components .cs-subtitle2,
body.cs-component__typography .cs-h1,
body.cs-component__typography .cs-h2,
body.cs-component__typography .cs-h3,
body.cs-component__typography .cs-h4,
body.cs-component__typography .cs-h5,
body.cs-component__typography .cs-h6,
body.cs-component__typography .cs-subtitle1,
body.cs-component__typography .cs-subtitle2 {
  margin-top: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: 110%;
}

body.cs-components .cs-h1,
body.cs-component__typography .cs-h1 {
  font-size: 4.2rem;
  letter-spacing: -0.015625em;
  margin-bottom: 1.68rem;
}

body.cs-components .cs-h2,
body.cs-component__typography .cs-h2 {
  font-size: 3.56rem;
  letter-spacing: -0.0083333333em;
  margin-bottom: 1.424rem;
}

body.cs-components .cs-h1,
body.cs-components .cs-h2,
body.cs-component__typography .cs-h1,
body.cs-component__typography .cs-h2 {
  font-weight: 300;
}

body.cs-components .cs-h3,
body.cs-component__typography .cs-h3 {
  font-size: 2.92rem;
  letter-spacing: normal;
  margin-bottom: 1.168rem;
}

body.cs-components .cs-h4,
body.cs-component__typography .cs-h4 {
  font-size: 2.28rem;
  letter-spacing: 0.0073529412em;
  margin-bottom: 0.912rem;
}

body.cs-components .cs-h3,
body.cs-components .cs-h4,
body.cs-component__typography .cs-h3,
body.cs-component__typography .cs-h4 {
  font-weight: 400;
}

body.cs-components .cs-h5,
body.cs-component__typography .cs-h5 {
  font-size: 1.64rem;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 0.656rem;
}

body.cs-components .cs-h6,
body.cs-component__typography .cs-h6 {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.0125em;
  margin-bottom: 0.46rem;
}

body.cs-components .cs-subtitle1,
body.cs-component__typography .cs-subtitle1 {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
}

body.cs-components .cs-subtitle2,
body.cs-component__typography .cs-subtitle2 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0071428571em;
}

body.cs-components .cs-body1,
body.cs-components .cs-body2,
body.cs-components .cs-caption,
body.cs-components .cs-overline,
body.cs-component__typography .cs-body1,
body.cs-component__typography .cs-body2,
body.cs-component__typography .cs-caption,
body.cs-component__typography .cs-overline {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-decoration: inherit;
  text-transform: inherit;
}

body.cs-components .cs-body1,
body.cs-component__typography .cs-body1 {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.03125em;
}

body.cs-components .cs-body2,
body.cs-component__typography .cs-body2 {
  font-size: 0.875rem;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
}

body.cs-components .cs-caption,
body.cs-component__typography .cs-caption {
  font-size: 0.75rem;
  letter-spacing: 0.0333333333em;
  line-height: 1.25rem;
}

body.cs-components .cs-overline,
body.cs-component__typography .cs-overline {
  font-size: 0.75rem;
  line-height: 2rem;
  letter-spacing: 0.1666666667em;
  font-weight: 500;
}

body.cs-components em,
body.cs-component__typography em {
  font-style: italic;
}

body.cs-components strong,
body.cs-component__typography strong {
  font-weight: 600;
}

body.cs-components small,
body.cs-component__typography small {
  font-size: 75%;
}

body.cs-components .cs-light,
body.cs-component__typography .cs-light {
  font-weight: 300;
}

body.cs-components .cs-thin,
body.cs-component__typography .cs-thin {
  font-weight: 200;
}

body.cs-components .cs-muted,
body.cs-component__typography .cs-muted {
  color: #b0b0b0 !important;
  font-size: 0.8em;
}

body.cs-components .cs-truncated,
body.cs-component__typography .cs-truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 360px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 380.8px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 401.6px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 422.4px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 443.2px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 464px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 484.8px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 505.6px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 526.4px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 547.2px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 568px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 588.8px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 609.6px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 630.4px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 651.2px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 672px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 692.8px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 713.6px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 734.4px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 755.2px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 776px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {

  body.cs-components .csc-flow-text,
  body.cs-component__typography .csc-flow-text {
    font-size: 1.2rem;
  }
}

body.cs-components .csc-materialize-red,
body.cs-component__colours .csc-materialize-red {
  background-color: #e51c23 !important;
}

body.cs-components .csc-text-materialize-red,
body.cs-component__colours .csc-text-materialize-red {
  color: #e51c23 !important;
}

body.cs-components .csc-materialize-red.lighten-5,
body.cs-component__colours .csc-materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

body.cs-components .csc-text-materialize-red.text-lighten-5,
body.cs-component__colours .csc-text-materialize-red.text-lighten-5 {
  color: #fdeaeb !important;
}

body.cs-components .csc-materialize-red.lighten-4,
body.cs-component__colours .csc-materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

body.cs-components .csc-text-materialize-red.text-lighten-4,
body.cs-component__colours .csc-text-materialize-red.text-lighten-4 {
  color: #f8c1c3 !important;
}

body.cs-components .csc-materialize-red.lighten-3,
body.cs-component__colours .csc-materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

body.cs-components .csc-text-materialize-red.text-lighten-3,
body.cs-component__colours .csc-text-materialize-red.text-lighten-3 {
  color: #f3989b !important;
}

body.cs-components .csc-materialize-red.lighten-2,
body.cs-component__colours .csc-materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

body.cs-components .csc-text-materialize-red.text-lighten-2,
body.cs-component__colours .csc-text-materialize-red.text-lighten-2 {
  color: #ee6e73 !important;
}

body.cs-components .csc-materialize-red.lighten-1,
body.cs-component__colours .csc-materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

body.cs-components .csc-text-materialize-red.text-lighten-1,
body.cs-component__colours .csc-text-materialize-red.text-lighten-1 {
  color: #ea454b !important;
}

body.cs-components .csc-materialize-red.darken-1,
body.cs-component__colours .csc-materialize-red.darken-1 {
  background-color: #d0181e !important;
}

body.cs-components .csc-text-materialize-red.text-darken-1,
body.cs-component__colours .csc-text-materialize-red.text-darken-1 {
  color: #d0181e !important;
}

body.cs-components .csc-materialize-red.darken-2,
body.cs-component__colours .csc-materialize-red.darken-2 {
  background-color: #b9151b !important;
}

body.cs-components .csc-text-materialize-red.text-darken-2,
body.cs-component__colours .csc-text-materialize-red.text-darken-2 {
  color: #b9151b !important;
}

body.cs-components .csc-materialize-red.darken-3,
body.cs-component__colours .csc-materialize-red.darken-3 {
  background-color: #a21318 !important;
}

body.cs-components .csc-text-materialize-red.text-darken-3,
body.cs-component__colours .csc-text-materialize-red.text-darken-3 {
  color: #a21318 !important;
}

body.cs-components .csc-materialize-red.darken-4,
body.cs-component__colours .csc-materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

body.cs-components .csc-text-materialize-red.text-darken-4,
body.cs-component__colours .csc-text-materialize-red.text-darken-4 {
  color: #8b1014 !important;
}

body.cs-components .csc-red,
body.cs-component__colours .csc-red {
  background-color: #F44336 !important;
}

body.cs-components .csc-text-red,
body.cs-component__colours .csc-text-red {
  color: #F44336 !important;
}

body.cs-components .csc-red.lighten-5,
body.cs-component__colours .csc-red.lighten-5 {
  background-color: #FFEBEE !important;
}

body.cs-components .csc-text-red.text-lighten-5,
body.cs-component__colours .csc-text-red.text-lighten-5 {
  color: #FFEBEE !important;
}

body.cs-components .csc-red.lighten-4,
body.cs-component__colours .csc-red.lighten-4 {
  background-color: #FFCDD2 !important;
}

body.cs-components .csc-text-red.text-lighten-4,
body.cs-component__colours .csc-text-red.text-lighten-4 {
  color: #FFCDD2 !important;
}

body.cs-components .csc-red.lighten-3,
body.cs-component__colours .csc-red.lighten-3 {
  background-color: #EF9A9A !important;
}

body.cs-components .csc-text-red.text-lighten-3,
body.cs-component__colours .csc-text-red.text-lighten-3 {
  color: #EF9A9A !important;
}

body.cs-components .csc-red.lighten-2,
body.cs-component__colours .csc-red.lighten-2 {
  background-color: #E57373 !important;
}

body.cs-components .csc-text-red.text-lighten-2,
body.cs-component__colours .csc-text-red.text-lighten-2 {
  color: #E57373 !important;
}

body.cs-components .csc-red.lighten-1,
body.cs-component__colours .csc-red.lighten-1 {
  background-color: #EF5350 !important;
}

body.cs-components .csc-text-red.text-lighten-1,
body.cs-component__colours .csc-text-red.text-lighten-1 {
  color: #EF5350 !important;
}

body.cs-components .csc-red.darken-1,
body.cs-component__colours .csc-red.darken-1 {
  background-color: #E53935 !important;
}

body.cs-components .csc-text-red.text-darken-1,
body.cs-component__colours .csc-text-red.text-darken-1 {
  color: #E53935 !important;
}

body.cs-components .csc-red.darken-2,
body.cs-component__colours .csc-red.darken-2 {
  background-color: #D32F2F !important;
}

body.cs-components .csc-text-red.text-darken-2,
body.cs-component__colours .csc-text-red.text-darken-2 {
  color: #D32F2F !important;
}

body.cs-components .csc-red.darken-3,
body.cs-component__colours .csc-red.darken-3 {
  background-color: #C62828 !important;
}

body.cs-components .csc-text-red.text-darken-3,
body.cs-component__colours .csc-text-red.text-darken-3 {
  color: #C62828 !important;
}

body.cs-components .csc-red.darken-4,
body.cs-component__colours .csc-red.darken-4 {
  background-color: #B71C1C !important;
}

body.cs-components .csc-text-red.text-darken-4,
body.cs-component__colours .csc-text-red.text-darken-4 {
  color: #B71C1C !important;
}

body.cs-components .csc-red.accent-1,
body.cs-component__colours .csc-red.accent-1 {
  background-color: #FF8A80 !important;
}

body.cs-components .csc-text-red.text-accent-1,
body.cs-component__colours .csc-text-red.text-accent-1 {
  color: #FF8A80 !important;
}

body.cs-components .csc-red.accent-2,
body.cs-component__colours .csc-red.accent-2 {
  background-color: #FF5252 !important;
}

body.cs-components .csc-text-red.text-accent-2,
body.cs-component__colours .csc-text-red.text-accent-2 {
  color: #FF5252 !important;
}

body.cs-components .csc-red.accent-3,
body.cs-component__colours .csc-red.accent-3 {
  background-color: #FF1744 !important;
}

body.cs-components .csc-text-red.text-accent-3,
body.cs-component__colours .csc-text-red.text-accent-3 {
  color: #FF1744 !important;
}

body.cs-components .csc-red.accent-4,
body.cs-component__colours .csc-red.accent-4 {
  background-color: #D50000 !important;
}

body.cs-components .csc-text-red.text-accent-4,
body.cs-component__colours .csc-text-red.text-accent-4 {
  color: #D50000 !important;
}

body.cs-components .csc-pink,
body.cs-component__colours .csc-pink {
  background-color: #e91e63 !important;
}

body.cs-components .csc-text-pink,
body.cs-component__colours .csc-text-pink {
  color: #e91e63 !important;
}

body.cs-components .csc-pink.lighten-5,
body.cs-component__colours .csc-pink.lighten-5 {
  background-color: #fce4ec !important;
}

body.cs-components .csc-text-pink.text-lighten-5,
body.cs-component__colours .csc-text-pink.text-lighten-5 {
  color: #fce4ec !important;
}

body.cs-components .csc-pink.lighten-4,
body.cs-component__colours .csc-pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

body.cs-components .csc-text-pink.text-lighten-4,
body.cs-component__colours .csc-text-pink.text-lighten-4 {
  color: #f8bbd0 !important;
}

body.cs-components .csc-pink.lighten-3,
body.cs-component__colours .csc-pink.lighten-3 {
  background-color: #f48fb1 !important;
}

body.cs-components .csc-text-pink.text-lighten-3,
body.cs-component__colours .csc-text-pink.text-lighten-3 {
  color: #f48fb1 !important;
}

body.cs-components .csc-pink.lighten-2,
body.cs-component__colours .csc-pink.lighten-2 {
  background-color: #f06292 !important;
}

body.cs-components .csc-text-pink.text-lighten-2,
body.cs-component__colours .csc-text-pink.text-lighten-2 {
  color: #f06292 !important;
}

body.cs-components .csc-pink.lighten-1,
body.cs-component__colours .csc-pink.lighten-1 {
  background-color: #ec407a !important;
}

body.cs-components .csc-text-pink.text-lighten-1,
body.cs-component__colours .csc-text-pink.text-lighten-1 {
  color: #ec407a !important;
}

body.cs-components .csc-pink.darken-1,
body.cs-component__colours .csc-pink.darken-1 {
  background-color: #d81b60 !important;
}

body.cs-components .csc-text-pink.text-darken-1,
body.cs-component__colours .csc-text-pink.text-darken-1 {
  color: #d81b60 !important;
}

body.cs-components .csc-pink.darken-2,
body.cs-component__colours .csc-pink.darken-2 {
  background-color: #c2185b !important;
}

body.cs-components .csc-text-pink.text-darken-2,
body.cs-component__colours .csc-text-pink.text-darken-2 {
  color: #c2185b !important;
}

body.cs-components .csc-pink.darken-3,
body.cs-component__colours .csc-pink.darken-3 {
  background-color: #ad1457 !important;
}

body.cs-components .csc-text-pink.text-darken-3,
body.cs-component__colours .csc-text-pink.text-darken-3 {
  color: #ad1457 !important;
}

body.cs-components .csc-pink.darken-4,
body.cs-component__colours .csc-pink.darken-4 {
  background-color: #880e4f !important;
}

body.cs-components .csc-text-pink.text-darken-4,
body.cs-component__colours .csc-text-pink.text-darken-4 {
  color: #880e4f !important;
}

body.cs-components .csc-pink.accent-1,
body.cs-component__colours .csc-pink.accent-1 {
  background-color: #ff80ab !important;
}

body.cs-components .csc-text-pink.text-accent-1,
body.cs-component__colours .csc-text-pink.text-accent-1 {
  color: #ff80ab !important;
}

body.cs-components .csc-pink.accent-2,
body.cs-component__colours .csc-pink.accent-2 {
  background-color: #ff4081 !important;
}

body.cs-components .csc-text-pink.text-accent-2,
body.cs-component__colours .csc-text-pink.text-accent-2 {
  color: #ff4081 !important;
}

body.cs-components .csc-pink.accent-3,
body.cs-component__colours .csc-pink.accent-3 {
  background-color: #f50057 !important;
}

body.cs-components .csc-text-pink.text-accent-3,
body.cs-component__colours .csc-text-pink.text-accent-3 {
  color: #f50057 !important;
}

body.cs-components .csc-pink.accent-4,
body.cs-component__colours .csc-pink.accent-4 {
  background-color: #c51162 !important;
}

body.cs-components .csc-text-pink.text-accent-4,
body.cs-component__colours .csc-text-pink.text-accent-4 {
  color: #c51162 !important;
}

body.cs-components .csc-purple,
body.cs-component__colours .csc-purple {
  background-color: #9c27b0 !important;
}

body.cs-components .csc-text-purple,
body.cs-component__colours .csc-text-purple {
  color: #9c27b0 !important;
}

body.cs-components .csc-purple.lighten-5,
body.cs-component__colours .csc-purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

body.cs-components .csc-text-purple.text-lighten-5,
body.cs-component__colours .csc-text-purple.text-lighten-5 {
  color: #f3e5f5 !important;
}

body.cs-components .csc-purple.lighten-4,
body.cs-component__colours .csc-purple.lighten-4 {
  background-color: #e1bee7 !important;
}

body.cs-components .csc-text-purple.text-lighten-4,
body.cs-component__colours .csc-text-purple.text-lighten-4 {
  color: #e1bee7 !important;
}

body.cs-components .csc-purple.lighten-3,
body.cs-component__colours .csc-purple.lighten-3 {
  background-color: #ce93d8 !important;
}

body.cs-components .csc-text-purple.text-lighten-3,
body.cs-component__colours .csc-text-purple.text-lighten-3 {
  color: #ce93d8 !important;
}

body.cs-components .csc-purple.lighten-2,
body.cs-component__colours .csc-purple.lighten-2 {
  background-color: #ba68c8 !important;
}

body.cs-components .csc-text-purple.text-lighten-2,
body.cs-component__colours .csc-text-purple.text-lighten-2 {
  color: #ba68c8 !important;
}

body.cs-components .csc-purple.lighten-1,
body.cs-component__colours .csc-purple.lighten-1 {
  background-color: #ab47bc !important;
}

body.cs-components .csc-text-purple.text-lighten-1,
body.cs-component__colours .csc-text-purple.text-lighten-1 {
  color: #ab47bc !important;
}

body.cs-components .csc-purple.darken-1,
body.cs-component__colours .csc-purple.darken-1 {
  background-color: #8e24aa !important;
}

body.cs-components .csc-text-purple.text-darken-1,
body.cs-component__colours .csc-text-purple.text-darken-1 {
  color: #8e24aa !important;
}

body.cs-components .csc-purple.darken-2,
body.cs-component__colours .csc-purple.darken-2 {
  background-color: #7b1fa2 !important;
}

body.cs-components .csc-text-purple.text-darken-2,
body.cs-component__colours .csc-text-purple.text-darken-2 {
  color: #7b1fa2 !important;
}

body.cs-components .csc-purple.darken-3,
body.cs-component__colours .csc-purple.darken-3 {
  background-color: #6a1b9a !important;
}

body.cs-components .csc-text-purple.text-darken-3,
body.cs-component__colours .csc-text-purple.text-darken-3 {
  color: #6a1b9a !important;
}

body.cs-components .csc-purple.darken-4,
body.cs-component__colours .csc-purple.darken-4 {
  background-color: #4a148c !important;
}

body.cs-components .csc-text-purple.text-darken-4,
body.cs-component__colours .csc-text-purple.text-darken-4 {
  color: #4a148c !important;
}

body.cs-components .csc-purple.accent-1,
body.cs-component__colours .csc-purple.accent-1 {
  background-color: #ea80fc !important;
}

body.cs-components .csc-text-purple.text-accent-1,
body.cs-component__colours .csc-text-purple.text-accent-1 {
  color: #ea80fc !important;
}

body.cs-components .csc-purple.accent-2,
body.cs-component__colours .csc-purple.accent-2 {
  background-color: #e040fb !important;
}

body.cs-components .csc-text-purple.text-accent-2,
body.cs-component__colours .csc-text-purple.text-accent-2 {
  color: #e040fb !important;
}

body.cs-components .csc-purple.accent-3,
body.cs-component__colours .csc-purple.accent-3 {
  background-color: #d500f9 !important;
}

body.cs-components .csc-text-purple.text-accent-3,
body.cs-component__colours .csc-text-purple.text-accent-3 {
  color: #d500f9 !important;
}

body.cs-components .csc-purple.accent-4,
body.cs-component__colours .csc-purple.accent-4 {
  background-color: #aa00ff !important;
}

body.cs-components .csc-text-purple.text-accent-4,
body.cs-component__colours .csc-text-purple.text-accent-4 {
  color: #aa00ff !important;
}

body.cs-components .csc-deep-purple,
body.cs-component__colours .csc-deep-purple {
  background-color: #673ab7 !important;
}

body.cs-components .csc-text-deep-purple,
body.cs-component__colours .csc-text-deep-purple {
  color: #673ab7 !important;
}

body.cs-components .csc-deep-purple.lighten-5,
body.cs-component__colours .csc-deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

body.cs-components .csc-text-deep-purple.text-lighten-5,
body.cs-component__colours .csc-text-deep-purple.text-lighten-5 {
  color: #ede7f6 !important;
}

body.cs-components .csc-deep-purple.lighten-4,
body.cs-component__colours .csc-deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

body.cs-components .csc-text-deep-purple.text-lighten-4,
body.cs-component__colours .csc-text-deep-purple.text-lighten-4 {
  color: #d1c4e9 !important;
}

body.cs-components .csc-deep-purple.lighten-3,
body.cs-component__colours .csc-deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

body.cs-components .csc-text-deep-purple.text-lighten-3,
body.cs-component__colours .csc-text-deep-purple.text-lighten-3 {
  color: #b39ddb !important;
}

body.cs-components .csc-deep-purple.lighten-2,
body.cs-component__colours .csc-deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

body.cs-components .csc-text-deep-purple.text-lighten-2,
body.cs-component__colours .csc-text-deep-purple.text-lighten-2 {
  color: #9575cd !important;
}

body.cs-components .csc-deep-purple.lighten-1,
body.cs-component__colours .csc-deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

body.cs-components .csc-text-deep-purple.text-lighten-1,
body.cs-component__colours .csc-text-deep-purple.text-lighten-1 {
  color: #7e57c2 !important;
}

body.cs-components .csc-deep-purple.darken-1,
body.cs-component__colours .csc-deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

body.cs-components .csc-text-deep-purple.text-darken-1,
body.cs-component__colours .csc-text-deep-purple.text-darken-1 {
  color: #5e35b1 !important;
}

body.cs-components .csc-deep-purple.darken-2,
body.cs-component__colours .csc-deep-purple.darken-2 {
  background-color: #512da8 !important;
}

body.cs-components .csc-text-deep-purple.text-darken-2,
body.cs-component__colours .csc-text-deep-purple.text-darken-2 {
  color: #512da8 !important;
}

body.cs-components .csc-deep-purple.darken-3,
body.cs-component__colours .csc-deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

body.cs-components .csc-text-deep-purple.text-darken-3,
body.cs-component__colours .csc-text-deep-purple.text-darken-3 {
  color: #4527a0 !important;
}

body.cs-components .csc-deep-purple.darken-4,
body.cs-component__colours .csc-deep-purple.darken-4 {
  background-color: #311b92 !important;
}

body.cs-components .csc-text-deep-purple.text-darken-4,
body.cs-component__colours .csc-text-deep-purple.text-darken-4 {
  color: #311b92 !important;
}

body.cs-components .csc-deep-purple.accent-1,
body.cs-component__colours .csc-deep-purple.accent-1 {
  background-color: #b388ff !important;
}

body.cs-components .csc-text-deep-purple.text-accent-1,
body.cs-component__colours .csc-text-deep-purple.text-accent-1 {
  color: #b388ff !important;
}

body.cs-components .csc-deep-purple.accent-2,
body.cs-component__colours .csc-deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

body.cs-components .csc-text-deep-purple.text-accent-2,
body.cs-component__colours .csc-text-deep-purple.text-accent-2 {
  color: #7c4dff !important;
}

body.cs-components .csc-deep-purple.accent-3,
body.cs-component__colours .csc-deep-purple.accent-3 {
  background-color: #651fff !important;
}

body.cs-components .csc-text-deep-purple.text-accent-3,
body.cs-component__colours .csc-text-deep-purple.text-accent-3 {
  color: #651fff !important;
}

body.cs-components .csc-deep-purple.accent-4,
body.cs-component__colours .csc-deep-purple.accent-4 {
  background-color: #6200ea !important;
}

body.cs-components .csc-text-deep-purple.text-accent-4,
body.cs-component__colours .csc-text-deep-purple.text-accent-4 {
  color: #6200ea !important;
}

body.cs-components .csc-indigo,
body.cs-component__colours .csc-indigo {
  background-color: #3f51b5 !important;
}

body.cs-components .csc-text-indigo,
body.cs-component__colours .csc-text-indigo {
  color: #3f51b5 !important;
}

body.cs-components .csc-indigo.lighten-5,
body.cs-component__colours .csc-indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

body.cs-components .csc-text-indigo.text-lighten-5,
body.cs-component__colours .csc-text-indigo.text-lighten-5 {
  color: #e8eaf6 !important;
}

body.cs-components .csc-indigo.lighten-4,
body.cs-component__colours .csc-indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

body.cs-components .csc-text-indigo.text-lighten-4,
body.cs-component__colours .csc-text-indigo.text-lighten-4 {
  color: #c5cae9 !important;
}

body.cs-components .csc-indigo.lighten-3,
body.cs-component__colours .csc-indigo.lighten-3 {
  background-color: #9fa8da !important;
}

body.cs-components .csc-text-indigo.text-lighten-3,
body.cs-component__colours .csc-text-indigo.text-lighten-3 {
  color: #9fa8da !important;
}

body.cs-components .csc-indigo.lighten-2,
body.cs-component__colours .csc-indigo.lighten-2 {
  background-color: #7986cb !important;
}

body.cs-components .csc-text-indigo.text-lighten-2,
body.cs-component__colours .csc-text-indigo.text-lighten-2 {
  color: #7986cb !important;
}

body.cs-components .csc-indigo.lighten-1,
body.cs-component__colours .csc-indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

body.cs-components .csc-text-indigo.text-lighten-1,
body.cs-component__colours .csc-text-indigo.text-lighten-1 {
  color: #5c6bc0 !important;
}

body.cs-components .csc-indigo.darken-1,
body.cs-component__colours .csc-indigo.darken-1 {
  background-color: #3949ab !important;
}

body.cs-components .csc-text-indigo.text-darken-1,
body.cs-component__colours .csc-text-indigo.text-darken-1 {
  color: #3949ab !important;
}

body.cs-components .csc-indigo.darken-2,
body.cs-component__colours .csc-indigo.darken-2 {
  background-color: #303f9f !important;
}

body.cs-components .csc-text-indigo.text-darken-2,
body.cs-component__colours .csc-text-indigo.text-darken-2 {
  color: #303f9f !important;
}

body.cs-components .csc-indigo.darken-3,
body.cs-component__colours .csc-indigo.darken-3 {
  background-color: #283593 !important;
}

body.cs-components .csc-text-indigo.text-darken-3,
body.cs-component__colours .csc-text-indigo.text-darken-3 {
  color: #283593 !important;
}

body.cs-components .csc-indigo.darken-4,
body.cs-component__colours .csc-indigo.darken-4 {
  background-color: #1a237e !important;
}

body.cs-components .csc-text-indigo.text-darken-4,
body.cs-component__colours .csc-text-indigo.text-darken-4 {
  color: #1a237e !important;
}

body.cs-components .csc-indigo.accent-1,
body.cs-component__colours .csc-indigo.accent-1 {
  background-color: #8c9eff !important;
}

body.cs-components .csc-text-indigo.text-accent-1,
body.cs-component__colours .csc-text-indigo.text-accent-1 {
  color: #8c9eff !important;
}

body.cs-components .csc-indigo.accent-2,
body.cs-component__colours .csc-indigo.accent-2 {
  background-color: #536dfe !important;
}

body.cs-components .csc-text-indigo.text-accent-2,
body.cs-component__colours .csc-text-indigo.text-accent-2 {
  color: #536dfe !important;
}

body.cs-components .csc-indigo.accent-3,
body.cs-component__colours .csc-indigo.accent-3 {
  background-color: #3d5afe !important;
}

body.cs-components .csc-text-indigo.text-accent-3,
body.cs-component__colours .csc-text-indigo.text-accent-3 {
  color: #3d5afe !important;
}

body.cs-components .csc-indigo.accent-4,
body.cs-component__colours .csc-indigo.accent-4 {
  background-color: #304ffe !important;
}

body.cs-components .csc-text-indigo.text-accent-4,
body.cs-component__colours .csc-text-indigo.text-accent-4 {
  color: #304ffe !important;
}

body.cs-components .csc-blue,
body.cs-component__colours .csc-blue {
  background-color: #2196F3 !important;
}

body.cs-components .csc-text-blue,
body.cs-component__colours .csc-text-blue {
  color: #2196F3 !important;
}

body.cs-components .csc-blue.lighten-5,
body.cs-component__colours .csc-blue.lighten-5 {
  background-color: #E3F2FD !important;
}

body.cs-components .csc-text-blue.text-lighten-5,
body.cs-component__colours .csc-text-blue.text-lighten-5 {
  color: #E3F2FD !important;
}

body.cs-components .csc-blue.lighten-4,
body.cs-component__colours .csc-blue.lighten-4 {
  background-color: #BBDEFB !important;
}

body.cs-components .csc-text-blue.text-lighten-4,
body.cs-component__colours .csc-text-blue.text-lighten-4 {
  color: #BBDEFB !important;
}

body.cs-components .csc-blue.lighten-3,
body.cs-component__colours .csc-blue.lighten-3 {
  background-color: #90CAF9 !important;
}

body.cs-components .csc-text-blue.text-lighten-3,
body.cs-component__colours .csc-text-blue.text-lighten-3 {
  color: #90CAF9 !important;
}

body.cs-components .csc-blue.lighten-2,
body.cs-component__colours .csc-blue.lighten-2 {
  background-color: #64B5F6 !important;
}

body.cs-components .csc-text-blue.text-lighten-2,
body.cs-component__colours .csc-text-blue.text-lighten-2 {
  color: #64B5F6 !important;
}

body.cs-components .csc-blue.lighten-1,
body.cs-component__colours .csc-blue.lighten-1 {
  background-color: #42A5F5 !important;
}

body.cs-components .csc-text-blue.text-lighten-1,
body.cs-component__colours .csc-text-blue.text-lighten-1 {
  color: #42A5F5 !important;
}

body.cs-components .csc-blue.darken-1,
body.cs-component__colours .csc-blue.darken-1 {
  background-color: #1E88E5 !important;
}

body.cs-components .csc-text-blue.text-darken-1,
body.cs-component__colours .csc-text-blue.text-darken-1 {
  color: #1E88E5 !important;
}

body.cs-components .csc-blue.darken-2,
body.cs-component__colours .csc-blue.darken-2 {
  background-color: #1976D2 !important;
}

body.cs-components .csc-text-blue.text-darken-2,
body.cs-component__colours .csc-text-blue.text-darken-2 {
  color: #1976D2 !important;
}

body.cs-components .csc-blue.darken-3,
body.cs-component__colours .csc-blue.darken-3 {
  background-color: #1565C0 !important;
}

body.cs-components .csc-text-blue.text-darken-3,
body.cs-component__colours .csc-text-blue.text-darken-3 {
  color: #1565C0 !important;
}

body.cs-components .csc-blue.darken-4,
body.cs-component__colours .csc-blue.darken-4 {
  background-color: #0D47A1 !important;
}

body.cs-components .csc-text-blue.text-darken-4,
body.cs-component__colours .csc-text-blue.text-darken-4 {
  color: #0D47A1 !important;
}

body.cs-components .csc-blue.accent-1,
body.cs-component__colours .csc-blue.accent-1 {
  background-color: #82B1FF !important;
}

body.cs-components .csc-text-blue.text-accent-1,
body.cs-component__colours .csc-text-blue.text-accent-1 {
  color: #82B1FF !important;
}

body.cs-components .csc-blue.accent-2,
body.cs-component__colours .csc-blue.accent-2 {
  background-color: #448AFF !important;
}

body.cs-components .csc-text-blue.text-accent-2,
body.cs-component__colours .csc-text-blue.text-accent-2 {
  color: #448AFF !important;
}

body.cs-components .csc-blue.accent-3,
body.cs-component__colours .csc-blue.accent-3 {
  background-color: #2979FF !important;
}

body.cs-components .csc-text-blue.text-accent-3,
body.cs-component__colours .csc-text-blue.text-accent-3 {
  color: #2979FF !important;
}

body.cs-components .csc-blue.accent-4,
body.cs-component__colours .csc-blue.accent-4 {
  background-color: #2962FF !important;
}

body.cs-components .csc-text-blue.text-accent-4,
body.cs-component__colours .csc-text-blue.text-accent-4 {
  color: #2962FF !important;
}

body.cs-components .csc-light-blue,
body.cs-component__colours .csc-light-blue {
  background-color: #03a9f4 !important;
}

body.cs-components .csc-text-light-blue,
body.cs-component__colours .csc-text-light-blue {
  color: #03a9f4 !important;
}

body.cs-components .csc-light-blue.lighten-5,
body.cs-component__colours .csc-light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

body.cs-components .csc-text-light-blue.text-lighten-5,
body.cs-component__colours .csc-text-light-blue.text-lighten-5 {
  color: #e1f5fe !important;
}

body.cs-components .csc-light-blue.lighten-4,
body.cs-component__colours .csc-light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

body.cs-components .csc-text-light-blue.text-lighten-4,
body.cs-component__colours .csc-text-light-blue.text-lighten-4 {
  color: #b3e5fc !important;
}

body.cs-components .csc-light-blue.lighten-3,
body.cs-component__colours .csc-light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

body.cs-components .csc-text-light-blue.text-lighten-3,
body.cs-component__colours .csc-text-light-blue.text-lighten-3 {
  color: #81d4fa !important;
}

body.cs-components .csc-light-blue.lighten-2,
body.cs-component__colours .csc-light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

body.cs-components .csc-text-light-blue.text-lighten-2,
body.cs-component__colours .csc-text-light-blue.text-lighten-2 {
  color: #4fc3f7 !important;
}

body.cs-components .csc-light-blue.lighten-1,
body.cs-component__colours .csc-light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

body.cs-components .csc-text-light-blue.text-lighten-1,
body.cs-component__colours .csc-text-light-blue.text-lighten-1 {
  color: #29b6f6 !important;
}

body.cs-components .csc-light-blue.darken-1,
body.cs-component__colours .csc-light-blue.darken-1 {
  background-color: #039be5 !important;
}

body.cs-components .csc-text-light-blue.text-darken-1,
body.cs-component__colours .csc-text-light-blue.text-darken-1 {
  color: #039be5 !important;
}

body.cs-components .csc-light-blue.darken-2,
body.cs-component__colours .csc-light-blue.darken-2 {
  background-color: #0288d1 !important;
}

body.cs-components .csc-text-light-blue.text-darken-2,
body.cs-component__colours .csc-text-light-blue.text-darken-2 {
  color: #0288d1 !important;
}

body.cs-components .csc-light-blue.darken-3,
body.cs-component__colours .csc-light-blue.darken-3 {
  background-color: #0277bd !important;
}

body.cs-components .csc-text-light-blue.text-darken-3,
body.cs-component__colours .csc-text-light-blue.text-darken-3 {
  color: #0277bd !important;
}

body.cs-components .csc-light-blue.darken-4,
body.cs-component__colours .csc-light-blue.darken-4 {
  background-color: #01579b !important;
}

body.cs-components .csc-text-light-blue.text-darken-4,
body.cs-component__colours .csc-text-light-blue.text-darken-4 {
  color: #01579b !important;
}

body.cs-components .csc-light-blue.accent-1,
body.cs-component__colours .csc-light-blue.accent-1 {
  background-color: #80d8ff !important;
}

body.cs-components .csc-text-light-blue.text-accent-1,
body.cs-component__colours .csc-text-light-blue.text-accent-1 {
  color: #80d8ff !important;
}

body.cs-components .csc-light-blue.accent-2,
body.cs-component__colours .csc-light-blue.accent-2 {
  background-color: #40c4ff !important;
}

body.cs-components .csc-text-light-blue.text-accent-2,
body.cs-component__colours .csc-text-light-blue.text-accent-2 {
  color: #40c4ff !important;
}

body.cs-components .csc-light-blue.accent-3,
body.cs-component__colours .csc-light-blue.accent-3 {
  background-color: #00b0ff !important;
}

body.cs-components .csc-text-light-blue.text-accent-3,
body.cs-component__colours .csc-text-light-blue.text-accent-3 {
  color: #00b0ff !important;
}

body.cs-components .csc-light-blue.accent-4,
body.cs-component__colours .csc-light-blue.accent-4 {
  background-color: #0091ea !important;
}

body.cs-components .csc-text-light-blue.text-accent-4,
body.cs-component__colours .csc-text-light-blue.text-accent-4 {
  color: #0091ea !important;
}

body.cs-components .csc-cyan,
body.cs-component__colours .csc-cyan {
  background-color: #00bcd4 !important;
}

body.cs-components .csc-text-cyan,
body.cs-component__colours .csc-text-cyan {
  color: #00bcd4 !important;
}

body.cs-components .csc-cyan.lighten-5,
body.cs-component__colours .csc-cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

body.cs-components .csc-text-cyan.text-lighten-5,
body.cs-component__colours .csc-text-cyan.text-lighten-5 {
  color: #e0f7fa !important;
}

body.cs-components .csc-cyan.lighten-4,
body.cs-component__colours .csc-cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

body.cs-components .csc-text-cyan.text-lighten-4,
body.cs-component__colours .csc-text-cyan.text-lighten-4 {
  color: #b2ebf2 !important;
}

body.cs-components .csc-cyan.lighten-3,
body.cs-component__colours .csc-cyan.lighten-3 {
  background-color: #80deea !important;
}

body.cs-components .csc-text-cyan.text-lighten-3,
body.cs-component__colours .csc-text-cyan.text-lighten-3 {
  color: #80deea !important;
}

body.cs-components .csc-cyan.lighten-2,
body.cs-component__colours .csc-cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

body.cs-components .csc-text-cyan.text-lighten-2,
body.cs-component__colours .csc-text-cyan.text-lighten-2 {
  color: #4dd0e1 !important;
}

body.cs-components .csc-cyan.lighten-1,
body.cs-component__colours .csc-cyan.lighten-1 {
  background-color: #26c6da !important;
}

body.cs-components .csc-text-cyan.text-lighten-1,
body.cs-component__colours .csc-text-cyan.text-lighten-1 {
  color: #26c6da !important;
}

body.cs-components .csc-cyan.darken-1,
body.cs-component__colours .csc-cyan.darken-1 {
  background-color: #00acc1 !important;
}

body.cs-components .csc-text-cyan.text-darken-1,
body.cs-component__colours .csc-text-cyan.text-darken-1 {
  color: #00acc1 !important;
}

body.cs-components .csc-cyan.darken-2,
body.cs-component__colours .csc-cyan.darken-2 {
  background-color: #0097a7 !important;
}

body.cs-components .csc-text-cyan.text-darken-2,
body.cs-component__colours .csc-text-cyan.text-darken-2 {
  color: #0097a7 !important;
}

body.cs-components .csc-cyan.darken-3,
body.cs-component__colours .csc-cyan.darken-3 {
  background-color: #00838f !important;
}

body.cs-components .csc-text-cyan.text-darken-3,
body.cs-component__colours .csc-text-cyan.text-darken-3 {
  color: #00838f !important;
}

body.cs-components .csc-cyan.darken-4,
body.cs-component__colours .csc-cyan.darken-4 {
  background-color: #006064 !important;
}

body.cs-components .csc-text-cyan.text-darken-4,
body.cs-component__colours .csc-text-cyan.text-darken-4 {
  color: #006064 !important;
}

body.cs-components .csc-cyan.accent-1,
body.cs-component__colours .csc-cyan.accent-1 {
  background-color: #84ffff !important;
}

body.cs-components .csc-text-cyan.text-accent-1,
body.cs-component__colours .csc-text-cyan.text-accent-1 {
  color: #84ffff !important;
}

body.cs-components .csc-cyan.accent-2,
body.cs-component__colours .csc-cyan.accent-2 {
  background-color: #18ffff !important;
}

body.cs-components .csc-text-cyan.text-accent-2,
body.cs-component__colours .csc-text-cyan.text-accent-2 {
  color: #18ffff !important;
}

body.cs-components .csc-cyan.accent-3,
body.cs-component__colours .csc-cyan.accent-3 {
  background-color: #00e5ff !important;
}

body.cs-components .csc-text-cyan.text-accent-3,
body.cs-component__colours .csc-text-cyan.text-accent-3 {
  color: #00e5ff !important;
}

body.cs-components .csc-cyan.accent-4,
body.cs-component__colours .csc-cyan.accent-4 {
  background-color: #00b8d4 !important;
}

body.cs-components .csc-text-cyan.text-accent-4,
body.cs-component__colours .csc-text-cyan.text-accent-4 {
  color: #00b8d4 !important;
}

body.cs-components .csc-teal,
body.cs-component__colours .csc-teal {
  background-color: #009688 !important;
}

body.cs-components .csc-text-teal,
body.cs-component__colours .csc-text-teal {
  color: #009688 !important;
}

body.cs-components .csc-teal.lighten-5,
body.cs-component__colours .csc-teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

body.cs-components .csc-text-teal.text-lighten-5,
body.cs-component__colours .csc-text-teal.text-lighten-5 {
  color: #e0f2f1 !important;
}

body.cs-components .csc-teal.lighten-4,
body.cs-component__colours .csc-teal.lighten-4 {
  background-color: #b2dfdb !important;
}

body.cs-components .csc-text-teal.text-lighten-4,
body.cs-component__colours .csc-text-teal.text-lighten-4 {
  color: #b2dfdb !important;
}

body.cs-components .csc-teal.lighten-3,
body.cs-component__colours .csc-teal.lighten-3 {
  background-color: #80cbc4 !important;
}

body.cs-components .csc-text-teal.text-lighten-3,
body.cs-component__colours .csc-text-teal.text-lighten-3 {
  color: #80cbc4 !important;
}

body.cs-components .csc-teal.lighten-2,
body.cs-component__colours .csc-teal.lighten-2 {
  background-color: #4db6ac !important;
}

body.cs-components .csc-text-teal.text-lighten-2,
body.cs-component__colours .csc-text-teal.text-lighten-2 {
  color: #4db6ac !important;
}

body.cs-components .csc-teal.lighten-1,
body.cs-component__colours .csc-teal.lighten-1 {
  background-color: #26a69a !important;
}

body.cs-components .csc-text-teal.text-lighten-1,
body.cs-component__colours .csc-text-teal.text-lighten-1 {
  color: #26a69a !important;
}

body.cs-components .csc-teal.darken-1,
body.cs-component__colours .csc-teal.darken-1 {
  background-color: #00897b !important;
}

body.cs-components .csc-text-teal.text-darken-1,
body.cs-component__colours .csc-text-teal.text-darken-1 {
  color: #00897b !important;
}

body.cs-components .csc-teal.darken-2,
body.cs-component__colours .csc-teal.darken-2 {
  background-color: #00796b !important;
}

body.cs-components .csc-text-teal.text-darken-2,
body.cs-component__colours .csc-text-teal.text-darken-2 {
  color: #00796b !important;
}

body.cs-components .csc-teal.darken-3,
body.cs-component__colours .csc-teal.darken-3 {
  background-color: #00695c !important;
}

body.cs-components .csc-text-teal.text-darken-3,
body.cs-component__colours .csc-text-teal.text-darken-3 {
  color: #00695c !important;
}

body.cs-components .csc-teal.darken-4,
body.cs-component__colours .csc-teal.darken-4 {
  background-color: #004d40 !important;
}

body.cs-components .csc-text-teal.text-darken-4,
body.cs-component__colours .csc-text-teal.text-darken-4 {
  color: #004d40 !important;
}

body.cs-components .csc-teal.accent-1,
body.cs-component__colours .csc-teal.accent-1 {
  background-color: #a7ffeb !important;
}

body.cs-components .csc-text-teal.text-accent-1,
body.cs-component__colours .csc-text-teal.text-accent-1 {
  color: #a7ffeb !important;
}

body.cs-components .csc-teal.accent-2,
body.cs-component__colours .csc-teal.accent-2 {
  background-color: #64ffda !important;
}

body.cs-components .csc-text-teal.text-accent-2,
body.cs-component__colours .csc-text-teal.text-accent-2 {
  color: #64ffda !important;
}

body.cs-components .csc-teal.accent-3,
body.cs-component__colours .csc-teal.accent-3 {
  background-color: #1de9b6 !important;
}

body.cs-components .csc-text-teal.text-accent-3,
body.cs-component__colours .csc-text-teal.text-accent-3 {
  color: #1de9b6 !important;
}

body.cs-components .csc-teal.accent-4,
body.cs-component__colours .csc-teal.accent-4 {
  background-color: #00bfa5 !important;
}

body.cs-components .csc-text-teal.text-accent-4,
body.cs-component__colours .csc-text-teal.text-accent-4 {
  color: #00bfa5 !important;
}

body.cs-components .csc-green,
body.cs-component__colours .csc-green {
  background-color: #4CAF50 !important;
}

body.cs-components .csc-text-green,
body.cs-component__colours .csc-text-green {
  color: #4CAF50 !important;
}

body.cs-components .csc-green.lighten-5,
body.cs-component__colours .csc-green.lighten-5 {
  background-color: #E8F5E9 !important;
}

body.cs-components .csc-text-green.text-lighten-5,
body.cs-component__colours .csc-text-green.text-lighten-5 {
  color: #E8F5E9 !important;
}

body.cs-components .csc-green.lighten-4,
body.cs-component__colours .csc-green.lighten-4 {
  background-color: #C8E6C9 !important;
}

body.cs-components .csc-text-green.text-lighten-4,
body.cs-component__colours .csc-text-green.text-lighten-4 {
  color: #C8E6C9 !important;
}

body.cs-components .csc-green.lighten-3,
body.cs-component__colours .csc-green.lighten-3 {
  background-color: #A5D6A7 !important;
}

body.cs-components .csc-text-green.text-lighten-3,
body.cs-component__colours .csc-text-green.text-lighten-3 {
  color: #A5D6A7 !important;
}

body.cs-components .csc-green.lighten-2,
body.cs-component__colours .csc-green.lighten-2 {
  background-color: #81C784 !important;
}

body.cs-components .csc-text-green.text-lighten-2,
body.cs-component__colours .csc-text-green.text-lighten-2 {
  color: #81C784 !important;
}

body.cs-components .csc-green.lighten-1,
body.cs-component__colours .csc-green.lighten-1 {
  background-color: #66BB6A !important;
}

body.cs-components .csc-text-green.text-lighten-1,
body.cs-component__colours .csc-text-green.text-lighten-1 {
  color: #66BB6A !important;
}

body.cs-components .csc-green.darken-1,
body.cs-component__colours .csc-green.darken-1 {
  background-color: #43A047 !important;
}

body.cs-components .csc-text-green.text-darken-1,
body.cs-component__colours .csc-text-green.text-darken-1 {
  color: #43A047 !important;
}

body.cs-components .csc-green.darken-2,
body.cs-component__colours .csc-green.darken-2 {
  background-color: #388E3C !important;
}

body.cs-components .csc-text-green.text-darken-2,
body.cs-component__colours .csc-text-green.text-darken-2 {
  color: #388E3C !important;
}

body.cs-components .csc-green.darken-3,
body.cs-component__colours .csc-green.darken-3 {
  background-color: #2E7D32 !important;
}

body.cs-components .csc-text-green.text-darken-3,
body.cs-component__colours .csc-text-green.text-darken-3 {
  color: #2E7D32 !important;
}

body.cs-components .csc-green.darken-4,
body.cs-component__colours .csc-green.darken-4 {
  background-color: #1B5E20 !important;
}

body.cs-components .csc-text-green.text-darken-4,
body.cs-component__colours .csc-text-green.text-darken-4 {
  color: #1B5E20 !important;
}

body.cs-components .csc-green.accent-1,
body.cs-component__colours .csc-green.accent-1 {
  background-color: #B9F6CA !important;
}

body.cs-components .csc-text-green.text-accent-1,
body.cs-component__colours .csc-text-green.text-accent-1 {
  color: #B9F6CA !important;
}

body.cs-components .csc-green.accent-2,
body.cs-component__colours .csc-green.accent-2 {
  background-color: #69F0AE !important;
}

body.cs-components .csc-text-green.text-accent-2,
body.cs-component__colours .csc-text-green.text-accent-2 {
  color: #69F0AE !important;
}

body.cs-components .csc-green.accent-3,
body.cs-component__colours .csc-green.accent-3 {
  background-color: #00E676 !important;
}

body.cs-components .csc-text-green.text-accent-3,
body.cs-component__colours .csc-text-green.text-accent-3 {
  color: #00E676 !important;
}

body.cs-components .csc-green.accent-4,
body.cs-component__colours .csc-green.accent-4 {
  background-color: #00C853 !important;
}

body.cs-components .csc-text-green.text-accent-4,
body.cs-component__colours .csc-text-green.text-accent-4 {
  color: #00C853 !important;
}

body.cs-components .csc-light-green,
body.cs-component__colours .csc-light-green {
  background-color: #8bc34a !important;
}

body.cs-components .csc-text-light-green,
body.cs-component__colours .csc-text-light-green {
  color: #8bc34a !important;
}

body.cs-components .csc-light-green.lighten-5,
body.cs-component__colours .csc-light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

body.cs-components .csc-text-light-green.text-lighten-5,
body.cs-component__colours .csc-text-light-green.text-lighten-5 {
  color: #f1f8e9 !important;
}

body.cs-components .csc-light-green.lighten-4,
body.cs-component__colours .csc-light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

body.cs-components .csc-text-light-green.text-lighten-4,
body.cs-component__colours .csc-text-light-green.text-lighten-4 {
  color: #dcedc8 !important;
}

body.cs-components .csc-light-green.lighten-3,
body.cs-component__colours .csc-light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

body.cs-components .csc-text-light-green.text-lighten-3,
body.cs-component__colours .csc-text-light-green.text-lighten-3 {
  color: #c5e1a5 !important;
}

body.cs-components .csc-light-green.lighten-2,
body.cs-component__colours .csc-light-green.lighten-2 {
  background-color: #aed581 !important;
}

body.cs-components .csc-text-light-green.text-lighten-2,
body.cs-component__colours .csc-text-light-green.text-lighten-2 {
  color: #aed581 !important;
}

body.cs-components .csc-light-green.lighten-1,
body.cs-component__colours .csc-light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

body.cs-components .csc-text-light-green.text-lighten-1,
body.cs-component__colours .csc-text-light-green.text-lighten-1 {
  color: #9ccc65 !important;
}

body.cs-components .csc-light-green.darken-1,
body.cs-component__colours .csc-light-green.darken-1 {
  background-color: #7cb342 !important;
}

body.cs-components .csc-text-light-green.text-darken-1,
body.cs-component__colours .csc-text-light-green.text-darken-1 {
  color: #7cb342 !important;
}

body.cs-components .csc-light-green.darken-2,
body.cs-component__colours .csc-light-green.darken-2 {
  background-color: #689f38 !important;
}

body.cs-components .csc-text-light-green.text-darken-2,
body.cs-component__colours .csc-text-light-green.text-darken-2 {
  color: #689f38 !important;
}

body.cs-components .csc-light-green.darken-3,
body.cs-component__colours .csc-light-green.darken-3 {
  background-color: #558b2f !important;
}

body.cs-components .csc-text-light-green.text-darken-3,
body.cs-component__colours .csc-text-light-green.text-darken-3 {
  color: #558b2f !important;
}

body.cs-components .csc-light-green.darken-4,
body.cs-component__colours .csc-light-green.darken-4 {
  background-color: #33691e !important;
}

body.cs-components .csc-text-light-green.text-darken-4,
body.cs-component__colours .csc-text-light-green.text-darken-4 {
  color: #33691e !important;
}

body.cs-components .csc-light-green.accent-1,
body.cs-component__colours .csc-light-green.accent-1 {
  background-color: #ccff90 !important;
}

body.cs-components .csc-text-light-green.text-accent-1,
body.cs-component__colours .csc-text-light-green.text-accent-1 {
  color: #ccff90 !important;
}

body.cs-components .csc-light-green.accent-2,
body.cs-component__colours .csc-light-green.accent-2 {
  background-color: #b2ff59 !important;
}

body.cs-components .csc-text-light-green.text-accent-2,
body.cs-component__colours .csc-text-light-green.text-accent-2 {
  color: #b2ff59 !important;
}

body.cs-components .csc-light-green.accent-3,
body.cs-component__colours .csc-light-green.accent-3 {
  background-color: #76ff03 !important;
}

body.cs-components .csc-text-light-green.text-accent-3,
body.cs-component__colours .csc-text-light-green.text-accent-3 {
  color: #76ff03 !important;
}

body.cs-components .csc-light-green.accent-4,
body.cs-component__colours .csc-light-green.accent-4 {
  background-color: #64dd17 !important;
}

body.cs-components .csc-text-light-green.text-accent-4,
body.cs-component__colours .csc-text-light-green.text-accent-4 {
  color: #64dd17 !important;
}

body.cs-components .csc-lime,
body.cs-component__colours .csc-lime {
  background-color: #cddc39 !important;
}

body.cs-components .csc-text-lime,
body.cs-component__colours .csc-text-lime {
  color: #cddc39 !important;
}

body.cs-components .csc-lime.lighten-5,
body.cs-component__colours .csc-lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

body.cs-components .csc-text-lime.text-lighten-5,
body.cs-component__colours .csc-text-lime.text-lighten-5 {
  color: #f9fbe7 !important;
}

body.cs-components .csc-lime.lighten-4,
body.cs-component__colours .csc-lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

body.cs-components .csc-text-lime.text-lighten-4,
body.cs-component__colours .csc-text-lime.text-lighten-4 {
  color: #f0f4c3 !important;
}

body.cs-components .csc-lime.lighten-3,
body.cs-component__colours .csc-lime.lighten-3 {
  background-color: #e6ee9c !important;
}

body.cs-components .csc-text-lime.text-lighten-3,
body.cs-component__colours .csc-text-lime.text-lighten-3 {
  color: #e6ee9c !important;
}

body.cs-components .csc-lime.lighten-2,
body.cs-component__colours .csc-lime.lighten-2 {
  background-color: #dce775 !important;
}

body.cs-components .csc-text-lime.text-lighten-2,
body.cs-component__colours .csc-text-lime.text-lighten-2 {
  color: #dce775 !important;
}

body.cs-components .csc-lime.lighten-1,
body.cs-component__colours .csc-lime.lighten-1 {
  background-color: #d4e157 !important;
}

body.cs-components .csc-text-lime.text-lighten-1,
body.cs-component__colours .csc-text-lime.text-lighten-1 {
  color: #d4e157 !important;
}

body.cs-components .csc-lime.darken-1,
body.cs-component__colours .csc-lime.darken-1 {
  background-color: #c0ca33 !important;
}

body.cs-components .csc-text-lime.text-darken-1,
body.cs-component__colours .csc-text-lime.text-darken-1 {
  color: #c0ca33 !important;
}

body.cs-components .csc-lime.darken-2,
body.cs-component__colours .csc-lime.darken-2 {
  background-color: #afb42b !important;
}

body.cs-components .csc-text-lime.text-darken-2,
body.cs-component__colours .csc-text-lime.text-darken-2 {
  color: #afb42b !important;
}

body.cs-components .csc-lime.darken-3,
body.cs-component__colours .csc-lime.darken-3 {
  background-color: #9e9d24 !important;
}

body.cs-components .csc-text-lime.text-darken-3,
body.cs-component__colours .csc-text-lime.text-darken-3 {
  color: #9e9d24 !important;
}

body.cs-components .csc-lime.darken-4,
body.cs-component__colours .csc-lime.darken-4 {
  background-color: #827717 !important;
}

body.cs-components .csc-text-lime.text-darken-4,
body.cs-component__colours .csc-text-lime.text-darken-4 {
  color: #827717 !important;
}

body.cs-components .csc-lime.accent-1,
body.cs-component__colours .csc-lime.accent-1 {
  background-color: #f4ff81 !important;
}

body.cs-components .csc-text-lime.text-accent-1,
body.cs-component__colours .csc-text-lime.text-accent-1 {
  color: #f4ff81 !important;
}

body.cs-components .csc-lime.accent-2,
body.cs-component__colours .csc-lime.accent-2 {
  background-color: #eeff41 !important;
}

body.cs-components .csc-text-lime.text-accent-2,
body.cs-component__colours .csc-text-lime.text-accent-2 {
  color: #eeff41 !important;
}

body.cs-components .csc-lime.accent-3,
body.cs-component__colours .csc-lime.accent-3 {
  background-color: #c6ff00 !important;
}

body.cs-components .csc-text-lime.text-accent-3,
body.cs-component__colours .csc-text-lime.text-accent-3 {
  color: #c6ff00 !important;
}

body.cs-components .csc-lime.accent-4,
body.cs-component__colours .csc-lime.accent-4 {
  background-color: #aeea00 !important;
}

body.cs-components .csc-text-lime.text-accent-4,
body.cs-component__colours .csc-text-lime.text-accent-4 {
  color: #aeea00 !important;
}

body.cs-components .csc-yellow,
body.cs-component__colours .csc-yellow {
  background-color: #ffeb3b !important;
}

body.cs-components .csc-text-yellow,
body.cs-component__colours .csc-text-yellow {
  color: #ffeb3b !important;
}

body.cs-components .csc-yellow.lighten-5,
body.cs-component__colours .csc-yellow.lighten-5 {
  background-color: #fffde7 !important;
}

body.cs-components .csc-text-yellow.text-lighten-5,
body.cs-component__colours .csc-text-yellow.text-lighten-5 {
  color: #fffde7 !important;
}

body.cs-components .csc-yellow.lighten-4,
body.cs-component__colours .csc-yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

body.cs-components .csc-text-yellow.text-lighten-4,
body.cs-component__colours .csc-text-yellow.text-lighten-4 {
  color: #fff9c4 !important;
}

body.cs-components .csc-yellow.lighten-3,
body.cs-component__colours .csc-yellow.lighten-3 {
  background-color: #fff59d !important;
}

body.cs-components .csc-text-yellow.text-lighten-3,
body.cs-component__colours .csc-text-yellow.text-lighten-3 {
  color: #fff59d !important;
}

body.cs-components .csc-yellow.lighten-2,
body.cs-component__colours .csc-yellow.lighten-2 {
  background-color: #fff176 !important;
}

body.cs-components .csc-text-yellow.text-lighten-2,
body.cs-component__colours .csc-text-yellow.text-lighten-2 {
  color: #fff176 !important;
}

body.cs-components .csc-yellow.lighten-1,
body.cs-component__colours .csc-yellow.lighten-1 {
  background-color: #ffee58 !important;
}

body.cs-components .csc-text-yellow.text-lighten-1,
body.cs-component__colours .csc-text-yellow.text-lighten-1 {
  color: #ffee58 !important;
}

body.cs-components .csc-yellow.darken-1,
body.cs-component__colours .csc-yellow.darken-1 {
  background-color: #fdd835 !important;
}

body.cs-components .csc-text-yellow.text-darken-1,
body.cs-component__colours .csc-text-yellow.text-darken-1 {
  color: #fdd835 !important;
}

body.cs-components .csc-yellow.darken-2,
body.cs-component__colours .csc-yellow.darken-2 {
  background-color: #fbc02d !important;
}

body.cs-components .csc-text-yellow.text-darken-2,
body.cs-component__colours .csc-text-yellow.text-darken-2 {
  color: #fbc02d !important;
}

body.cs-components .csc-yellow.darken-3,
body.cs-component__colours .csc-yellow.darken-3 {
  background-color: #f9a825 !important;
}

body.cs-components .csc-text-yellow.text-darken-3,
body.cs-component__colours .csc-text-yellow.text-darken-3 {
  color: #f9a825 !important;
}

body.cs-components .csc-yellow.darken-4,
body.cs-component__colours .csc-yellow.darken-4 {
  background-color: #f57f17 !important;
}

body.cs-components .csc-text-yellow.text-darken-4,
body.cs-component__colours .csc-text-yellow.text-darken-4 {
  color: #f57f17 !important;
}

body.cs-components .csc-yellow.accent-1,
body.cs-component__colours .csc-yellow.accent-1 {
  background-color: #ffff8d !important;
}

body.cs-components .csc-text-yellow.text-accent-1,
body.cs-component__colours .csc-text-yellow.text-accent-1 {
  color: #ffff8d !important;
}

body.cs-components .csc-yellow.accent-2,
body.cs-component__colours .csc-yellow.accent-2 {
  background-color: #ffff00 !important;
}

body.cs-components .csc-text-yellow.text-accent-2,
body.cs-component__colours .csc-text-yellow.text-accent-2 {
  color: #ffff00 !important;
}

body.cs-components .csc-yellow.accent-3,
body.cs-component__colours .csc-yellow.accent-3 {
  background-color: #ffea00 !important;
}

body.cs-components .csc-text-yellow.text-accent-3,
body.cs-component__colours .csc-text-yellow.text-accent-3 {
  color: #ffea00 !important;
}

body.cs-components .csc-yellow.accent-4,
body.cs-component__colours .csc-yellow.accent-4 {
  background-color: #ffd600 !important;
}

body.cs-components .csc-text-yellow.text-accent-4,
body.cs-component__colours .csc-text-yellow.text-accent-4 {
  color: #ffd600 !important;
}

body.cs-components .csc-amber,
body.cs-component__colours .csc-amber {
  background-color: #ffc107 !important;
}

body.cs-components .csc-text-amber,
body.cs-component__colours .csc-text-amber {
  color: #ffc107 !important;
}

body.cs-components .csc-amber.lighten-5,
body.cs-component__colours .csc-amber.lighten-5 {
  background-color: #fff8e1 !important;
}

body.cs-components .csc-text-amber.text-lighten-5,
body.cs-component__colours .csc-text-amber.text-lighten-5 {
  color: #fff8e1 !important;
}

body.cs-components .csc-amber.lighten-4,
body.cs-component__colours .csc-amber.lighten-4 {
  background-color: #ffecb3 !important;
}

body.cs-components .csc-text-amber.text-lighten-4,
body.cs-component__colours .csc-text-amber.text-lighten-4 {
  color: #ffecb3 !important;
}

body.cs-components .csc-amber.lighten-3,
body.cs-component__colours .csc-amber.lighten-3 {
  background-color: #ffe082 !important;
}

body.cs-components .csc-text-amber.text-lighten-3,
body.cs-component__colours .csc-text-amber.text-lighten-3 {
  color: #ffe082 !important;
}

body.cs-components .csc-amber.lighten-2,
body.cs-component__colours .csc-amber.lighten-2 {
  background-color: #ffd54f !important;
}

body.cs-components .csc-text-amber.text-lighten-2,
body.cs-component__colours .csc-text-amber.text-lighten-2 {
  color: #ffd54f !important;
}

body.cs-components .csc-amber.lighten-1,
body.cs-component__colours .csc-amber.lighten-1 {
  background-color: #ffca28 !important;
}

body.cs-components .csc-text-amber.text-lighten-1,
body.cs-component__colours .csc-text-amber.text-lighten-1 {
  color: #ffca28 !important;
}

body.cs-components .csc-amber.darken-1,
body.cs-component__colours .csc-amber.darken-1 {
  background-color: #ffb300 !important;
}

body.cs-components .csc-text-amber.text-darken-1,
body.cs-component__colours .csc-text-amber.text-darken-1 {
  color: #ffb300 !important;
}

body.cs-components .csc-amber.darken-2,
body.cs-component__colours .csc-amber.darken-2 {
  background-color: #ffa000 !important;
}

body.cs-components .csc-text-amber.text-darken-2,
body.cs-component__colours .csc-text-amber.text-darken-2 {
  color: #ffa000 !important;
}

body.cs-components .csc-amber.darken-3,
body.cs-component__colours .csc-amber.darken-3 {
  background-color: #ff8f00 !important;
}

body.cs-components .csc-text-amber.text-darken-3,
body.cs-component__colours .csc-text-amber.text-darken-3 {
  color: #ff8f00 !important;
}

body.cs-components .csc-amber.darken-4,
body.cs-component__colours .csc-amber.darken-4 {
  background-color: #ff6f00 !important;
}

body.cs-components .csc-text-amber.text-darken-4,
body.cs-component__colours .csc-text-amber.text-darken-4 {
  color: #ff6f00 !important;
}

body.cs-components .csc-amber.accent-1,
body.cs-component__colours .csc-amber.accent-1 {
  background-color: #ffe57f !important;
}

body.cs-components .csc-text-amber.text-accent-1,
body.cs-component__colours .csc-text-amber.text-accent-1 {
  color: #ffe57f !important;
}

body.cs-components .csc-amber.accent-2,
body.cs-component__colours .csc-amber.accent-2 {
  background-color: #ffd740 !important;
}

body.cs-components .csc-text-amber.text-accent-2,
body.cs-component__colours .csc-text-amber.text-accent-2 {
  color: #ffd740 !important;
}

body.cs-components .csc-amber.accent-3,
body.cs-component__colours .csc-amber.accent-3 {
  background-color: #ffc400 !important;
}

body.cs-components .csc-text-amber.text-accent-3,
body.cs-component__colours .csc-text-amber.text-accent-3 {
  color: #ffc400 !important;
}

body.cs-components .csc-amber.accent-4,
body.cs-component__colours .csc-amber.accent-4 {
  background-color: #ffab00 !important;
}

body.cs-components .csc-text-amber.text-accent-4,
body.cs-component__colours .csc-text-amber.text-accent-4 {
  color: #ffab00 !important;
}

body.cs-components .csc-orange,
body.cs-component__colours .csc-orange {
  background-color: #ff9800 !important;
}

body.cs-components .csc-text-orange,
body.cs-component__colours .csc-text-orange {
  color: #ff9800 !important;
}

body.cs-components .csc-orange.lighten-5,
body.cs-component__colours .csc-orange.lighten-5 {
  background-color: #fff3e0 !important;
}

body.cs-components .csc-text-orange.text-lighten-5,
body.cs-component__colours .csc-text-orange.text-lighten-5 {
  color: #fff3e0 !important;
}

body.cs-components .csc-orange.lighten-4,
body.cs-component__colours .csc-orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

body.cs-components .csc-text-orange.text-lighten-4,
body.cs-component__colours .csc-text-orange.text-lighten-4 {
  color: #ffe0b2 !important;
}

body.cs-components .csc-orange.lighten-3,
body.cs-component__colours .csc-orange.lighten-3 {
  background-color: #ffcc80 !important;
}

body.cs-components .csc-text-orange.text-lighten-3,
body.cs-component__colours .csc-text-orange.text-lighten-3 {
  color: #ffcc80 !important;
}

body.cs-components .csc-orange.lighten-2,
body.cs-component__colours .csc-orange.lighten-2 {
  background-color: #ffb74d !important;
}

body.cs-components .csc-text-orange.text-lighten-2,
body.cs-component__colours .csc-text-orange.text-lighten-2 {
  color: #ffb74d !important;
}

body.cs-components .csc-orange.lighten-1,
body.cs-component__colours .csc-orange.lighten-1 {
  background-color: #ffa726 !important;
}

body.cs-components .csc-text-orange.text-lighten-1,
body.cs-component__colours .csc-text-orange.text-lighten-1 {
  color: #ffa726 !important;
}

body.cs-components .csc-orange.darken-1,
body.cs-component__colours .csc-orange.darken-1 {
  background-color: #fb8c00 !important;
}

body.cs-components .csc-text-orange.text-darken-1,
body.cs-component__colours .csc-text-orange.text-darken-1 {
  color: #fb8c00 !important;
}

body.cs-components .csc-orange.darken-2,
body.cs-component__colours .csc-orange.darken-2 {
  background-color: #f57c00 !important;
}

body.cs-components .csc-text-orange.text-darken-2,
body.cs-component__colours .csc-text-orange.text-darken-2 {
  color: #f57c00 !important;
}

body.cs-components .csc-orange.darken-3,
body.cs-component__colours .csc-orange.darken-3 {
  background-color: #ef6c00 !important;
}

body.cs-components .csc-text-orange.text-darken-3,
body.cs-component__colours .csc-text-orange.text-darken-3 {
  color: #ef6c00 !important;
}

body.cs-components .csc-orange.darken-4,
body.cs-component__colours .csc-orange.darken-4 {
  background-color: #e65100 !important;
}

body.cs-components .csc-text-orange.text-darken-4,
body.cs-component__colours .csc-text-orange.text-darken-4 {
  color: #e65100 !important;
}

body.cs-components .csc-orange.accent-1,
body.cs-component__colours .csc-orange.accent-1 {
  background-color: #ffd180 !important;
}

body.cs-components .csc-text-orange.text-accent-1,
body.cs-component__colours .csc-text-orange.text-accent-1 {
  color: #ffd180 !important;
}

body.cs-components .csc-orange.accent-2,
body.cs-component__colours .csc-orange.accent-2 {
  background-color: #ffab40 !important;
}

body.cs-components .csc-text-orange.text-accent-2,
body.cs-component__colours .csc-text-orange.text-accent-2 {
  color: #ffab40 !important;
}

body.cs-components .csc-orange.accent-3,
body.cs-component__colours .csc-orange.accent-3 {
  background-color: #ff9100 !important;
}

body.cs-components .csc-text-orange.text-accent-3,
body.cs-component__colours .csc-text-orange.text-accent-3 {
  color: #ff9100 !important;
}

body.cs-components .csc-orange.accent-4,
body.cs-component__colours .csc-orange.accent-4 {
  background-color: #ff6d00 !important;
}

body.cs-components .csc-text-orange.text-accent-4,
body.cs-component__colours .csc-text-orange.text-accent-4 {
  color: #ff6d00 !important;
}

body.cs-components .csc-deep-orange,
body.cs-component__colours .csc-deep-orange {
  background-color: #ff5722 !important;
}

body.cs-components .csc-text-deep-orange,
body.cs-component__colours .csc-text-deep-orange {
  color: #ff5722 !important;
}

body.cs-components .csc-deep-orange.lighten-5,
body.cs-component__colours .csc-deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

body.cs-components .csc-text-deep-orange.text-lighten-5,
body.cs-component__colours .csc-text-deep-orange.text-lighten-5 {
  color: #fbe9e7 !important;
}

body.cs-components .csc-deep-orange.lighten-4,
body.cs-component__colours .csc-deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

body.cs-components .csc-text-deep-orange.text-lighten-4,
body.cs-component__colours .csc-text-deep-orange.text-lighten-4 {
  color: #ffccbc !important;
}

body.cs-components .csc-deep-orange.lighten-3,
body.cs-component__colours .csc-deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

body.cs-components .csc-text-deep-orange.text-lighten-3,
body.cs-component__colours .csc-text-deep-orange.text-lighten-3 {
  color: #ffab91 !important;
}

body.cs-components .csc-deep-orange.lighten-2,
body.cs-component__colours .csc-deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

body.cs-components .csc-text-deep-orange.text-lighten-2,
body.cs-component__colours .csc-text-deep-orange.text-lighten-2 {
  color: #ff8a65 !important;
}

body.cs-components .csc-deep-orange.lighten-1,
body.cs-component__colours .csc-deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

body.cs-components .csc-text-deep-orange.text-lighten-1,
body.cs-component__colours .csc-text-deep-orange.text-lighten-1 {
  color: #ff7043 !important;
}

body.cs-components .csc-deep-orange.darken-1,
body.cs-component__colours .csc-deep-orange.darken-1 {
  background-color: #f4511e !important;
}

body.cs-components .csc-text-deep-orange.text-darken-1,
body.cs-component__colours .csc-text-deep-orange.text-darken-1 {
  color: #f4511e !important;
}

body.cs-components .csc-deep-orange.darken-2,
body.cs-component__colours .csc-deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

body.cs-components .csc-text-deep-orange.text-darken-2,
body.cs-component__colours .csc-text-deep-orange.text-darken-2 {
  color: #e64a19 !important;
}

body.cs-components .csc-deep-orange.darken-3,
body.cs-component__colours .csc-deep-orange.darken-3 {
  background-color: #d84315 !important;
}

body.cs-components .csc-text-deep-orange.text-darken-3,
body.cs-component__colours .csc-text-deep-orange.text-darken-3 {
  color: #d84315 !important;
}

body.cs-components .csc-deep-orange.darken-4,
body.cs-component__colours .csc-deep-orange.darken-4 {
  background-color: #bf360c !important;
}

body.cs-components .csc-text-deep-orange.text-darken-4,
body.cs-component__colours .csc-text-deep-orange.text-darken-4 {
  color: #bf360c !important;
}

body.cs-components .csc-deep-orange.accent-1,
body.cs-component__colours .csc-deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

body.cs-components .csc-text-deep-orange.text-accent-1,
body.cs-component__colours .csc-text-deep-orange.text-accent-1 {
  color: #ff9e80 !important;
}

body.cs-components .csc-deep-orange.accent-2,
body.cs-component__colours .csc-deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

body.cs-components .csc-text-deep-orange.text-accent-2,
body.cs-component__colours .csc-text-deep-orange.text-accent-2 {
  color: #ff6e40 !important;
}

body.cs-components .csc-deep-orange.accent-3,
body.cs-component__colours .csc-deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

body.cs-components .csc-text-deep-orange.text-accent-3,
body.cs-component__colours .csc-text-deep-orange.text-accent-3 {
  color: #ff3d00 !important;
}

body.cs-components .csc-deep-orange.accent-4,
body.cs-component__colours .csc-deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

body.cs-components .csc-text-deep-orange.text-accent-4,
body.cs-component__colours .csc-text-deep-orange.text-accent-4 {
  color: #dd2c00 !important;
}

body.cs-components .csc-brown,
body.cs-component__colours .csc-brown {
  background-color: #795548 !important;
}

body.cs-components .csc-text-brown,
body.cs-component__colours .csc-text-brown {
  color: #795548 !important;
}

body.cs-components .csc-brown.lighten-5,
body.cs-component__colours .csc-brown.lighten-5 {
  background-color: #efebe9 !important;
}

body.cs-components .csc-text-brown.text-lighten-5,
body.cs-component__colours .csc-text-brown.text-lighten-5 {
  color: #efebe9 !important;
}

body.cs-components .csc-brown.lighten-4,
body.cs-component__colours .csc-brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

body.cs-components .csc-text-brown.text-lighten-4,
body.cs-component__colours .csc-text-brown.text-lighten-4 {
  color: #d7ccc8 !important;
}

body.cs-components .csc-brown.lighten-3,
body.cs-component__colours .csc-brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

body.cs-components .csc-text-brown.text-lighten-3,
body.cs-component__colours .csc-text-brown.text-lighten-3 {
  color: #bcaaa4 !important;
}

body.cs-components .csc-brown.lighten-2,
body.cs-component__colours .csc-brown.lighten-2 {
  background-color: #a1887f !important;
}

body.cs-components .csc-text-brown.text-lighten-2,
body.cs-component__colours .csc-text-brown.text-lighten-2 {
  color: #a1887f !important;
}

body.cs-components .csc-brown.lighten-1,
body.cs-component__colours .csc-brown.lighten-1 {
  background-color: #8d6e63 !important;
}

body.cs-components .csc-text-brown.text-lighten-1,
body.cs-component__colours .csc-text-brown.text-lighten-1 {
  color: #8d6e63 !important;
}

body.cs-components .csc-brown.darken-1,
body.cs-component__colours .csc-brown.darken-1 {
  background-color: #6d4c41 !important;
}

body.cs-components .csc-text-brown.text-darken-1,
body.cs-component__colours .csc-text-brown.text-darken-1 {
  color: #6d4c41 !important;
}

body.cs-components .csc-brown.darken-2,
body.cs-component__colours .csc-brown.darken-2 {
  background-color: #5d4037 !important;
}

body.cs-components .csc-text-brown.text-darken-2,
body.cs-component__colours .csc-text-brown.text-darken-2 {
  color: #5d4037 !important;
}

body.cs-components .csc-brown.darken-3,
body.cs-component__colours .csc-brown.darken-3 {
  background-color: #4e342e !important;
}

body.cs-components .csc-text-brown.text-darken-3,
body.cs-component__colours .csc-text-brown.text-darken-3 {
  color: #4e342e !important;
}

body.cs-components .csc-brown.darken-4,
body.cs-component__colours .csc-brown.darken-4 {
  background-color: #3e2723 !important;
}

body.cs-components .csc-text-brown.text-darken-4,
body.cs-component__colours .csc-text-brown.text-darken-4 {
  color: #3e2723 !important;
}

body.cs-components .csc-blue-grey,
body.cs-component__colours .csc-blue-grey {
  background-color: #607d8b !important;
}

body.cs-components .csc-text-blue-grey,
body.cs-component__colours .csc-text-blue-grey {
  color: #607d8b !important;
}

body.cs-components .csc-blue-grey.lighten-5,
body.cs-component__colours .csc-blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

body.cs-components .csc-text-blue-grey.text-lighten-5,
body.cs-component__colours .csc-text-blue-grey.text-lighten-5 {
  color: #eceff1 !important;
}

body.cs-components .csc-blue-grey.lighten-4,
body.cs-component__colours .csc-blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

body.cs-components .csc-text-blue-grey.text-lighten-4,
body.cs-component__colours .csc-text-blue-grey.text-lighten-4 {
  color: #cfd8dc !important;
}

body.cs-components .csc-blue-grey.lighten-3,
body.cs-component__colours .csc-blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

body.cs-components .csc-text-blue-grey.text-lighten-3,
body.cs-component__colours .csc-text-blue-grey.text-lighten-3 {
  color: #b0bec5 !important;
}

body.cs-components .csc-blue-grey.lighten-2,
body.cs-component__colours .csc-blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

body.cs-components .csc-text-blue-grey.text-lighten-2,
body.cs-component__colours .csc-text-blue-grey.text-lighten-2 {
  color: #90a4ae !important;
}

body.cs-components .csc-blue-grey.lighten-1,
body.cs-component__colours .csc-blue-grey.lighten-1 {
  background-color: #78909c !important;
}

body.cs-components .csc-text-blue-grey.text-lighten-1,
body.cs-component__colours .csc-text-blue-grey.text-lighten-1 {
  color: #78909c !important;
}

body.cs-components .csc-blue-grey.darken-1,
body.cs-component__colours .csc-blue-grey.darken-1 {
  background-color: #546e7a !important;
}

body.cs-components .csc-text-blue-grey.text-darken-1,
body.cs-component__colours .csc-text-blue-grey.text-darken-1 {
  color: #546e7a !important;
}

body.cs-components .csc-blue-grey.darken-2,
body.cs-component__colours .csc-blue-grey.darken-2 {
  background-color: #455a64 !important;
}

body.cs-components .csc-text-blue-grey.text-darken-2,
body.cs-component__colours .csc-text-blue-grey.text-darken-2 {
  color: #455a64 !important;
}

body.cs-components .csc-blue-grey.darken-3,
body.cs-component__colours .csc-blue-grey.darken-3 {
  background-color: #37474f !important;
}

body.cs-components .csc-text-blue-grey.text-darken-3,
body.cs-component__colours .csc-text-blue-grey.text-darken-3 {
  color: #37474f !important;
}

body.cs-components .csc-blue-grey.darken-4,
body.cs-component__colours .csc-blue-grey.darken-4 {
  background-color: #263238 !important;
}

body.cs-components .csc-text-blue-grey.text-darken-4,
body.cs-component__colours .csc-text-blue-grey.text-darken-4 {
  color: #263238 !important;
}

body.cs-components .csc-grey,
body.cs-component__colours .csc-grey {
  background-color: #9e9e9e !important;
}

body.cs-components .csc-text-grey,
body.cs-component__colours .csc-text-grey {
  color: #9e9e9e !important;
}

body.cs-components .csc-grey.lighten-5,
body.cs-component__colours .csc-grey.lighten-5 {
  background-color: #fafafa !important;
}

body.cs-components .csc-text-grey.text-lighten-5,
body.cs-component__colours .csc-text-grey.text-lighten-5 {
  color: #fafafa !important;
}

body.cs-components .csc-grey.lighten-4,
body.cs-component__colours .csc-grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

body.cs-components .csc-text-grey.text-lighten-4,
body.cs-component__colours .csc-text-grey.text-lighten-4 {
  color: #f5f5f5 !important;
}

body.cs-components .csc-grey.lighten-3,
body.cs-component__colours .csc-grey.lighten-3 {
  background-color: #eeeeee !important;
}

body.cs-components .csc-text-grey.text-lighten-3,
body.cs-component__colours .csc-text-grey.text-lighten-3 {
  color: #eeeeee !important;
}

body.cs-components .csc-grey.lighten-2,
body.cs-component__colours .csc-grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

body.cs-components .csc-text-grey.text-lighten-2,
body.cs-component__colours .csc-text-grey.text-lighten-2 {
  color: #e0e0e0 !important;
}

body.cs-components .csc-grey.lighten-1,
body.cs-component__colours .csc-grey.lighten-1 {
  background-color: #bdbdbd !important;
}

body.cs-components .csc-text-grey.text-lighten-1,
body.cs-component__colours .csc-text-grey.text-lighten-1 {
  color: #bdbdbd !important;
}

body.cs-components .csc-grey.darken-1,
body.cs-component__colours .csc-grey.darken-1 {
  background-color: #757575 !important;
}

body.cs-components .csc-text-grey.text-darken-1,
body.cs-component__colours .csc-text-grey.text-darken-1 {
  color: #757575 !important;
}

body.cs-components .csc-grey.darken-2,
body.cs-component__colours .csc-grey.darken-2 {
  background-color: #616161 !important;
}

body.cs-components .csc-text-grey.text-darken-2,
body.cs-component__colours .csc-text-grey.text-darken-2 {
  color: #616161 !important;
}

body.cs-components .csc-grey.darken-3,
body.cs-component__colours .csc-grey.darken-3 {
  background-color: #424242 !important;
}

body.cs-components .csc-text-grey.text-darken-3,
body.cs-component__colours .csc-text-grey.text-darken-3 {
  color: #424242 !important;
}

body.cs-components .csc-grey.darken-4,
body.cs-component__colours .csc-grey.darken-4 {
  background-color: #212121 !important;
}

body.cs-components .csc-text-grey.text-darken-4,
body.cs-component__colours .csc-text-grey.text-darken-4 {
  color: #212121 !important;
}

body.cs-components .csc-black,
body.cs-component__colours .csc-black {
  background-color: #000000 !important;
}

body.cs-components .csc-text-black,
body.cs-component__colours .csc-text-black {
  color: #000000 !important;
}

body.cs-components .csc-white,
body.cs-component__colours .csc-white {
  background-color: #FFFFFF !important;
}

body.cs-components .csc-text-white,
body.cs-component__colours .csc-text-white {
  color: #FFFFFF !important;
}

body.cs-components .csc-transparent,
body.cs-component__colours .csc-transparent {
  background-color: transparent !important;
}

body.cs-components .csc-text-transparent,
body.cs-component__colours .csc-text-transparent {
  color: transparent !important;
}

.cs {
  /*-- float utilities --*/
  /*-- text utilities --*/
  /*-- spacing utilities --*/
  /*-- border utilities --*/
  /*-- display utilities --*/
}

.cs-float-left {
  float: left !important;
}

.cs-float-right {
  float: right !important;
}

.cs-float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .cs-float-left-sm {
    float: left !important;
  }

  .cs-float-right-sm {
    float: right !important;
  }

  .cs-float-none-sm {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .cs-float-left-md {
    float: left !important;
  }

  .cs-float-right-md {
    float: right !important;
  }

  .cs-float-none-md {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .cs-float-left-lg {
    float: left !important;
  }

  .cs-float-right-lg {
    float: right !important;
  }

  .cs-float-none-lg {
    float: none !important;
  }
}

.cs-text-left {
  text-align: left !important;
}

.cs-text-right {
  text-align: right !important;
}

.cs-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .cs-text-left-sm {
    text-align: left !important;
  }

  .cs-text-right-sm {
    text-align: right !important;
  }

  .cs-text-center-sm {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .cs-text-left-md {
    text-align: left !important;
  }

  .cs-text-right-md {
    text-align: right !important;
  }

  .cs-text-center-md {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .cs-text-left-lg {
    text-align: left !important;
  }

  .cs-text-right-lg {
    text-align: right !important;
  }

  .cs-text-center-lg {
    text-align: center !important;
  }
}

.cs-m-0 {
  margin: 0 0 !important;
}

.cs-mt-0 {
  margin-top: 0 !important;
}

.cs-mr-0 {
  margin-right: 0 !important;
}

.cs-mb-0 {
  margin-bottom: 0 !important;
}

.cs-ml-0 {
  margin-left: 0 !important;
}

.cs-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.cs-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cs-m-1 {
  margin: 0.25rem 0.25rem !important;
}

.cs-mt-1 {
  margin-top: 0.25rem !important;
}

.cs-mr-1 {
  margin-right: 0.25rem !important;
}

.cs-mb-1 {
  margin-bottom: 0.25rem !important;
}

.cs-ml-1 {
  margin-left: 0.25rem !important;
}

.cs-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.cs-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.cs-m-2 {
  margin: 0.5rem 0.5rem !important;
}

.cs-mt-2 {
  margin-top: 0.5rem !important;
}

.cs-mr-2 {
  margin-right: 0.5rem !important;
}

.cs-mb-2 {
  margin-bottom: 0.5rem !important;
}

.cs-ml-2 {
  margin-left: 0.5rem !important;
}

.cs-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.cs-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.cs-m-3 {
  margin: 1rem 1rem !important;
}

.cs-mt-3 {
  margin-top: 1rem !important;
}

.cs-mr-3 {
  margin-right: 1rem !important;
}

.cs-mb-3 {
  margin-bottom: 1rem !important;
}

.cs-ml-3 {
  margin-left: 1rem !important;
}

.cs-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.cs-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.cs-m-4 {
  margin: 1.5rem 1.5rem !important;
}

.cs-mt-4 {
  margin-top: 1.5rem !important;
}

.cs-mr-4 {
  margin-right: 1.5rem !important;
}

.cs-mb-4 {
  margin-bottom: 1.5rem !important;
}

.cs-ml-4 {
  margin-left: 1.5rem !important;
}

.cs-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.cs-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.cs-m-5 {
  margin: 3rem 3rem !important;
}

.cs-mt-5 {
  margin-top: 3rem !important;
}

.cs-mr-5 {
  margin-right: 3rem !important;
}

.cs-mb-5 {
  margin-bottom: 3rem !important;
}

.cs-ml-5 {
  margin-left: 3rem !important;
}

.cs-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.cs-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.cs-p-0 {
  padding: 0 0 !important;
}

.cs-pt-0 {
  padding-top: 0 !important;
}

.cs-pr-0 {
  padding-right: 0 !important;
}

.cs-pb-0 {
  padding-bottom: 0 !important;
}

.cs-pl-0 {
  padding-left: 0 !important;
}

.cs-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cs-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cs-p-1 {
  padding: 0.25rem 0.25rem !important;
}

.cs-pt-1 {
  padding-top: 0.25rem !important;
}

.cs-pr-1 {
  padding-right: 0.25rem !important;
}

.cs-pb-1 {
  padding-bottom: 0.25rem !important;
}

.cs-pl-1 {
  padding-left: 0.25rem !important;
}

.cs-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.cs-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.cs-p-2 {
  padding: 0.5rem 0.5rem !important;
}

.cs-pt-2 {
  padding-top: 0.5rem !important;
}

.cs-pr-2 {
  padding-right: 0.5rem !important;
}

.cs-pb-2 {
  padding-bottom: 0.5rem !important;
}

.cs-pl-2 {
  padding-left: 0.5rem !important;
}

.cs-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.cs-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.cs-p-3 {
  padding: 1rem 1rem !important;
}

.cs-pt-3 {
  padding-top: 1rem !important;
}

.cs-pr-3 {
  padding-right: 1rem !important;
}

.cs-pb-3 {
  padding-bottom: 1rem !important;
}

.cs-pl-3 {
  padding-left: 1rem !important;
}

.cs-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.cs-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.cs-p-4 {
  padding: 1.5rem 1.5rem !important;
}

.cs-pt-4 {
  padding-top: 1.5rem !important;
}

.cs-pr-4 {
  padding-right: 1.5rem !important;
}

.cs-pb-4 {
  padding-bottom: 1.5rem !important;
}

.cs-pl-4 {
  padding-left: 1.5rem !important;
}

.cs-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.cs-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.cs-p-5 {
  padding: 3rem 3rem !important;
}

.cs-pt-5 {
  padding-top: 3rem !important;
}

.cs-pr-5 {
  padding-right: 3rem !important;
}

.cs-pb-5 {
  padding-bottom: 3rem !important;
}

.cs-pl-5 {
  padding-left: 3rem !important;
}

.cs-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.cs-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
  .cs-m-sm-0 {
    margin: 0 0 !important;
  }

  .cs-mt-sm-0 {
    margin-top: 0 !important;
  }

  .cs-mr-sm-0 {
    margin-right: 0 !important;
  }

  .cs-mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .cs-ml-sm-0 {
    margin-left: 0 !important;
  }

  .cs-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .cs-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .cs-m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .cs-mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .cs-mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .cs-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .cs-ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .cs-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .cs-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .cs-m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .cs-mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .cs-mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .cs-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .cs-ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .cs-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .cs-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .cs-m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .cs-mt-sm-3 {
    margin-top: 1rem !important;
  }

  .cs-mr-sm-3 {
    margin-right: 1rem !important;
  }

  .cs-mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .cs-ml-sm-3 {
    margin-left: 1rem !important;
  }

  .cs-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .cs-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .cs-m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .cs-mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .cs-mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .cs-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .cs-ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .cs-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .cs-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .cs-m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .cs-mt-sm-5 {
    margin-top: 3rem !important;
  }

  .cs-mr-sm-5 {
    margin-right: 3rem !important;
  }

  .cs-mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .cs-ml-sm-5 {
    margin-left: 3rem !important;
  }

  .cs-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .cs-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .cs-p-sm-0 {
    padding: 0 0 !important;
  }

  .cs-pt-sm-0 {
    padding-top: 0 !important;
  }

  .cs-pr-sm-0 {
    padding-right: 0 !important;
  }

  .cs-pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .cs-pl-sm-0 {
    padding-left: 0 !important;
  }

  .cs-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .cs-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .cs-p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .cs-pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .cs-pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .cs-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .cs-pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .cs-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .cs-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .cs-p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .cs-pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .cs-pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .cs-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .cs-pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .cs-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .cs-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .cs-p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .cs-pt-sm-3 {
    padding-top: 1rem !important;
  }

  .cs-pr-sm-3 {
    padding-right: 1rem !important;
  }

  .cs-pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .cs-pl-sm-3 {
    padding-left: 1rem !important;
  }

  .cs-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .cs-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .cs-p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .cs-pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .cs-pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .cs-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .cs-pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .cs-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .cs-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .cs-p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .cs-pt-sm-5 {
    padding-top: 3rem !important;
  }

  .cs-pr-sm-5 {
    padding-right: 3rem !important;
  }

  .cs-pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .cs-pl-sm-5 {
    padding-left: 3rem !important;
  }

  .cs-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .cs-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .cs-m-md-0 {
    margin: 0 0 !important;
  }

  .cs-mt-md-0 {
    margin-top: 0 !important;
  }

  .cs-mr-md-0 {
    margin-right: 0 !important;
  }

  .cs-mb-md-0 {
    margin-bottom: 0 !important;
  }

  .cs-ml-md-0 {
    margin-left: 0 !important;
  }

  .cs-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .cs-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .cs-m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .cs-mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .cs-mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .cs-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .cs-ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .cs-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .cs-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .cs-m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .cs-mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .cs-mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .cs-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .cs-ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .cs-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .cs-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .cs-m-md-3 {
    margin: 1rem 1rem !important;
  }

  .cs-mt-md-3 {
    margin-top: 1rem !important;
  }

  .cs-mr-md-3 {
    margin-right: 1rem !important;
  }

  .cs-mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .cs-ml-md-3 {
    margin-left: 1rem !important;
  }

  .cs-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .cs-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .cs-m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .cs-mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .cs-mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .cs-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .cs-ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .cs-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .cs-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .cs-m-md-5 {
    margin: 3rem 3rem !important;
  }

  .cs-mt-md-5 {
    margin-top: 3rem !important;
  }

  .cs-mr-md-5 {
    margin-right: 3rem !important;
  }

  .cs-mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .cs-ml-md-5 {
    margin-left: 3rem !important;
  }

  .cs-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .cs-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .cs-p-md-0 {
    padding: 0 0 !important;
  }

  .cs-pt-md-0 {
    padding-top: 0 !important;
  }

  .cs-pr-md-0 {
    padding-right: 0 !important;
  }

  .cs-pb-md-0 {
    padding-bottom: 0 !important;
  }

  .cs-pl-md-0 {
    padding-left: 0 !important;
  }

  .cs-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .cs-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .cs-p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .cs-pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .cs-pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .cs-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .cs-pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .cs-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .cs-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .cs-p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .cs-pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .cs-pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .cs-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .cs-pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .cs-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .cs-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .cs-p-md-3 {
    padding: 1rem 1rem !important;
  }

  .cs-pt-md-3 {
    padding-top: 1rem !important;
  }

  .cs-pr-md-3 {
    padding-right: 1rem !important;
  }

  .cs-pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .cs-pl-md-3 {
    padding-left: 1rem !important;
  }

  .cs-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .cs-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .cs-p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .cs-pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .cs-pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .cs-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .cs-pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .cs-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .cs-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .cs-p-md-5 {
    padding: 3rem 3rem !important;
  }

  .cs-pt-md-5 {
    padding-top: 3rem !important;
  }

  .cs-pr-md-5 {
    padding-right: 3rem !important;
  }

  .cs-pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .cs-pl-md-5 {
    padding-left: 3rem !important;
  }

  .cs-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .cs-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .cs-m-lg-0 {
    margin: 0 0 !important;
  }

  .cs-mt-lg-0 {
    margin-top: 0 !important;
  }

  .cs-mr-lg-0 {
    margin-right: 0 !important;
  }

  .cs-mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .cs-ml-lg-0 {
    margin-left: 0 !important;
  }

  .cs-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .cs-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .cs-m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .cs-mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .cs-mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .cs-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .cs-ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .cs-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .cs-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .cs-m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .cs-mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .cs-mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .cs-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .cs-ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .cs-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .cs-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .cs-m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .cs-mt-lg-3 {
    margin-top: 1rem !important;
  }

  .cs-mr-lg-3 {
    margin-right: 1rem !important;
  }

  .cs-mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .cs-ml-lg-3 {
    margin-left: 1rem !important;
  }

  .cs-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .cs-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .cs-m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .cs-mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .cs-mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .cs-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .cs-ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .cs-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .cs-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .cs-m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .cs-mt-lg-5 {
    margin-top: 3rem !important;
  }

  .cs-mr-lg-5 {
    margin-right: 3rem !important;
  }

  .cs-mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .cs-ml-lg-5 {
    margin-left: 3rem !important;
  }

  .cs-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .cs-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .cs-p-lg-0 {
    padding: 0 0 !important;
  }

  .cs-pt-lg-0 {
    padding-top: 0 !important;
  }

  .cs-pr-lg-0 {
    padding-right: 0 !important;
  }

  .cs-pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .cs-pl-lg-0 {
    padding-left: 0 !important;
  }

  .cs-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .cs-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .cs-p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .cs-pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .cs-pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .cs-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .cs-pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .cs-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .cs-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .cs-p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .cs-pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .cs-pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .cs-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .cs-pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .cs-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .cs-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .cs-p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .cs-pt-lg-3 {
    padding-top: 1rem !important;
  }

  .cs-pr-lg-3 {
    padding-right: 1rem !important;
  }

  .cs-pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .cs-pl-lg-3 {
    padding-left: 1rem !important;
  }

  .cs-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .cs-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .cs-p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .cs-pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .cs-pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .cs-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .cs-pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .cs-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .cs-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .cs-p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .cs-pt-lg-5 {
    padding-top: 3rem !important;
  }

  .cs-pr-lg-5 {
    padding-right: 3rem !important;
  }

  .cs-pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .cs-pl-lg-5 {
    padding-left: 3rem !important;
  }

  .cs-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .cs-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.cs-border {
  border: 1px solid #eeeeee !important;
}

.cs-border-0 {
  border: 0 !important;
}

.cs-border-top {
  border-top: 1px solid #eeeeee !important;
}

.cs-border-top-0 {
  border-top: 0 !important;
}

.cs-border-end {
  border-right: 1px solid #eeeeee !important;
}

.cs-border-end-0 {
  border-right: 0 !important;
}

.cs-border-bottom {
  border-bottom: 1px solid #eeeeee !important;
}

.cs-border-bottom-0 {
  border-bottom: 0 !important;
}

.cs-border-start {
  border-left: 1px solid #eeeeee !important;
}

.cs-border-start-0 {
  border-left: 0 !important;
}

.cs-border-primary {
  border-color: #2196F3 !important;
}

.cs-border-secondary {
  border-color: #e0e0e0 !important;
}

.cs-border-success {
  border-color: #4CAF50 !important;
}

.cs-border-info {
  border-color: #00b0ff !important;
}

.cs-border-warning {
  border-color: #ffc107 !important;
}

.cs-border-danger {
  border-color: #C62828 !important;
}

.cs-border-light {
  border-color: #9e9e9e !important;
}

.cs-border-dark {
  border-color: #212121 !important;
}

.cs-border-white {
  border-color: #fff !important;
}

.cs-border-1 {
  border-width: 1px !important;
}

.cs-border-2 {
  border-width: 2px !important;
}

.cs-border-3 {
  border-width: 3px !important;
}

.cs-border-4 {
  border-width: 4px !important;
}

.cs-border-5 {
  border-width: 5px !important;
}

@media screen and (max-width: 575px) {

  .cs-show-sm-up,
  .cs-hide-sm-down {
    display: none !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .cs-hide-sm {
    display: none !important;
  }
}

@media screen and (max-width: 575px) and (min-width: 577px) {
  .cs-show-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .cs-show-md-up,
  .cs-hide-md-down {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cs-hide-md {
    display: none !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 769px) {
  .cs-show-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {

  .cs-show-sm-down,
  .cs-hide-md-up {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {

  .cs-show-lg-up,
  .cs-hide-lg-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 993px) {
  .cs-show-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {

  .cs-show-md-down,
  .cs-hide-lg-up {
    display: none !important;
  }
}

body.cs-components .csc-alert,
body.cs-component__alerts .csc-alert {
  position: relative;
  background-color: #fff;
  padding: 0.75rem 1.25rem;
  margin: 1rem 0;
  line-height: 20px;
  border-radius: 3px;
}

body.cs-components .csc-alert strong,
body.cs-component__alerts .csc-alert strong {
  display: block;
  text-transform: uppercase;
  font-weight: bolder;
}

body.cs-components .csc-alert i[class^=fa],
body.cs-components .csc-alert i.material-icons,
body.cs-component__alerts .csc-alert i[class^=fa],
body.cs-component__alerts .csc-alert i.material-icons {
  padding-right: 1rem;
}

body.cs-components .csc-alert--icon,
body.cs-component__alerts .csc-alert--icon {
  padding-left: calc(80px + 1.25rem);
}

body.cs-components .csc-alert--icon::before,
body.cs-component__alerts .csc-alert--icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  font: var(--fa-font-solid);
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 2px 0 12px -6px #4d4d4d;
}

body.cs-components .csc-alert--primary,
body.cs-component__alerts .csc-alert--primary {
  border-right: 3px solid #2196F3;
  box-shadow: 0 4px 12px 0 rgba(33, 150, 243, 0.14), 0 7px 5px -5px rgba(33, 150, 243, 0.4);
}

body.cs-components .csc-alert--primary strong,
body.cs-component__alerts .csc-alert--primary strong {
  color: #2196F3;
}

body.cs-components .csc-alert--primary.csc-alert--icon,
body.cs-component__alerts .csc-alert--primary.csc-alert--icon {
  padding-left: 1.25rem;
}

body.cs-components .csc-alert--secondary,
body.cs-component__alerts .csc-alert--secondary {
  border-right: 3px solid #e0e0e0;
  box-shadow: 0 4px 12px 0 rgba(224, 224, 224, 0.14), 0 7px 5px -5px rgba(224, 224, 224, 0.4);
}

body.cs-components .csc-alert--secondary strong,
body.cs-component__alerts .csc-alert--secondary strong {
  color: #424242;
}

body.cs-components .csc-alert--secondary.csc-alert--icon,
body.cs-component__alerts .csc-alert--secondary.csc-alert--icon {
  padding-left: 1.25rem;
}

body.cs-components .csc-alert--success,
body.cs-component__alerts .csc-alert--success {
  border-right: 3px solid #4CAF50;
  box-shadow: 0 4px 12px 0 rgba(76, 175, 80, 0.14), 0 7px 5px -5px rgba(76, 175, 80, 0.4);
}

body.cs-components .csc-alert--success strong,
body.cs-component__alerts .csc-alert--success strong {
  color: #4CAF50;
}

body.cs-components .csc-alert--success.csc-alert--icon::before,
body.cs-component__alerts .csc-alert--success.csc-alert--icon::before {
  background-color: #4CAF50;
  content: "";
  box-shadow: 2px 0 12px -6px #4CAF50;
}

body.cs-components .csc-alert--warning,
body.cs-component__alerts .csc-alert--warning {
  border-right: 3px solid #ffc107;
  box-shadow: 0 4px 12px 0 rgba(255, 193, 7, 0.14), 0 7px 5px -5px rgba(255, 193, 7, 0.4);
}

body.cs-components .csc-alert--warning strong,
body.cs-component__alerts .csc-alert--warning strong {
  color: #ffc107;
}

body.cs-components .csc-alert--warning.csc-alert--icon::before,
body.cs-component__alerts .csc-alert--warning.csc-alert--icon::before {
  background-color: #ffc107;
  content: "";
  font-weight: 900;
  box-shadow: 2px 0 12px -6px #ffc107;
}

body.cs-components .csc-alert--danger,
body.cs-component__alerts .csc-alert--danger {
  border-right: 3px solid #C62828;
  box-shadow: 0 4px 12px 0 rgba(198, 40, 40, 0.14), 0 7px 5px -5px rgba(198, 40, 40, 0.4);
}

body.cs-components .csc-alert--danger strong,
body.cs-component__alerts .csc-alert--danger strong {
  color: #C62828;
}

body.cs-components .csc-alert--danger.csc-alert--icon::before,
body.cs-component__alerts .csc-alert--danger.csc-alert--icon::before {
  background-color: #C62828;
  content: "";
  box-shadow: 2px 0 12px -6px #C62828;
}

body.cs-components .csc-alert--info,
body.cs-component__alerts .csc-alert--info {
  border-right: 3px solid #00b0ff;
  box-shadow: 0 4px 12px 0 rgba(0, 176, 255, 0.14), 0 7px 5px -5px rgba(0, 176, 255, 0.4);
}

body.cs-components .csc-alert--info strong,
body.cs-component__alerts .csc-alert--info strong {
  color: #00b0ff;
}

body.cs-components .csc-alert--info.csc-alert--icon::before,
body.cs-component__alerts .csc-alert--info.csc-alert--icon::before {
  background-color: #00b0ff;
  content: "";
  font-weight: 900;
  box-shadow: 2px 0 12px -6px #00b0ff;
}

body.cs-components .csc-alert--light,
body.cs-component__alerts .csc-alert--light {
  border-right: 3px solid #9e9e9e;
  box-shadow: 0 4px 12px 0 rgba(158, 158, 158, 0.14), 0 7px 5px -5px rgba(158, 158, 158, 0.4);
}

body.cs-components .csc-alert--light strong,
body.cs-component__alerts .csc-alert--light strong {
  color: #9e9e9e;
}

body.cs-components .csc-alert--light.csc-alert--icon,
body.cs-component__alerts .csc-alert--light.csc-alert--icon {
  padding-left: 1.25rem;
}

body.cs-components .csc-alert--dark,
body.cs-component__alerts .csc-alert--dark {
  border-right: 3px solid #212121;
  box-shadow: 0 4px 12px 0 rgba(33, 33, 33, 0.14), 0 7px 5px -5px rgba(33, 33, 33, 0.4);
}

body.cs-components .csc-alert--dark strong,
body.cs-component__alerts .csc-alert--dark strong {
  color: #212121;
}

body.cs-components .csc-alert--dark.csc-alert--icon,
body.cs-component__alerts .csc-alert--dark.csc-alert--icon {
  padding-left: 1.25rem;
}

body.cs-components .csc-alert__link,
body.cs-component__alerts .csc-alert__link {
  font-weight: 600;
}

body.cs-components .csc-badge,
body.cs-component__badge .csc-badge {
  float: right;
  min-width: 3rem;
  height: 22px;
  margin-left: 14px;
  padding: 2px 6px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2em;
  color: #757575;
  box-sizing: border-box;
}

body.cs-components .csc-badge.inline,
body.cs-component__badge .csc-badge.inline {
  display: inline-block;
}

body.cs-components .csc-badge[data-badge-caption]::after,
body.cs-component__badge .csc-badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

body.cs-components .csc-badge--no-float,
body.cs-component__badge .csc-badge--no-float {
  float: none;
  margin-left: inherit;
}

body.cs-components .csc-badge--framed,
body.cs-component__badge .csc-badge--framed {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #757575;
  border-radius: 2px;
}

body.cs-components .csc-badge--framed-green,
body.cs-components .csc-badge--framed-success,
body.cs-component__badge .csc-badge--framed-green,
body.cs-component__badge .csc-badge--framed-success {
  color: #1B5E20 !important;
  background-color: #A5D6A7 !important;
}

body.cs-components .csc-badge--framed-red,
body.cs-components .csc-badge--framed-danger,
body.cs-component__badge .csc-badge--framed-red,
body.cs-component__badge .csc-badge--framed-danger {
  color: #B71C1C !important;
  background-color: #EF9A9A !important;
}

body.cs-components .csc-badge--framed-blue,
body.cs-components .csc-badge--framed-info,
body.cs-component__badge .csc-badge--framed-blue,
body.cs-component__badge .csc-badge--framed-info {
  color: #0D47A1 !important;
  background-color: #90CAF9 !important;
}

body.cs-components .csc-badge--framed-orange,
body.cs-components .csc-badge--framed-warning,
body.cs-component__badge .csc-badge--framed-orange,
body.cs-component__badge .csc-badge--framed-warning {
  color: #e65100 !important;
  background-color: #ffcc80 !important;
}

body.cs-components .csc-badge--framed-light,
body.cs-component__badge .csc-badge--framed-light {
  color: #212121 !important;
  background-color: #e0e0e0 !important;
}

body.cs-components .csc-badge--framed-new::after,
body.cs-component__badge .csc-badge--framed-new::after {
  content: " new";
}

body.cs-components nav .csc-badge,
body.cs-component__badge nav .csc-badge {
  float: none;
  display: inline-block;
  margin-left: 4px;
  height: 22px;
  line-height: 1rem;
  -webkit-font-smoothing: auto;
}

body.cs-components .collapsible .csc-badge,
body.cs-component__badge .collapsible .csc-badge {
  margin-left: auto;
}

body.cs-components #csc-banner,
body.cs-component__banner #csc-banner {
  display: grid;
  justify-items: center;
  align-items: center;
  position: absolute;
  top: -130px;
  width: 100%;
  min-width: 100vw;
  min-height: 54px;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  transition: top 0.5s;
}

body.cs-components #csc-banner__container,
body.cs-component__banner #csc-banner__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  grid-template-areas: "csc--banner_text" "csc--banner_buttons";
  width: 100vw;
  max-width: 360px;
  padding: 10px 8px 8px 16px;
}

@media screen and (min-width: 768px) {

  body.cs-components #csc-banner__container,
  body.cs-component__banner #csc-banner__container {
    grid-template-columns: 1fr auto;
    grid-template-areas: "csc--banner_text csc--banner_buttons";
    grid-gap: 90px;
    max-width: 720px;
    padding: 8px 8px 8px 24px;
  }
}

body.cs-components #csc-banner__container-with-icon,
body.cs-component__banner #csc-banner__container-with-icon {
  grid-template-columns: 40px 1fr;
  grid-template-areas: "csc--banner_icon csc--banner_text" "csc--banner_buttons csc--banner_buttons";
}

@media screen and (min-width: 768px) {

  body.cs-components #csc-banner__container-with-icon,
  body.cs-component__banner #csc-banner__container-with-icon {
    grid-template-columns: 40px 1fr auto;
    grid-template-areas: "csc--banner_icon csc--banner_text csc--banner_buttons";
    grid-gap: 24px;
    padding: 16px 8px 8px 16px;
  }
}

body.cs-components #csc-banner__text,
body.cs-component__banner #csc-banner__text {
  grid-area: csc--banner_text;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

@media screen and (min-width: 768px) {

  body.cs-components #csc-banner__text,
  body.cs-component__banner #csc-banner__text {
    margin-right: 66px;
  }
}

body.cs-components #csc-banner__text>p,
body.cs-component__banner #csc-banner__text>p {
  margin: 0;
  color: #233344;
}

body.cs-components #csc-banner__buttons,
body.cs-component__banner #csc-banner__buttons {
  grid-area: csc--banner_buttons;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

body.cs-components #csc-banner__buttons>.csc-btn+.csc-btn,
body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn,
body.cs-components #csc-banner__buttons>.csc-btn+.csc-btn--tiny,
body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn+.csc-btn--tiny,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn+.csc-btn--tiny,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-components #csc-banner__buttons>.csc-btn--small+.csc-btn,
body.cs-components #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-components #csc-banner__buttons>.csc-btn+.csc-btn--small,
body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-components #csc-banner__buttons>.csc-btn--small+.csc-btn--small,
body.cs-components #csc-banner__buttons>.csc-btn--large+.csc-btn,
body.cs-components #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-components #csc-banner__buttons>.csc-btn--large+.csc-btn--small,
body.cs-components #csc-banner__buttons>.csc-btn+.csc-btn--large,
body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-components #csc-banner__buttons>.csc-btn--small+.csc-btn--large,
body.cs-components #csc-banner__buttons>.csc-btn--large+.csc-btn--large,
body.cs-components #csc-banner__buttons>.csc-btn--outlined+.csc-btn,
body.cs-components #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-components #csc-banner__buttons>.csc-btn--outlined+.csc-btn--small,
body.cs-components #csc-banner__buttons>.csc-btn--outlined+.csc-btn--large,
body.cs-components #csc-banner__buttons>.csc-btn+.csc-btn--outlined,
body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-components #csc-banner__buttons>.csc-btn--small+.csc-btn--outlined,
body.cs-components #csc-banner__buttons>.csc-btn--large+.csc-btn--outlined,
body.cs-components #csc-banner__buttons>.csc-btn--outlined+.csc-btn--outlined,
body.cs-component__banner #csc-banner__buttons>.csc-btn+.csc-btn,
body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn,
body.cs-components body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn,
body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn+.csc-btn--tiny,
body.cs-components body.cs-component__banner #csc-banner__buttons>.csc-btn+.csc-btn--tiny,
body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn+.csc-btn--tiny,
body.cs-component__banner body.cs-components body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-components body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--small+.csc-btn,
body.cs-component__banner body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-components body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--small+.csc-btn,
body.cs-component__buttons body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-components body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--small+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn+.csc-btn--small,
body.cs-component__banner body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-components body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn+.csc-btn--small,
body.cs-component__buttons body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-components body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--small,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--small+.csc-btn--small,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--small+.csc-btn--small,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--large+.csc-btn,
body.cs-component__banner body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-components body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--large+.csc-btn--small,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--large+.csc-btn,
body.cs-component__buttons body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-components body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--large+.csc-btn--small,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn+.csc-btn--large,
body.cs-component__banner body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-components body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--small+.csc-btn--large,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn+.csc-btn--large,
body.cs-component__buttons body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-components body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--small+.csc-btn--large,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--large+.csc-btn--large,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--large+.csc-btn--large,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--outlined+.csc-btn,
body.cs-component__banner body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-components body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--outlined+.csc-btn--small,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--outlined+.csc-btn--large,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--outlined+.csc-btn,
body.cs-component__buttons body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-components body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--outlined+.csc-btn--small,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--outlined+.csc-btn--large,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn+.csc-btn--outlined,
body.cs-component__banner body.cs-component__buttons body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-components body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--small+.csc-btn--outlined,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--large+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__banner body.cs-components #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-components body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--small+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--large+.csc-btn--outlined,
body.cs-component__banner body.cs-component__buttons #csc-banner__buttons>.csc-btn--outlined+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__banner #csc-banner__buttons>.csc-btn--outlined+.csc-btn--outlined {
  margin-left: 8px;
}

body.cs-components #csc-banner__icon,
body.cs-component__banner #csc-banner__icon {
  grid-area: csc--banner_icon;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  padding: 10px;
  background-color: #673AB7;
  border-radius: 50%;
}

body.cs-components #csc-banner__icon>i,
body.cs-component__banner #csc-banner__icon>i {
  font-size: 20px;
  color: #FFFFFF;
}

body.cs-components #csc-banner__icon-green,
body.cs-component__banner #csc-banner__icon-green {
  background-color: #009688 !important;
}

body.cs-components #csc-banner__icon-red,
body.cs-component__banner #csc-banner__icon-red {
  background-color: #F44336 !important;
}

body.cs-components #csc-banner__icon-blue,
body.cs-component__banner #csc-banner__icon-blue {
  background-color: #2196F3 !important;
}

body.cs-components #csc-banner__icon-yellow,
body.cs-component__banner #csc-banner__icon-yellow {
  background-color: #FFC107 !important;
}

body.cs-components #csc-banner.visible,
body.cs-component__banner #csc-banner.visible {
  top: 0px;
}

body.cs-components .csc-breadcrumbs,
body.cs-component__breadcrumbs .csc-breadcrumbs {
  margin-top: 16px;
  padding: 0 6px 12px;
  border-bottom: 1px solid #e0e0e0;
}

body.cs-components .csc-breadcrumb,
body.cs-component__breadcrumbs .csc-breadcrumb {
  font-size: 1rem;
  color: rgba(29, 45, 53, 0.7);
}

body.cs-components .csc-breadcrumb::before,
body.cs-component__breadcrumbs .csc-breadcrumb::before {
  content: "/";
  display: inline-block;
  margin: 1.5px 10px 0 8px;
  font-weight: normal !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: rgba(29, 45, 53, 0.7);
}

body.cs-components .csc-breadcrumb:first-child::before,
body.cs-component__breadcrumbs .csc-breadcrumb:first-child::before {
  display: none;
}

body.cs-components .csc-breadcrumb[href]:hover:not(:last-child),
body.cs-components .csc-breadcrumb[href]:focus:not(:last-child),
body.cs-component__breadcrumbs .csc-breadcrumb[href]:hover:not(:last-child),
body.cs-component__breadcrumbs .csc-breadcrumb[href]:focus:not(:last-child) {
  text-decoration: underline;
}

body.cs-components .csc-breadcrumb:last-child,
body.cs-component__breadcrumbs .csc-breadcrumb:last-child {
  color: #1d2d35;
  font-weight: 700;
}

body.cs-components .csc-breadcrumb:not(:last-child),
body.cs-component__breadcrumbs .csc-breadcrumb:not(:last-child) {
  color: #039be5;
}

body.cs-components .csc-btn,
body.cs-components .csc-btn--tiny,
body.cs-components .csc-btn--small,
body.cs-components .csc-btn--large,
body.cs-components .csc-btn--outlined,
body.cs-components .csc-btn--flat,
body.cs-components .csc-btn--flat-tiny,
body.cs-components .csc-btn--flat-small,
body.cs-components .csc-btn--flat-large,
body.cs-component__buttons .csc-btn,
body.cs-component__buttons .csc-btn--tiny,
body.cs-component__buttons .csc-btn--small,
body.cs-component__buttons .csc-btn--large,
body.cs-component__buttons .csc-btn--outlined,
body.cs-component__buttons .csc-btn--flat,
body.cs-component__buttons .csc-btn--flat-tiny,
body.cs-component__buttons .csc-btn--flat-small,
body.cs-component__buttons .csc-btn--flat-large {
  display: inline-flex;
  border: none;
  border-radius: 2px;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
}

body.cs-components .csc-btn.csc-btn--text-normal,
body.cs-components .csc-btn--text-normal.csc-btn--tiny,
body.cs-components .csc-btn--text-normal.csc-btn--small,
body.cs-components .csc-btn--text-normal.csc-btn--large,
body.cs-components .csc-btn--text-normal.csc-btn--outlined,
body.cs-components .csc-btn--flat.csc-btn--text-normal,
body.cs-components .csc-btn--text-normal.csc-btn--flat-tiny,
body.cs-components .csc-btn--text-normal.csc-btn--flat-small,
body.cs-components .csc-btn--text-normal.csc-btn--flat-large,
body.cs-component__buttons .csc-btn.csc-btn--text-normal,
body.cs-component__buttons .csc-btn--text-normal.csc-btn--tiny,
body.cs-component__buttons .csc-btn--text-normal.csc-btn--small,
body.cs-component__buttons .csc-btn--text-normal.csc-btn--large,
body.cs-component__buttons .csc-btn--text-normal.csc-btn--outlined,
body.cs-component__buttons .csc-btn--flat.csc-btn--text-normal,
body.cs-component__buttons .csc-btn--text-normal.csc-btn--flat-tiny,
body.cs-component__buttons .csc-btn--text-normal.csc-btn--flat-small,
body.cs-component__buttons .csc-btn--text-normal.csc-btn--flat-large {
  text-transform: initial;
}

body.cs-components .csc-btn.disabled,
body.cs-components .disabled.csc-btn--tiny,
body.cs-components .csc-btn--floating.disabled,
body.cs-components .csc-btn--large.disabled,
body.cs-components .csc-btn--small.disabled,
body.cs-components .csc-btn--flat.disabled,
body.cs-components .disabled.csc-btn--flat-tiny,
body.cs-components .disabled.csc-btn--flat-small,
body.cs-components .disabled.csc-btn--flat-large,
body.cs-components .csc-btn--outlined.disabled,
body.cs-components .csc-btn:disabled,
body.cs-components .csc-btn--tiny:disabled,
body.cs-components .csc-btn--floating:disabled,
body.cs-components .csc-btn--large:disabled,
body.cs-components .csc-btn--small:disabled,
body.cs-components .csc-btn--flat:disabled,
body.cs-components .csc-btn--flat-tiny:disabled,
body.cs-components .csc-btn--flat-small:disabled,
body.cs-components .csc-btn--flat-large:disabled,
body.cs-components .csc-btn--outlined:disabled,
body.cs-components .csc-btn[disabled],
body.cs-components [disabled].csc-btn--tiny,
body.cs-components .csc-btn--floating[disabled],
body.cs-components .csc-btn--large[disabled],
body.cs-components .csc-btn--small[disabled],
body.cs-components .csc-btn--flat[disabled],
body.cs-components [disabled].csc-btn--flat-tiny,
body.cs-components [disabled].csc-btn--flat-small,
body.cs-components [disabled].csc-btn--flat-large,
body.cs-components .csc-btn--outlined[disabled],
body.cs-component__buttons .csc-btn.disabled,
body.cs-component__buttons .disabled.csc-btn--tiny,
body.cs-component__buttons .csc-btn--floating.disabled,
body.cs-component__buttons .csc-btn--large.disabled,
body.cs-component__buttons .csc-btn--small.disabled,
body.cs-component__buttons .csc-btn--flat.disabled,
body.cs-component__buttons .disabled.csc-btn--flat-tiny,
body.cs-component__buttons .disabled.csc-btn--flat-small,
body.cs-component__buttons .disabled.csc-btn--flat-large,
body.cs-component__buttons .csc-btn--outlined.disabled,
body.cs-component__buttons .csc-btn:disabled,
body.cs-component__buttons .csc-btn--tiny:disabled,
body.cs-component__buttons .csc-btn--floating:disabled,
body.cs-component__buttons .csc-btn--large:disabled,
body.cs-component__buttons .csc-btn--small:disabled,
body.cs-component__buttons .csc-btn--flat:disabled,
body.cs-component__buttons .csc-btn--flat-tiny:disabled,
body.cs-component__buttons .csc-btn--flat-small:disabled,
body.cs-component__buttons .csc-btn--flat-large:disabled,
body.cs-component__buttons .csc-btn--outlined:disabled,
body.cs-component__buttons .csc-btn[disabled],
body.cs-component__buttons [disabled].csc-btn--tiny,
body.cs-component__buttons .csc-btn--floating[disabled],
body.cs-component__buttons .csc-btn--large[disabled],
body.cs-component__buttons .csc-btn--small[disabled],
body.cs-component__buttons .csc-btn--flat[disabled],
body.cs-component__buttons [disabled].csc-btn--flat-tiny,
body.cs-component__buttons [disabled].csc-btn--flat-small,
body.cs-component__buttons [disabled].csc-btn--flat-large,
body.cs-component__buttons .csc-btn--outlined[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

body.cs-components .csc-btn.disabled:hover,
body.cs-components .disabled.csc-btn--tiny:hover,
body.cs-components .csc-btn--floating.disabled:hover,
body.cs-components .csc-btn--large.disabled:hover,
body.cs-components .csc-btn--small.disabled:hover,
body.cs-components .csc-btn--flat.disabled:hover,
body.cs-components .disabled.csc-btn--flat-tiny:hover,
body.cs-components .disabled.csc-btn--flat-small:hover,
body.cs-components .disabled.csc-btn--flat-large:hover,
body.cs-components .csc-btn--outlined.disabled:hover,
body.cs-components .csc-btn:disabled:hover,
body.cs-components .csc-btn--tiny:disabled:hover,
body.cs-components .csc-btn--floating:disabled:hover,
body.cs-components .csc-btn--large:disabled:hover,
body.cs-components .csc-btn--small:disabled:hover,
body.cs-components .csc-btn--flat:disabled:hover,
body.cs-components .csc-btn--flat-tiny:disabled:hover,
body.cs-components .csc-btn--flat-small:disabled:hover,
body.cs-components .csc-btn--flat-large:disabled:hover,
body.cs-components .csc-btn--outlined:disabled:hover,
body.cs-components .csc-btn[disabled]:hover,
body.cs-components [disabled].csc-btn--tiny:hover,
body.cs-components .csc-btn--floating[disabled]:hover,
body.cs-components .csc-btn--large[disabled]:hover,
body.cs-components .csc-btn--small[disabled]:hover,
body.cs-components .csc-btn--flat[disabled]:hover,
body.cs-components [disabled].csc-btn--flat-tiny:hover,
body.cs-components [disabled].csc-btn--flat-small:hover,
body.cs-components [disabled].csc-btn--flat-large:hover,
body.cs-components .csc-btn--outlined[disabled]:hover,
body.cs-component__buttons .csc-btn.disabled:hover,
body.cs-component__buttons .disabled.csc-btn--tiny:hover,
body.cs-component__buttons .csc-btn--floating.disabled:hover,
body.cs-component__buttons .csc-btn--large.disabled:hover,
body.cs-component__buttons .csc-btn--small.disabled:hover,
body.cs-component__buttons .csc-btn--flat.disabled:hover,
body.cs-component__buttons .disabled.csc-btn--flat-tiny:hover,
body.cs-component__buttons .disabled.csc-btn--flat-small:hover,
body.cs-component__buttons .disabled.csc-btn--flat-large:hover,
body.cs-component__buttons .csc-btn--outlined.disabled:hover,
body.cs-component__buttons .csc-btn:disabled:hover,
body.cs-component__buttons .csc-btn--tiny:disabled:hover,
body.cs-component__buttons .csc-btn--floating:disabled:hover,
body.cs-component__buttons .csc-btn--large:disabled:hover,
body.cs-component__buttons .csc-btn--small:disabled:hover,
body.cs-component__buttons .csc-btn--flat:disabled:hover,
body.cs-component__buttons .csc-btn--flat-tiny:disabled:hover,
body.cs-component__buttons .csc-btn--flat-small:disabled:hover,
body.cs-component__buttons .csc-btn--flat-large:disabled:hover,
body.cs-component__buttons .csc-btn--outlined:disabled:hover,
body.cs-component__buttons .csc-btn[disabled]:hover,
body.cs-component__buttons [disabled].csc-btn--tiny:hover,
body.cs-component__buttons .csc-btn--floating[disabled]:hover,
body.cs-component__buttons .csc-btn--large[disabled]:hover,
body.cs-component__buttons .csc-btn--small[disabled]:hover,
body.cs-component__buttons .csc-btn--flat[disabled]:hover,
body.cs-component__buttons [disabled].csc-btn--flat-tiny:hover,
body.cs-component__buttons [disabled].csc-btn--flat-small:hover,
body.cs-component__buttons [disabled].csc-btn--flat-large:hover,
body.cs-component__buttons .csc-btn--outlined[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

body.cs-components .csc-btn,
body.cs-components .csc-btn--tiny,
body.cs-components .csc-btn--floating,
body.cs-components .csc-btn--large,
body.cs-components .csc-btn--small,
body.cs-components .csc-btn--flat,
body.cs-components .csc-btn--flat-tiny,
body.cs-components .csc-btn--flat-small,
body.cs-components .csc-btn--flat-large,
body.cs-components .csc-btn--outlined,
body.cs-component__buttons .csc-btn,
body.cs-component__buttons .csc-btn--tiny,
body.cs-component__buttons .csc-btn--floating,
body.cs-component__buttons .csc-btn--large,
body.cs-component__buttons .csc-btn--small,
body.cs-component__buttons .csc-btn--flat,
body.cs-component__buttons .csc-btn--flat-tiny,
body.cs-component__buttons .csc-btn--flat-small,
body.cs-component__buttons .csc-btn--flat-large,
body.cs-component__buttons .csc-btn--outlined {
  font-size: 14px;
  outline: 0;
}

body.cs-components .csc-btn i,
body.cs-components .csc-btn--tiny i,
body.cs-components .csc-btn--floating i,
body.cs-components .csc-btn--large i,
body.cs-components .csc-btn--small i,
body.cs-components .csc-btn--flat i,
body.cs-components .csc-btn--flat-tiny i,
body.cs-components .csc-btn--flat-small i,
body.cs-components .csc-btn--flat-large i,
body.cs-components .csc-btn--outlined i,
body.cs-component__buttons .csc-btn i,
body.cs-component__buttons .csc-btn--tiny i,
body.cs-component__buttons .csc-btn--floating i,
body.cs-component__buttons .csc-btn--large i,
body.cs-component__buttons .csc-btn--small i,
body.cs-component__buttons .csc-btn--flat i,
body.cs-component__buttons .csc-btn--flat-tiny i,
body.cs-component__buttons .csc-btn--flat-small i,
body.cs-component__buttons .csc-btn--flat-large i,
body.cs-component__buttons .csc-btn--outlined i {
  font-size: 1.3rem;
  line-height: inherit;
}

body.cs-components .csc-btn i.csc-bi-left,
body.cs-components .csc-btn--tiny i.csc-bi-left,
body.cs-components .csc-btn--floating i.csc-bi-left,
body.cs-components .csc-btn--large i.csc-bi-left,
body.cs-components .csc-btn--small i.csc-bi-left,
body.cs-components .csc-btn--flat i.csc-bi-left,
body.cs-components .csc-btn--flat-tiny i.csc-bi-left,
body.cs-components .csc-btn--flat-small i.csc-bi-left,
body.cs-components .csc-btn--flat-large i.csc-bi-left,
body.cs-components .csc-btn--outlined i.csc-bi-left,
body.cs-component__buttons .csc-btn i.csc-bi-left,
body.cs-component__buttons .csc-btn--tiny i.csc-bi-left,
body.cs-component__buttons .csc-btn--floating i.csc-bi-left,
body.cs-component__buttons .csc-btn--large i.csc-bi-left,
body.cs-component__buttons .csc-btn--small i.csc-bi-left,
body.cs-component__buttons .csc-btn--flat i.csc-bi-left,
body.cs-component__buttons .csc-btn--flat-tiny i.csc-bi-left,
body.cs-component__buttons .csc-btn--flat-small i.csc-bi-left,
body.cs-component__buttons .csc-btn--flat-large i.csc-bi-left,
body.cs-component__buttons .csc-btn--outlined i.csc-bi-left {
  margin-right: 8px;
}

body.cs-components .csc-btn i.csc-bi-right,
body.cs-components .csc-btn--tiny i.csc-bi-right,
body.cs-components .csc-btn--floating i.csc-bi-right,
body.cs-components .csc-btn--large i.csc-bi-right,
body.cs-components .csc-btn--small i.csc-bi-right,
body.cs-components .csc-btn--flat i.csc-bi-right,
body.cs-components .csc-btn--flat-tiny i.csc-bi-right,
body.cs-components .csc-btn--flat-small i.csc-bi-right,
body.cs-components .csc-btn--flat-large i.csc-bi-right,
body.cs-components .csc-btn--outlined i.csc-bi-right,
body.cs-component__buttons .csc-btn i.csc-bi-right,
body.cs-component__buttons .csc-btn--tiny i.csc-bi-right,
body.cs-component__buttons .csc-btn--floating i.csc-bi-right,
body.cs-component__buttons .csc-btn--large i.csc-bi-right,
body.cs-component__buttons .csc-btn--small i.csc-bi-right,
body.cs-component__buttons .csc-btn--flat i.csc-bi-right,
body.cs-component__buttons .csc-btn--flat-tiny i.csc-bi-right,
body.cs-component__buttons .csc-btn--flat-small i.csc-bi-right,
body.cs-component__buttons .csc-btn--flat-large i.csc-bi-right,
body.cs-component__buttons .csc-btn--outlined i.csc-bi-right {
  margin-left: 8px;
}

body.cs-components .csc-btn:focus,
body.cs-components .csc-btn--tiny:focus,
body.cs-components .csc-btn--small:focus,
body.cs-components .csc-btn--large:focus,
body.cs-components .csc-btn--outlined:focus,
body.cs-components .csc-btn--floating:focus,
body.cs-component__buttons .csc-btn:focus,
body.cs-component__buttons .csc-btn--tiny:focus,
body.cs-component__buttons .csc-btn--small:focus,
body.cs-component__buttons .csc-btn--large:focus,
body.cs-component__buttons .csc-btn--outlined:focus,
body.cs-component__buttons .csc-btn--floating:focus {
  background-color: #512e90;
}

body.cs-components .csc-btn,
body.cs-components .csc-btn--tiny,
body.cs-components .csc-btn--small,
body.cs-components .csc-btn--large,
body.cs-components .csc-btn--outlined,
body.cs-component__buttons .csc-btn,
body.cs-component__buttons .csc-btn--tiny,
body.cs-component__buttons .csc-btn--small,
body.cs-component__buttons .csc-btn--large,
body.cs-component__buttons .csc-btn--outlined {
  text-decoration: none;
  color: #fff;
  background-color: #673AB7;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}

body.cs-components .csc-btn:hover,
body.cs-components .csc-btn--tiny:hover,
body.cs-components .csc-btn--small:hover,
body.cs-components .csc-btn--large:hover,
body.cs-components .csc-btn--outlined:hover,
body.cs-component__buttons .csc-btn:hover,
body.cs-component__buttons .csc-btn--tiny:hover,
body.cs-component__buttons .csc-btn--small:hover,
body.cs-component__buttons .csc-btn--large:hover,
body.cs-component__buttons .csc-btn--outlined:hover {
  background-color: #7446c4;
}

body.cs-components .csc-btn--floating,
body.cs-component__buttons .csc-btn--floating {
  display: inline-flex;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #673AB7;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

body.cs-components .csc-btn--floating:hover,
body.cs-component__buttons .csc-btn--floating:hover {
  background-color: #673AB7;
}

body.cs-components .csc-btn--floating:before,
body.cs-component__buttons .csc-btn--floating:before {
  border-radius: 0;
}

body.cs-components .csc-btn--floating.csc-btn--large,
body.cs-component__buttons .csc-btn--floating.csc-btn--large {
  width: 56px;
  height: 56px;
  padding: 0;
}

body.cs-components .csc-btn--floating.csc-btn--large.csc-halfway-fab,
body.cs-component__buttons .csc-btn--floating.csc-btn--large.csc-halfway-fab {
  bottom: -28px;
}

body.cs-components .csc-btn--floating.csc-btn--large i,
body.cs-component__buttons .csc-btn--floating.csc-btn--large i {
  line-height: 56px;
}

body.cs-components .csc-btn--floating.csc-btn--small,
body.cs-component__buttons .csc-btn--floating.csc-btn--small {
  width: 32.4px;
  height: 32.4px;
}

body.cs-components .csc-btn--floating.csc-btn--small.csc-halfway-fab,
body.cs-component__buttons .csc-btn--floating.csc-btn--small.csc-halfway-fab {
  bottom: -16.2px;
}

body.cs-components .csc-btn--floating.csc-btn--small i,
body.cs-component__buttons .csc-btn--floating.csc-btn--small i {
  line-height: 32.4px;
}

body.cs-components .csc-btn--floating.csc-halfway-fab,
body.cs-component__buttons .csc-btn--floating.csc-halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

body.cs-components .csc-btn--floating.csc-halfway-fab.csc-left,
body.cs-component__buttons .csc-btn--floating.csc-halfway-fab.csc-left {
  right: auto;
  left: 24px;
}

body.cs-components .csc-btn--floating i,
body.cs-component__buttons .csc-btn--floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

body.cs-components .csc-btn--flat,
body.cs-components .csc-btn--flat-tiny,
body.cs-components .csc-btn--flat-small,
body.cs-components .csc-btn--flat-large,
body.cs-component__buttons .csc-btn--flat,
body.cs-component__buttons .csc-btn--flat-tiny,
body.cs-component__buttons .csc-btn--flat-small,
body.cs-component__buttons .csc-btn--flat-large {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}

body.cs-components .csc-btn--flat> :not(i),
body.cs-components .csc-btn--flat-tiny> :not(i),
body.cs-components .csc-btn--flat-small> :not(i),
body.cs-components .csc-btn--flat-large> :not(i),
body.cs-component__buttons .csc-btn--flat> :not(i),
body.cs-component__buttons .csc-btn--flat-tiny> :not(i),
body.cs-component__buttons .csc-btn--flat-small> :not(i),
body.cs-component__buttons .csc-btn--flat-large> :not(i) {
  text-decoration: underline;
}

body.cs-components .csc-btn--flat i,
body.cs-components .csc-btn--flat-tiny i,
body.cs-components .csc-btn--flat-small i,
body.cs-components .csc-btn--flat-large i,
body.cs-component__buttons .csc-btn--flat i,
body.cs-component__buttons .csc-btn--flat-tiny i,
body.cs-component__buttons .csc-btn--flat-small i,
body.cs-component__buttons .csc-btn--flat-large i {
  text-decoration: none !important;
}

body.cs-components .csc-btn--flat:focus,
body.cs-components .csc-btn--flat-tiny:focus,
body.cs-components .csc-btn--flat-small:focus,
body.cs-components .csc-btn--flat-large:focus,
body.cs-components .csc-btn--flat:hover,
body.cs-components .csc-btn--flat-tiny:hover,
body.cs-components .csc-btn--flat-small:hover,
body.cs-components .csc-btn--flat-large:hover,
body.cs-component__buttons .csc-btn--flat:focus,
body.cs-component__buttons .csc-btn--flat-tiny:focus,
body.cs-component__buttons .csc-btn--flat-small:focus,
body.cs-component__buttons .csc-btn--flat-large:focus,
body.cs-component__buttons .csc-btn--flat:hover,
body.cs-component__buttons .csc-btn--flat-tiny:hover,
body.cs-component__buttons .csc-btn--flat-small:hover,
body.cs-component__buttons .csc-btn--flat-large:hover {
  box-shadow: none;
  background-color: rgba(52, 52, 52, 0.04);
}

body.cs-components .csc-btn--flat.csc-disabled,
body.cs-components .csc-disabled.csc-btn--flat-tiny,
body.cs-components .csc-disabled.csc-btn--flat-small,
body.cs-components .csc-disabled.csc-btn--flat-large,
body.cs-components .csc-btn--flat.csc-btn--flat[disabled],
body.cs-components [disabled].csc-btn--flat-tiny,
body.cs-components [disabled].csc-btn--flat-small,
body.cs-components [disabled].csc-btn--flat-large,
body.cs-component__buttons .csc-btn--flat.csc-disabled,
body.cs-component__buttons .csc-disabled.csc-btn--flat-tiny,
body.cs-component__buttons .csc-disabled.csc-btn--flat-small,
body.cs-component__buttons .csc-disabled.csc-btn--flat-large,
body.cs-component__buttons .csc-btn--flat.csc-btn--flat[disabled],
body.cs-component__buttons [disabled].csc-btn--flat-tiny,
body.cs-component__buttons [disabled].csc-btn--flat-small,
body.cs-component__buttons [disabled].csc-btn--flat-large {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

body.cs-components .csc-btn--outlined,
body.cs-component__buttons .csc-btn--outlined {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #673AB7;
  color: #673AB7;
}

body.cs-components .csc-btn--outlined:focus,
body.cs-components .csc-btn--outlined:hover,
body.cs-component__buttons .csc-btn--outlined:focus,
body.cs-component__buttons .csc-btn--outlined:hover {
  box-shadow: none;
  background-color: rgba(103, 58, 183, 0.04);
}

body.cs-components .csc-btn--inlineunder,
body.cs-component__buttons .csc-btn--inlineunder {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  font-weight: bolder;
  box-shadow: none;
}

body.cs-components .csc-btn--inlineunder::after,
body.cs-component__buttons .csc-btn--inlineunder::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background-color: #424242;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.cs-components .csc-btn--inlineunder:hover,
body.cs-components .csc-btn--inlineunder:focus,
body.cs-component__buttons .csc-btn--inlineunder:hover,
body.cs-component__buttons .csc-btn--inlineunder:focus {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

body.cs-components .csc-btn--inlineunder:hover::after,
body.cs-components .csc-btn--inlineunder:focus::after,
body.cs-component__buttons .csc-btn--inlineunder:hover::after,
body.cs-component__buttons .csc-btn--inlineunder:focus::after {
  left: 0;
  width: 100%;
  background-color: #424242;
}

body.cs-components .csc-btn--large,
body.cs-component__buttons .csc-btn--large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

body.cs-components .csc-btn--large i,
body.cs-component__buttons .csc-btn--large i {
  font-size: 1.6rem;
}

body.cs-components .csc-btn--flat-large,
body.cs-component__buttons .csc-btn--flat-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

body.cs-components .csc-btn--flat-large i,
body.cs-component__buttons .csc-btn--flat-large i {
  font-size: 1.6rem;
}

body.cs-components .csc-btn--small,
body.cs-component__buttons .csc-btn--small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

body.cs-components .csc-btn--small i,
body.cs-component__buttons .csc-btn--small i {
  font-size: 1.2rem;
}

body.cs-components .csc-btn--flat-small,
body.cs-component__buttons .csc-btn--flat-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

body.cs-components .csc-btn--flat-small i,
body.cs-component__buttons .csc-btn--flat-small i {
  font-size: 1.2rem;
}

body.cs-components .csc-btn--tiny,
body.cs-component__buttons .csc-btn--tiny {
  height: 25.2px;
  line-height: 25.2px;
  font-size: 10px;
}

body.cs-components .csc-btn--tiny i,
body.cs-component__buttons .csc-btn--tiny i {
  font-size: 1rem;
}

body.cs-components .csc-btn--flat-tiny,
body.cs-component__buttons .csc-btn--flat-tiny {
  height: 25.2px;
  line-height: 25.2px;
  font-size: 10px;
}

body.cs-components .csc-btn--flat-tiny i,
body.cs-component__buttons .csc-btn--flat-tiny i {
  font-size: 1rem;
}

body.cs-components .csc-btn--block,
body.cs-component__buttons .csc-btn--block {
  display: block;
}

body.cs-components .csc-btn--wide,
body.cs-component__buttons .csc-btn--wide {
  width: 100%;
}

body.cs-components .csc-btn--success:not(:disabled),
body.cs-component__buttons .csc-btn--success:not(:disabled) {
  color: #FFFFFF !important;
  background-color: #4CAF50 !important;
}

body.cs-components .csc-btn--success.csc-btn--raised:not(:disabled),
body.cs-components .csc-btn--success.csc-btn--flat:not(:disabled),
body.cs-components .csc-btn--success.csc-btn--flat-large:not(:disabled),
body.cs-components .csc-btn--success.csc-btn--flat-small:not(:disabled),
body.cs-components .csc-btn--success.csc-btn--flat-tiny:not(:disabled),
body.cs-components .csc-btn--success.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--success.csc-btn--raised:not(:disabled),
body.cs-component__buttons .csc-btn--success.csc-btn--flat:not(:disabled),
body.cs-component__buttons .csc-btn--success.csc-btn--flat-large:not(:disabled),
body.cs-component__buttons .csc-btn--success.csc-btn--flat-small:not(:disabled),
body.cs-component__buttons .csc-btn--success.csc-btn--flat-tiny:not(:disabled),
body.cs-component__buttons .csc-btn--success.csc-btn--outlined:not(:disabled) {
  color: #4CAF50 !important;
  background-color: transparent !important;
}

body.cs-components .csc-btn--success.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--success.csc-btn--outlined:not(:disabled) {
  border-color: #4CAF50 !important;
}

body.cs-components .csc-btn--warning:not(:disabled),
body.cs-component__buttons .csc-btn--warning:not(:disabled) {
  color: #FFFFFF !important;
  background-color: #ffc107 !important;
}

body.cs-components .csc-btn--warning.csc-btn--raised:not(:disabled),
body.cs-components .csc-btn--warning.csc-btn--flat:not(:disabled),
body.cs-components .csc-btn--warning.csc-btn--flat-large:not(:disabled),
body.cs-components .csc-btn--warning.csc-btn--flat-small:not(:disabled),
body.cs-components .csc-btn--warning.csc-btn--flat-tiny:not(:disabled),
body.cs-components .csc-btn--warning.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--warning.csc-btn--raised:not(:disabled),
body.cs-component__buttons .csc-btn--warning.csc-btn--flat:not(:disabled),
body.cs-component__buttons .csc-btn--warning.csc-btn--flat-large:not(:disabled),
body.cs-component__buttons .csc-btn--warning.csc-btn--flat-small:not(:disabled),
body.cs-component__buttons .csc-btn--warning.csc-btn--flat-tiny:not(:disabled),
body.cs-component__buttons .csc-btn--warning.csc-btn--outlined:not(:disabled) {
  color: #ffc107 !important;
  background-color: transparent !important;
}

body.cs-components .csc-btn--warning.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--warning.csc-btn--outlined:not(:disabled) {
  border-color: #ffc107 !important;
}

body.cs-components .csc-btn--danger:not(:disabled),
body.cs-component__buttons .csc-btn--danger:not(:disabled) {
  color: #FFFFFF !important;
  background-color: #C62828 !important;
}

body.cs-components .csc-btn--danger.csc-btn--raised:not(:disabled),
body.cs-components .csc-btn--danger.csc-btn--flat:not(:disabled),
body.cs-components .csc-btn--danger.csc-btn--flat-large:not(:disabled),
body.cs-components .csc-btn--danger.csc-btn--flat-small:not(:disabled),
body.cs-components .csc-btn--danger.csc-btn--flat-tiny:not(:disabled),
body.cs-components .csc-btn--danger.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--danger.csc-btn--raised:not(:disabled),
body.cs-component__buttons .csc-btn--danger.csc-btn--flat:not(:disabled),
body.cs-component__buttons .csc-btn--danger.csc-btn--flat-large:not(:disabled),
body.cs-component__buttons .csc-btn--danger.csc-btn--flat-small:not(:disabled),
body.cs-component__buttons .csc-btn--danger.csc-btn--flat-tiny:not(:disabled),
body.cs-component__buttons .csc-btn--danger.csc-btn--outlined:not(:disabled) {
  color: #C62828 !important;
  background-color: transparent !important;
}

body.cs-components .csc-btn--danger.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--danger.csc-btn--outlined:not(:disabled) {
  border-color: #C62828 !important;
}

body.cs-components .csc-btn--info:not(:disabled),
body.cs-component__buttons .csc-btn--info:not(:disabled) {
  color: #FFFFFF !important;
  background-color: #00b0ff !important;
}

body.cs-components .csc-btn--info.csc-btn--raised:not(:disabled),
body.cs-components .csc-btn--info.csc-btn--flat:not(:disabled),
body.cs-components .csc-btn--info.csc-btn--flat-large:not(:disabled),
body.cs-components .csc-btn--info.csc-btn--flat-small:not(:disabled),
body.cs-components .csc-btn--info.csc-btn--flat-tiny:not(:disabled),
body.cs-components .csc-btn--info.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--info.csc-btn--raised:not(:disabled),
body.cs-component__buttons .csc-btn--info.csc-btn--flat:not(:disabled),
body.cs-component__buttons .csc-btn--info.csc-btn--flat-large:not(:disabled),
body.cs-component__buttons .csc-btn--info.csc-btn--flat-small:not(:disabled),
body.cs-component__buttons .csc-btn--info.csc-btn--flat-tiny:not(:disabled),
body.cs-component__buttons .csc-btn--info.csc-btn--outlined:not(:disabled) {
  color: #00b0ff !important;
  background-color: transparent !important;
}

body.cs-components .csc-btn--info.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--info.csc-btn--outlined:not(:disabled) {
  border-color: #00b0ff !important;
}

body.cs-components .csc-btn--light:not(:disabled),
body.cs-component__buttons .csc-btn--light:not(:disabled) {
  color: #000000 !important;
  background-color: #fafafa !important;
}

body.cs-components .csc-btn--light.csc-btn--raised:not(:disabled),
body.cs-components .csc-btn--light.csc-btn--flat:not(:disabled),
body.cs-components .csc-btn--light.csc-btn--flat-large:not(:disabled),
body.cs-components .csc-btn--light.csc-btn--flat-small:not(:disabled),
body.cs-components .csc-btn--light.csc-btn--flat-tiny:not(:disabled),
body.cs-components .csc-btn--light.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--light.csc-btn--raised:not(:disabled),
body.cs-component__buttons .csc-btn--light.csc-btn--flat:not(:disabled),
body.cs-component__buttons .csc-btn--light.csc-btn--flat-large:not(:disabled),
body.cs-component__buttons .csc-btn--light.csc-btn--flat-small:not(:disabled),
body.cs-component__buttons .csc-btn--light.csc-btn--flat-tiny:not(:disabled),
body.cs-component__buttons .csc-btn--light.csc-btn--outlined:not(:disabled) {
  color: #fafafa !important;
  background-color: transparent !important;
}

body.cs-components .csc-btn--light.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--light.csc-btn--outlined:not(:disabled) {
  color: #FFFFFF !important;
  border-color: #fafafa !important;
}

body.cs-components .csc-btn--dark:not(:disabled),
body.cs-component__buttons .csc-btn--dark:not(:disabled) {
  color: #FFFFFF !important;
  background-color: #9e9e9e !important;
}

body.cs-components .csc-btn--dark.csc-btn--raised:not(:disabled),
body.cs-components .csc-btn--dark.csc-btn--flat:not(:disabled),
body.cs-components .csc-btn--dark.csc-btn--flat-large:not(:disabled),
body.cs-components .csc-btn--dark.csc-btn--flat-small:not(:disabled),
body.cs-components .csc-btn--dark.csc-btn--flat-tiny:not(:disabled),
body.cs-components .csc-btn--dark.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--dark.csc-btn--raised:not(:disabled),
body.cs-component__buttons .csc-btn--dark.csc-btn--flat:not(:disabled),
body.cs-component__buttons .csc-btn--dark.csc-btn--flat-large:not(:disabled),
body.cs-component__buttons .csc-btn--dark.csc-btn--flat-small:not(:disabled),
body.cs-component__buttons .csc-btn--dark.csc-btn--flat-tiny:not(:disabled),
body.cs-component__buttons .csc-btn--dark.csc-btn--outlined:not(:disabled) {
  color: #9e9e9e !important;
  background-color: transparent !important;
}

body.cs-components .csc-btn--dark.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--dark.csc-btn--outlined:not(:disabled) {
  border-color: #9e9e9e !important;
}

body.cs-components .csc-btn--orange:not(:disabled),
body.cs-component__buttons .csc-btn--orange:not(:disabled) {
  color: #FFFFFF !important;
  background-color: #ff9800 !important;
}

body.cs-components .csc-btn--orange.csc-btn--raised:not(:disabled),
body.cs-components .csc-btn--orange.csc-btn--flat:not(:disabled),
body.cs-components .csc-btn--orange.csc-btn--flat-large:not(:disabled),
body.cs-components .csc-btn--orange.csc-btn--flat-small:not(:disabled),
body.cs-components .csc-btn--orange.csc-btn--flat-tiny:not(:disabled),
body.cs-components .csc-btn--orange.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--orange.csc-btn--raised:not(:disabled),
body.cs-component__buttons .csc-btn--orange.csc-btn--flat:not(:disabled),
body.cs-component__buttons .csc-btn--orange.csc-btn--flat-large:not(:disabled),
body.cs-component__buttons .csc-btn--orange.csc-btn--flat-small:not(:disabled),
body.cs-component__buttons .csc-btn--orange.csc-btn--flat-tiny:not(:disabled),
body.cs-component__buttons .csc-btn--orange.csc-btn--outlined:not(:disabled) {
  color: #ff9800 !important;
  background-color: transparent !important;
}

body.cs-components .csc-btn--orange.csc-btn--outlined:not(:disabled),
body.cs-component__buttons .csc-btn--orange.csc-btn--outlined:not(:disabled) {
  border-color: #ff9800 !important;
}

body.cs-components .csc-btn.csc-pulse,
body.cs-components .csc-pulse.csc-btn--outlined,
body.cs-components .csc-pulse.csc-btn--large,
body.cs-components .csc-pulse.csc-btn--small,
body.cs-components .csc-pulse.csc-btn--tiny,
body.cs-component__buttons .csc-btn.csc-pulse,
body.cs-component__buttons .csc-pulse.csc-btn--outlined,
body.cs-component__buttons .csc-pulse.csc-btn--large,
body.cs-component__buttons .csc-pulse.csc-btn--small,
body.cs-component__buttons .csc-pulse.csc-btn--tiny {
  overflow: visible;
  position: relative;
}

body.cs-components .csc-btn.csc-pulse::before,
body.cs-components .csc-pulse.csc-btn--outlined::before,
body.cs-components .csc-pulse.csc-btn--large::before,
body.cs-components .csc-pulse.csc-btn--small::before,
body.cs-components .csc-pulse.csc-btn--tiny::before,
body.cs-component__buttons .csc-btn.csc-pulse::before,
body.cs-component__buttons .csc-pulse.csc-btn--outlined::before,
body.cs-component__buttons .csc-pulse.csc-btn--large::before,
body.cs-component__buttons .csc-pulse.csc-btn--small::before,
body.cs-component__buttons .csc-pulse.csc-btn--tiny::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity 0.3s, transform 0.3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

body.cs-components button.csc-btn--floating,
body.cs-component__buttons button.csc-btn--floating {
  border: none;
}

body.cs-components .csc-fixed-action-btn,
body.cs-component__buttons .csc-fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

body.cs-components .csc-fixed-action-btn.csc-active ul,
body.cs-component__buttons .csc-fixed-action-btn.csc-active ul {
  visibility: visible;
}

body.cs-components .csc-fixed-action-btn.csc-direction-left,
body.cs-components .csc-fixed-action-btn.csc-direction-right,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-left,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-right {
  padding: 0 0 0 15px;
}

body.cs-components .csc-fixed-action-btn.csc-direction-left ul,
body.cs-components .csc-fixed-action-btn.csc-direction-right ul,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-left ul,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

body.cs-components .csc-fixed-action-btn.csc-direction-left ul li,
body.cs-components .csc-fixed-action-btn.csc-direction-right ul li,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-left ul li,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

body.cs-components .csc-fixed-action-btn.csc-direction-right,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-right {
  padding: 0 15px 0 0;
}

body.cs-components .csc-fixed-action-btn.csc-direction-right ul,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

body.cs-components .csc-fixed-action-btn.csc-direction-right ul li,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-right ul li {
  margin: 7.5px 0 0 15px;
}

body.cs-components .csc-fixed-action-btn.csc-direction-bottom,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-bottom {
  padding: 0 0 15px 0;
}

body.cs-components .csc-fixed-action-btn.csc-direction-bottom ul,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

body.cs-components .csc-fixed-action-btn.csc-direction-bottom ul li,
body.cs-component__buttons .csc-fixed-action-btn.csc-direction-bottom ul li {
  margin: 15px 0 0 0;
}

body.cs-components .csc-fixed-action-btn.csc-toolbar,
body.cs-component__buttons .csc-fixed-action-btn.csc-toolbar {
  padding: 0;
  height: 56px;
}

body.cs-components .csc-fixed-action-btn.csc-toolbar.csc-active>a i,
body.cs-component__buttons .csc-fixed-action-btn.csc-toolbar.csc-active>a i {
  opacity: 0;
}

body.cs-components .csc-fixed-action-btn.csc-toolbar ul,
body.cs-component__buttons .csc-fixed-action-btn.csc-toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

body.cs-components .csc-fixed-action-btn.csc-toolbar ul li,
body.cs-component__buttons .csc-fixed-action-btn.csc-toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

body.cs-components .csc-fixed-action-btn.csc-toolbar ul li a,
body.cs-component__buttons .csc-fixed-action-btn.csc-toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

body.cs-components .csc-fixed-action-btn.csc-toolbar ul li a i,
body.cs-component__buttons .csc-fixed-action-btn.csc-toolbar ul li a i {
  line-height: inherit;
}

body.cs-components .csc-fixed-action-btn ul,
body.cs-component__buttons .csc-fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

body.cs-components .csc-fixed-action-btn ul li,
body.cs-component__buttons .csc-fixed-action-btn ul li {
  margin-bottom: 15px;
}

body.cs-components .csc-fixed-action-btn ul a.csc-btn--floating,
body.cs-component__buttons .csc-fixed-action-btn ul a.csc-btn--floating {
  opacity: 0;
}

body.cs-components .csc-fixed-action-btn .csc-fab-backdrop,
body.cs-component__buttons .csc-fixed-action-btn .csc-fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #673AB7;
  border-radius: 50%;
  transform: scale(0);
}

body.cs-components .csc-card,
body.cs-component__cards .csc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: 344px;
  min-height: 148px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

body.cs-components .csc-card__content,
body.cs-component__cards .csc-card__content {
  will-change: transform, opacity;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  position: relative;
  outline: none;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

body.cs-components .csc-card__content::before,
body.cs-component__cards .csc-card__content::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

body.cs-components .csc-card__content::after,
body.cs-components .csc-card__content::before,
body.cs-component__cards .csc-card__content::after,
body.cs-component__cards .csc-card__content::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background-color: #000;
  border-radius: 50%;
}

body.cs-components .csc-card__content:hover::before,
body.cs-component__cards .csc-card__content:hover::before {
  opacity: 0.04;
}

body.cs-components .csc-card__content:first-child,
body.cs-component__cards .csc-card__content:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

body.cs-components .csc-card__content:last-child,
body.cs-component__cards .csc-card__content:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

body.cs-components .csc-card__media,
body.cs-component__cards .csc-card__media {
  position: relative;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

body.cs-components .csc-card__media::before,
body.cs-component__cards .csc-card__media::before {
  content: "";
  display: block;
  margin-top: 56.25%;
}

body.cs-components .csc-card__media:first-child,
body.cs-component__cards .csc-card__media:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

body.cs-components .csc-card__primary,
body.cs-component__cards .csc-card__primary {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  padding: 16px 16px 8px;
}

body.cs-components .csc-card__primary__title,
body.cs-component__cards .csc-card__primary__title {
  margin: 0;
}

body.cs-components .csc-card__primary__subtitle,
body.cs-component__cards .csc-card__primary__subtitle {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
}

body.cs-components .csc-card__primary--with-avatar,
body.cs-component__cards .csc-card__primary--with-avatar {
  grid-template-columns: 40px 1fr;
}

body.cs-components .csc-card__primary__avatar,
body.cs-component__cards .csc-card__primary__avatar {
  width: 40px;
  height: 40px;
  margin: 8px 0 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

body.cs-components .csc-card__primary__avatar::before,
body.cs-component__cards .csc-card__primary__avatar::before {
  display: block;
  content: "";
  margin-top: 56.25%;
}

body.cs-components .csc-card__primary--with-thumbnail,
body.cs-component__cards .csc-card__primary--with-thumbnail {
  grid-template-columns: 1fr 80px;
}

body.cs-components .csc-card__primary__thumbnail,
body.cs-component__cards .csc-card__primary__thumbnail {
  width: 80px;
  height: 80px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

body.cs-components .csc-card__primary__thumbnail::before,
body.cs-component__cards .csc-card__primary__thumbnail::before {
  content: "";
  display: block;
  margin-top: 56.25%;
}

body.cs-components .csc-card__secondary,
body.cs-component__cards .csc-card__secondary {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.54);
}

body.cs-components .csc-card__actions,
body.cs-component__cards .csc-card__actions {
  display: flex;
  align-items: center;
  padding: 8px;
  min-height: 52px;
}

body.cs-components .csc-card__actions__buttons,
body.cs-components .csc-card__actions__icons,
body.cs-component__cards .csc-card__actions__buttons,
body.cs-component__cards .csc-card__actions__icons {
  display: flex;
  align-items: center;
}

body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn,
body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn,
body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn,
body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn,
body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn,
body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn--large,
body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--large,
body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--large,
body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn--small,
body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--small,
body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--small,
body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-components .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-components .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--outlined+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--outlined,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--large+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--outlined,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--small+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--outlined,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--tiny+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--outlined,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--outlined,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--outlined,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--outlined+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--large,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--large+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--large,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--small+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--large,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--tiny+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--large,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--large,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--large,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--outlined+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--small,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--large+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--small,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--small+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--small,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--tiny+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--small,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--small,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--small,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--outlined+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--tiny,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--large+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--tiny,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--small+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--tiny,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons body.cs-components .csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--outlined+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--outlined+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--large+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--large+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--small+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--small+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-components body.cs-component__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons body.cs-components .csc-btn--tiny+.csc-btn--tiny,
body.cs-components body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-components body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__cards .csc-card__actions__buttons body.cs-component__buttons .csc-btn--tiny+.csc-btn--tiny,
body.cs-component__buttons body.cs-component__cards .csc-card__actions__buttons .csc-btn--tiny+.csc-btn--tiny {
  margin-left: 8px;
}

body.cs-components .csc-card__actions__icons,
body.cs-component__cards .csc-card__actions__icons {
  flex-grow: 1;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.38);
}

body.cs-components .csc-card__actions__buttons+body.cs-components .csc-card__actions__icons,
body.cs-components .csc-card__actions__buttons+body.cs-component__cards .csc-card__actions__icons,
body.cs-component__cards .csc-card__actions__buttons+body.cs-components .csc-card__actions__icons,
body.cs-component__cards .csc-card__actions__buttons+body.cs-component__cards .csc-card__actions__icons {
  margin-left: 16px;
  margin-right: 0;
}

body.cs-components .csc-card--shaped,
body.cs-component__cards .csc-card--shaped {
  border-radius: 24px 8px;
}

body.cs-components .csc-card--flat,
body.cs-component__cards .csc-card--flat {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

body.cs-components .csc-card--no-width,
body.cs-component__cards .csc-card--no-width {
  max-width: 100%;
  width: 100%;
}

body.cs-components .csc-chip,
body.cs-component__chips .csc-chip {
  will-change: transform, opacity;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  height: 32px;
  outline: none;
  background-color: #e0e0e0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  text-decoration: inherit;
  text-transform: inherit;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
}

body.cs-components .csc-chip-set,
body.cs-component__chips .csc-chip-set {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
}

body.cs-components .csc-chip-set .csc-chip,
body.cs-component__chips .csc-chip-set .csc-chip {
  margin: 4px;
}

body.cs-components .csc-chip-set--choice .csc-chip.csc-chip--selected,
body.cs-component__chips .csc-chip-set--choice .csc-chip.csc-chip--selected {
  color: #673AB7;
  background-color: #FFFFFF;
}

body.cs-components .csc-chip-set--choice .csc-chip.csc-chip--selected .csc-chip__checkmark,
body.cs-component__chips .csc-chip-set--choice .csc-chip.csc-chip--selected .csc-chip__checkmark {
  margin: -4px 4px -4px -4px;
}

body.cs-components .csc-chip-set--choice .csc-chip.csc-chip--selected::after,
body.cs-components .csc-chip-set--choice .csc-chip.csc-chip--selected::before,
body.cs-component__chips .csc-chip-set--choice .csc-chip.csc-chip--selected::after,
body.cs-component__chips .csc-chip-set--choice .csc-chip.csc-chip--selected::before {
  opacity: 0.08;
  background-color: #673AB7;
}

body.cs-components .csc-chip-set--choice .csc-chip.csc-chip--selected:hover::before,
body.cs-component__chips .csc-chip-set--choice .csc-chip.csc-chip--selected:hover::before {
  opacity: 0.12;
}

body.cs-components .csc-chip__icon,
body.cs-component__chips .csc-chip__icon {
  vertical-align: middle;
  text-align: center;
  outline: none;
  border-radius: 50%;
}

body.cs-components .csc-chip__icon--leading,
body.cs-components .csc-chip__icon--trailing,
body.cs-component__chips .csc-chip__icon--leading,
body.cs-component__chips .csc-chip__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}

body.cs-components .csc-chip__icon--leading,
body.cs-component__chips .csc-chip__icon--leading {
  display: inline-block;
}

body.cs-components .csc-chip__icon--leading:not(.csc-chip__icon--leading-hidden),
body.cs-component__chips .csc-chip__icon--leading:not(.csc-chip__icon--leading-hidden) {
  margin: -4px 4px -4px -4px;
  min-width: 20px;
  height: 20px;
  font-size: 20px;
}

body.cs-components .csc-chip__icon--trailing,
body.cs-component__chips .csc-chip__icon--trailing {
  margin: 0 -4px 0 4px;
  width: 18px;
  height: 18px;
  font-size: 18px;
}

body.cs-components .csc-chip__icon--trailing:hover,
body.cs-component__chips .csc-chip__icon--trailing:hover {
  color: rgba(0, 0, 0, 0.62);
}

body.cs-components .csc-chip__icon--trailing:focus,
body.cs-component__chips .csc-chip__icon--trailing:focus {
  color: rgba(0, 0, 0, 0.87);
}

body.cs-components .csc-chip__checkmark,
body.cs-component__chips .csc-chip__checkmark {
  height: 20px;
}

body.cs-components .csc-chip__checkmark-path,
body.cs-component__chips .csc-chip__checkmark-path {
  transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke-width: 2px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}

body.cs-components .csc-chip__text,
body.cs-component__chips .csc-chip__text {
  white-space: nowrap;
}

body.cs-components .csc-chip::before,
body.cs-component__chips .csc-chip::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}

body.cs-components .csc-chip::after,
body.cs-components .csc-chip::before,
body.cs-component__chips .csc-chip::after,
body.cs-component__chips .csc-chip::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 50%;
}

body.cs-components .csc-chip:hover,
body.cs-component__chips .csc-chip:hover {
  color: rgba(0, 0, 0, 0.87);
}

body.cs-components .csc-chip:hover::before,
body.cs-component__chips .csc-chip:hover::before {
  opacity: 0.04;
}

body.cs-components .csc-chip--outlined,
body.cs-component__chips .csc-chip--outlined {
  border: 1px solid #e0e0e0;
  background-color: transparent;
}

body.cs-components .csc-chip--shaped,
body.cs-component__chips .csc-chip--shaped {
  border-radius: 4px;
}

body.cs-components .csc-chip--selected .csc-chip__checkmark-path,
body.cs-component__chips .csc-chip--selected .csc-chip__checkmark-path {
  stroke-dashoffset: 0;
}

body.cs-components .csc-collapsible,
body.cs-component__collapsible .csc-collapsible {
  border: 1px solid #ddd;
  border-bottom: none;
  margin: 0.5rem 0 1rem 0;
}

body.cs-components .csc-collapsible article .csc-collapsible__header,
body.cs-components .csc-collapsible dl .csc-collapsible__header,
body.cs-component__collapsible .csc-collapsible article .csc-collapsible__header,
body.cs-component__collapsible .csc-collapsible dl .csc-collapsible__header {
  display: flex;
  padding: 1rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

body.cs-components .csc-collapsible article .csc-collapsible__header:focus,
body.cs-components .csc-collapsible dl .csc-collapsible__header:focus,
body.cs-component__collapsible .csc-collapsible article .csc-collapsible__header:focus,
body.cs-component__collapsible .csc-collapsible dl .csc-collapsible__header:focus {
  outline: 0;
}

body.cs-components .csc-collapsible article .csc-collapsible__header i,
body.cs-components .csc-collapsible dl .csc-collapsible__header i,
body.cs-component__collapsible .csc-collapsible article .csc-collapsible__header i,
body.cs-component__collapsible .csc-collapsible dl .csc-collapsible__header i {
  display: inline-block;
  margin-right: 1rem;
  width: 2rem;
  font-size: 1.6rem;
  text-align: center;
  transition: transform 500ms ease-in-out;
}

body.cs-components .csc-collapsible article .csc-collapsible__body,
body.cs-components .csc-collapsible dl .csc-collapsible__body,
body.cs-component__collapsible .csc-collapsible article .csc-collapsible__body,
body.cs-component__collapsible .csc-collapsible dl .csc-collapsible__body {
  display: none;
  height: 0;
  padding: 2rem;
  border-bottom: 1px solid #ddd;
  opacity: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

body.cs-components .csc-collapsible article .csc-collapsible__body.show,
body.cs-components .csc-collapsible dl .csc-collapsible__body.show,
body.cs-component__collapsible .csc-collapsible article .csc-collapsible__body.show,
body.cs-component__collapsible .csc-collapsible dl .csc-collapsible__body.show {
  display: block;
  height: auto;
  opacity: 1;
}

body.cs-components .csc-collapsible article.open .csc-collapsible__header .fa-caret-right,
body.cs-components .csc-collapsible dl.open .csc-collapsible__header .fa-caret-right,
body.cs-component__collapsible .csc-collapsible article.open .csc-collapsible__header .fa-caret-right,
body.cs-component__collapsible .csc-collapsible dl.open .csc-collapsible__header .fa-caret-right {
  transform: rotate(90deg);
}

body.cs-components .csc-data-table,
body.cs-component__data-tables .csc-data-table {
  width: 100%;
}

body.cs-components .csc-data-table__search,
body.cs-component__data-tables .csc-data-table__search {
  display: flex;
  align-items: center;
}

body.cs-components .csc-data-table__search>label,
body.cs-component__data-tables .csc-data-table__search>label {
  margin-right: 16px;
}

body.cs-components .csc-data-table__search>input[type=text],
body.cs-component__data-tables .csc-data-table__search>input[type=text] {
  flex-grow: 1;
  padding: 0.5em 0;
  margin-right: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid transparent;
  transition: border 0.6s linear;
}

body.cs-components .csc-data-table__search>input[type=text]:focus,
body.cs-component__data-tables .csc-data-table__search>input[type=text]:focus {
  border-bottom-color: #9e9e9e;
}

body.cs-components .csc-data-table__search>.csc-btn,
body.cs-components .csc-data-table__search>.csc-btn--outlined,
body.cs-components body.cs-component__buttons .csc-data-table__search>.csc-btn--outlined,
body.cs-components .csc-data-table__search>.csc-btn--large,
body.cs-components body.cs-component__buttons .csc-data-table__search>.csc-btn--large,
body.cs-components .csc-data-table__search>.csc-btn--small,
body.cs-components body.cs-component__buttons .csc-data-table__search>.csc-btn--small,
body.cs-components .csc-data-table__search>.csc-btn--tiny,
body.cs-components body.cs-component__buttons .csc-data-table__search>.csc-btn--tiny,
body.cs-component__data-tables .csc-data-table__search>.csc-btn,
body.cs-components body.cs-component__data-tables .csc-data-table__search>.csc-btn--outlined,
body.cs-component__data-tables body.cs-component__buttons .csc-data-table__search>.csc-btn--outlined,
body.cs-component__buttons body.cs-component__data-tables .csc-data-table__search>.csc-btn--outlined,
body.cs-components body.cs-component__data-tables .csc-data-table__search>.csc-btn--large,
body.cs-component__data-tables body.cs-component__buttons .csc-data-table__search>.csc-btn--large,
body.cs-component__buttons body.cs-component__data-tables .csc-data-table__search>.csc-btn--large,
body.cs-components body.cs-component__data-tables .csc-data-table__search>.csc-btn--small,
body.cs-component__data-tables body.cs-component__buttons .csc-data-table__search>.csc-btn--small,
body.cs-component__buttons body.cs-component__data-tables .csc-data-table__search>.csc-btn--small,
body.cs-components body.cs-component__data-tables .csc-data-table__search>.csc-btn--tiny,
body.cs-component__data-tables body.cs-component__buttons .csc-data-table__search>.csc-btn--tiny,
body.cs-component__buttons body.cs-component__data-tables .csc-data-table__search>.csc-btn--tiny {
  margin-left: 5px;
}

body.cs-components .csc-data-table__header,
body.cs-components .csc-data-table__header--with-actions,
body.cs-component__data-tables .csc-data-table__header,
body.cs-component__data-tables .csc-data-table__header--with-actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  min-height: 64px;
  padding: 16px 16px 20px 16px;
}

body.cs-components .csc-data-table__header__title,
body.cs-component__data-tables .csc-data-table__header__title {
  display: flex;
  align-items: center;
}

body.cs-components .csc-data-table__header__title h6,
body.cs-component__data-tables .csc-data-table__header__title h6 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}

body.cs-components .csc-data-table__header--with-actions,
body.cs-component__data-tables .csc-data-table__header--with-actions {
  grid-template-columns: 1fr auto;
  padding: 4px 16px 8px 16px;
}

body.cs-components .csc-data-table__header__actions .csc-btn,
body.cs-components .csc-data-table__header__actions .csc-btn--outlined,
body.cs-components .csc-data-table__header__actions .csc-btn--large,
body.cs-components .csc-data-table__header__actions .csc-btn--small,
body.cs-components .csc-data-table__header__actions .csc-btn--tiny,
body.cs-components .csc-data-table__header__actions .csc-icon-btn,
body.cs-component__data-tables .csc-data-table__header__actions .csc-btn,
body.cs-component__data-tables .csc-data-table__header__actions body.cs-components .csc-btn--outlined,
body.cs-component__data-tables .csc-data-table__header__actions body.cs-component__buttons .csc-btn--outlined,
body.cs-component__buttons body.cs-component__data-tables .csc-data-table__header__actions .csc-btn--outlined,
body.cs-component__data-tables .csc-data-table__header__actions body.cs-components .csc-btn--large,
body.cs-component__data-tables .csc-data-table__header__actions body.cs-component__buttons .csc-btn--large,
body.cs-component__buttons body.cs-component__data-tables .csc-data-table__header__actions .csc-btn--large,
body.cs-component__data-tables .csc-data-table__header__actions body.cs-components .csc-btn--small,
body.cs-component__data-tables .csc-data-table__header__actions body.cs-component__buttons .csc-btn--small,
body.cs-component__buttons body.cs-component__data-tables .csc-data-table__header__actions .csc-btn--small,
body.cs-component__data-tables .csc-data-table__header__actions body.cs-components .csc-btn--tiny,
body.cs-component__data-tables .csc-data-table__header__actions body.cs-component__buttons .csc-btn--tiny,
body.cs-component__buttons body.cs-component__data-tables .csc-data-table__header__actions .csc-btn--tiny,
body.cs-component__data-tables .csc-data-table__header__actions .csc-icon-btn {
  position: relative;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.54);
}

body.cs-components .csc-data-table__table,
body.cs-component__data-tables .csc-data-table__table {
  margin-bottom: 16px;
  width: 100%;
  max-width: calc(100vw - 20px);
  overflow-x: auto;
}

body.cs-components .csc-data-table__table table,
body.cs-component__data-tables .csc-data-table__table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

body.cs-components .csc-data-table__table table .csc-table--right-content,
body.cs-component__data-tables .csc-data-table__table table .csc-table--right-content {
  text-align: right !important;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th {
  padding: 12px;
  min-height: 48px;
  vertical-align: inherit;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #e0e0e0;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title {
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 0;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title a,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title a {
  color: inherit;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title .direction-icon,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title .direction-icon {
  display: none;
  align-content: center;
  margin: 0 4px;
  font-size: 16px;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title:hover .direction-icon,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title:hover .direction-icon {
  display: inline-grid;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--active,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--active {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--active:hover.csc-table-header__title--desc .direction-icon,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--active:hover.csc-table-header__title--desc .direction-icon {
  transform: rotate(0deg);
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--active:hover .direction-icon,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--active:hover .direction-icon {
  transform: rotate(180deg);
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--active .direction-icon,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--active .direction-icon {
  display: inline-grid;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--desc .direction-icon,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th .csc-table-header__title--desc .direction-icon {
  transform: rotate(180deg);
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th:first-child,
body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th.first-child,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th:first-child,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th.first-child {
  text-align: left;
}

body.cs-components .csc-data-table__table table thead.csc-table-header>tr>th:last-child,
body.cs-component__data-tables .csc-data-table__table table thead.csc-table-header>tr>th:last-child {
  text-align: right;
}

body.cs-components .csc-data-table__table table tbody.csc-table-body>tr>th,
body.cs-components .csc-data-table__table table tbody.csc-table-body>tr>td,
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body>tr>th,
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body>tr>td {
  position: relative;
  padding: 12px;
  vertical-align: inherit;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #e0e0e0;
}

body.cs-components .csc-data-table__table table tbody.csc-table-body>tr>th,
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body>tr>th {
  text-align: left;
}

body.cs-components .csc-data-table__table table tbody.csc-table-body>tr>td a:not(.csc-btn),
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body>tr>td a:not(.csc-btn) {
  color: #039be5;
}

body.cs-components .csc-data-table__table table tbody.csc-table-body>tr>td:last-child,
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body>tr>td:last-child {
  text-align: right;
}

body.cs-components .csc-data-table__table table tbody.csc-table-body>tr:hover,
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body>tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

body.cs-components .csc-data-table__table table tbody.csc-table-body.csc-table-body--zebra tr:nth-child(even),
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body.csc-table-body--zebra tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

body.cs-components .csc-data-table__table table tbody.csc-table-body.csc-table-body--zebra tr:nth-child(even):hover,
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body.csc-table-body--zebra tr:nth-child(even):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

body.cs-components .csc-data-table__table table tbody.csc-table-body.csc-table-body--zebra td,
body.cs-component__data-tables .csc-data-table__table table tbody.csc-table-body.csc-table-body--zebra td {
  border-bottom: none;
}

body.cs-components .csc-data-table__footer,
body.cs-component__data-tables .csc-data-table__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px 16px 16px;
}

body.cs-components .csc-data-table__footer p,
body.cs-component__data-tables .csc-data-table__footer p {
  margin-top: 0;
  margin-bottom: 0;
}

body.cs-components .csc-data-table__footer--end,
body.cs-component__data-tables .csc-data-table__footer--end {
  margin-left: 24px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
}

body.cs-components .csc-data-table td#no-results,
body.cs-component__data-tables .csc-data-table td#no-results {
  text-align: center !important;
}

body.cs-components .blocker,
body.cs-component__dialogs .blocker {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.32);
  overflow: auto;
}

body.cs-components .blocker:before,
body.cs-component__dialogs .blocker:before {
  content: "";
  display: inline-block;
  margin-right: -0.05em;
  height: 100%;
  vertical-align: middle;
}

body.cs-components .blocker.behind,
body.cs-component__dialogs .blocker.behind {
  background-color: transparent;
}

body.cs-components .modal,
body.cs-component__dialogs .modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 24;
  min-width: 280px;
  max-width: 560px;
  width: 90%;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transform: scale(1);
}

body.cs-components .modal-spinner,
body.cs-component__dialogs .modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  height: 20px;
  border-radius: 5px;
  background-color: #111;
}

body.cs-components .modal-spinner>div,
body.cs-component__dialogs .modal-spinner>div {
  display: inline-block;
  margin: 0 1px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

body.cs-components .modal-spinner .rect2,
body.cs-component__dialogs .modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

body.cs-components .modal-spinner .rect3,
body.cs-component__dialogs .modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

body.cs-components .modal-spinner .rect4,
body.cs-component__dialogs .modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

body.cs-components .modal a.close-modal,
body.cs-component__dialogs .modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

body.cs-components .csc-modal__header,
body.cs-component__dialogs .csc-modal__header {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 24px 8px;
  min-height: 64px;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.0125em;
  text-decoration: inherit;
  text-transform: inherit;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid transparent;
}

body.cs-components .csc-modal__header::before,
body.cs-component__dialogs .csc-modal__header::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 40px;
  vertical-align: 0;
}

body.cs-components .csc-modal__content,
body.cs-component__dialogs .csc-modal__content {
  padding: 20px 24px 28px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body.cs-components .csc-modal__content> :first-child,
body.cs-component__dialogs .csc-modal__content> :first-child {
  margin-top: 0;
}

body.cs-components .csc-modal__content> :last-child,
body.cs-component__dialogs .csc-modal__content> :last-child {
  margin-bottom: 0;
}

body.cs-components .csc-modal__header+body.cs-components .csc-modal__content,
body.cs-components .csc-modal__header+body.cs-component__dialogs .csc-modal__content,
body.cs-component__dialogs .csc-modal__header+body.cs-components .csc-modal__content,
body.cs-component__dialogs .csc-modal__header+body.cs-component__dialogs .csc-modal__content {
  padding-top: 0px;
}

body.cs-components .csc-modal__actions,
body.cs-component__dialogs .csc-modal__actions {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 8px 8px 8px 24px;
  min-height: 52px;
  border-top: 1px solid transparent;
}

body.cs-components .csc-modal__actions>[class^=csc-btn]+[class^=csc-btn],
body.cs-component__dialogs .csc-modal__actions>[class^=csc-btn]+[class^=csc-btn] {
  margin-left: 8px;
}

body.cs-components .csc-modal__actions--long-buttons,
body.cs-component__dialogs .csc-modal__actions--long-buttons {
  flex-direction: row;
  flex-wrap: wrap;
}

body.cs-components .csc-modal__actions--long-buttons>[class^=csc-btn]+[class^=csc-btn],
body.cs-component__dialogs .csc-modal__actions--long-buttons>[class^=csc-btn]+[class^=csc-btn] {
  margin-top: 12px;
}

body.cs-components .csc-modal--dialog,
body.cs-component__dialogs .csc-modal--dialog {
  max-width: 280px;
}

body.cs-components .csc-modal--scrollable .csc-modal__header,
body.cs-component__dialogs .csc-modal--scrollable .csc-modal__header {
  border-color: rgba(0, 0, 0, 0.12);
}

body.cs-components .csc-modal--scrollable .csc-modal__content,
body.cs-component__dialogs .csc-modal--scrollable .csc-modal__content {
  padding-top: 8px;
  padding-bottom: 8px;
}

body.cs-components .csc-modal--scrollable .csc-modal__actions,
body.cs-component__dialogs .csc-modal--scrollable .csc-modal__actions {
  border-color: rgba(0, 0, 0, 0.12);
}

body.cs-components .csc-modal--flowable,
body.cs-component__dialogs .csc-modal--flowable {
  overflow: visible;
}

body.cs-components .csc-modal--flowable .csc-modal__content,
body.cs-component__dialogs .csc-modal--flowable .csc-modal__content {
  overflow: visible;
}

body.cs-components .csc-modal--ajax,
body.cs-component__dialogs .csc-modal--ajax {
  display: block;
  width: 100%;
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

body.cs-components .csc-divider--with-subheader,
body.cs-component__dividers .csc-divider--with-subheader {
  margin-bottom: calc(1em + 8px);
}

body.cs-components .csc-divider__subheader,
body.cs-component__dividers .csc-divider__subheader {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-top: 8px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.0071428571em;
  color: rgba(0, 0, 0, 0.54);
}

body.cs-components .csc-divider--inset,
body.cs-component__dividers .csc-divider--inset {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

body.cs-components .csc-divider--inset__subheader,
body.cs-component__dividers .csc-divider--inset__subheader {
  top: 1em;
}

body.cs-components .csc-divider--middle,
body.cs-component__dividers .csc-divider--middle {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  margin: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  *zoom: 1;
}

body.cs-components .csc-divider--middle__subheader,
body.cs-component__dividers .csc-divider--middle__subheader {
  top: 0;
}

body.cs-components .csc-form,
body.cs-component__form .csc-form {
  /* Style Placeholders */
  /* Style Fieldset */
  /* Style Form Actions */
  /* Style Form Details */
  /* Text inputs */
  /* Validation Sass Placeholders */
  /* Search Field */
  /* Textarea */
  /* Autocomplete */
  /* Character Counter */
  /* Checkboxes
  ========================================================================== */
  /* Remove default checkbox */
  /* Indeterminate checkbox */
  /* Radio Buttons
  ========================================================================== */
  /* Unchecked styles */
  /* Checked styles */
  /* Radio With gap */
  /* Focused styles */
  /* Disabled Radio With gap */
  /* Disabled style */
  /* Switch
  ========================================================================== */
}

body.cs-components .csc-form ::placeholder,
body.cs-component__form .csc-form ::placeholder {
  color: #d1d1d1;
}

body.cs-components .csc-form fieldset,
body.cs-component__form .csc-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

body.cs-components .csc-form fieldset legend,
body.cs-component__form .csc-form fieldset legend {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 12px;
  font-size: 1.25rem;
  font-weight: bolder;
  border-bottom: 1px dotted #bdbdbd;
}

body.cs-components .csc-form__actions,
body.cs-component__form .csc-form__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media screen and (min-width: 768px) {

  body.cs-components .csc-form__actions,
  body.cs-component__form .csc-form__actions {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

body.cs-components .csc-form__actions>div,
body.cs-component__form .csc-form__actions>div {
  text-align: center;
}

@media screen and (min-width: 768px) {

  body.cs-components .csc-form__actions>div,
  body.cs-component__form .csc-form__actions>div {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {

  body.cs-components .csc-form__actions>div:last-child,
  body.cs-component__form .csc-form__actions>div:last-child {
    text-align: right;
  }
}

body.cs-components .csc-form-details,
body.cs-component__form .csc-form-details {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  background-color: #eceff1;
  border-left: 1px solid #cfd8dc;
}

body.cs-components .csc-form input:not([type]),
body.cs-components .csc-form input[type=text]:not(.browser-default),
body.cs-components .csc-form input[type=password]:not(.browser-default),
body.cs-components .csc-form input[type=email]:not(.browser-default),
body.cs-components .csc-form input[type=url]:not(.browser-default),
body.cs-components .csc-form input[type=time]:not(.browser-default),
body.cs-components .csc-form input[type=date]:not(.browser-default),
body.cs-components .csc-form input[type=datetime]:not(.browser-default),
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default),
body.cs-components .csc-form input[type=tel]:not(.browser-default),
body.cs-components .csc-form input[type=number]:not(.browser-default),
body.cs-components .csc-form input[type=search]:not(.browser-default),
body.cs-components .csc-form textarea.csc-textarea,
body.cs-component__form .csc-form input:not([type]),
body.cs-component__form .csc-form input[type=text]:not(.browser-default),
body.cs-component__form .csc-form input[type=password]:not(.browser-default),
body.cs-component__form .csc-form input[type=email]:not(.browser-default),
body.cs-component__form .csc-form input[type=url]:not(.browser-default),
body.cs-component__form .csc-form input[type=time]:not(.browser-default),
body.cs-component__form .csc-form input[type=date]:not(.browser-default),
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default),
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default),
body.cs-component__form .csc-form input[type=tel]:not(.browser-default),
body.cs-component__form .csc-form input[type=number]:not(.browser-default),
body.cs-component__form .csc-form input[type=search]:not(.browser-default),
body.cs-component__form .csc-form textarea.csc-textarea {
  background-color: transparent;
  border: none;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  padding-left: 0.75em;
  box-shadow: none;
  transition: box-shadow 0.3s, border 0.3s;
}

body.cs-components .csc-form input:not([type]):disabled,
body.cs-components .csc-form input:not([type])[readonly=readonly],
body.cs-components .csc-form input[type=text]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=text]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=password]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=password]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=email]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=email]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=url]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=url]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=time]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=time]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=date]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=date]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=datetime]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=datetime]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=tel]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=tel]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=number]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=number]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form input[type=search]:not(.browser-default):disabled,
body.cs-components .csc-form input[type=search]:not(.browser-default)[readonly=readonly],
body.cs-components .csc-form textarea.csc-textarea:disabled,
body.cs-components .csc-form textarea.csc-textarea[readonly=readonly],
body.cs-component__form .csc-form input:not([type]):disabled,
body.cs-component__form .csc-form input:not([type])[readonly=readonly],
body.cs-component__form .csc-form input[type=text]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=text]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=password]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=password]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=email]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=email]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=url]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=url]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=time]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=time]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=date]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=date]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=number]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=number]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form input[type=search]:not(.browser-default):disabled,
body.cs-component__form .csc-form input[type=search]:not(.browser-default)[readonly=readonly],
body.cs-component__form .csc-form textarea.csc-textarea:disabled,
body.cs-component__form .csc-form textarea.csc-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form input:not([type]):disabled+label,
body.cs-components .csc-form input:not([type])[readonly=readonly]+label,
body.cs-components .csc-form input[type=text]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=text]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=password]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=password]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=email]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=email]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=url]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=url]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=time]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=time]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=date]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=date]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=datetime]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=tel]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=tel]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=number]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=number]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form input[type=search]:not(.browser-default):disabled+label,
body.cs-components .csc-form input[type=search]:not(.browser-default)[readonly=readonly]+label,
body.cs-components .csc-form textarea.csc-textarea:disabled+label,
body.cs-components .csc-form textarea.csc-textarea[readonly=readonly]+label,
body.cs-component__form .csc-form input:not([type]):disabled+label,
body.cs-component__form .csc-form input:not([type])[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=text]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=password]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=email]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=url]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=time]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=date]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=number]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):disabled+label,
body.cs-component__form .csc-form input[type=search]:not(.browser-default)[readonly=readonly]+label,
body.cs-component__form .csc-form textarea.csc-textarea:disabled+label,
body.cs-component__form .csc-form textarea.csc-textarea[readonly=readonly]+label {
  color: rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form input:not([type]):focus:not([readonly]),
body.cs-components .csc-form input[type=text]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=password]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=email]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=url]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=time]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=date]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=number]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form input[type=search]:not(.browser-default):focus:not([readonly]),
body.cs-components .csc-form textarea.csc-textarea:focus:not([readonly]),
body.cs-component__form .csc-form input:not([type]):focus:not([readonly]),
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus:not([readonly]),
body.cs-component__form .csc-form textarea.csc-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #9c27b0;
  box-shadow: 0 1px 0 0 #9c27b0;
}

body.cs-components .csc-form input:not([type]):focus:not([readonly])+label,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus:not([readonly])+label,
body.cs-components .csc-form textarea.csc-textarea:focus:not([readonly])+label,
body.cs-component__form .csc-form input:not([type]):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus:not([readonly])+label,
body.cs-component__form .csc-form textarea.csc-textarea:focus:not([readonly])+label {
  color: #9c27b0;
}

body.cs-components .csc-form input:not([type]).valid~.csc-helper-text,
body.cs-components .csc-form input:not([type]):focus.valid~.csc-helper-text,
body.cs-components .csc-form input:not([type]):focus.valid~label,
body.cs-components .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid~label,
body.cs-components .csc-form textarea.csc-textarea.valid~.csc-helper-text,
body.cs-components .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text,
body.cs-components .csc-form textarea.csc-textarea:focus.valid~label,
body.cs-component__form .csc-form input:not([type]).valid~.csc-helper-text,
body.cs-component__form .csc-form input:not([type]):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input:not([type]):focus.valid~label,
body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid~label,
body.cs-component__form .csc-form textarea.csc-textarea.valid~.csc-helper-text,
body.cs-component__form .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text,
body.cs-component__form .csc-form textarea.csc-textarea:focus.valid~label {
  color: #4CAF50;
}

body.cs-components .csc-form input:not([type]).invalid~.csc-helper-text,
body.cs-components .csc-form input:not([type]):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input:not([type]):focus.invalid~label,
body.cs-components .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid~label,
body.cs-components .csc-form textarea.csc-textarea.invalid~.csc-helper-text,
body.cs-components .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text,
body.cs-components .csc-form textarea.csc-textarea:focus.invalid~label,
body.cs-component__form .csc-form input:not([type]).invalid~.csc-helper-text,
body.cs-component__form .csc-form input:not([type]):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input:not([type]):focus.invalid~label,
body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid~label,
body.cs-component__form .csc-form textarea.csc-textarea.invalid~.csc-helper-text,
body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text,
body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid~label {
  color: #F44336;
}

body.cs-components .csc-form input:not([type]).validate+label,
body.cs-components .csc-form input[type=text]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=password]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=email]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=url]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=time]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=date]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=datetime]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=tel]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=number]:not(.browser-default).validate+label,
body.cs-components .csc-form input[type=search]:not(.browser-default).validate+label,
body.cs-components .csc-form textarea.csc-textarea.validate+label,
body.cs-component__form .csc-form input:not([type]).validate+label,
body.cs-component__form .csc-form input[type=text]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=password]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=email]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=url]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=time]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=date]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=number]:not(.browser-default).validate+label,
body.cs-component__form .csc-form input[type=search]:not(.browser-default).validate+label,
body.cs-component__form .csc-form textarea.csc-textarea.validate+label {
  width: 100%;
}

body.cs-components .csc-form input:not([type]).valid,
body.cs-components .csc-form input:not([type]):focus.valid,
body.cs-components .csc-form input[type=text]:not(.browser-default).valid,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=password]:not(.browser-default).valid,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=email]:not(.browser-default).valid,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=url]:not(.browser-default).valid,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=time]:not(.browser-default).valid,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=date]:not(.browser-default).valid,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=tel]:not(.browser-default).valid,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=number]:not(.browser-default).valid,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid,
body.cs-components .csc-form input[type=search]:not(.browser-default).valid,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid,
body.cs-components .csc-form textarea.csc-textarea.valid,
body.cs-components .csc-form textarea.csc-textarea:focus.valid,
body.cs-components body.cs-component__form .csc-form input:not([type]).valid,
body.cs-component__form body.cs-components .csc-form input:not([type]).valid,
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.valid,
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.valid,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.valid,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.valid,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.valid,
body.cs-component__form body.cs-components .csc-form input:not([type]).valid,
body.cs-components body.cs-component__form .csc-form input:not([type]).valid,
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.valid,
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).valid,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.valid,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.valid,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.valid,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.valid,
body.cs-component__form .csc-form input:not([type]).valid,
body.cs-component__form .csc-form input:not([type]):focus.valid,
body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid,
body.cs-component__form .csc-form textarea.csc-textarea.valid,
body.cs-component__form .csc-form textarea.csc-textarea:focus.valid {
  border-color: #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

body.cs-components .csc-form input:not([type]).invalid,
body.cs-components .csc-form input:not([type]):focus.invalid,
body.cs-components .csc-form input[type=text]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=password]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=email]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=url]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=time]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=date]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=number]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid,
body.cs-components .csc-form input[type=search]:not(.browser-default).invalid,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid,
body.cs-components .csc-form textarea.csc-textarea.invalid,
body.cs-components .csc-form textarea.csc-textarea:focus.invalid,
body.cs-components body.cs-component__form .csc-form input:not([type]).invalid,
body.cs-component__form body.cs-components .csc-form input:not([type]).invalid,
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.invalid,
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.invalid,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.invalid,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.invalid,
body.cs-component__form body.cs-components .csc-form input:not([type]).invalid,
body.cs-components body.cs-component__form .csc-form input:not([type]).invalid,
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.invalid,
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).invalid,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.invalid,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.invalid,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.invalid,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid,
body.cs-component__form .csc-form input:not([type]).invalid,
body.cs-component__form .csc-form input:not([type]):focus.invalid,
body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid,
body.cs-component__form .csc-form textarea.csc-textarea.invalid,
body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid {
  border-color: #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

body.cs-components .csc-form input:not([type]).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input:not([type]):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input:not([type]).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input:not([type]):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form textarea.csc-textarea.valid~.csc-helper-text[data-success],
body.cs-components .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text[data-success],
body.cs-components .csc-form textarea.csc-textarea.invalid~.csc-helper-text[data-error],
body.cs-components .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input:not([type]).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input:not([type]).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input:not([type]).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input:not([type]).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input:not([type]).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input:not([type]).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input:not([type]).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input:not([type]).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text[data-success],
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text[data-success],
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.invalid~.csc-helper-text[data-error],
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text[data-error],
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input:not([type]).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input:not([type]):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input:not([type]).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input:not([type]):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form textarea.csc-textarea.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text[data-success],
body.cs-component__form .csc-form textarea.csc-textarea.invalid~.csc-helper-text[data-error],
body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}

body.cs-components .csc-form input:not([type]).valid~.csc-helper-text:after,
body.cs-components .csc-form input:not([type]):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components .csc-form textarea.csc-textarea.valid~.csc-helper-text:after,
body.cs-components .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input:not([type]).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input:not([type]).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input:not([type]).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input:not([type]).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.valid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input:not([type]).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input:not([type]):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=text]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=password]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=email]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=url]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=time]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=date]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=number]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=search]:not(.browser-default).valid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.valid~.csc-helper-text:after,
body.cs-component__form .csc-form textarea.csc-textarea.valid~.csc-helper-text:after,
body.cs-component__form .csc-form textarea.csc-textarea:focus.valid~.csc-helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

body.cs-components .csc-form input:not([type]).invalid~.csc-helper-text:after,
body.cs-components .csc-form input:not([type]):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components .csc-form textarea.csc-textarea.invalid~.csc-helper-text:after,
body.cs-components .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input:not([type]).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input:not([type]).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input:not([type]).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input:not([type]).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input:not([type]):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input:not([type]):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea.invalid~.csc-helper-text:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input:not([type]).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input:not([type]):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=text]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=text]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=password]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=password]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=email]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=email]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=url]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=url]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=time]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=time]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=date]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=date]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=number]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=number]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=search]:not(.browser-default).invalid~.csc-helper-text:after,
body.cs-component__form .csc-form input[type=search]:not(.browser-default):focus.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form textarea.csc-textarea.invalid~.csc-helper-text:after,
body.cs-component__form .csc-form textarea.csc-textarea:focus.invalid~.csc-helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

body.cs-components .csc-form input:not([type])+label:after,
body.cs-components .csc-form input[type=text]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=password]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=email]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=url]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=time]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=date]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=datetime]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=datetime-local]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=tel]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=number]:not(.browser-default)+label:after,
body.cs-components .csc-form input[type=search]:not(.browser-default)+label:after,
body.cs-components .csc-form textarea.csc-textarea+label:after,
body.cs-components body.cs-component__form .csc-form input:not([type])+label:after,
body.cs-component__form body.cs-components .csc-form input:not([type])+label:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea+label:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea+label:after,
body.cs-component__form body.cs-components .csc-form input:not([type])+label:after,
body.cs-components body.cs-component__form .csc-form input:not([type])+label:after,
body.cs-component__form body.cs-components .csc-form input[type=text]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=text]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=password]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=password]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=email]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=email]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=url]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=url]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=time]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=time]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=date]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=date]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=datetime-local]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=tel]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=tel]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=number]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=number]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form input[type=search]:not(.browser-default)+label:after,
body.cs-components body.cs-component__form .csc-form input[type=search]:not(.browser-default)+label:after,
body.cs-component__form body.cs-components .csc-form textarea.csc-textarea+label:after,
body.cs-components body.cs-component__form .csc-form textarea.csc-textarea+label:after,
body.cs-component__form .csc-form input:not([type])+label:after,
body.cs-component__form .csc-form input[type=text]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=password]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=email]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=url]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=time]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=date]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=datetime]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=datetime-local]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=tel]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=number]:not(.browser-default)+label:after,
body.cs-component__form .csc-form input[type=search]:not(.browser-default)+label:after,
body.cs-component__form .csc-form textarea.csc-textarea+label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

body.cs-components .csc-form .csc-input-field,
body.cs-component__form .csc-form .csc-input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

body.cs-components .csc-form .csc-input-field .csc-hint,
body.cs-component__form .csc-form .csc-input-field .csc-hint {
  position: absolute;
  top: 14px;
  right: 20px;
  color: #2196F3;
  font-size: 20px;
}

body.cs-components .csc-form .csc-input-field.csc-ifta:focus-within label,
body.cs-component__form .csc-form .csc-input-field.csc-ifta:focus-within label {
  color: #03a9f4 !important;
}

body.cs-components .csc-form .csc-input-field.csc-ifta label,
body.cs-component__form .csc-form .csc-input-field.csc-ifta label {
  position: relative;
  z-index: 1;
  top: unset;
  left: unset !important;
  display: block;
  margin-bottom: -30px;
  padding: 0px 10px 0px 20px;
  color: var(--font-color);
  font-size: 0.8em;
  font-weight: 400;
  pointer-events: none;
  transform: none;
}

body.cs-components .csc-form .csc-input-field.csc-ifta label.active,
body.cs-component__form .csc-form .csc-input-field.csc-ifta label.active {
  transform: none !important;
  font-weight: 400 !important;
}

body.cs-components .csc-form .csc-input-field.csc-ifta input::placeholder,
body.cs-component__form .csc-form .csc-input-field.csc-ifta input::placeholder {
  color: #9e9e9e;
}

body.cs-components .csc-form .csc-input-field.csc-ifta input:focus::placeholder,
body.cs-component__form .csc-form .csc-input-field.csc-ifta input:focus::placeholder {
  color: transparent;
}

body.cs-components .csc-form .csc-input-field.csc-ifta .csc-ifta__field,
body.cs-component__form .csc-form .csc-input-field.csc-ifta .csc-ifta__field {
  width: 100%;
  height: unset;
  margin: 0 0 20px;
  padding: 35px 20px 15px;
  border: 0;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #ccc;
}

body.cs-components .csc-form .csc-input-field.csc-ifta .csc-ifta__field.valid,
body.cs-component__form .csc-form .csc-input-field.csc-ifta .csc-ifta__field.valid {
  border: none;
  box-shadow: inset 0 0 0 2px #4CAF50;
}

body.cs-components .csc-form .csc-input-field.csc-ifta .csc-ifta__field.invalid,
body.cs-component__form .csc-form .csc-input-field.csc-ifta .csc-ifta__field.invalid {
  border: none;
  box-shadow: inset 0 0 0 2px #F44336;
}

body.cs-components .csc-form .csc-input-field.csc-ifta .csc-ifta__field:focus,
body.cs-component__form .csc-form .csc-input-field.csc-ifta .csc-ifta__field:focus {
  outline: none;
  border: none !important;
  box-shadow: inset 0 0 0 2px #03a9f4 !important;
}

body.cs-components .csc-form .csc-input-field.csc-ifta .csc-helper-text,
body.cs-component__form .csc-form .csc-input-field.csc-ifta .csc-helper-text {
  margin-top: -18px;
  padding: 10px;
  width: 96.7%;
}

body.cs-components .csc-form .csc-input-field.csc-ifta .csc-helper-text.invalid,
body.cs-component__form .csc-form .csc-input-field.csc-ifta .csc-helper-text.invalid {
  color: #B71C1C;
  background-color: #FFEBEE;
}

body.cs-components .csc-form .csc-input-field.csc-inline,
body.cs-component__form .csc-form .csc-input-field.csc-inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

body.cs-components .csc-form .csc-input-field.csc-inline input,
body.cs-components .csc-form .csc-input-field.csc-inline .csc-select-dropdown,
body.cs-component__form .csc-form .csc-input-field.csc-inline input,
body.cs-component__form .csc-form .csc-input-field.csc-inline .csc-select-dropdown {
  margin-bottom: 1rem;
}

body.cs-components .csc-form .csc-input-field.csc-col label,
body.cs-component__form .csc-form .csc-input-field.csc-col label {
  left: 0.75rem;
}

body.cs-components .csc-form .csc-input-field.csc-col label:not(.csc-label-icon).active,
body.cs-component__form .csc-form .csc-input-field.csc-col label:not(.csc-label-icon).active {
  transform: translateY(-20px) translateX(-14px) scale(0.8);
}

body.cs-components .csc-form .csc-input-field.csc-col .csc-prefix~label,
body.cs-components .csc-form .csc-input-field.csc-col .csc-prefix~.csc-validate~label,
body.cs-component__form .csc-form .csc-input-field.csc-col .csc-prefix~label,
body.cs-component__form .csc-form .csc-input-field.csc-col .csc-prefix~.csc-validate~label {
  width: calc(100% - 3rem - 1.5rem);
}

body.cs-components .csc-form .csc-input-field>label,
body.cs-component__form .csc-form .csc-input-field>label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

body.cs-components .csc-form .csc-input-field>label:not(.csc-label-icon).active,
body.cs-component__form .csc-form .csc-input-field>label:not(.csc-label-icon).active {
  transform: translateY(-20px) scale(0.8);
  transform-origin: 0 0;
  font-weight: bolder;
}

body.cs-components .csc-form .csc-input-field>label.active span.label-hide,
body.cs-component__form .csc-form .csc-input-field>label.active span.label-hide {
  display: none;
}

body.cs-components .csc-form .csc-input-field>label.active.tooltipstered,
body.cs-components .csc-form .csc-input-field>label.active[data-tippy-content],
body.cs-component__form .csc-form .csc-input-field>label.active.tooltipstered,
body.cs-component__form .csc-form .csc-input-field>label.active[data-tippy-content] {
  cursor: help;
  border-bottom: 1px dotted #039be5;
}

body.cs-components .csc-form .csc-input-field>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label,
body.cs-components .csc-form .csc-input-field>input[type=date]:not(.browser-default)+label,
body.cs-components .csc-form .csc-input-field>input[type=time]:not(.browser-default)+label,
body.cs-component__form .csc-form .csc-input-field>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label,
body.cs-component__form .csc-form .csc-input-field>input[type=date]:not(.browser-default)+label,
body.cs-component__form .csc-form .csc-input-field>input[type=time]:not(.browser-default)+label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

body.cs-components .csc-form .csc-input-field .csc-helper-text,
body.cs-component__form .csc-form .csc-input-field .csc-helper-text {
  position: absolute;
  z-index: 250;
  margin-top: -7px;
  padding: 5px;
  width: 100%;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  background-color: navajowhite;
}

body.cs-components .csc-form .csc-input-field .csc-helper-text::after,
body.cs-component__form .csc-form .csc-input-field .csc-helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

body.cs-components .csc-form .csc-input-field .csc-prefix,
body.cs-component__form .csc-form .csc-input-field .csc-prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
}

body.cs-components .csc-form .csc-input-field .csc-prefix.csc-active,
body.cs-component__form .csc-form .csc-input-field .csc-prefix.csc-active {
  color: #9c27b0;
}

body.cs-components .csc-form .csc-input-field .csc-prefix~input,
body.cs-components .csc-form .csc-input-field .csc-prefix~textarea,
body.cs-components .csc-form .csc-input-field .csc-prefix~label,
body.cs-components .csc-form .csc-input-field .csc-prefix~.csc-validate~label,
body.cs-components .csc-form .csc-input-field .csc-prefix~.csc-helper-text,
body.cs-components .csc-form .csc-input-field .csc-prefix~.csc-autocomplete-content,
body.cs-component__form .csc-form .csc-input-field .csc-prefix~input,
body.cs-component__form .csc-form .csc-input-field .csc-prefix~textarea,
body.cs-component__form .csc-form .csc-input-field .csc-prefix~label,
body.cs-component__form .csc-form .csc-input-field .csc-prefix~.csc-validate~label,
body.cs-component__form .csc-form .csc-input-field .csc-prefix~.csc-helper-text,
body.cs-component__form .csc-form .csc-input-field .csc-prefix~.csc-autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

body.cs-components .csc-form .csc-input-field .csc-prefix~label,
body.cs-component__form .csc-form .csc-input-field .csc-prefix~label {
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {

  body.cs-components .csc-form .csc-input-field .csc-prefix~input,
  body.cs-component__form .csc-form .csc-input-field .csc-prefix~input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 991px) {

  body.cs-components .csc-form .csc-input-field .csc-prefix~input,
  body.cs-component__form .csc-form .csc-input-field .csc-prefix~input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

body.cs-components .csc-form .csc-input-field input[type=search],
body.cs-component__form .csc-form .csc-input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}

.csc-nav-wrapper body.cs-components .csc-form .csc-input-field input[type=search],
.csc-nav-wrapper body.cs-component__form .csc-form .csc-input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

body.cs-components .csc-form .csc-input-field input[type=search]:focus:not(.browser-default),
body.cs-component__form .csc-form .csc-input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

body.cs-components .csc-form .csc-input-field input[type=search]:focus:not(.browser-default)+label i,
body.cs-components .csc-form .csc-input-field input[type=search]:focus:not(.browser-default)~.mdi-navigation-close,
body.cs-components .csc-form .csc-input-field input[type=search]:focus:not(.browser-default)~.material-icons,
body.cs-component__form .csc-form .csc-input-field input[type=search]:focus:not(.browser-default)+label i,
body.cs-component__form .csc-form .csc-input-field input[type=search]:focus:not(.browser-default)~.mdi-navigation-close,
body.cs-component__form .csc-form .csc-input-field input[type=search]:focus:not(.browser-default)~.material-icons {
  color: #444;
}

body.cs-components .csc-form .csc-input-field input[type=search]+.csc-label-icon,
body.cs-component__form .csc-form .csc-input-field input[type=search]+.csc-label-icon {
  transform: none;
  left: 1rem;
}

body.cs-components .csc-form .csc-input-field input[type=search]~.mdi-navigation-close,
body.cs-components .csc-form .csc-input-field input[type=search]~.material-icons,
body.cs-component__form .csc-form .csc-input-field input[type=search]~.mdi-navigation-close,
body.cs-component__form .csc-form .csc-input-field input[type=search]~.material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}

body.cs-components .csc-form textarea,
body.cs-component__form .csc-form textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

body.cs-components .csc-form textarea.csc-textarea,
body.cs-component__form .csc-form textarea.csc-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding-top: 0.8rem;
  /* prevents text jump on Enter keypress */
  padding-bottom: 0.8rem;
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

body.cs-components .csc-form .csc-hiddendiv,
body.cs-component__form .csc-form .csc-hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

body.cs-components .csc-form .csc-autocomplete-content li .csc-highlight,
body.cs-component__form .csc-form .csc-autocomplete-content li .csc-highlight {
  color: #444;
}

body.cs-components .csc-form .csc-autocomplete-content li img,
body.cs-component__form .csc-form .csc-autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

body.cs-components .csc-form .csc-character-counter,
body.cs-component__form .csc-form .csc-character-counter {
  min-height: 18px;
}

body.cs-components .csc-form [type=checkbox]:not(:checked),
body.cs-components .csc-form [type=checkbox]:checked,
body.cs-component__form .csc-form [type=checkbox]:not(:checked),
body.cs-component__form .csc-form [type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.cs-components .csc-form [type=checkbox],
body.cs-component__form .csc-form [type=checkbox] {
  /* checkbox aspect */
}

body.cs-components .csc-form [type=checkbox]+span:not(.csc-lever),
body.cs-component__form .csc-form [type=checkbox]+span:not(.csc-lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}

body.cs-components .csc-form [type=checkbox]+span>i.material-icons,
body.cs-component__form .csc-form [type=checkbox]+span>i.material-icons {
  font-size: 1em;
}

body.cs-components .csc-form [type=checkbox]+span:not(.csc-lever):before,
body.cs-components .csc-form [type=checkbox]:not(.csc-filled-in)+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox]+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox]:not(.csc-filled-in)+span:not(.csc-lever):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.2s;
}

body.cs-components .csc-form [type=checkbox]:not(.csc-filled-in)+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox]:not(.csc-filled-in)+span:not(.csc-lever):after {
  border: 0;
  transform: scale(0);
}

body.cs-components .csc-form [type=checkbox]:not(:checked):disabled+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox]:not(:checked):disabled+span:not(.csc-lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form [type=checkbox].csc-tabbed:focus+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-tabbed:focus+span:not(.csc-lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

body.cs-components .csc-form [type=checkbox]:checked+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox]:checked+span:not(.csc-lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #9c27b0;
  border-bottom: 2px solid #9c27b0;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

body.cs-components .csc-form [type=checkbox]:checked:disabled+span:before,
body.cs-component__form .csc-form [type=checkbox]:checked:disabled+span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form [type=checkbox]:disabled,
body.cs-component__form .csc-form [type=checkbox]:disabled {
  cursor: default;
}

body.cs-components .csc-form [type=checkbox]:disabled+span,
body.cs-component__form .csc-form [type=checkbox]:disabled+span {
  cursor: default;
}

body.cs-components .csc-form [type=checkbox]:indeterminate+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox]:indeterminate+span:not(.csc-lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #9c27b0;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

body.cs-components .csc-form [type=checkbox]:indeterminate:disabled+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox]:indeterminate:disabled+span:not(.csc-lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in+span:not(.csc-lever):after {
  border-radius: 2px;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in+span:not(.csc-lever):before,
body.cs-components .csc-form [type=checkbox].csc-filled-in+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in+span:not(.csc-lever):after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in:not(:checked)+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in:not(:checked)+span:not(.csc-lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in:not(:checked)+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in:not(:checked)+span:not(.csc-lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in:checked+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in:checked+span:not(.csc-lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in:checked+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in:checked+span:not(.csc-lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #d13f2d;
  background-color: #d13f2d;
  z-index: 0;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in.tabbed:focus+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in.tabbed:focus+span:not(.csc-lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

body.cs-components .csc-form [type=checkbox].csc-filled-in.tabbed:checked:focus+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in.tabbed:checked:focus+span:not(.csc-lever):after {
  border-radius: 2px;
  background-color: #d13f2d;
  border-color: #d13f2d;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in:disabled:not(:checked)+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in:disabled:not(:checked)+span:not(.csc-lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in:disabled:not(:checked)+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in:disabled:not(:checked)+span:not(.csc-lever):after {
  border-color: transparent;
  background-color: #949494;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in:disabled:checked+span:not(.csc-lever):before,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in:disabled:checked+span:not(.csc-lever):before {
  background-color: transparent;
}

body.cs-components .csc-form [type=checkbox].csc-filled-in:disabled:checked+span:not(.csc-lever):after,
body.cs-component__form .csc-form [type=checkbox].csc-filled-in:disabled:checked+span:not(.csc-lever):after {
  background-color: #949494;
  border-color: #949494;
}

body.cs-components .csc-form [type=radio]:not(:checked),
body.cs-components .csc-form [type=radio]:checked,
body.cs-component__form .csc-form [type=radio]:not(:checked),
body.cs-component__form .csc-form [type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.cs-components .csc-form [type=radio]:not(:checked)+span,
body.cs-components .csc-form [type=radio]:checked+span,
body.cs-component__form .csc-form [type=radio]:not(:checked)+span,
body.cs-component__form .csc-form [type=radio]:checked+span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  user-select: none;
}

body.cs-components .csc-form [type=radio]+span:before,
body.cs-components .csc-form [type=radio]+span:after,
body.cs-component__form .csc-form [type=radio]+span:before,
body.cs-component__form .csc-form [type=radio]+span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

body.cs-components .csc-form [type=radio]:not(:checked)+span:before,
body.cs-components .csc-form [type=radio]:not(:checked)+span:after,
body.cs-components .csc-form [type=radio]:checked+span:before,
body.cs-components .csc-form [type=radio]:checked+span:after,
body.cs-components .csc-form [type=radio].with-gap:checked+span:before,
body.cs-components .csc-form [type=radio].with-gap:checked+span:after,
body.cs-component__form .csc-form [type=radio]:not(:checked)+span:before,
body.cs-component__form .csc-form [type=radio]:not(:checked)+span:after,
body.cs-component__form .csc-form [type=radio]:checked+span:before,
body.cs-component__form .csc-form [type=radio]:checked+span:after,
body.cs-component__form .csc-form [type=radio].with-gap:checked+span:before,
body.cs-component__form .csc-form [type=radio].with-gap:checked+span:after {
  border-radius: 50%;
}

body.cs-components .csc-form [type=radio]:not(:checked)+span:before,
body.cs-components .csc-form [type=radio]:not(:checked)+span:after,
body.cs-component__form .csc-form [type=radio]:not(:checked)+span:before,
body.cs-component__form .csc-form [type=radio]:not(:checked)+span:after {
  border: 2px solid #5a5a5a;
}

body.cs-components .csc-form [type=radio]:not(:checked)+span:after,
body.cs-component__form .csc-form [type=radio]:not(:checked)+span:after {
  transform: scale(0);
}

body.cs-components .csc-form [type=radio]:checked+span:before,
body.cs-component__form .csc-form [type=radio]:checked+span:before {
  border: 2px solid transparent;
}

body.cs-components .csc-form [type=radio]:checked+span:after,
body.cs-components .csc-form [type=radio].with-gap:checked+span:before,
body.cs-components .csc-form [type=radio].with-gap:checked+span:after,
body.cs-component__form .csc-form [type=radio]:checked+span:after,
body.cs-component__form .csc-form [type=radio].with-gap:checked+span:before,
body.cs-component__form .csc-form [type=radio].with-gap:checked+span:after {
  border: 2px solid #9c27b0;
}

body.cs-components .csc-form [type=radio]:checked+span:after,
body.cs-components .csc-form [type=radio].with-gap:checked+span:after,
body.cs-component__form .csc-form [type=radio]:checked+span:after,
body.cs-component__form .csc-form [type=radio].with-gap:checked+span:after {
  background-color: #9c27b0;
}

body.cs-components .csc-form [type=radio]:checked+span:after,
body.cs-component__form .csc-form [type=radio]:checked+span:after {
  transform: scale(1.02);
}

body.cs-components .csc-form [type=radio].csc-with-gap:checked+span:after,
body.cs-component__form .csc-form [type=radio].csc-with-gap:checked+span:after {
  transform: scale(0.5);
}

body.cs-components .csc-form [type=radio].tabbed:focus+span:before,
body.cs-component__form .csc-form [type=radio].tabbed:focus+span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

body.cs-components .csc-form [type=radio].csc-with-gap:disabled:checked+span:before,
body.cs-component__form .csc-form [type=radio].csc-with-gap:disabled:checked+span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form [type=radio].csc-with-gap:disabled:checked+span:after,
body.cs-component__form .csc-form [type=radio].csc-with-gap:disabled:checked+span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form [type=radio]:disabled:not(:checked)+span:before,
body.cs-components .csc-form [type=radio]:disabled:checked+span:before,
body.cs-component__form .csc-form [type=radio]:disabled:not(:checked)+span:before,
body.cs-component__form .csc-form [type=radio]:disabled:checked+span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form [type=radio]:disabled+span,
body.cs-component__form .csc-form [type=radio]:disabled+span {
  color: rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form [type=radio]:disabled:not(:checked)+span:before,
body.cs-component__form .csc-form [type=radio]:disabled:not(:checked)+span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

body.cs-components .csc-form [type=radio]:disabled:checked+span:after,
body.cs-component__form .csc-form [type=radio]:disabled:checked+span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

body.cs-components .csc-form .csc-switch,
body.cs-components .csc-form .csc-switch *,
body.cs-component__form .csc-form .csc-switch,
body.cs-component__form .csc-form .csc-switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

body.cs-components .csc-form .csc-switch label,
body.cs-component__form .csc-form .csc-switch label {
  color: #9e9e9e;
  font-size: 0.8rem;
  cursor: pointer;
}

body.cs-components .csc-form .csc-switch label input[type=checkbox],
body.cs-component__form .csc-form .csc-switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

body.cs-components .csc-form .csc-switch label input[type=checkbox]:checked+.csc-lever,
body.cs-component__form .csc-form .csc-switch label input[type=checkbox]:checked+.csc-lever {
  background-color: #c28bcc;
}

body.cs-components .csc-form .csc-switch label input[type=checkbox]:checked+.csc-lever:before,
body.cs-components .csc-form .csc-switch label input[type=checkbox]:checked+.csc-lever:after,
body.cs-component__form .csc-form .csc-switch label input[type=checkbox]:checked+.csc-lever:before,
body.cs-component__form .csc-form .csc-switch label input[type=checkbox]:checked+.csc-lever:after {
  left: 18px;
}

body.cs-components .csc-form .csc-switch label input[type=checkbox]:checked+.csc-lever:after,
body.cs-component__form .csc-form .csc-switch label input[type=checkbox]:checked+.csc-lever:after {
  background-color: #9c27b0;
}

body.cs-components .csc-form .csc-switch label .csc-lever,
body.cs-component__form .csc-form .csc-switch label .csc-lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

body.cs-components .csc-form .csc-switch label .csc-lever:before,
body.cs-components .csc-form .csc-switch label .csc-lever:after,
body.cs-component__form .csc-form .csc-switch label .csc-lever:before,
body.cs-component__form .csc-form .csc-switch label .csc-lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}

body.cs-components .csc-form .csc-switch label .csc-lever:before,
body.cs-component__form .csc-form .csc-switch label .csc-lever:before {
  background-color: rgba(156, 39, 176, 0.15);
}

body.cs-components .csc-form .csc-switch label .csc-lever:after,
body.cs-component__form .csc-form .csc-switch label .csc-lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

body.cs-components .csc-form input[type=checkbox]:checked:not(:disabled)~.csc-lever:active::before,
body.cs-components .csc-form input[type=checkbox]:checked:not(:disabled).csc-switch--tabbed:focus~.csc-lever::before,
body.cs-component__form .csc-form input[type=checkbox]:checked:not(:disabled)~.csc-lever:active::before,
body.cs-component__form .csc-form input[type=checkbox]:checked:not(:disabled).csc-switch--tabbed:focus~.csc-lever::before {
  transform: scale(2.4);
  background-color: rgba(156, 39, 176, 0.15);
}

body.cs-components .csc-form input[type=checkbox]:not(:disabled)~.csc-lever:active:before,
body.cs-components .csc-form input[type=checkbox]:not(:disabled).csc-switch--tabbed:focus~.csc-lever::before,
body.cs-component__form .csc-form input[type=checkbox]:not(:disabled)~.csc-lever:active:before,
body.cs-component__form .csc-form input[type=checkbox]:not(:disabled).csc-switch--tabbed:focus~.csc-lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

body.cs-components .csc-form .csc-switch input[type=checkbox][disabled]+.csc-lever,
body.cs-component__form .csc-form .csc-switch input[type=checkbox][disabled]+.csc-lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

body.cs-components .csc-form .csc-switch label input[type=checkbox][disabled]+.csc-lever:after,
body.cs-components .csc-form .csc-switch label input[type=checkbox][disabled]:checked+.csc-lever:after,
body.cs-component__form .csc-form .csc-switch label input[type=checkbox][disabled]+.csc-lever:after,
body.cs-component__form .csc-form .csc-switch label input[type=checkbox][disabled]:checked+.csc-lever:after {
  background-color: #949494;
}

body.cs-components .csc-reponsive-image,
body.cs-components .csc-reponsive-video,
body.cs-component__images .csc-reponsive-image,
body.cs-component__images .csc-reponsive-video {
  max-width: 100%;
  height: auto;
}

body.cs-components .csc-video-container,
body.cs-component__images .csc-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

body.cs-components .csc-video-container iframe,
body.cs-components .csc-video-container object,
body.cs-components .csc-video-container embed,
body.cs-component__images .csc-video-container iframe,
body.cs-component__images .csc-video-container object,
body.cs-component__images .csc-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.cs-components figure,
body.cs-component__images figure {
  position: relative;
}

body.cs-components figure img,
body.cs-component__images figure img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

body.cs-components figure.image--right,
body.cs-components figure.image--left,
body.cs-component__images figure.image--right,
body.cs-component__images figure.image--left {
  margin: 8px 8px 30px;
}

@media screen and (max-width: 767px) {

  body.cs-components figure.image--right,
  body.cs-components figure.image--left,
  body.cs-component__images figure.image--right,
  body.cs-component__images figure.image--left {
    display: block;
    text-align: center;
  }
}

body.cs-components figure.image--right img,
body.cs-components figure.image--left img,
body.cs-component__images figure.image--right img,
body.cs-component__images figure.image--left img {
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 5px 2px #888888;
}

body.cs-components figure.image--right::after,
body.cs-components figure.image--left::after,
body.cs-component__images figure.image--right::after,
body.cs-component__images figure.image--left::after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 576px) {

  body.cs-components figure.image--right,
  body.cs-component__images figure.image--right {
    float: right;
    margin: 8px;
    margin-left: 20px !important;
  }

  body.cs-components figure.image--left,
  body.cs-component__images figure.image--left {
    float: left;
    margin: 8px;
    margin-right: 20px !important;
  }
}

body.cs-components figure.image--center,
body.cs-component__images figure.image--center {
  display: block;
  text-align: center;
}

body.cs-components figure.image--no--border,
body.cs-components figure.image--no--border img,
body.cs-component__images figure.image--no--border,
body.cs-component__images figure.image--no--border img {
  border: none;
  box-shadow: none;
}

body.cs-components figure figcaption,
body.cs-component__images figure figcaption {
  position: absolute;
  bottom: -25px;
  width: 96%;
  font-size: 0.8em;
  text-align: center;
  background: #f5f5f5;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding: 4px 0;
}

body.cs-components .csc-loader,
body.cs-component__loader .csc-loader {
  display: flex;
  font-size: 2em;
}

body.cs-components .csc-loader .text,
body.cs-component__loader .csc-loader .text {
  color: white;
}

body.cs-components .csc-loader--dots,
body.cs-component__loader .csc-loader--dots {
  display: flex;
  position: relative;
  top: 20px;
  left: -10px;
  width: 100px;
  animation: cscl-dots 4s ease infinite 1s;
}

body.cs-components .csc-loader--dots div,
body.cs-component__loader .csc-loader--dots div {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: white;
}

body.cs-components .csc-loader--dots div:nth-child(1),
body.cs-component__loader .csc-loader--dots div:nth-child(1) {
  width: 0px;
  height: 0px;
  margin: 5px;
  margin-right: 15px;
  animation: cscl-show-dot 4s ease-out infinite 1s;
}

body.cs-components .csc-loader--dots div:nth-child(4),
body.cs-component__loader .csc-loader--dots div:nth-child(4) {
  background-color: transparent;
  animation: cscl-dot-fall-left 4s linear infinite 1s;
}

body.cs-components .csc-loader--dots div:nth-child(4):before,
body.cs-component__loader .csc-loader--dots div:nth-child(4):before {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: white;
  content: "";
  animation: cscl-dot-fall-top 4s cubic-bezier(0.46, 0.02, 0.94, 0.54) infinite 1s;
}

body.cs-components .csc-loader--full-page,
body.cs-component__loader .csc-loader--full-page {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #da4230;
  background-image: linear-gradient(to bottom right, #d13f2d, #da4230, #8e44ad);
  overflow: hidden;
  z-index: 1030;
  cursor: pointer;
}

@keyframes cscl-dots {
  0% {
    left: -10px;
  }

  20%,
  100% {
    left: 10px;
  }
}

@keyframes cscl-show-dot {

  0%,
  20% {
    width: 0px;
    height: 0px;
    margin: 5px;
    margin-right: 15px;
  }

  30%,
  100% {
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-right: 10px;
  }
}

@keyframes cscl-dot-fall-left {

  0%,
  5% {
    left: 0px;
  }

  100% {
    left: 200px;
  }
}

@keyframes cscl-dot-fall-top {

  0%,
  5% {
    top: 0px;
  }

  30%,
  100% {
    top: 50vh;
  }
}

body.cs-components #csc-notif__modal__content,
body.cs-component__notifications #csc-notif__modal__content {
  padding: 20px 10px 28px;
}

body.cs-components #csc-notif__modal__grid,
body.cs-component__notifications #csc-notif__modal__grid {
  display: grid;
  gap: 16px;
}

body.cs-components .csc-notif--new,
body.cs-component__notifications .csc-notif--new {
  color: #ff5722 !important;
  border-bottom-color: #ff5722 !important;
}

body.cs-components .csc-notif__item,
body.cs-component__notifications .csc-notif__item {
  padding: 14px;
}

body.cs-components .csc-notif__item:hover,
body.cs-component__notifications .csc-notif__item:hover {
  background-color: #eeeeee;
}

body.cs-components .csc-notif__item:hover .csc-notif__content,
body.cs-component__notifications .csc-notif__item:hover .csc-notif__content {
  color: #212121;
  font-weight: bold;
}

body.cs-components .csc-notif__link,
body.cs-component__notifications .csc-notif__link {
  display: block;
  color: #1d2d35;
}

body.cs-components .csc-notif__link p,
body.cs-component__notifications .csc-notif__link p {
  margin: 0;
}

body.cs-components .csc-notif__content,
body.cs-component__notifications .csc-notif__content {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

body.cs-components .csc-notif__status,
body.cs-component__notifications .csc-notif__status {
  font-size: 14px;
  color: #2196F3;
}

body.cs-components .csc-notif__timestamp,
body.cs-component__notifications .csc-notif__timestamp {
  font-size: 13px;
  color: #455a64;
}

body.cs-components .cs-pagination,
body.cs-component__pagination .cs-pagination {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {

  body.cs-components .cs-pagination,
  body.cs-component__pagination .cs-pagination {
    display: inline;
    padding: 0;
  }
}

body.cs-components .cs-pagination ul,
body.cs-component__pagination .cs-pagination ul {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  grid-column: span 2;
}

@media screen and (min-width: 768px) {

  body.cs-components .cs-pagination ul,
  body.cs-component__pagination .cs-pagination ul {
    margin-left: 2em;
  }
}

body.cs-components .cs-pagination ul>li,
body.cs-component__pagination .cs-pagination ul>li {
  display: inline-flex;
  padding: 0 0.15em;
  height: 1.5em;
  list-style-type: none;
  text-align: center;
  border-radius: 2px;
}

body.cs-components .cs-pagination ul>li>a,
body.cs-component__pagination .cs-pagination ul>li>a {
  padding: 0 0.5em;
  color: inherit;
}

body.cs-components .cs-pagination ul>li:hover>a,
body.cs-component__pagination .cs-pagination ul>li:hover>a {
  border-bottom: 1px solid #039be5;
}

@media screen and (min-width: 768px) {

  body.cs-components .cs-pagitem--items,
  body.cs-components .cs-pagitem--info,
  body.cs-components .cs-pagitem--info+li,
  body.cs-component__pagination .cs-pagitem--items,
  body.cs-component__pagination .cs-pagitem--info,
  body.cs-component__pagination .cs-pagitem--info+li {
    margin-left: 2em !important;
  }
}

body.cs-components .cs-pagitems,
body.cs-component__pagination .cs-pagitems {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0.5em;
  border: 0;
  border-bottom: 1px solid #1d2d35;
  outline: 0;
  font-weight: bold;
  cursor: pointer;
}

body.cs-components .cs-pagitems>option,
body.cs-component__pagination .cs-pagitems>option {
  font-weight: normal;
}

body.cs-components .cs-pagitem--active>a,
body.cs-component__pagination .cs-pagitem--active>a {
  cursor: default;
  color: #039be5 !important;
  font-weight: bold;
  border-bottom: none !important;
}

body.cs-components .cs-pagitem--disabled,
body.cs-component__pagination .cs-pagitem--disabled {
  color: rgba(0, 0, 0, 0.12);
}

body.cs-components .cs-pagitem--disabled>a,
body.cs-component__pagination .cs-pagitem--disabled>a {
  cursor: default;
  border-bottom: none !important;
}

body.cs-components .csc-tabs,
body.cs-component__tabs .csc-tabs {
  border-bottom: 1px solid #e0e0e0;
}

body.cs-components .csc-tabs>ol,
body.cs-component__tabs .csc-tabs>ol {
  margin: 0;
  padding: 0;
  font-size: 0px;
  text-indent: 0;
  list-style-type: none;
}

body.cs-components .csc-tabs>ol>li,
body.cs-component__tabs .csc-tabs>ol>li {
  list-style: none;
  display: block;
  height: 48px;
  font-size: 1rem;
  line-height: 48px;
}

@media only screen and (min-width : 768px) {

  body.cs-components .csc-tabs>ol>li,
  body.cs-component__tabs .csc-tabs>ol>li {
    display: inline-flex;
  }
}

body.cs-components .csc-tabs>ol>li button,
body.cs-component__tabs .csc-tabs>ol>li button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

body.cs-components .csc-tabs>ol>li .csc-tab,
body.cs-component__tabs .csc-tabs>ol>li .csc-tab {
  display: block;
  padding: 0px 24px;
  width: 100%;
  height: 100%;
  color: inherit;
  border-bottom: 2px solid #9e9e9e;
}

@media only screen and (min-width : 768px) {

  body.cs-components .csc-tabs>ol>li .csc-tab,
  body.cs-component__tabs .csc-tabs>ol>li .csc-tab {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-bottom-color: transparent;
  }
}

body.cs-components .csc-tabs>ol>li .csc-tab:hover,
body.cs-component__tabs .csc-tabs>ol>li .csc-tab:hover {
  background-color: #f5f5f5;
  border-bottom-color: #bdbdbd;
}

body.cs-components .csc-tabs>ol>li .csc-tab--active,
body.cs-component__tabs .csc-tabs>ol>li .csc-tab--active {
  background-color: white !important;
  border-bottom-color: #039be5;
}

body.cs-components .csc-tabs>ol>li .csc-tab--active:hover,
body.cs-component__tabs .csc-tabs>ol>li .csc-tab--active:hover {
  border-bottom-color: #039be5;
}

body.cs-components .csc-tabs>ol>li .csc-tab--disabled,
body.cs-component__tabs .csc-tabs>ol>li .csc-tab--disabled {
  color: #9e9e9e;
  cursor: default;
}

body.cs-components .csc-tabs>ol>li .csc-tab--disabled:hover,
body.cs-component__tabs .csc-tabs>ol>li .csc-tab--disabled:hover {
  background-color: #e0e0e0;
  border-bottom-color: transparent;
}

body.cs-components .csc-tabs>ol>li .csc-tab [class^=fa],
body.cs-component__tabs .csc-tabs>ol>li .csc-tab [class^=fa] {
  margin-right: 8px;
}

body.cs-components .csc-tab__content,
body.cs-component__tabs .csc-tab__content {
  display: none;
  animation: fadeEffect 1s;
}

body.cs-components .csc-tab__content__header,
body.cs-component__tabs .csc-tab__content__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media screen and (min-width: 768px) {

  body.cs-components .csc-tab__content__header,
  body.cs-component__tabs .csc-tab__content__header {
    grid-template-columns: 1fr auto;
  }
}

/* Tippy Themes ~ https://atomiks.github.io/tippyjs/v6/themes/ */
.tippy-box {
  border-radius: 5px;
  border: none;
  background: #233344;
  color: #fff;
}

.tippy-content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* Toastify ~ https://apvarun.github.io/toastify-js/ */
.toastify-primary {
  background: linear-gradient(to right, #0d47a1, #42a5f5);
}

.toastify-secondary {
  background: linear-gradient(to right, #212121, #bdbdbd);
}

.toastify-success {
  background: linear-gradient(to right, #00b09b, #96c93d);
}

.toastify-warning {
  background: linear-gradient(to right, #ff6f00, #ffa000);
}

.toastify-danger {
  background: linear-gradient(to right, #c40c05, #dd1458);
}

.toastify-info {
  background: linear-gradient(to right, #01579b, #0091ea);
}

.toastify-light {
  color: #212121;
  background: linear-gradient(to right, #757575, #f5f5f5);
}

.toastify-dark {
  background: linear-gradient(to right, #212121, #616161);
}

/* Tooltipster Styling ~ http://iamceege.github.io/tooltipster/#styling */
.tooltipster-default {
  border-radius: 5px;
  border: none;
  background: #233344;
  color: #fff;
}

.tooltipster-default .tooltipster-content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

/*!
 * Chosen Extended
 * https://harvesthq.github.io/chosen/ */
body.cs-components div.chosen-container.chosen-container-single a.chosen-single,
body.cs-component__chosen div.chosen-container.chosen-container-single a.chosen-single {
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3rem;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  background: none;
  background-color: transparent;
  font-size: 16px;
  box-shadow: none;
  transition: box-shadow 0.3s, border 0.3s;
}

body.cs-components div.chosen-container.chosen-container-single a.chosen-single span,
body.cs-component__chosen div.chosen-container.chosen-container-single a.chosen-single span {
  margin-right: 0;
  margin-left: 0.75rem;
}

body.cs-components div.chosen-container.chosen-container-single a.chosen-single div,
body.cs-component__chosen div.chosen-container.chosen-container-single a.chosen-single div {
  position: static;
  width: auto;
  height: auto;
}

body.cs-components div.chosen-container.chosen-container-single a.chosen-single div b,
body.cs-component__chosen div.chosen-container.chosen-container-single a.chosen-single div b {
  height: 20px;
  background-position-x: 4px;
}

body.cs-components div.chosen-container.chosen-container-single div.chosen-drop,
body.cs-component__chosen div.chosen-container.chosen-container-single div.chosen-drop {
  margin-top: -45px;
  border-radius: none;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

body.cs-components div.chosen-container.chosen-container-single div.chosen-drop div.chosen-search input.chosen-search-input,
body.cs-component__chosen div.chosen-container.chosen-container-single div.chosen-drop div.chosen-search input.chosen-search-input {
  position: relative;
  background: url("/img/cornerstone/search.png") no-repeat 100% 50%;
  background-size: 25px 25px;
}

body.cs-components div.chosen-container.chosen-container-single-nosearch div.chosen-drop,
body.cs-component__chosen div.chosen-container.chosen-container-single-nosearch div.chosen-drop {
  margin-top: -2px;
}

body.cs-components div.chosen-container.chosen-container-single-nosearch div.chosen-drop div.chosen-search,
body.cs-component__chosen div.chosen-container.chosen-container-single-nosearch div.chosen-drop div.chosen-search {
  display: none;
}

body.cs-components div.chosen-container.chosen-container-multi ul.chosen-choices,
body.cs-component__chosen div.chosen-container.chosen-container-multi ul.chosen-choices {
  margin-top: 5px;
  margin-top: 5px;
  background-image: none;
}

body.cs-components div.chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
body.cs-component__chosen div.chosen-container.chosen-container-multi ul.chosen-choices li.search-choice {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: hidden;
  height: 32px;
  padding: 7px 12px;
  margin: 8px 5px 3px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  border: none;
  outline: none;
  border-radius: 16px;
  background-image: none;
  background-color: #e0e0e0;
}

body.cs-components div.chosen-container.chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close,
body.cs-component__chosen div.chosen-container.chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close {
  position: static;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
}

body.cs-components div.chosen-container.chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close:after,
body.cs-component__chosen div.chosen-container.chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close:after {
  content: "x";
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 50%;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.75rem;
  font-weight: 700;
}

body.cs-components div.chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.chosen-search-input,
body.cs-component__chosen div.chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.chosen-search-input {
  margin: 0;
}

body.cs-components div.chosen-container.chosen-container-multi ul.chosen-results li.result-selected,
body.cs-component__chosen div.chosen-container.chosen-container-multi ul.chosen-results li.result-selected {
  color: #311b92;
  background-color: #b39ddb;
}

body.cs-components div.chosen-container-active,
body.cs-component__chosen div.chosen-container-active {
  border-bottom: 1px solid #9c27b0;
}

body.cs-components div.chosen-container-active.chosen-with-drop a.chosen-single div b,
body.cs-component__chosen div.chosen-container-active.chosen-with-drop a.chosen-single div b {
  background-position-x: -14px;
}

body.cs-components div.chosen-container ul.chosen-results,
body.cs-component__chosen div.chosen-container ul.chosen-results {
  padding-left: 0;
}

body.cs-components div.chosen-container ul.chosen-results li,
body.cs-component__chosen div.chosen-container ul.chosen-results li {
  display: inline-flex;
  align-items: center;
  clear: both;
  padding: 14px 16px;
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}

body.cs-components div.chosen-container ul.chosen-results li.no-results,
body.cs-components div.chosen-container ul.chosen-results li.active-result,
body.cs-component__chosen div.chosen-container ul.chosen-results li.no-results,
body.cs-component__chosen div.chosen-container ul.chosen-results li.active-result {
  display: list-item;
}

body.cs-components div.chosen-container ul.chosen-results li.no-results span,
body.cs-components div.chosen-container ul.chosen-results li.no-results em,
body.cs-components div.chosen-container ul.chosen-results li.active-result span,
body.cs-components div.chosen-container ul.chosen-results li.active-result em,
body.cs-component__chosen div.chosen-container ul.chosen-results li.no-results span,
body.cs-component__chosen div.chosen-container ul.chosen-results li.no-results em,
body.cs-component__chosen div.chosen-container ul.chosen-results li.active-result span,
body.cs-component__chosen div.chosen-container ul.chosen-results li.active-result em {
  background-color: #ffc600;
}

body.cs-components div.chosen-container ul.chosen-results li.disabled-result,
body.cs-component__chosen div.chosen-container ul.chosen-results li.disabled-result {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}

body.cs-components div.chosen-container ul.chosen-results li.highlighted,
body.cs-component__chosen div.chosen-container ul.chosen-results li.highlighted {
  background-color: rgba(0, 0, 0, 0.08);
  background-image: none;
}

body.cs-components div.chosen-container ul.chosen-results li.result-selected,
body.cs-component__chosen div.chosen-container ul.chosen-results li.result-selected {
  background-color: rgba(0, 0, 0, 0.03);
}

body.cs-components div.chosen-container ul.chosen-results li.group-result,
body.cs-component__chosen div.chosen-container ul.chosen-results li.group-result {
  border-top: 1px solid #eee;
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.cs-components div.chosen-container ul.chosen-results li.group-option,
body.cs-component__chosen div.chosen-container ul.chosen-results li.group-option {
  padding-left: 25px;
}

body.cs-components div.chosen-container+label,
body.cs-component__chosen div.chosen-container+label {
  transform: translateY(-22px) translateX(-8px) scale(0.8) !important;
  transform-origin: 0 0 !important;
  font-weight: bolder;
}

/*!
 * Pickadate Extended
 * https://amsul.ca/pickadate.js/ */
body.cs-components .picker__select--month,
body.cs-components .picker__select--year,
body.cs-component__pickadate .picker__select--month,
body.cs-component__pickadate .picker__select--year {
  width: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0;
  margin-right: 0;
  border: none;
}

body.cs-components .picker__select--month:hover,
body.cs-components .picker__select--year:hover,
body.cs-component__pickadate .picker__select--month:hover,
body.cs-component__pickadate .picker__select--year:hover {
  border-radius: 3px;
  background-color: #eeeeee;
}

body.cs-components .picker__select--month option,
body.cs-components .picker__select--year option,
body.cs-component__pickadate .picker__select--month option,
body.cs-component__pickadate .picker__select--year option {
  background-color: white;
}

body.cs-components .picker__select--month,
body.cs-component__pickadate .picker__select--month {
  font-weight: bold;
}

body.cs-components .picker__select--year,
body.cs-component__pickadate .picker__select--year {
  color: #9e9e9e;
  font-size: 0.8em;
  font-style: italic;
  font-weight: bold;
}

/*!
 * Trumbowyg Extended
 * https://alex-d.github.io/Trumbowyg/ */
body.cs-components .trumbowyg-box,
body.cs-component__trumbowyg .trumbowyg-box {
  border: none;
  min-height: 225px;
}

body.cs-components .trumbowyg-button-pane,
body.cs-component__trumbowyg .trumbowyg-button-pane {
  z-index: 0;
  background: transparent;
  border-bottom: none;
}

body.cs-components .trumbowyg-button-pane button.trumbowyg-active,
body.cs-components .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
body.cs-components .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
body.cs-component__trumbowyg .trumbowyg-button-pane button.trumbowyg-active,
body.cs-component__trumbowyg .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
body.cs-component__trumbowyg .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: rgba(52, 52, 52, 0.7);
  outline: 0;
}

body.cs-components .trumbowyg-button-pane button.trumbowyg-active svg,
body.cs-components .trumbowyg-button-pane button:not(.trumbowyg-disable):focus svg,
body.cs-components .trumbowyg-button-pane button:not(.trumbowyg-disable):hover svg,
body.cs-component__trumbowyg .trumbowyg-button-pane button.trumbowyg-active svg,
body.cs-component__trumbowyg .trumbowyg-button-pane button:not(.trumbowyg-disable):focus svg,
body.cs-component__trumbowyg .trumbowyg-button-pane button:not(.trumbowyg-disable):hover svg {
  fill: #fff;
}

body.cs-components .trumbowyg-button-pane::after,
body.cs-component__trumbowyg .trumbowyg-button-pane::after {
  background: none;
  background-color: transparent;
}

body.cs-components .trumbowyg-button-group::after,
body.cs-component__trumbowyg .trumbowyg-button-group::after {
  background: transparent;
}

body.cs-components .trumbowyg-editor,
body.cs-component__trumbowyg .trumbowyg-editor {
  border: 1px solid #DDD;
  min-height: 185px;
}

body.cs-components .trumbowyg+label,
body.cs-component__trumbowyg .trumbowyg+label {
  transform: translateY(-14px) translateX(-8px) scale(0.8) !important;
  transform-origin: 0 0 !important;
  font-weight: bolder;
}

/*!
 * Select2 Extended
 * https://select2.org/appearance#themes */
body.cs-components .select2,
body.cs-component__select2 .select2 {
  width: 100%;
}

body.cs-components .select2-container,
body.cs-component__select2 .select2-container {
  width: 100%;
}

body.cs-components .select2-container--open .select2-selection,
body.cs-component__select2 .select2-container--open .select2-selection {
  border-bottom-color: #9c27b0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

body.cs-components .select2-selection,
body.cs-component__select2 .select2-selection {
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3rem;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  background: none;
  background-color: transparent;
  font-size: 16px;
  box-shadow: none;
  transition: box-shadow 0.3s, border 0.3s;
}

body.cs-components .select2-selection__rendered,
body.cs-component__select2 .select2-selection__rendered {
  margin-right: 0;
  margin-left: 0.75rem;
  padding-left: 0 !important;
}

body.cs-components .select2-selection__arrow,
body.cs-component__select2 .select2-selection__arrow {
  position: static !important;
  width: auto !important;
  height: auto !important;
}

body.cs-components .select2-selection__arrow b,
body.cs-component__select2 .select2-selection__arrow b {
  position: static !important;
  display: block;
}

body.cs-components .select2-selection__choice,
body.cs-component__select2 .select2-selection__choice {
  float: none;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: hidden;
  height: 32px;
  padding: 7px 12px !important;
  margin: 8px 5px 3px 0 !important;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  border: none !important;
  outline: none;
  border-radius: 16px !important;
  background-image: none;
  background-color: #e0e0e0 !important;
}

body.cs-components .select2-selection--multiple,
body.cs-component__select2 .select2-selection--multiple {
  grid-template-columns: 1fr;
  padding: 0 5px;
  border: 1px solid #aaa !important;
}

body.cs-components .select2-selection--multiple .select2-search__field,
body.cs-component__select2 .select2-selection--multiple .select2-search__field {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

body.cs-components .select2-dropdown,
body.cs-component__select2 .select2-dropdown {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

body.cs-components .select2-search__field,
body.cs-component__select2 .select2-search__field {
  height: 3rem;
  margin: 0 0 8px 0;
  padding: 0;
  padding-left: 0.75em;
  font-size: 16px;
  border: none !important;
  border-bottom: 1px solid #9c27b0 !important;
  box-shadow: 0 1px 0 0 #9c27b0;
  background: url("/img/cornerstone/search.png") no-repeat 100% 50%;
  background-size: 25px 25px;
}

body.cs-components .select2-results__group,
body.cs-component__select2 .select2-results__group {
  padding: 14px 16px !important;
  min-height: 50px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5rem;
  border-top: 1px solid #eee;
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: transparent;
}

body.cs-components .select2-results__option,
body.cs-component__select2 .select2-results__option {
  display: list-item;
  padding: 14px 16px;
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}

body.cs-components .select2-results__options,
body.cs-component__select2 .select2-results__options {
  padding: 0;
}

body.cs-components .select2-results__options--nested .select2-results__option,
body.cs-component__select2 .select2-results__options--nested .select2-results__option {
  padding-left: 25px !important;
}

body.cs-components .select2-results__option[aria-selected=true],
body.cs-component__select2 .select2-results__option[aria-selected=true] {
  color: #311b92 !important;
  background-color: #b39ddb !important;
}

body.cs-components .select2+label,
body.cs-component__select2 .select2+label {
  transform: translateY(-22px) translateX(-8px) scale(0.8) !important;
  transform-origin: 0 0 !important;
  font-weight: bolder;
}

/*!
 * Trumbowyg Extended
 * https://alex-d.github.io/Trumbowyg/ */
body.cs-components .uppy-FileInput-btn,
body.cs-component__uppy .uppy-FileInput-btn {
  border: 0;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #673AB7;
  color: #673AB7;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

body.cs-components .uppy-FileInput-btn:hover,
body.cs-components .uppy-FileInput-btn:focus,
body.cs-component__uppy .uppy-FileInput-btn:hover,
body.cs-component__uppy .uppy-FileInput-btn:focus {
  background-color: rgba(103, 58, 183, 0.04);
}

body.cs-components .uppy-Dashboard-inner,
body.cs-component__uppy .uppy-Dashboard-inner {
  min-height: unset;
}

body.cs-components .uppy-DashboardItem,
body.cs-component__uppy .uppy-DashboardItem {
  justify-content: center;
}

body.cs-components .uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-preview,
body.cs-component__uppy .uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-preview {
  width: 120px;
  height: 120px;
}

body.cs-components .uppy-DashboardItem-fileInfoAndButtons,
body.cs-component__uppy .uppy-DashboardItem-fileInfoAndButtons {
  display: none;
}

body.cs-components .uppy-DragDrop-inner,
body.cs-component__uppy .uppy-DragDrop-inner {
  padding: 20px;
}

/*------------------------------------*\
  #GRID SYSTEM
\*------------------------------------*/
body.cs-page .csc-row,
body.cs-grid .csc-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 1.5rem;
  width: 100%;
}

body.cs-page .csc-row--no-gap,
body.cs-grid .csc-row--no-gap {
  grid-gap: 0;
}

body.cs-page .csc-row--no-pad>.csc-col,
body.cs-grid .csc-row--no-pad>.csc-col {
  padding: 0 !important;
}

body.cs-page .csc-row1,
body.cs-grid .csc-row1 {
  grid-row: span 1;
}

body.cs-page .csc-row2,
body.cs-grid .csc-row2 {
  grid-row: span 2;
}

body.cs-page .csc-row3,
body.cs-grid .csc-row3 {
  grid-row: span 3;
}

body.cs-page .csc-row4,
body.cs-grid .csc-row4 {
  grid-row: span 4;
}

body.cs-page .csc-row5,
body.cs-grid .csc-row5 {
  grid-row: span 5;
}

body.cs-page .csc-row6,
body.cs-grid .csc-row6 {
  grid-row: span 6;
}

body.cs-page .csc-row7,
body.cs-grid .csc-row7 {
  grid-row: span 7;
}

body.cs-page .csc-row8,
body.cs-grid .csc-row8 {
  grid-row: span 8;
}

body.cs-page .csc-row9,
body.cs-grid .csc-row9 {
  grid-row: span 9;
}

body.cs-page .csc-row10,
body.cs-grid .csc-row10 {
  grid-row: span 10;
}

body.cs-page .csc-row11,
body.cs-grid .csc-row11 {
  grid-row: span 11;
}

body.cs-page .csc-row12,
body.cs-grid .csc-row12 {
  grid-row: span 12;
}

@media screen and (min-width: 576px) {

  body.cs-page .csc-row--sm1,
  body.cs-grid .csc-row--sm1 {
    grid-row: span 1;
  }

  body.cs-page .csc-row--sm2,
  body.cs-grid .csc-row--sm2 {
    grid-row: span 2;
  }

  body.cs-page .csc-row--sm3,
  body.cs-grid .csc-row--sm3 {
    grid-row: span 3;
  }

  body.cs-page .csc-row--sm4,
  body.cs-grid .csc-row--sm4 {
    grid-row: span 4;
  }

  body.cs-page .csc-row--sm5,
  body.cs-grid .csc-row--sm5 {
    grid-row: span 5;
  }

  body.cs-page .csc-row--sm6,
  body.cs-grid .csc-row--sm6 {
    grid-row: span 6;
  }

  body.cs-page .csc-row--sm7,
  body.cs-grid .csc-row--sm7 {
    grid-row: span 7;
  }

  body.cs-page .csc-row--sm8,
  body.cs-grid .csc-row--sm8 {
    grid-row: span 8;
  }

  body.cs-page .csc-row--sm9,
  body.cs-grid .csc-row--sm9 {
    grid-row: span 9;
  }

  body.cs-page .csc-row--sm10,
  body.cs-grid .csc-row--sm10 {
    grid-row: span 10;
  }

  body.cs-page .csc-row--sm11,
  body.cs-grid .csc-row--sm11 {
    grid-row: span 11;
  }

  body.cs-page .csc-row--sm12,
  body.cs-grid .csc-row--sm12 {
    grid-row: span 12;
  }
}

@media screen and (min-width: 768px) {

  body.cs-page .csc-row--md1,
  body.cs-grid .csc-row--md1 {
    grid-row: span 1;
  }

  body.cs-page .csc-row--md2,
  body.cs-grid .csc-row--md2 {
    grid-row: span 2;
  }

  body.cs-page .csc-row--md3,
  body.cs-grid .csc-row--md3 {
    grid-row: span 3;
  }

  body.cs-page .csc-row--md4,
  body.cs-grid .csc-row--md4 {
    grid-row: span 4;
  }

  body.cs-page .csc-row--md5,
  body.cs-grid .csc-row--md5 {
    grid-row: span 5;
  }

  body.cs-page .csc-row--md6,
  body.cs-grid .csc-row--md6 {
    grid-row: span 6;
  }

  body.cs-page .csc-row--md7,
  body.cs-grid .csc-row--md7 {
    grid-row: span 7;
  }

  body.cs-page .csc-row--md8,
  body.cs-grid .csc-row--md8 {
    grid-row: span 8;
  }

  body.cs-page .csc-row--md9,
  body.cs-grid .csc-row--md9 {
    grid-row: span 9;
  }

  body.cs-page .csc-row--md10,
  body.cs-grid .csc-row--md10 {
    grid-row: span 10;
  }

  body.cs-page .csc-row--md11,
  body.cs-grid .csc-row--md11 {
    grid-row: span 11;
  }

  body.cs-page .csc-row--md12,
  body.cs-grid .csc-row--md12 {
    grid-row: span 12;
  }
}

@media screen and (min-width: 992px) {

  body.cs-page .csc-row--lg1,
  body.cs-grid .csc-row--lg1 {
    grid-row: span 1;
  }

  body.cs-page .csc-row--lg2,
  body.cs-grid .csc-row--lg2 {
    grid-row: span 2;
  }

  body.cs-page .csc-row--lg3,
  body.cs-grid .csc-row--lg3 {
    grid-row: span 3;
  }

  body.cs-page .csc-row--lg4,
  body.cs-grid .csc-row--lg4 {
    grid-row: span 4;
  }

  body.cs-page .csc-row--lg5,
  body.cs-grid .csc-row--lg5 {
    grid-row: span 5;
  }

  body.cs-page .csc-row--lg6,
  body.cs-grid .csc-row--lg6 {
    grid-row: span 6;
  }

  body.cs-page .csc-row--lg7,
  body.cs-grid .csc-row--lg7 {
    grid-row: span 7;
  }

  body.cs-page .csc-row--lg8,
  body.cs-grid .csc-row--lg8 {
    grid-row: span 8;
  }

  body.cs-page .csc-row--lg9,
  body.cs-grid .csc-row--lg9 {
    grid-row: span 9;
  }

  body.cs-page .csc-row--lg10,
  body.cs-grid .csc-row--lg10 {
    grid-row: span 10;
  }

  body.cs-page .csc-row--lg11,
  body.cs-grid .csc-row--lg11 {
    grid-row: span 11;
  }

  body.cs-page .csc-row--lg12,
  body.cs-grid .csc-row--lg12 {
    grid-row: span 12;
  }
}

@media screen and (min-width: 1200px) {

  body.cs-page .csc-row--xl1,
  body.cs-grid .csc-row--xl1 {
    grid-row: span 1;
  }

  body.cs-page .csc-row--xl2,
  body.cs-grid .csc-row--xl2 {
    grid-row: span 2;
  }

  body.cs-page .csc-row--xl3,
  body.cs-grid .csc-row--xl3 {
    grid-row: span 3;
  }

  body.cs-page .csc-row--xl4,
  body.cs-grid .csc-row--xl4 {
    grid-row: span 4;
  }

  body.cs-page .csc-row--xl5,
  body.cs-grid .csc-row--xl5 {
    grid-row: span 5;
  }

  body.cs-page .csc-row--xl6,
  body.cs-grid .csc-row--xl6 {
    grid-row: span 6;
  }

  body.cs-page .csc-row--xl7,
  body.cs-grid .csc-row--xl7 {
    grid-row: span 7;
  }

  body.cs-page .csc-row--xl8,
  body.cs-grid .csc-row--xl8 {
    grid-row: span 8;
  }

  body.cs-page .csc-row--xl9,
  body.cs-grid .csc-row--xl9 {
    grid-row: span 9;
  }

  body.cs-page .csc-row--xl10,
  body.cs-grid .csc-row--xl10 {
    grid-row: span 10;
  }

  body.cs-page .csc-row--xl11,
  body.cs-grid .csc-row--xl11 {
    grid-row: span 11;
  }

  body.cs-page .csc-row--xl12,
  body.cs-grid .csc-row--xl12 {
    grid-row: span 12;
  }
}

body.cs-page .csc-col,
body.cs-grid .csc-col {
  padding: 0 0.75rem;
  min-height: 1px;
}

body.cs-page .csc-col1,
body.cs-grid .csc-col1 {
  grid-column: span 1;
}

body.cs-page .csc-col2,
body.cs-grid .csc-col2 {
  grid-column: span 2;
}

body.cs-page .csc-col3,
body.cs-grid .csc-col3 {
  grid-column: span 3;
}

body.cs-page .csc-col4,
body.cs-grid .csc-col4 {
  grid-column: span 4;
}

body.cs-page .csc-col5,
body.cs-grid .csc-col5 {
  grid-column: span 5;
}

body.cs-page .csc-col6,
body.cs-grid .csc-col6 {
  grid-column: span 6;
}

body.cs-page .csc-col7,
body.cs-grid .csc-col7 {
  grid-column: span 7;
}

body.cs-page .csc-col8,
body.cs-grid .csc-col8 {
  grid-column: span 8;
}

body.cs-page .csc-col9,
body.cs-grid .csc-col9 {
  grid-column: span 9;
}

body.cs-page .csc-col10,
body.cs-grid .csc-col10 {
  grid-column: span 10;
}

body.cs-page .csc-col11,
body.cs-grid .csc-col11 {
  grid-column: span 11;
}

body.cs-page .csc-col12,
body.cs-grid .csc-col12 {
  grid-column: span 12;
}

@media screen and (min-width: 576px) {

  body.cs-page .csc-col--sm1,
  body.cs-grid .csc-col--sm1 {
    grid-column: span 1;
  }

  body.cs-page .csc-col--sm2,
  body.cs-grid .csc-col--sm2 {
    grid-column: span 2;
  }

  body.cs-page .csc-col--sm3,
  body.cs-grid .csc-col--sm3 {
    grid-column: span 3;
  }

  body.cs-page .csc-col--sm4,
  body.cs-grid .csc-col--sm4 {
    grid-column: span 4;
  }

  body.cs-page .csc-col--sm5,
  body.cs-grid .csc-col--sm5 {
    grid-column: span 5;
  }

  body.cs-page .csc-col--sm6,
  body.cs-grid .csc-col--sm6 {
    grid-column: span 6;
  }

  body.cs-page .csc-col--sm7,
  body.cs-grid .csc-col--sm7 {
    grid-column: span 7;
  }

  body.cs-page .csc-col--sm8,
  body.cs-grid .csc-col--sm8 {
    grid-column: span 8;
  }

  body.cs-page .csc-col--sm9,
  body.cs-grid .csc-col--sm9 {
    grid-column: span 9;
  }

  body.cs-page .csc-col--sm10,
  body.cs-grid .csc-col--sm10 {
    grid-column: span 10;
  }

  body.cs-page .csc-col--sm11,
  body.cs-grid .csc-col--sm11 {
    grid-column: span 11;
  }

  body.cs-page .csc-col--sm12,
  body.cs-grid .csc-col--sm12 {
    grid-column: span 12;
  }
}

@media screen and (min-width: 768px) {

  body.cs-page .csc-col--md1,
  body.cs-grid .csc-col--md1 {
    grid-column: span 1;
  }

  body.cs-page .csc-col--md2,
  body.cs-grid .csc-col--md2 {
    grid-column: span 2;
  }

  body.cs-page .csc-col--md3,
  body.cs-grid .csc-col--md3 {
    grid-column: span 3;
  }

  body.cs-page .csc-col--md4,
  body.cs-grid .csc-col--md4 {
    grid-column: span 4;
  }

  body.cs-page .csc-col--md5,
  body.cs-grid .csc-col--md5 {
    grid-column: span 5;
  }

  body.cs-page .csc-col--md6,
  body.cs-grid .csc-col--md6 {
    grid-column: span 6;
  }

  body.cs-page .csc-col--md7,
  body.cs-grid .csc-col--md7 {
    grid-column: span 7;
  }

  body.cs-page .csc-col--md8,
  body.cs-grid .csc-col--md8 {
    grid-column: span 8;
  }

  body.cs-page .csc-col--md9,
  body.cs-grid .csc-col--md9 {
    grid-column: span 9;
  }

  body.cs-page .csc-col--md10,
  body.cs-grid .csc-col--md10 {
    grid-column: span 10;
  }

  body.cs-page .csc-col--md11,
  body.cs-grid .csc-col--md11 {
    grid-column: span 11;
  }

  body.cs-page .csc-col--md12,
  body.cs-grid .csc-col--md12 {
    grid-column: span 12;
  }
}

@media screen and (min-width: 992px) {

  body.cs-page .csc-col--lg1,
  body.cs-grid .csc-col--lg1 {
    grid-column: span 1;
  }

  body.cs-page .csc-col--lg2,
  body.cs-grid .csc-col--lg2 {
    grid-column: span 2;
  }

  body.cs-page .csc-col--lg3,
  body.cs-grid .csc-col--lg3 {
    grid-column: span 3;
  }

  body.cs-page .csc-col--lg4,
  body.cs-grid .csc-col--lg4 {
    grid-column: span 4;
  }

  body.cs-page .csc-col--lg5,
  body.cs-grid .csc-col--lg5 {
    grid-column: span 5;
  }

  body.cs-page .csc-col--lg6,
  body.cs-grid .csc-col--lg6 {
    grid-column: span 6;
  }

  body.cs-page .csc-col--lg7,
  body.cs-grid .csc-col--lg7 {
    grid-column: span 7;
  }

  body.cs-page .csc-col--lg8,
  body.cs-grid .csc-col--lg8 {
    grid-column: span 8;
  }

  body.cs-page .csc-col--lg9,
  body.cs-grid .csc-col--lg9 {
    grid-column: span 9;
  }

  body.cs-page .csc-col--lg10,
  body.cs-grid .csc-col--lg10 {
    grid-column: span 10;
  }

  body.cs-page .csc-col--lg11,
  body.cs-grid .csc-col--lg11 {
    grid-column: span 11;
  }

  body.cs-page .csc-col--lg12,
  body.cs-grid .csc-col--lg12 {
    grid-column: span 12;
  }
}

@media screen and (min-width: 1200px) {

  body.cs-page .csc-col--xl1,
  body.cs-grid .csc-col--xl1 {
    grid-column: span 1;
  }

  body.cs-page .csc-col--xl2,
  body.cs-grid .csc-col--xl2 {
    grid-column: span 2;
  }

  body.cs-page .csc-col--xl3,
  body.cs-grid .csc-col--xl3 {
    grid-column: span 3;
  }

  body.cs-page .csc-col--xl4,
  body.cs-grid .csc-col--xl4 {
    grid-column: span 4;
  }

  body.cs-page .csc-col--xl5,
  body.cs-grid .csc-col--xl5 {
    grid-column: span 5;
  }

  body.cs-page .csc-col--xl6,
  body.cs-grid .csc-col--xl6 {
    grid-column: span 6;
  }

  body.cs-page .csc-col--xl7,
  body.cs-grid .csc-col--xl7 {
    grid-column: span 7;
  }

  body.cs-page .csc-col--xl8,
  body.cs-grid .csc-col--xl8 {
    grid-column: span 8;
  }

  body.cs-page .csc-col--xl9,
  body.cs-grid .csc-col--xl9 {
    grid-column: span 9;
  }

  body.cs-page .csc-col--xl10,
  body.cs-grid .csc-col--xl10 {
    grid-column: span 10;
  }

  body.cs-page .csc-col--xl11,
  body.cs-grid .csc-col--xl11 {
    grid-column: span 11;
  }

  body.cs-page .csc-col--xl12,
  body.cs-grid .csc-col--xl12 {
    grid-column: span 12;
  }
}

body.cs-page .csc-col--ga,
body.cs-page .csc-col--ga-center,
body.cs-page .csc-col--align-center,
body.cs-page .csc-col--ga-middle,
body.cs-page .csc-col--align-middle,
body.cs-page .csc-col--ga-left,
body.cs-page .csc-col--align-left,
body.cs-page .csc-col--ga-btm,
body.cs-page .csc-col--align-btm,
body.cs-page .csc-col--ga-right,
body.cs-page .csc-col--align-right,
body.cs-page .csc-col--ga-top,
body.cs-page .csc-col--align-top,
body.cs-page .csc-col--align,
body.cs-grid .csc-col--ga,
body.cs-grid .csc-col--ga-center,
body.cs-grid .csc-col--align-center,
body.cs-grid .csc-col--ga-middle,
body.cs-grid .csc-col--align-middle,
body.cs-grid .csc-col--ga-left,
body.cs-grid .csc-col--align-left,
body.cs-grid .csc-col--ga-btm,
body.cs-grid .csc-col--align-btm,
body.cs-grid .csc-col--ga-right,
body.cs-grid .csc-col--align-right,
body.cs-grid .csc-col--ga-top,
body.cs-grid .csc-col--align-top,
body.cs-grid .csc-col--align {
  display: grid;
}

body.cs-page .csc-col--ga-top,
body.cs-page .csc-col--align-top,
body.cs-grid .csc-col--ga-top,
body.cs-grid .csc-col--align-top {
  align-content: start;
}

body.cs-page .csc-col--ga-right,
body.cs-page .csc-col--align-right,
body.cs-grid .csc-col--ga-right,
body.cs-grid .csc-col--align-right {
  justify-items: end;
}

body.cs-page .csc-col--ga-btm,
body.cs-page .csc-col--align-btm,
body.cs-grid .csc-col--ga-btm,
body.cs-grid .csc-col--align-btm {
  align-content: end;
}

body.cs-page .csc-col--ga-left,
body.cs-page .csc-col--align-left,
body.cs-grid .csc-col--ga-left,
body.cs-grid .csc-col--align-left {
  justify-items: start;
}

body.cs-page .csc-col--ga-middle,
body.cs-page .csc-col--align-middle,
body.cs-grid .csc-col--ga-middle,
body.cs-grid .csc-col--align-middle {
  align-content: center;
}

body.cs-page .csc-col--ga-center,
body.cs-page .csc-col--align-center,
body.cs-grid .csc-col--ga-center,
body.cs-grid .csc-col--align-center {
  justify-items: center;
}

@media screen and (min-width: 576px) {

  body.cs-page .csc-col--ga-sm,
  body.cs-page .csc-col--ga-sm-center,
  body.cs-page .csc-col--align-sm-center,
  body.cs-page .csc-col--ga-sm-middle,
  body.cs-page .csc-col--align-sm-middle,
  body.cs-page .csc-col--ga-sm-left,
  body.cs-page .csc-col--align-sm-left,
  body.cs-page .csc-col--ga-sm-btm,
  body.cs-page .csc-col--align-sm-btm,
  body.cs-page .csc-col--ga-sm-right,
  body.cs-page .csc-col--align-sm-right,
  body.cs-page .csc-col--ga-sm-top,
  body.cs-page .csc-col--align-sm-top,
  body.cs-page .csc-col--align-sm,
  body.cs-grid .csc-col--ga-sm,
  body.cs-grid .csc-col--ga-sm-center,
  body.cs-grid .csc-col--align-sm-center,
  body.cs-grid .csc-col--ga-sm-middle,
  body.cs-grid .csc-col--align-sm-middle,
  body.cs-grid .csc-col--ga-sm-left,
  body.cs-grid .csc-col--align-sm-left,
  body.cs-grid .csc-col--ga-sm-btm,
  body.cs-grid .csc-col--align-sm-btm,
  body.cs-grid .csc-col--ga-sm-right,
  body.cs-grid .csc-col--align-sm-right,
  body.cs-grid .csc-col--ga-sm-top,
  body.cs-grid .csc-col--align-sm-top,
  body.cs-grid .csc-col--align-sm {
    display: grid;
  }

  body.cs-page .csc-col--ga-sm-top,
  body.cs-page .csc-col--align-sm-top,
  body.cs-grid .csc-col--ga-sm-top,
  body.cs-grid .csc-col--align-sm-top {
    align-content: start;
  }

  body.cs-page .csc-col--ga-sm-right,
  body.cs-page .csc-col--align-sm-right,
  body.cs-grid .csc-col--ga-sm-right,
  body.cs-grid .csc-col--align-sm-right {
    justify-items: end;
  }

  body.cs-page .csc-col--ga-sm-btm,
  body.cs-page .csc-col--align-sm-btm,
  body.cs-grid .csc-col--ga-sm-btm,
  body.cs-grid .csc-col--align-sm-btm {
    align-content: end;
  }

  body.cs-page .csc-col--ga-sm-left,
  body.cs-page .csc-col--align-sm-left,
  body.cs-grid .csc-col--ga-sm-left,
  body.cs-grid .csc-col--align-sm-left {
    justify-items: start;
  }

  body.cs-page .csc-col--ga-sm-middle,
  body.cs-page .csc-col--align-sm-middle,
  body.cs-grid .csc-col--ga-sm-middle,
  body.cs-grid .csc-col--align-sm-middle {
    align-content: center;
  }

  body.cs-page .csc-col--ga-sm-center,
  body.cs-page .csc-col--align-sm-center,
  body.cs-grid .csc-col--ga-sm-center,
  body.cs-grid .csc-col--align-sm-center {
    justify-items: center;
  }
}

@media screen and (min-width: 768px) {

  body.cs-page .csc-col--ga-md,
  body.cs-page .csc-col--ga-md-center,
  body.cs-page .csc-col--align-md-center,
  body.cs-page .csc-col--ga-md-middle,
  body.cs-page .csc-col--align-md-middle,
  body.cs-page .csc-col--ga-md-left,
  body.cs-page .csc-col--align-md-left,
  body.cs-page .csc-col--ga-md-btm,
  body.cs-page .csc-col--align-md-btm,
  body.cs-page .csc-col--ga-md-right,
  body.cs-page .csc-col--align-md-right,
  body.cs-page .csc-col--ga-md-top,
  body.cs-page .csc-col--align-md-top,
  body.cs-page .csc-col--align-md,
  body.cs-grid .csc-col--ga-md,
  body.cs-grid .csc-col--ga-md-center,
  body.cs-grid .csc-col--align-md-center,
  body.cs-grid .csc-col--ga-md-middle,
  body.cs-grid .csc-col--align-md-middle,
  body.cs-grid .csc-col--ga-md-left,
  body.cs-grid .csc-col--align-md-left,
  body.cs-grid .csc-col--ga-md-btm,
  body.cs-grid .csc-col--align-md-btm,
  body.cs-grid .csc-col--ga-md-right,
  body.cs-grid .csc-col--align-md-right,
  body.cs-grid .csc-col--ga-md-top,
  body.cs-grid .csc-col--align-md-top,
  body.cs-grid .csc-col--align-md {
    display: grid;
  }

  body.cs-page .csc-col--ga-md-top,
  body.cs-page .csc-col--align-md-top,
  body.cs-grid .csc-col--ga-md-top,
  body.cs-grid .csc-col--align-md-top {
    align-content: start;
  }

  body.cs-page .csc-col--ga-md-right,
  body.cs-page .csc-col--align-md-right,
  body.cs-grid .csc-col--ga-md-right,
  body.cs-grid .csc-col--align-md-right {
    justify-items: end;
  }

  body.cs-page .csc-col--ga-md-btm,
  body.cs-page .csc-col--align-md-btm,
  body.cs-grid .csc-col--ga-md-btm,
  body.cs-grid .csc-col--align-md-btm {
    align-content: end;
  }

  body.cs-page .csc-col--ga-md-left,
  body.cs-page .csc-col--align-md-left,
  body.cs-grid .csc-col--ga-md-left,
  body.cs-grid .csc-col--align-md-left {
    justify-items: start;
  }

  body.cs-page .csc-col--ga-md-middle,
  body.cs-page .csc-col--align-md-middle,
  body.cs-grid .csc-col--ga-md-middle,
  body.cs-grid .csc-col--align-md-middle {
    align-content: center;
  }

  body.cs-page .csc-col--ga-md-center,
  body.cs-page .csc-col--align-md-center,
  body.cs-grid .csc-col--ga-md-center,
  body.cs-grid .csc-col--align-md-center {
    justify-items: center;
  }
}

@media screen and (min-width: 992px) {

  body.cs-page .csc-col--ga-lg,
  body.cs-page .csc-col--ga-lg-center,
  body.cs-page .csc-col--align-lg-center,
  body.cs-page .csc-col--ga-lg-middle,
  body.cs-page .csc-col--align-lg-middle,
  body.cs-page .csc-col--ga-lg-left,
  body.cs-page .csc-col--align-lg-left,
  body.cs-page .csc-col--ga-lg-btm,
  body.cs-page .csc-col--align-lg-btm,
  body.cs-page .csc-col--ga-lg-right,
  body.cs-page .csc-col--align-lg-right,
  body.cs-page .csc-col--ga-lg-top,
  body.cs-page .csc-col--align-lg-top,
  body.cs-page .csc-col--align-lg,
  body.cs-grid .csc-col--ga-lg,
  body.cs-grid .csc-col--ga-lg-center,
  body.cs-grid .csc-col--align-lg-center,
  body.cs-grid .csc-col--ga-lg-middle,
  body.cs-grid .csc-col--align-lg-middle,
  body.cs-grid .csc-col--ga-lg-left,
  body.cs-grid .csc-col--align-lg-left,
  body.cs-grid .csc-col--ga-lg-btm,
  body.cs-grid .csc-col--align-lg-btm,
  body.cs-grid .csc-col--ga-lg-right,
  body.cs-grid .csc-col--align-lg-right,
  body.cs-grid .csc-col--ga-lg-top,
  body.cs-grid .csc-col--align-lg-top,
  body.cs-grid .csc-col--align-lg {
    display: grid;
  }

  body.cs-page .csc-col--ga-lg-top,
  body.cs-page .csc-col--align-lg-top,
  body.cs-grid .csc-col--ga-lg-top,
  body.cs-grid .csc-col--align-lg-top {
    align-content: start;
  }

  body.cs-page .csc-col--ga-lg-right,
  body.cs-page .csc-col--align-lg-right,
  body.cs-grid .csc-col--ga-lg-right,
  body.cs-grid .csc-col--align-lg-right {
    justify-items: end;
  }

  body.cs-page .csc-col--ga-lg-btm,
  body.cs-page .csc-col--align-lg-btm,
  body.cs-grid .csc-col--ga-lg-btm,
  body.cs-grid .csc-col--align-lg-btm {
    align-content: end;
  }

  body.cs-page .csc-col--ga-lg-left,
  body.cs-page .csc-col--align-lg-left,
  body.cs-grid .csc-col--ga-lg-left,
  body.cs-grid .csc-col--align-lg-left {
    justify-items: start;
  }

  body.cs-page .csc-col--ga-lg-middle,
  body.cs-page .csc-col--align-lg-middle,
  body.cs-grid .csc-col--ga-lg-middle,
  body.cs-grid .csc-col--align-lg-middle {
    align-content: center;
  }

  body.cs-page .csc-col--ga-lg-center,
  body.cs-page .csc-col--align-lg-center,
  body.cs-grid .csc-col--ga-lg-center,
  body.cs-grid .csc-col--align-lg-center {
    justify-items: center;
  }
}

@media screen and (min-width: 1200px) {

  body.cs-page .csc-col--ga-xl,
  body.cs-page .csc-col--ga-xl-center,
  body.cs-page .csc-col--align-xl-center,
  body.cs-page .csc-col--ga-xl-middle,
  body.cs-page .csc-col--align-xl-middle,
  body.cs-page .csc-col--ga-xl-left,
  body.cs-page .csc-col--align-xl-left,
  body.cs-page .csc-col--ga-xl-btm,
  body.cs-page .csc-col--align-xl-btm,
  body.cs-page .csc-col--ga-xl-right,
  body.cs-page .csc-col--align-xl-right,
  body.cs-page .csc-col--ga-xl-top,
  body.cs-page .csc-col--align-xl-top,
  body.cs-page .csc-col--align-xl,
  body.cs-grid .csc-col--ga-xl,
  body.cs-grid .csc-col--ga-xl-center,
  body.cs-grid .csc-col--align-xl-center,
  body.cs-grid .csc-col--ga-xl-middle,
  body.cs-grid .csc-col--align-xl-middle,
  body.cs-grid .csc-col--ga-xl-left,
  body.cs-grid .csc-col--align-xl-left,
  body.cs-grid .csc-col--ga-xl-btm,
  body.cs-grid .csc-col--align-xl-btm,
  body.cs-grid .csc-col--ga-xl-right,
  body.cs-grid .csc-col--align-xl-right,
  body.cs-grid .csc-col--ga-xl-top,
  body.cs-grid .csc-col--align-xl-top,
  body.cs-grid .csc-col--align-xl {
    display: grid;
  }

  body.cs-page .csc-col--ga-xl-top,
  body.cs-page .csc-col--align-xl-top,
  body.cs-grid .csc-col--ga-xl-top,
  body.cs-grid .csc-col--align-xl-top {
    align-content: start;
  }

  body.cs-page .csc-col--ga-xl-right,
  body.cs-page .csc-col--align-xl-right,
  body.cs-grid .csc-col--ga-xl-right,
  body.cs-grid .csc-col--align-xl-right {
    justify-items: end;
  }

  body.cs-page .csc-col--ga-xl-btm,
  body.cs-page .csc-col--align-xl-btm,
  body.cs-grid .csc-col--ga-xl-btm,
  body.cs-grid .csc-col--align-xl-btm {
    align-content: end;
  }

  body.cs-page .csc-col--ga-xl-left,
  body.cs-page .csc-col--align-xl-left,
  body.cs-grid .csc-col--ga-xl-left,
  body.cs-grid .csc-col--align-xl-left {
    justify-items: start;
  }

  body.cs-page .csc-col--ga-xl-middle,
  body.cs-page .csc-col--align-xl-middle,
  body.cs-grid .csc-col--ga-xl-middle,
  body.cs-grid .csc-col--align-xl-middle {
    align-content: center;
  }

  body.cs-page .csc-col--ga-xl-center,
  body.cs-page .csc-col--align-xl-center,
  body.cs-grid .csc-col--ga-xl-center,
  body.cs-grid .csc-col--align-xl-center {
    justify-items: center;
  }
}

body.cs-page p.csc-col,
body.cs-grid p.csc-col {
  display: block;
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
body.cs-page>#cs-header {
  grid-area: cs--body__header;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "header_mobilenav header_logo header_accmenu" "header_nav header_nav header_nav";
  min-height: 50px;
  border-bottom: 1px solid #233344;
}

@media screen and (min-width: 768px) {
  body.cs-page>#cs-header {
    grid-template-areas: "header_logo header_nav header_accmenu";
  }
}

body.cs-page>#cs-header #header__logo {
  grid-area: header_logo;
  text-align: center;
}

body.cs-page>#cs-header #header__logo a {
  display: inline-block;
}

body.cs-page>#cs-header #header__logo a svg {
  height: 65px;
}

body.cs-page>#cs-header #header__logo a svg,
body.cs-page>#cs-header #header__logo a svg .st0 {
  fill: #d13f2d;
}

body.cs-page>#cs-header #header__mobile-nav,
body.cs-page>#cs-header #header__account-menu {
  display: flex;
  align-items: center;
}

body.cs-page>#cs-header #header__mobile-nav {
  grid-area: header_mobilenav;
  justify-content: start;
  padding-left: 14px;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__mobile-nav {
    display: none;
  }
}

body.cs-page>#cs-header #header__mobile-nav__btn {
  position: relative;
  width: 60px;
  height: 60px;
  background: transparent;
  font-size: 24px;
  color: #4e5765;
  border: none;
  cursor: pointer;
}

body.cs-page>#cs-header #header__mobile-nav__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  background: #4e5765;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s linear;
}

body.cs-page>#cs-header #header__mobile-nav__btn span::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #4e5765;
  transition: all 0.3s linear;
}

body.cs-page>#cs-header #header__mobile-nav__btn span:nth-child(1) {
  animation: span-first-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

body.cs-page>#cs-header #header__mobile-nav__btn span:nth-child(2) {
  animation: span-second-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

body.cs-page>#cs-header #header__mobile-nav__btn span:nth-child(3) {
  animation: span-third-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

body.cs-page>#cs-header #header__mobile-nav__btn.on:hover span::before {
  width: 100%;
  transition: all 0.3s linear;
}

body.cs-page>#cs-header #header__mobile-nav__btn.on span:nth-child(1) {
  animation: span-first-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

body.cs-page>#cs-header #header__mobile-nav__btn.on span:nth-child(2) {
  animation: span-second-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

body.cs-page>#cs-header #header__mobile-nav__btn.on span:nth-child(3) {
  animation: span-third-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

body.cs-page>#cs-header #header__account-menu {
  grid-area: header_accmenu;
  justify-content: flex-end;
  padding-right: 24px;
}

body.cs-page>#cs-header #header__account-menu .am-btn {
  display: inline-block;
  margin-left: 16px;
  width: 35px;
  font-size: 24px;
  color: #4e5765;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  body.cs-page>#cs-header #header__account-menu .am-btn {
    margin-left: 24px;
  }
}

body.cs-page>#cs-header #header__account-menu .am-btn:first-child {
  margin-left: 10px;
}

body.cs-page>#cs-header #header__nav {
  grid-area: header_nav;
  display: none;
  position: relative;
  padding: 16px;
  background-color: white;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav {
    display: block;
    padding: 8px 0;
    text-align: center;
    background-color: transparent;
  }
}

body.cs-page>#cs-header #header__nav.nav--open {
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 999;
  display: block;
  width: 100vw;
  height: calc(100vh - 174px);
  overflow-x: scroll;
}

body.cs-page>#cs-header #header__nav nav ul,
body.cs-page>#cs-header #header__nav nav ol {
  margin: 0;
  padding: 0;
  color: black;
  text-transform: uppercase;
  list-style: none;
}

body.cs-page>#cs-header #header__nav nav>ol {
  padding: 16px 0;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol {
    padding: 0;
  }
}

body.cs-page>#cs-header #header__nav nav>ol:first-child {
  padding-top: 0px;
}

body.cs-page>#cs-header #header__nav nav>ol:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

body.cs-page>#cs-header #header__nav nav>ol.nav__secondary,
body.cs-page>#cs-header #header__nav nav>ol.nav__secondary ol {
  text-transform: none;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li {
    display: inline-block;
  }
}

body.cs-page>#cs-header #header__nav nav>ol li a {
  display: block;
  padding: 10px 0;
  color: black;
  font-weight: bolder;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li a {
    display: inline-block;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
  }
}

body.cs-page>#cs-header #header__nav nav>ol li a i {
  color: #af9564;
  transform: rotate(-90deg);
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li a i {
    margin-left: 6px;
    transform: rotate(0deg);
  }
}

body.cs-page>#cs-header #header__nav nav>ol li a:hover,
body.cs-page>#cs-header #header__nav nav>ol li a:focus {
  color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}

body.cs-page>#cs-header #header__nav nav>ol li a.nav-active {
  text-decoration: underline;
  color: var(--secondary-color) !important;
  border-bottom-color: var(--secondary-color);
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li a.nav-active {
    text-decoration: none;
  }
}

body.cs-page>#cs-header #header__nav nav>ol li>ol {
  padding: 0 10px;
  background-color: white;
  color: black;
  font-size: 0.95em;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li>ol {
    display: none;
    position: absolute;
    left: 0;
    justify-content: center;
    width: 100%;
    padding: 10px;
    padding-bottom: 25px;
    box-shadow: 0 10px 9px rgba(0, 0, 0, 0.1);
  }
}

body.cs-page>#cs-header #header__nav nav>ol li>ol li a {
  color: black !important;
  border-bottom: none;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li>ol li a i.fa-chevron-down {
    display: none;
  }
}

body.cs-page>#cs-header #header__nav nav>ol li>ol li a:hover,
body.cs-page>#cs-header #header__nav nav>ol li>ol li a:focus,
body.cs-page>#cs-header #header__nav nav>ol li>ol li a.nav-active {
  text-decoration: underline;
}

body.cs-page>#cs-header #header__nav nav>ol li>ol li>ol {
  display: block !important;
  text-align: left;
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li>ol li>ol {
    position: unset;
    justify-content: flex-start;
    padding: 0 10px;
  }
}

body.cs-page>#cs-header #header__nav nav>ol li>ol li>ol li {
  display: block;
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li>ol li>ol li a {
    padding: 5px 10px;
    font-weight: normal;
    text-transform: none;
  }
}

@media screen and (min-width: 992px) {
  body.cs-page>#cs-header #header__nav nav>ol li:hover ol {
    display: flex;
  }
}

@keyframes span-first-on {
  0% {
    transform: translate(-50%, -300%);
  }

  30% {
    transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes span-first-off {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  30% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -300%);
  }
}

@keyframes span-second-on {
  0% {
    transform: translate(-50%, -50%);
  }

  25% {
    background: #4e5765;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-150%, -50%) scale(0);
  }
}

@keyframes span-second-off {
  0% {
    transform: translate(-150%, -50%) scale(0);
  }

  25% {
    background: #4e5765;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes span-third-on {
  0% {
    transform: translate(-50%, 200%);
  }

  30% {
    transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

@keyframes span-third-off {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  30% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, 200%);
  }
}

/*------------------------------------*\
  #MAIN CONTENT
\*------------------------------------*/
body.cs-page>#cs-main {
  grid-area: cs--body__main;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
body.cs-page>#cs-footer {
  grid-area: cs--body__footer;
  display: grid;
  grid-template-columns: 1fr;
}

body.cs-account #cs-main {
  display: block;
  background-color: #F8F8F8;
}

body.cs-account #cs-main h3,
body.cs-account #cs-main h4,
body.cs-account #cs-main h5,
body.cs-account #cs-main h6,
body.cs-account #cs-main p {
  margin-top: 0;
}

body.cs-account #cs-main .csc-breadcrumbs {
  padding-top: 0.65rem;
  padding-left: 11px;
  margin-top: 0;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-bottom: none;
}

body.cs-account #cs-main .csc-breadcrumbs .csc-breadcrumb {
  font-size: 0.825em;
  color: #616161;
  letter-spacing: 0;
  line-height: 26px;
  transition: all 0.2s ease-in;
}

body.cs-account #account__header {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 2%;
}

@media screen and (min-width: 768px) {
  body.cs-account #account__header {
    grid-template-columns: 1fr auto;
    padding: 0 12px;
  }
}

body.cs-account #account__header h1 {
  margin-top: 0;
}

body.cs-account #account__header>section:last-child {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  body.cs-account #account__header>section:last-child {
    margin-bottom: 0;
    text-align: right;
  }
}

body.cs-account #account__overview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

body.cs-account #account__overview>section {
  border: 1px solid #E2E3DE;
  border-bottom-width: 2px;
}

body.cs-account #account__overview>section header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #E2E3DE;
}

body.cs-account #account__overview>section header [class^=fa] {
  font-size: 18px;
  color: #9e9e9e;
}

body.cs-account #account__overview>section h3:last-child,
body.cs-account #account__overview>section p:last-child {
  margin-bottom: 0;
}

body.cs-account #account__settings {
  margin-bottom: 40px;
}

body.cs-account #account__settings__details .csc-input-field {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

body.cs-account #account__settings__details .csc-input-field .chosen-container {
  margin-bottom: 8px;
}

body.cs-account #account__settings__details .csc-input-field .chosen-container+label {
  transform: translateY(-18px) translateX(0px) scale(0.8) !important;
}

body.cs-account #account__settings__customer {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  body.cs-account #account__settings__customer {
    grid-template-columns: 125px 1fr 1fr;
    gap: 16px;
  }
}

body.cs-account #account__settings__confirm-pwd {
  display: none;
}

body.cs-account #account__settings__otp {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

body.cs-account #account__settings__2fa {
  max-width: 500px;
  text-align: center;
}

.csc-faq-section h4,
.csc-faq-item h4 {
  font-size: 1.5em;
  text-align: center;
}

.csc-faq-section dl,
.csc-faq-section dd,
.csc-faq-item dl,
.csc-faq-item dd {
  margin: 0;
}

.csc-faq-section .faq-item__header,
.csc-faq-item .faq-item__header {
  font-size: 1.1em;
}

.csc-faq-section .faq-item__header.open .fa-caret-right,
.csc-faq-item .faq-item__header.open .fa-caret-right {
  transform: rotate(90deg);
}

#cs__dev__site {
  position: fixed;
  bottom: 20px;
  right: -50px;
  padding: 8px;
  width: 200px;
  color: #FFF;
  background-color: #bf360c;
  transform: rotate(-45deg);
}

#cs__dev__site p {
  margin: 0;
  padding: 10px;
  line-height: 1;
  text-align: center;
  border: 1px solid white;
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

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

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

  h1,
  h2,
  h3 {
    page-break-after: avoid;
    display: block !important;
  }

  body,
  body>main,
  .container-content-inner {
    display: block !important;
  }

  body>header,
  body>main>header,
  body>main>footer,
  body>footer,
  script,
  .reveal-overlay {
    display: none !important;
  }

  body,
  article {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  nav,
  aside {
    display: none !important;
  }

  @page {
    margin: 2cm;
  }

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

  a {
    font-weight: bolder;
    text-decoration: none;
  }

  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }

  a[href^="#"]:after {
    content: "";
  }

  .wrapper::after {
    content: "Please see the website for the latest version of this information.";
  }
}