/* Thermo Theme */
@import url("/designsystem-cdn/css/fonts.css");
@import url("/designsystem-cdn/css/komodo-icons.css");
/* CSS Variables */
:root {
  --text-success: #01891e;
  --text-subtle: #70707a;
  --text-secondary: #54545c;
  --text-primary: #1b1b1d;
  --text-on-color: #ffffff;
  --text-link-hover: #005daa;
  --text-link: #0071d0;
  --text-disabled: #92929e;
  --status-warning: #f56a00;
  --status-success: #00a824;
  --status-info: #0092f3;
  --status-error: #e71316;
  --layer-selected-disabled: #c7e0ff;
  --layer-selected: #0071d0;
  --layer-secondary: #f7f7f7;
  --layer-primary: #ffffff;
  --layer-hover-02: #dfeeff;
  --layer-hover-01: #f3f7fe;
  --layer-heavy-01: #cccccc;
  --layer-disabled-02: #e5e5e5;
  --layer-disabled-01: #f7f7f7;
  --layer-accent-subtle: #fde4e4;
  --layer-accent-heavy: #c40003;
  --layer-accent: #e71316;
  --icon-subtle: #70707a;
  --icon-secondary: #54545c;
  --icon-primary: #1b1b1d;
  --icon-on-color: #ffffff;
  --icon-link-hover: #005daa;
  --icon-link: #0071d0;
  --icon-disabled-02: #92929e;
  --icon-disabled-01: #a5a5ae;
  --focus-default-inset: #ffffff;
  --focus-default: #802eff;
  --button-secondary-label: #ffffff;
  --button-secondary-bg-hover: #1b1b1d;
  --button-secondary-bg: #54545c;
  --button-primary-label: #ffffff;
  --button-primary-bg-hover: #c40003;
  --button-primary-bg: #e71316;
  --button-outline-label: #0071d0;
  --button-outline-border-hover: #005daa;
  --button-outline-border: #92929e;
  --button-outline-bg-hover: #ffffff;
  --button-outline-bg: #ffffff;
  --button-info-label: #54545c;
  --button-info-border-hover: #54545c;
  --button-info-border: #92929e;
  --button-info-bg-hover: #ffffff;
  --button-info-bg: #ffffff;
  --button-disabled-label: #92929e;
  --button-disabled-bg: #e5e5e5;
  --button-attention-label: #ffffff;
  --button-attention-bg-hover: #c40003;
  --button-attention-bg: #e71316;
  --brand-primary-subtle: #fde4e4;
  --brand-primary-heavy: #c40003;
  --brand-primary: #e71316;
  --border-subtle-02: #cccccc;
  --border-subtle-01: #e5e5e5;
  --border-selected: #0071d0;
  --border-heavy-01: #92929e;
  --border-active: #0092f3;
  --background-secondary: #f7f7f7;
  --background-primary: #ffffff;
  --add-to-cart-button: #e71316;
  --add-to-cart-button-hover: #c40003;
}

/*! 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,
body {
  margin: 0;
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

/* 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;
}

/**
 * Sets the proper z-index for downshift wrapped dropdowns.
 */
div[id^="downshift-"][role="listbox"] {
  z-index: 999 !important;
}

/********** Typeography **********/
html,
body {
  margin: 0px;
  font-family: "HelveticaNeue", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1b1b1d;
}

.text-light body,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-light .display-1,
.text-light .display-2,
.text-light .display-3,
.text-light .display-4 {
  color: #ffffff;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.p-grey {
  color: #54545c;
}

.alt {
  font-size: 16px;
  color: #54545c;
}

a {
  text-decoration: none;
  color: #0071d0;
}

a:hover {
  text-decoration: none;
  color: #005daa;
}

a:visited {
  text-decoration: none;
  color: #0071d0;
}

.disabled {
  color: #92929e;
}

.label-medium {
  color: #1b1b1d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.label-bold {
  color: #1b1b1d;
  font-size: 14px;
  line-height: 22px;
  font-weight: bolder;
}

.hint {
  font-size: 16px;
  line-height: 26.0px;
}

.blockquote {
  color: #1b1b1d;
  font-size: 18.0px;
  line-height: 27.99999px;
  margin-bottom: 0;
}

.success {
  color: #00a824;
}

.warning {
  color: #f56a00;
}

.error {
  color: #e71316;
}

input::placeholder {
  color: #70707a;
  font-size: 14px;
}

/********** Font weights **********/
.thin {
  font-weight: lighter;
}

.light {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.medium {
  font-weight: 700;
}

.bold {
  font-weight: bolder;
}

/********** Headers **********/
h1,
h2,
h3,
h5,
.h1,
.h2,
.h3,
.h5 {
  font-weight: 700;
  margin: 0;
}

h4,
.h4 {
  font-weight: bolder;
  margin: 0;
}

h6,
.h6 {
  font-weight: 400;
  margin: 0;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "HelveticaNeueLight", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  font-weight: lighter;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 40px;
}

h2,
.h2 {
  font-size: 26px;
  line-height: 33px;
}

h3,
.h3 {
  font-size: 22px;
  line-height: 28px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 25px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 23px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 20px;
}

.display-1 {
  font-size: 40px;
  line-height: 50px;
}

.display-2 {
  font-size: 32px;
  line-height: 40px;
}

.display-3 {
  font-size: 24px;
  line-height: 30px;
}

.display-4 {
  font-size: 18px;
  line-height: 23px;
}

/*Mobile*/
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 26px;
    line-height: 33px;
  }
  h2,
  .h2 {
    font-size: 21px;
    line-height: 26px;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 23px;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .display-1 {
    font-size: 40px;
    line-height: 50px;
  }
  .display-2 {
    font-size: 32px;
    line-height: 40px;
  }
  .display-3 {
    font-size: 24px;
    line-height: 30px;
  }
  .display-4 {
    font-size: 18px;
    line-height: 23px;
  }
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1380px;
  }
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-hd-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-hd-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-hd-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-hd-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-hd-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-hd-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-hd-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-hd-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-hd-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-hd-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-hd-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12,
.col-hd-12 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 576px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1440px) {
  .col-hd-1,
  .col-hd-2,
  .col-hd-3,
  .col-hd-4,
  .col-hd-5,
  .col-hd-6,
  .col-hd-7,
  .col-hd-8,
  .col-hd-9,
  .col-hd-10,
  .col-hd-11,
  .col-hd-12 {
    float: left;
  }
  .col-hd-12 {
    width: 100%;
  }
  .col-hd-11 {
    width: 91.66666667%;
  }
  .col-hd-10 {
    width: 83.33333333%;
  }
  .col-hd-9 {
    width: 75%;
  }
  .col-hd-8 {
    width: 66.66666667%;
  }
  .col-hd-7 {
    width: 58.33333333%;
  }
  .col-hd-6 {
    width: 50%;
  }
  .col-hd-5 {
    width: 41.66666667%;
  }
  .col-hd-4 {
    width: 33.33333333%;
  }
  .col-hd-3 {
    width: 25%;
  }
  .col-hd-2 {
    width: 16.66666667%;
  }
  .col-hd-1 {
    width: 8.33333333%;
  }
  .col-hd-pull-12 {
    right: 100%;
  }
  .col-hd-pull-11 {
    right: 91.66666667%;
  }
  .col-hd-pull-10 {
    right: 83.33333333%;
  }
  .col-hd-pull-9 {
    right: 75%;
  }
  .col-hd-pull-8 {
    right: 66.66666667%;
  }
  .col-hd-pull-7 {
    right: 58.33333333%;
  }
  .col-hd-pull-6 {
    right: 50%;
  }
  .col-hd-pull-5 {
    right: 41.66666667%;
  }
  .col-hd-pull-4 {
    right: 33.33333333%;
  }
  .col-hd-pull-3 {
    right: 25%;
  }
  .col-hd-pull-2 {
    right: 16.66666667%;
  }
  .col-hd-pull-1 {
    right: 8.33333333%;
  }
  .col-hd-pull-0 {
    right: auto;
  }
  .col-hd-push-12 {
    left: 100%;
  }
  .col-hd-push-11 {
    left: 91.66666667%;
  }
  .col-hd-push-10 {
    left: 83.33333333%;
  }
  .col-hd-push-9 {
    left: 75%;
  }
  .col-hd-push-8 {
    left: 66.66666667%;
  }
  .col-hd-push-7 {
    left: 58.33333333%;
  }
  .col-hd-push-6 {
    left: 50%;
  }
  .col-hd-push-5 {
    left: 41.66666667%;
  }
  .col-hd-push-4 {
    left: 33.33333333%;
  }
  .col-hd-push-3 {
    left: 25%;
  }
  .col-hd-push-2 {
    left: 16.66666667%;
  }
  .col-hd-push-1 {
    left: 8.33333333%;
  }
  .col-hd-push-0 {
    left: auto;
  }
  .col-hd-offset-12 {
    margin-left: 100%;
  }
  .col-hd-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-hd-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-hd-offset-9 {
    margin-left: 75%;
  }
  .col-hd-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-hd-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-hd-offset-6 {
    margin-left: 50%;
  }
  .col-hd-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-hd-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-hd-offset-3 {
    margin-left: 25%;
  }
  .col-hd-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-hd-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-hd-offset-0 {
    margin-left: 0%;
  }
}

/***** LAYOUT  *****/
/*MARGIN*/
.m-l1 {
  margin: 16px;
}

.m-l2 {
  margin: 24px;
}

.m-l3 {
  margin: 32px;
}

.m-l4 {
  margin: 48px;
}

.m-l5 {
  margin: 64px;
}

/*MARGIN X*/
.mx-l1 {
  margin: 0px 16px;
}

.mx-l2 {
  margin: 0px 24px;
}

.mx-l3 {
  margin: 0px 32px;
}

.mx-l4 {
  margin: 0px 48px;
}

.mx-l5 {
  margin: 0px 64px;
}

/*MARGIN Y*/
.my-l1 {
  margin: 16px 0px;
}

.my-l2 {
  margin: 24px 0px;
}

.my-l3 {
  margin: 32px 0px;
}

.my-l4 {
  margin: 48px 0px;
}

.my-l5 {
  margin: 64px 0px;
}

/*MARGIN TOP*/
.mt-l1 {
  margin-top: 16px;
}

.mt-l2 {
  margin-top: 24px;
}

.mt-l3 {
  margin-top: 32px;
}

.mt-l4 {
  margin-top: 48px;
}

.mt-l5 {
  margin-top: 64px;
}

/*MARGIN BOTTOM*/
.mb-l1 {
  margin-bottom: 16px;
}

.mb-l2 {
  margin-bottom: 24px;
}

.mb-l3 {
  margin-bottom: 32px;
}

.mb-l4 {
  margin-bottom: 48px;
}

.mb-l5 {
  margin-bottom: 64px;
}

/*MARGIN LEFT*/
.ml-l1 {
  margin-left: 16px;
}

.ml-l2 {
  margin-left: 24px;
}

.ml-l3 {
  margin-left: 32px;
}

.ml-l4 {
  margin-left: 48px;
}

.ml-l5 {
  margin-left: 64px;
}

/*MARGIN RIGHT*/
.mr-l1 {
  margin-right: 16px;
}

.mr-l2 {
  margin-right: 24px;
}

.mr-l3 {
  margin-right: 32px;
}

.mr-l4 {
  margin-right: 48px;
}

.mr-l5 {
  margin-right: 64px;
}

/*PADDING*/
.p-l1 {
  padding: 16px;
}

.p-l2 {
  padding: 24px;
}

.p-l3 {
  padding: 32px;
}

.p-l4 {
  padding: 48px;
}

.p-l5 {
  padding: 64px;
}

/*PADDING X*/
.px-l1 {
  padding: 0px 16px;
}

.px-l2 {
  padding: 0px 24px;
}

.px-l3 {
  padding: 0px 32px;
}

.px-l4 {
  padding: 0px 48px;
}

.px-l5 {
  padding: 0px 64px;
}

/*PADDING Y*/
.py-l1 {
  padding: 16px 0px;
}

.py-l2 {
  padding: 24px 0px;
}

.py-l3 {
  padding: 32px 0px;
}

.py-l4 {
  padding: 48px 0px;
}

.py-l5 {
  padding: 64px 0px;
}

/*PADDING TOP*/
.pt-l1 {
  padding-top: 16px;
}

.pt-l2 {
  padding-top: 24px;
}

.pt-l3 {
  padding-top: 32px;
}

.pt-l4 {
  padding-top: 48px;
}

.pt-l5 {
  padding-top: 64px;
}

/*PADDING BOTTOM*/
.pb-l1 {
  padding-bottom: 16px;
}

.pb-l2 {
  padding-bottom: 24px;
}

.pb-l3 {
  padding-bottom: 32px;
}

.pb-l4 {
  padding-bottom: 48px;
}

.pb-l5 {
  padding-bottom: 64px;
}

/*PADDING LEFT*/
.pl-l1 {
  padding-left: 16px;
}

.pl-l2 {
  padding-left: 24px;
}

.pl-l3 {
  padding-left: 32px;
}

.pl-l4 {
  padding-left: 48px;
}

.pl-l5 {
  padding-left: 64px;
}

/*PADDING BOTTOM*/
.pr-l1 {
  padding-right: 16px;
}

.pr-l2 {
  padding-right: 24px;
}

.pr-l3 {
  padding-right: 32px;
}

.pr-l4 {
  padding-right: 48px;
}

.pr-l5 {
  padding-right: 64px;
}

/***** SPACING *****/
/*MARGIN TOP*/
.mt-s0 {
  margin-top: 0px;
}

.mt-s1 {
  margin-top: 2px;
}

.mt-s2 {
  margin-top: 4px;
}

.mt-s3 {
  margin-top: 8px;
}

.mt-s4 {
  margin-top: 12px;
}

.mt-s5 {
  margin-top: 16px;
}

.mt-s6 {
  margin-top: 24px;
}

.mt-s7 {
  margin-top: 32px;
}

.mt-s8 {
  margin-top: 40px;
}

.mt-s9 {
  margin-top: 48px;
}

/*MARGIN BOTTOM*/
.mb-s0 {
  margin-bottom: 0px;
}

.mb-s1 {
  margin-bottom: 2px;
}

.mb-s2 {
  margin-bottom: 4px;
}

.mb-s3 {
  margin-bottom: 8px;
}

.mb-s4 {
  margin-bottom: 12px;
}

.mb-s5 {
  margin-bottom: 16px;
}

.mb-s6 {
  margin-bottom: 24px;
}

.mb-s7 {
  margin-bottom: 32px;
}

.mb-s8 {
  margin-bottom: 40px;
}

.mb-s9 {
  margin-bottom: 48px;
}

/*MARGIN LEFT*/
.ml-s0 {
  margin-left: 0px;
}

.ml-s1 {
  margin-left: 2px;
}

.ml-s2 {
  margin-left: 4px;
}

.ml-s3 {
  margin-left: 8px;
}

.ml-s4 {
  margin-left: 12px;
}

.ml-s5 {
  margin-left: 16px;
}

.ml-s6 {
  margin-left: 24px;
}

.ml-s7 {
  margin-left: 32px;
}

.ml-s8 {
  margin-left: 40px;
}

.ml-s9 {
  margin-left: 48px;
}

/*MARGIN RIGHT*/
.mr-s0 {
  margin-right: 0px;
}

.mr-s1 {
  margin-right: 2px;
}

.mr-s2 {
  margin-right: 4px;
}

.mr-s3 {
  margin-right: 8px;
}

.mr-s4 {
  margin-right: 12px;
}

.mr-s5 {
  margin-right: 16px;
}

.mr-s6 {
  margin-right: 24px;
}

.mr-s7 {
  margin-right: 32px;
}

.mr-s8 {
  margin-right: 40px;
}

.mr-s9 {
  margin-right: 48px;
}

/*PADDING TOP*/
.pt-s0 {
  padding-top: 0px;
}

.pt-s1 {
  padding-top: 2px;
}

.pt-s2 {
  padding-top: 4px;
}

.pt-s3 {
  padding-top: 8px;
}

.pt-s4 {
  padding-top: 12px;
}

.pt-s5 {
  padding-top: 16px;
}

.pt-s6 {
  padding-top: 24px;
}

.pt-s7 {
  padding-top: 32px;
}

.pt-s8 {
  padding-top: 40px;
}

.pt-s9 {
  padding-top: 48px;
}

/*PADDING BOTTOM*/
.pb-s0 {
  padding-bottom: 0px;
}

.pb-s1 {
  padding-bottom: 2px;
}

.pb-s2 {
  padding-bottom: 4px;
}

.pb-s3 {
  padding-bottom: 8px;
}

.pb-s4 {
  padding-bottom: 12px;
}

.pb-s5 {
  padding-bottom: 16px;
}

.pb-s6 {
  padding-bottom: 24px;
}

.pb-s7 {
  padding-bottom: 32px;
}

.pb-s8 {
  padding-bottom: 40px;
}

.pb-s9 {
  padding-bottom: 48px;
}

/*PADDING LEFT*/
.pl-s0 {
  padding-left: 0px;
}

.pl-s1 {
  padding-left: 2px;
}

.pl-s2 {
  padding-left: 4px;
}

.pl-s3 {
  padding-left: 8px;
}

.pl-s4 {
  padding-left: 12px;
}

.pl-s5 {
  padding-left: 16px;
}

.pl-s6 {
  padding-left: 24px;
}

.pl-s7 {
  padding-left: 32px;
}

.pl-s8 {
  padding-left: 40px;
}

.pl-s9 {
  padding-left: 48px;
}

/*PADDING RIGHT*/
.pr-s0 {
  padding-right: 0px;
}

.pr-s1 {
  padding-right: 2px;
}

.pr-s2 {
  padding-right: 4px;
}

.pr-s3 {
  padding-right: 8px;
}

.pr-s4 {
  padding-right: 12px;
}

.pr-s5 {
  padding-right: 16px;
}

.pr-s6 {
  padding-right: 24px;
}

.pr-s7 {
  padding-right: 32px;
}

.pr-s8 {
  padding-right: 40px;
}

.pr-s9 {
  padding-right: 48px;
}

.tf-gds {
  /* c-cards */
  /* Teaser style */
  /* Large desktop */
  /* Portrait tablet to landscape and desktop */
  /* Landscape phone to portrait tablet */
  /* Landscape phones and down */
  /* Main Item */
  /* c-carousel-prev c-carousel-next */
  /*
 I think this part will be removed when file v2 will be used for all developers
*/
  /**/
  /* Safari */
  /* Icons  */
  /* Desktop  */
}

.tf-gds .c-accordion {
  font-size: 14px;
  list-style: none;
  width: 100%;
  transition: 0.5s;
}

.tf-gds .c-accordion.c-accordion--left .c-accordion__icon {
  padding-right: 12px;
  order: -1;
}

.tf-gds .c-accordion.c-accordion--blue .c-accordion__icon {
  color: #0071d0;
}

.tf-gds .c-accordion__item {
  min-height: 50px;
  border: 1px solid #cccccc;
  border-width: 1px 0 0 0;
}

.tf-gds .c-accordion__item:last-of-type {
  border-width: 1px 0px 1px 0px;
}

.tf-gds .c-accordion__item--resetMinHeight {
  min-height: initial;
}

.tf-gds .c-accordion__item--resetMarginTop {
  margin-top: 0;
}

.tf-gds .c-accordion__content {
  padding-top: 0px;
  padding-bottom: 16px;
}

.tf-gds .c-accordion__content--addPaddingTop {
  padding-top: 16px;
}

.tf-gds .c-accordion__header {
  font-weight: 500;
  background: none;
  border: 0;
  width: 100%;
  margin: 0;
  font-size: inherit;
  padding: 16px 8px;
  position: relative;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.tf-gds .c-accordion__header.c-accordion--active ~ .c-accordion__content {
  display: block;
}

.tf-gds .c-accordion__header.c-accordion--active .c-accordion__icon:after {
  content: "\ed9b";
}

.tf-gds .c-accordion__header ~ .c-accordion__content {
  display: none;
}

.tf-gds .c-accordion__header--snow {
  background-color: #f7f7f7;
}

.tf-gds .c-accordion__header--slim {
  padding-top: 12px;
  padding-bottom: 12px;
}

.tf-gds .c-accordion__content {
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

.tf-gds .c-accordion__icon {
  padding-right: 4px;
  white-space: nowrap;
}

.tf-gds .c-accordion__icon:after {
  font-family: "icomoon";
  font-size: 14px;
  content: "\edbc";
}

.tf-gds .c-accordion__title {
  text-align: left;
}

.tf-gds .c-alert__close, .tf-gds .c-alert__icon, .tf-gds .c-alert__title::before {
  font-family: "icomoon";
  font-size: 16px;
}

.tf-gds .c-alert__title {
  font-size: 16px;
  float: left;
  padding-right: 6px;
  font-weight: bold;
}

.tf-gds .c-alert__title::before {
  padding-right: 16px;
}

.tf-gds .c-alert__desc {
  font-size: 16px;
  padding-right: 16px;
  float: left;
}

.tf-gds .c-alert__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}

.tf-gds .c-alert__close::after {
  content: "\ece4";
}

.tf-gds .c-alert {
  position: relative;
  display: inline-block;
  font-size: 0px;
  background-color: #f7f7f7;
  padding: 24px 16px 24px 16px;
}

.tf-gds .c-alert:after {
  content: "";
  display: table;
  clear: both;
}

.tf-gds .c-alert--white, .tf-gds .c-alert--float {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.tf-gds .c-alert--float {
  box-shadow: 0 6px 8px 0 rgba(13, 13, 13, 0.1);
}

.tf-gds .c-alert--info {
  border-left: 8px solid #0092f3;
}

.tf-gds .c-alert--info .c-alert__title::before {
  color: #0092f3;
  content: "\eca2";
}

.tf-gds .c-alert--attention {
  border-left: 8px solid #0092f3;
}

.tf-gds .c-alert--attention .c-alert__title::before {
  color: #0092f3;
  content: "\eca2";
}

.tf-gds .c-alert--success {
  border-left: 8px solid #00a824;
}

.tf-gds .c-alert--success .c-alert__title::before {
  color: #00a824;
  content: "\ee01";
}

.tf-gds .c-alert--warning {
  border-left: 8px solid #f56a00;
}

.tf-gds .c-alert--warning .c-alert__title::before {
  color: #f56a00;
  content: "\ed86";
}

.tf-gds .c-alert--error {
  border-left: 8px solid #e71316;
}

.tf-gds .c-alert--error .c-alert__title::before {
  color: #e71316;
  content: "\ee1e";
}

.tf-gds .c-alert-block {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid #e71316;
  background-color: rgba(30, 138, 231, 0.04);
  border-radius: 4px;
  max-width: 139px;
  padding: 18px 24px 18px 24px;
}

.tf-gds .c-alert-block__count {
  font-size: 40px;
  color: #0071d0;
  line-height: 47px;
  margin-bottom: 8px;
}

.tf-gds .c-alert-block__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1d;
  margin-bottom: 8px;
}

.tf-gds .c-alert-block__subtitle {
  color: #54545c;
  font-size: 13px;
  line-height: 17.5px;
}

@media (min-width: 992px) {
  .tf-gds .c-alert-block {
    padding: 24px 32px 24px 32px;
    flex-direction: row;
    align-items: center;
    max-width: max-content;
  }
  .tf-gds .c-alert-block__count {
    margin-right: 18px;
    margin-bottom: 0px;
    margin-top: -6px;
  }
  .tf-gds .c-alert-block__title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 23px;
  }
  .tf-gds .c-alert-block__subtitle {
    line-height: 20px;
  }
}

.tf-gds .c-datalist {
  margin: auto;
  position: relative;
  color: #1b1b1d;
  font-size: 14px;
}

.tf-gds .c-datalist .c-input {
  width: 100%;
}

.tf-gds .c-datalist.c-datalist--selected .c-input {
  border-left: 3px solid #e71316;
}

.tf-gds .c-datalist.c-datalist--no-label .c-datalist__icon {
  top: 20px;
}

.tf-gds .c-datalist--active .c-datalist__options {
  display: block;
}

.tf-gds .c-datalist--active .c-datalist__icon::after {
  border-color: transparent transparent #54545c transparent;
  top: -5px;
}

.tf-gds .c-datalist__icon {
  position: absolute;
  right: 20px;
  top: 50px;
  cursor: pointer;
}

.tf-gds .c-datalist__icon::after {
  width: 0;
  height: 0;
  content: '';
  border-width: 4px;
  position: absolute;
  border-style: solid;
  border-color: #54545c transparent transparent transparent;
}

.tf-gds .c-datalist__options {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 200px;
  top: 100%;
  left: 0;
  list-style: none;
  border: 1px solid #cccccc;
  background: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  z-index: 100;
}

.tf-gds .c-datalist__option {
  display: block;
  text-align: left;
  padding: 0.7em 1em 0.7em 1em;
  color: #1b1b1d;
  cursor: pointer;
}

.tf-gds .c-datalist__option:hover, .tf-gds .c-datalist__option:focus, .tf-gds .c-datalist__option.c-datalist__option--focused {
  background: #f7f7f7;
}

.tf-gds .c-datalist__option.c-datalist__option--selected {
  background-color: #e71316;
  color: #ffffff;
}

.tf-gds .c-badge {
  display: inline-block;
  font-weight: 800;
  color: #ffffff;
  font-size: 11px;
  border-radius: 10px;
  padding-left: 6px;
  padding-right: 6px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.tf-gds .c-badge.c-badge--outline {
  color: #1b1b1d;
  font-size: 12px;
  font-weight: 100;
  background: none;
}

.tf-gds .c-badge.c-badge--outline:not(.c-badge--no-hover):hover {
  background: none;
  text-stroke: 1px #1b1b1d;
  -webkit-text-stroke: 1px #1b1b1d;
}

.tf-gds .c-badge--loader::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 3px;
}

.tf-gds .c-badge--primary {
  border: 1px solid #54545c;
  background-color: #54545c;
}

.tf-gds .c-badge--primary:not(.c-badge--no-hover):hover {
  border: 1px solid #1b1b1d;
  background-color: #1b1b1d;
}

.tf-gds .c-badge--success {
  border: 1px solid #00a824;
  background-color: #00a824;
}

.tf-gds .c-badge--success:not(.c-badge--no-hover):hover {
  background-color: #008f1f;
  border: 1px solid #008f1f;
}

.tf-gds .c-badge--warning {
  border: 1px solid #f56a00;
  background-color: #f56a00;
}

.tf-gds .c-badge--warning:not(.c-badge--no-hover):hover {
  border: 1px solid #dc5f00;
  background-color: #dc5f00;
}

.tf-gds .c-badge--danger {
  border: 1px solid #e71316;
  background-color: #e71316;
}

.tf-gds .c-badge--danger:not(.c-badge--no-hover):hover {
  border: 1px solid #cf1114;
  background-color: #cf1114;
}

.tf-gds .c-badge--info {
  border: 1px solid #0092f3;
  background-color: #0092f3;
}

.tf-gds .c-badge--info:not(.c-badge--no-hover):hover {
  border: 1px solid #0083da;
  background-color: #0083da;
}

.tf-gds .c-badge--dark-info {
  border: 1px solid #54545c;
  background-color: #54545c;
}

.tf-gds .c-badge--dark-info:not(.c-badge--no-hover):hover {
  border: 1px solid #48484f;
  background-color: #48484f;
}

.tf-gds .c-badge--inverse {
  color: #1b1b1d;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}

.tf-gds .c-badge--inverse:not(.c-badge--no-hover):hover {
  border: 1px solid #eaeaea;
  background-color: #eaeaea;
}

.tf-gds .c-breadcrumb {
  font-size: 12px;
  padding: 0;
}

.tf-gds .c-breadcrumb .c-breadcrumb__item {
  display: inline-block;
}

.tf-gds .c-breadcrumb .c-breadcrumb__item[aria-current] a {
  color: #54545c;
  cursor: default;
}

.tf-gds .c-breadcrumb .c-breadcrumb__item a {
  text-decoration: none;
  color: #0071d0;
}

.tf-gds .c-breadcrumb .c-breadcrumb__item a:active {
  color: #54545c;
}

.tf-gds .c-breadcrumb .c-breadcrumb__item:not(:last-child):after {
  content: "\ee2e";
  color: #54545c;
  font-family: 'icomoon';
  font-size: 8px;
  padding: 12px;
}

.tf-gds .c-breadcrumb.c-breadcrumb--dark-theme a {
  color: #ffffff;
}

.tf-gds .c-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  height: 40px;
  padding: 0 24px 0 24px;
  line-height: 40px;
  box-sizing: content-box;
  /* Information */
  /* Link buttons */
  /**
  * Add to cart button styles
  */
  /* Disabled */
  /* White */
  /* Sizes */
  /* Block button */
}

.tf-gds .c-btn.c-btn--primary {
  color: #ffffff;
  background-color: #e71316;
  border: solid 1px #e71316;
}

.tf-gds .c-btn.c-btn--primary:hover {
  background-color: #c40003;
  border: solid 1px #e71316;
}

.tf-gds .c-btn.c-btn--primary:active, .tf-gds .c-btn.c-btn--primary.active {
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

.tf-gds .c-btn.c-btn--secondary {
  color: #ffffff;
  border: solid 1px #54545c;
  background-color: #54545c;
}

.tf-gds .c-btn.c-btn--secondary:hover {
  background-color: #1b1b1d;
  border: 1px solid #1b1b1d;
}

.tf-gds .c-btn.c-btn--secondary:active, .tf-gds .c-btn.c-btn--secondary.active {
  background-color: #1b1b1d;
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

.tf-gds .c-btn.c-btn--outline {
  color: #0071d0;
  background-color: #ffffff;
  border: solid 1px #92929e;
}

.tf-gds .c-btn.c-btn--outline:hover {
  border: 1px solid #005daa;
}

.tf-gds .c-btn.c-btn--outline:active, .tf-gds .c-btn.c-btn--outline.active {
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

.tf-gds .c-btn.c-btn--info {
  color: #54545c;
  background-color: #ffffff;
  border: 1px solid #92929e;
}

.tf-gds .c-btn.c-btn--info:hover {
  border: solid 1px #54545c;
}

.tf-gds .c-btn.c-btn--info:active, .tf-gds .c-btn.c-btn--info.active {
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

.tf-gds .c-btn.c-btn--link {
  border: none;
  background: transparent;
  color: #0071d0;
  align-items: center;
}

.tf-gds .c-btn.c-btn--link:hover {
  color: #005daa;
}

.tf-gds .c-btn.c-btn--link:hover .c-link-icon {
  color: #005daa;
}

.tf-gds .c-btn.c-btn--link:active {
  color: #005daa;
}

.tf-gds .c-btn.c-btn--link:active .c-link-icon {
  color: #005daa;
}

.tf-gds .c-btn.c-btn--link[disabled] {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.tf-gds .c-btn.c-btn--link[disabled] .c-link-icon {
  color: #92929e;
}

.tf-gds .c-btn.c-btn--link[disabled]:hover {
  color: #92929e;
}

.tf-gds .c-btn.c-btn--link[disabled]:hover .c-link-icon {
  color: #92929e !important;
}

.tf-gds .c-btn.c-btn--link[disabled]:active .c-link-icon {
  color: #92929e;
}

.tf-gds .c-btn.c-btn--link .c-link-icon {
  margin-right: 8px;
  color: #0071d0;
  line-height: 24px;
}

.tf-gds .c-btn.c-btn--cart {
  background-color: #e71316 !important;
  border-color: #c40003 !important;
}

.tf-gds .c-btn.c-btn--cart:hover {
  background-color: #c40003 !important;
}

.tf-gds .c-btn[disabled] {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.tf-gds .c-btn[disabled]:hover {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.tf-gds .c-btn[disabled]:active {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

.tf-gds .c-btn.c-btn--white {
  color: #ffffff;
  background: none;
  border: solid 1px #ffffff;
}

.tf-gds .c-btn.c-btn--white:hover {
  color: #1b1b1d;
  background-color: #ffffff;
}

.tf-gds .c-btn.c-btn--white:active {
  box-shadow: inset 0px 2px 5px 2px #e5e5e5;
}

.tf-gds .c-btn.c-btn--white[disabled] {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.tf-gds .c-btn.c-btn--white[disabled]:active {
  box-shadow: none;
}

.tf-gds .c-btn.c-btn--mini {
  height: 30px;
  line-height: 30px;
  padding: 0 16px 0 16px;
}

.tf-gds .c-btn.c-btn--small {
  height: 34px;
  line-height: 34px;
  padding: 0 16px 0 16px;
}

.tf-gds .c-btn.c-btn--large {
  height: 50px;
  line-height: 50px;
  padding: 0 24px 0 24px;
}

.tf-gds .c-btn.c-btn--block {
  width: 100%;
}

.tf-gds .c-card {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  height: fit-content;
  margin: 0.2rem;
}

.tf-gds .c-card img {
  display: block;
  width: 100%;
}

.tf-gds .c-card a {
  text-decoration: none;
  color: #0071d0;
}

.tf-gds .c-card__title {
  font-weight: 700;
}

.tf-gds .c-card__content {
  padding: 16px;
  color: #1b1b1d;
}

.tf-gds .c-card__content a p {
  margin-top: 14px;
}

.tf-gds .c-card__content a p:hover, .tf-gds .c-card__content a p:hover::after {
  color: #0071d0;
  text-shadow: 0px 0px 1px #005daa;
}

.tf-gds .c-card--teaser {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tf-gds .c-card--teaser .c-card__image {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}

.tf-gds .c-card--teaser .c-card__content {
  float: right;
  width: 60%;
  margin-right: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.tf-gds .c-card--teaser .c-card__description {
  margin-top: 20px;
  margin-bottom: 45px;
}

.tf-gds .c-card--teaser .c-card__cta {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tf-gds .c-card--teaser .c-card__cta-items {
  position: relative;
}

.tf-gds .c-card--teaser .c-card__cta-item {
  display: inline-block;
  position: relative;
}

.tf-gds .c-card--teaser .c-card__cta-item * {
  display: inherit;
}

.tf-gds .c-card--teaser .c-card__cta-item a {
  margin: 0;
}

.tf-gds .c-card--teaser .c-card__cta-item a i {
  position: relative;
  top: 4px;
}

.tf-gds .c-card--teaser .c-card__cta-item a p {
  margin-left: 8px;
}

.tf-gds .c-card--teaser .c-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.tf-gds .c-card__cta p::after {
  float: right;
  font-family: "icomoon";
  content: "\eae0";
  color: #54545c;
  position: relative;
  font-size: 14px;
  z-index: -1;
}

@media (max-width: 620px) {
  .tf-gds .c-card--teaser .c-card__image {
    width: 40%;
  }
  .tf-gds .c-card--teaser .c-card__content {
    width: 55%;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tf-gds .c-card--teaser .c-card__description {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

@media (min-width: 980px) {
  .tf-gds .cards-container .c-card {
    width: 24.1%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .tf-gds .cards-container .c-card {
    width: 32.5%;
  }
}

@media (max-width: 767px) {
  .tf-gds .cards-container .c-card {
    width: 48.5%;
  }
}

@media (max-width: 480px) {
  .tf-gds .cards-container .c-card {
    width: 99%;
  }
}

.tf-gds .c-carousel {
  position: relative;
  --item-width: 250px;
  --item-padding: 32px;
  --item-num: 1;
  font-size: 0;
  display: inline-block;
  height: var(--item-width);
}

.tf-gds .c-carousel.c-carousel--two-items {
  --item-num: 2;
}

.tf-gds .c-carousel.c-carousel--three-items {
  --item-num: 3;
}

.tf-gds .c-carousel .c-carousel__indicator {
  display: none;
}

.tf-gds .c-carousel__prev, .tf-gds .c-carousel__next {
  height: 100%;
  width: 40px;
  box-sizing: border-box;
  text-align: center;
}

.tf-gds .c-carousel__prev:hover:after, .tf-gds .c-carousel__next:hover:after {
  color: #c40003 !important;
}

.tf-gds .c-carousel__prev::after, .tf-gds .c-carousel__next::after {
  font-family: "icomoon";
  font-size: 16px;
  color: #e71316;
  position: relative;
  top: 40%;
}

.tf-gds .c-carousel__prev {
  float: left;
  margin-right: var(--item-padding);
}

.tf-gds .c-carousel__prev::after {
  content: "\ecda";
}

.tf-gds .c-carousel__next {
  float: right;
  margin-left: var(--item-padding);
}

.tf-gds .c-carousel__next::after {
  content: "\ecdc";
}

.tf-gds .c-carousel.c-carousel--single-item .c-carousel__next {
  float: none;
  margin: 0;
  right: 16px;
}

.tf-gds .c-carousel.c-carousel--single-item .c-carousel__prev {
  float: none;
  margin: 0;
  left: 16px;
}

.tf-gds .c-carousel.c-carousel--single-item .c-carousel__prev, .tf-gds .c-carousel.c-carousel--single-item .c-carousel__next {
  display: inline-block;
  position: relative;
  height: 16px;
  bottom: -25px;
  width: 16px;
}

.tf-gds .c-carousel.c-carousel--single-item .c-carousel__prev:hover, .tf-gds .c-carousel.c-carousel--single-item .c-carousel__next:hover {
  background: none;
}

.tf-gds .c-carousel.c-carousel--single-item .c-carousel__indicator {
  display: inline;
  font-size: 12px;
  position: absolute;
  width: 50px;
  bottom: -46px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.tf-gds .c-carousel__items {
  width: calc((var(--item-width) * var(--item-num)) + (var(--item-padding) * (var(--item-num) - 1)));
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  display: inline-block;
  scroll-behavior: smooth;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.tf-gds .c-carousel__items div {
  display: inline-block;
  width: var(--item-width);
  margin-right: var(--item-padding);
}

.tf-gds .c-carousel__items div:last-of-type {
  margin-right: 0px;
}

.tf-gds .c-carousel__items::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.tf-gds .c-carousel--item {
  width: 250px;
  height: 250px;
  background: #ffffff;
}

.tf-gds .c-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 2px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 1em;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tf-gds .c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tf-gds .c-checkbox input:checked ~ .c-checkmark {
  background-color: #0071d0;
  border: solid 1px #0071d0;
}

.tf-gds .c-checkbox input:checked ~ .c-checkmark:after {
  display: block;
}

.tf-gds .c-checkbox:hover input:not(:checked) ~ .c-checkmark {
  background-color: #f7f7f7;
}

.tf-gds .c-checkbox--disabled:hover input ~ .c-checkmark {
  background-color: #e5e5e5;
}

.tf-gds .c-checkbox--disabled:hover input:not(:checked) ~ .c-checkmark,
.tf-gds .c-checkbox--disabled--checked:hover input:not(:checked) ~ .c-checkmark {
  background-color: #e5e5e5;
}

.tf-gds .c-checkbox--disabled {
  cursor: not-allowed;
  color: #92929e;
}

.tf-gds .c-checkbox--disabled input:checked ~ .c-checkmark {
  background-color: #92929e;
}

.tf-gds .c-checkbox--disabled input:checked ~ .c-checkmark:after {
  display: none;
}

.tf-gds .c-checkbox--disabled .c-checkmark {
  background-color: #92929e;
}

.tf-gds .c-checkbox--disabled .c-checkmark:after {
  display: none;
}

.tf-gds .c-checkbox--disabled .c-checkmark:hover {
  background-color: #e5e5e5;
}

.tf-gds .c-checkbox--disabled--checked {
  cursor: not-allowed;
  color: #92929e;
}

.tf-gds .c-checkbox--disabled--checked input:checked ~ .c-checkmark {
  background-color: #92929e;
}

.tf-gds .c-checkbox--disabled--checked input:checked ~ .c-checkmark:after {
  display: none;
}

.tf-gds .c-checkbox--disabled--checked .c-checkmark {
  background-color: #92929e;
}

.tf-gds .c-checkbox--disabled--checked .c-checkmark:after {
  border-color: #92929e;
}

.tf-gds .c-checkbox--disabled--checked .c-checkmark:hover {
  background-color: #e5e5e5;
}

.tf-gds .c-checkbox.c-checkbox--inline {
  display: inline;
  padding-right: 48px;
}

.tf-gds .c-checkbox.c-checkbox--bold {
  font-weight: bold;
}

.tf-gds .c-checkbox .c-checkbox--count {
  font-weight: normal;
}

.tf-gds .c-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.tf-gds .c-checkmark:after {
  content: "";
  position: absolute;
  left: 6.2px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2.4px 2.4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tf-gds .c-checkmark.undetermined:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 2px;
  background: #ffffff;
  height: 14px;
  border: solid #ffffff;
  border-width: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tf-gds .c-chip {
  padding: 5.5px 8px 5.5px 8px;
  display: inline-flex;
  color: #1b1b1d;
  font-weight: 500;
  font-size: 11px;
  border: 1px solid #cccccc;
  border-radius: 12.5px;
  line-height: 13px;
  cursor: pointer;
}

.tf-gds .c-chip.c-chip--large {
  font-size: 14px;
  border-radius: 15px;
  line-height: 22px;
  padding: 2px 12px 2px 12px;
}

.tf-gds .c-chip[disabled] {
  color: #92929e;
  border-color: #e5e5e5;
  background-color: none;
}

.tf-gds .c-chip:focus, .tf-gds .c-chip:hover, .tf-gds .c-chip.focus, .tf-gds .c-chip.hover {
  border-color: #cccccc;
  background-color: #f7f7f7;
  outline: none;
}

.tf-gds .c-chip.focus-visible, .tf-gds .c-chip:focus-visible {
  border-width: 2px;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}

.tf-gds .c-chip:focus, .tf-gds .c-chip.focus {
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}

.tf-gds .c-chip.c-chip--active {
  border-color: #e71316;
}

.tf-gds .c-chip.c-chip--active:focus, .tf-gds .c-chip.c-chip--active:hover, .tf-gds .c-chip.c-chip--active.focus, .tf-gds .c-chip.c-chip--active.hover {
  border-color: #e71316;
  background-color: #f7f7f7;
}

.tf-gds .c-chip .c-chip__category::after {
  font-family: 'icomoon';
  color: #1b1b1d;
  font-size: 14px;
  content: "\ecc1";
  position: relative;
  top: 2px;
  padding-right: 2px;
}

.tf-gds .c-chip.c-chip--large .c-chip__category::after {
  top: 1px;
  padding-right: 3px;
}

.tf-gds .c-chip[disabled] .c-chip__category::after {
  color: #92929e;
}

.tf-gds .c-chip[disabled]:focus, .tf-gds .c-chip[disabled]:hover {
  background-color: #ffffff;
  border-color: #e5e5e5;
}

.tf-gds .c-chip.c-chip--choice {
  font-size: 14px;
  font-weight: 500px;
  border-radius: 20px;
  height: 30px;
  padding: 8px 18.5px 8px 18.5px;
}

.tf-gds .c-chip.c-chip--hybrid {
  border: 1px dashed #cccccc;
}

.tf-gds .c-chip.c-chip--choice:hover .c-chip__text, .tf-gds .c-chip.c-chip--choice-small:hover .c-chip__text {
  color: #c40003;
}

.tf-gds .c-chip.c-chip--choice.c-chip--active, .tf-gds .c-chip.c-chip--choice-small.c-chip--active {
  border: 1px solid #e71316;
  background-color: #f7f7f7;
}

.tf-gds .c-chip.c-chip--choice.c-chip--active .c-chip__text, .tf-gds .c-chip.c-chip--choice-small.c-chip--active .c-chip__text {
  color: #e71316;
}

.tf-gds .c-chip.c-chip--choice[disabled], .tf-gds .c-chip.c-chip--choice[disabled]:hover .c-chip__text, .tf-gds .c-chip.c-chip--choice-small[disabled], .tf-gds .c-chip.c-chip--choice-small[disabled]:hover .c-chip__text {
  color: #92929e;
}

.tf-gds .c-datepicker {
  position: relative;
  font-size: 14px;
}

.tf-gds .c-datepicker label {
  display: block;
  font-weight: bold;
}

.tf-gds .c-datepicker input {
  font-weight: 500;
  border: 1px solid #cccccc;
  border-radius: 0px;
  height: 40px;
  min-width: 168px;
}

.tf-gds .c-datepicker .c-datepicker__icon {
  display: inline-block;
  position: relative;
  top: 3px;
  left: -28px;
}

.tf-gds .c-datepicker .c-datepicker__icon::after {
  font-family: "icomoon";
  color: #1b1b1d;
  font-size: 20px;
  content: "\e929";
}

.tf-gds .litepicker {
  font-size: 1em;
  display: none;
}

.tf-gds .litepicker .container__main {
  display: flex;
  background-color: #ffffff;
}

.tf-gds .litepicker .container__months {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 5px #cccccc;
  width: calc(calc(38px * 8) + 10px);
  box-sizing: content-box;
  padding: 0px 10px 10px 10px;
}

.tf-gds .litepicker .container__months.columns-2 {
  width: calc((calc(38px * 8) * 2) + 20px);
}

.tf-gds .litepicker .container__months.columns-3 {
  width: calc((calc(38px * 8) * 3) + 30px);
}

.tf-gds .litepicker .container__months.columns-4 {
  width: calc((calc(38px * 8) * 4) + 40px);
}

.tf-gds .litepicker .container__months.split-view .month-item-header .button-previous-month,
.tf-gds .litepicker .container__months.split-view .month-item-header .button-next-month {
  visibility: visible;
}

.tf-gds .litepicker .container__months .month-item {
  padding: 5px;
  width: calc(38px * 8);
  box-sizing: content-box;
}

.tf-gds .litepicker .container__months .month-item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  padding: 10px 5px;
  text-align: center;
  align-items: center;
  color: #1b1b1d;
}

.tf-gds .litepicker .container__months .month-item-header div {
  flex: 1;
}

.tf-gds .litepicker .container__months .month-item-header div > .month-item-name {
  margin-right: 5px;
}

.tf-gds .litepicker .container__months .month-item-header div > .month-item-year {
  padding: 0;
  font-weight: bold;
}

.tf-gds .litepicker .container__months .month-item-header .reset-button {
  color: #54545c;
}

.tf-gds .litepicker .container__months .month-item-header .reset-button > svg,
.tf-gds .litepicker .container__months .month-item-header .reset-button > img {
  fill: #54545c;
  pointer-events: none;
}

.tf-gds .litepicker .container__months .month-item-header .reset-button:hover {
  color: #e71316;
}

.tf-gds .litepicker .container__months .month-item-header .reset-button:hover > svg {
  fill: #e71316;
}

.tf-gds .litepicker .container__months .month-item-header .button-previous-month::after {
  content: "\ee2d";
}

.tf-gds .litepicker .container__months .month-item-header .button-next-month::after {
  content: "\ee2e";
}

.tf-gds .litepicker .container__months .month-item-header .button-previous-month,
.tf-gds .litepicker .container__months .month-item-header .button-next-month {
  visibility: hidden;
  text-decoration: none;
  color: #f7f7f7;
  padding: 3px 5px;
  border-radius: 3px;
  transition: color 0.3s, border 0.3s;
  cursor: default;
}

.tf-gds .litepicker .container__months .month-item-header .button-previous-month::after,
.tf-gds .litepicker .container__months .month-item-header .button-next-month::after {
  font-family: 'icomoon';
  color: #0071d0;
  font-size: 8px;
}

.tf-gds .litepicker .container__months .month-item-header .button-previous-month > svg,
.tf-gds .litepicker .container__months .month-item-header .button-previous-month > img,
.tf-gds .litepicker .container__months .month-item-header .button-next-month > svg,
.tf-gds .litepicker .container__months .month-item-header .button-next-month > img {
  display: none;
  fill: #f7f7f7;
  pointer-events: none;
}

.tf-gds .litepicker .container__months .month-item-header .button-previous-month:hover,
.tf-gds .litepicker .container__months .month-item-header .button-next-month:hover {
  color: #e71316;
}

.tf-gds .litepicker .container__months .month-item-header .button-previous-month:hover > svg,
.tf-gds .litepicker .container__months .month-item-header .button-next-month:hover > svg {
  fill: #e71316;
}

.tf-gds .litepicker .container__months .month-item-weekdays-row {
  display: flex;
  justify-self: center;
  justify-content: flex-start;
  color: #1b1b1d;
  font-weight: bold;
}

.tf-gds .litepicker .container__months .month-item-weekdays-row > div {
  padding: 5px 0;
  font-size: 85%;
  flex: 1;
  width: 38px;
  text-align: center;
}

.tf-gds .litepicker .container__months .month-item:first-child .button-previous-month {
  visibility: visible;
}

.tf-gds .litepicker .container__months .month-item:last-child .button-next-month {
  visibility: visible;
}

.tf-gds .litepicker .container__months .month-item.no-previous-month .button-previous-month {
  visibility: hidden;
}

.tf-gds .litepicker .container__months .month-item.no-next-month .button-next-month {
  visibility: hidden;
}

.tf-gds .litepicker .container__days {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  justify-content: flex-start;
  text-align: center;
  box-sizing: content-box;
}

.tf-gds .litepicker .container__days > div,
.tf-gds .litepicker .container__days > a {
  padding: 5px 0;
  width: 38px;
}

.tf-gds .litepicker .container__days .day-item {
  color: #1b1b1d;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  transition: color 0.3s, border 0.3s;
  cursor: default;
}

.tf-gds .litepicker .container__days .day-item:hover {
  color: #e71316;
  box-shadow: inset 0 0 0 1px #e71316;
}

.tf-gds .litepicker .container__days .day-item.is-today {
  color: #e71316;
  font-weight: bold;
}

.tf-gds .litepicker .container__days .day-item.is-locked {
  color: #f7f7f7;
}

.tf-gds .litepicker .container__days .day-item.is-locked:hover {
  color: #f7f7f7;
  box-shadow: none;
  cursor: default;
}

.tf-gds .litepicker .container__days .day-item.is-booked {
  color: #f7f7f7;
}

.tf-gds .litepicker .container__days .day-item.is-booked:hover {
  color: #f7f7f7;
  box-shadow: none;
  cursor: default;
}

.tf-gds .litepicker .container__days .day-item.is-in-range {
  background-color: #f7f7f7;
  border-radius: 0;
}

.tf-gds .litepicker .container__days .day-item.is-start-date {
  color: #ffffff;
  background-color: #e71316;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tf-gds .litepicker .container__days .day-item.is-start-date.is-flipped {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tf-gds .litepicker .container__days .day-item.is-end-date {
  color: #ffffff;
  background-color: #e71316;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tf-gds .litepicker .container__days .day-item.is-end-date.is-flipped {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tf-gds .litepicker .container__days .day-item.is-start-date.is-end-date {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tf-gds .litepicker .container__days .day-item.is-highlighted {
  color: #1b1b1d;
  background-color: #ffd043;
}

.tf-gds .litepicker .container__days .week-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7f7f7;
  font-size: 85%;
}

.tf-gds .litepicker .container__footer {
  text-align: right;
  padding: 10px 5px;
  margin: 0 5px;
  background-color: #ffffff;
  box-shadow: inset 0px 3px 3px 0px #cccccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tf-gds .litepicker .container__footer .preview-date-range {
  margin-right: 10px;
  font-size: 90%;
}

.tf-gds .litepicker .container__footer .button-cancel {
  background-color: #f7f7f7;
  color: #ffffff;
  border: 0;
  padding: 3px 7px 4px;
  border-radius: 3px;
}

.tf-gds .litepicker .container__footer .button-cancel > svg,
.tf-gds .litepicker .container__footer .button-cancel > img {
  pointer-events: none;
}

.tf-gds .litepicker .container__footer .button-apply {
  background-color: #e71316;
  color: #ffffff;
  border: 0;
  padding: 3px 7px 4px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

.tf-gds .litepicker .container__footer .button-apply:disabled {
  opacity: 0.7;
}

.tf-gds .litepicker .container__footer .button-apply > svg,
.tf-gds .litepicker .container__footer .button-apply > img {
  pointer-events: none;
}

.tf-gds .litepicker .container__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
  visibility: hidden;
}

.tf-gds .litepicker .container__tooltip:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.tf-gds .litepicker .container__tooltip:after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.tf-gds .litepicker-open {
  overflow: hidden;
}

.tf-gds .litepicker-backdrop {
  display: none;
  background-color: #000000;
  opacity: 0.3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tf-gds .c-divider {
  border-top: 1px solid #cccccc;
}

.tf-gds .u-ds1 {
  box-shadow: 0 0 0 0 rgba(13, 13, 13, 0);
}

.tf-gds .u-ds2 {
  box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.1);
}

.tf-gds .u-ds3 {
  box-shadow: 0 4px 6px 0 rgba(13, 13, 13, 0.1);
}

.tf-gds .u-ds4 {
  box-shadow: 0 6px 8px 0 rgba(13, 13, 13, 0.1);
}

.tf-gds .c-dropdown-panel {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.tf-gds .c-dropdown-panel__header {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}

.tf-gds .c-dropdown-panel__heading {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  flex: 1;
}

.tf-gds .c-dropdown-panel__header-controls {
  display: flex;
  align-items: center;
}

.tf-gds .c-dropdown-panel__close {
  padding: 8px 15px 8px 10px;
  /** To help increase the hitbox **/
  cursor: pointer;
}

.tf-gds .c-dropdown {
  font-size: 14px;
  height: 40px;
  min-width: 140px;
  position: relative;
  line-height: 18px;
}

.tf-gds .c-dropdown label {
  display: block;
  font-weight: bold;
  padding-bottom: 4px;
}

.tf-gds .c-dropdown input, .tf-gds .c-dropdown select, .tf-gds .c-dropdown.c-dropdown--inline-label label {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  top: 0;
  left: 0;
}

.tf-gds .c-dropdown--small {
  height: 30px;
}

.tf-gds .c-dropdown--small .c-dropdown__container {
  height: 30px;
  padding: 5px 32px 6px 16px;
}

.tf-gds .c-dropdown--small .c-dropdown__container:after {
  top: 13px;
}

.tf-gds .c-dropdown--small .c-dropdown__container.c-dropdown__container.c-dropdown--active:after {
  top: 8px;
}

.tf-gds .c-dropdown.c-dropdown--small .c-dropdown__options-container {
  top: 50px;
}

.tf-gds .c-dropdown.c-dropdown--small.c-dropdown--no-label .c-dropdown__options-container, .tf-gds .c-dropdown.c-dropdown--small.c-dropdown--inline-label .c-dropdown__options-container {
  top: 28px;
}

.tf-gds .c-dropdown--large {
  height: 50px;
}

.tf-gds .c-dropdown--large .c-dropdown__container {
  height: 50px;
  padding: 15px 32px 15px 16px;
}

.tf-gds .c-dropdown--large .c-dropdown__container:after {
  top: 22px;
}

.tf-gds .c-dropdown--large .c-dropdown__container.c-dropdown__container.c-dropdown--active:after {
  top: 17px;
}

.tf-gds .c-dropdown.c-dropdown--large .c-dropdown__options-container {
  top: 60px;
}

.tf-gds .c-dropdown.c-dropdown--multiple .c-dropdown__option .c-checkbox {
  display: inline-block;
  position: relative;
}

.tf-gds .c-dropdown.c-dropdown--no-label label {
  display: none;
}

.tf-gds .c-dropdown.c-dropdown--no-label .c-dropdown__options-container, .tf-gds .c-dropdown.c-dropdown--inline-label .c-dropdown__options-container {
  top: 34px;
}

.tf-gds .c-dropdown.c-dropdown--block {
  display: block;
}

.tf-gds .c-dropdown.c-dropdown--block .c-dropdown__container, .tf-gds .c-dropdown.c-dropdown--block .c-dropdown__options-container {
  width: 100%;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__container {
  display: block;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  border-left: 1px solid #e5e5e5;
  padding-left: 19px;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__container.c-dropdown__container--has-value {
  border-left: 4px solid #0092f3 !important;
  padding-left: 16px;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__container.c-dropdown--active::after {
  top: 12px;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__container::after {
  top: 18px;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__options-container {
  position: relative;
  top: -1px;
  width: 100%;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__option .c-checkbox {
  display: inline-block;
  position: relative;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__option.c-dropdown__option--disabled {
  color: #92929e;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__option.c-dropdown__option--disabled .c-checkbox .c-checkmark {
  background-color: #92929e;
}

.tf-gds .c-dropdown.c-dropdown--wrap .c-dropdown__option.c-dropdown__option--disabled .c-checkbox .c-checkmark:after {
  display: none;
}

.tf-gds .c-dropdown__container {
  position: relative;
  border: 1px solid #e5e5e5;
  display: inline-block;
  box-sizing: border-box;
  padding: 11px 32px 8px 16px;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  min-width: 140px;
  color: #54545c;
  background: #ffffff;
}

.tf-gds .c-dropdown__container:focus {
  outline: none;
}

.tf-gds .c-dropdown__container:after {
  width: 0;
  height: 0;
  content: '';
  border-width: 4px;
  position: absolute;
  border-style: solid;
  border-color: #54545c transparent transparent transparent;
  top: 18px;
  right: 8px;
}

.tf-gds .c-dropdown__container.c-dropdown--active {
  box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.1);
}

.tf-gds .c-dropdown__container.c-dropdown--active:after {
  border-color: transparent transparent #54545c transparent;
  top: 14px;
}

.tf-gds .c-dropdown__container.c-dropdown__container--has-value {
  border-left: 4px solid #0092f3;
  padding-left: 16px;
  color: #1b1b1d;
  font-weight: bold;
}

.tf-gds .c-dropdown__options-container {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  min-width: 140px;
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 56px;
}

.tf-gds .c-dropdown__options-container.c-dropdown--active {
  display: inline-block;
  box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.1);
}

.tf-gds .c-dropdown__option {
  padding: 11px 32px 8px 16px;
}

.tf-gds .c-dropdown__option label.c-checkbox {
  padding: 3px 0 0 32px;
}

.tf-gds .c-dropdown__option .c-checkbox {
  display: none;
}

.tf-gds .c-dropdown__option.c-dropdown-clear span {
  display: inline-block;
  vertical-align: middle;
}

.tf-gds .c-dropdown__option.c-dropdown-clear .clear-icon {
  color: #0071d0;
}

.tf-gds .c-dropdown__option.c-dropdown-clear .text-clear {
  padding: 0 0 0 8px;
}

.tf-gds .c-dropdown__option:hover {
  background-color: #f7f7f7;
}

.tf-gds .c-dropdown__option:active {
  color: #ffffff;
  background-color: #0071d0;
}

.tf-gds .c-dropdown--normal-label label {
  font-weight: normal;
}

.tf-gds .c-uploader {
  position: relative;
  display: inline-block;
  border: 2px dashed #cccccc;
  border-radius: 4px;
  padding: 48px;
  width: 320px;
  height: 280px;
}

.tf-gds .c-uploader.c-uploader--highlight {
  border-color: #92929e;
  background-color: #f7f7f7;
}

.tf-gds .c-uploader.c-uploader--simple {
  border: none;
  padding: 0;
  width: auto;
  height: auto;
}

.tf-gds .c-uploader.c-uploader--simple .c-uploader__button {
  margin: 0 0;
}

.tf-gds .c-uploader.c-uploader--simple .c-uploader__image, .tf-gds .c-uploader.c-uploader--simple .c-uploader__message {
  display: none;
}

.tf-gds .c-uploader.c-uploader--simple .c-uploader__items {
  left: 0;
  top: 48px;
  height: 32px;
}

.tf-gds .c-uploader.c-uploader--condensed {
  height: 90px;
  padding: 28px 32px 32px 32px;
}

.tf-gds .c-uploader.c-uploader--condensed .c-uploader__items {
  height: 90px;
  left: 0px;
  top: 90px;
  margin-top: 8px;
  padding: 0;
}

.tf-gds .c-uploader.c-uploader--condensed .c-uploader__image {
  display: none;
}

.tf-gds .c-uploader.c-uploader--condensed .c-uploader__message {
  padding: 0;
  display: inline;
  position: relative;
}

.tf-gds .c-uploader.c-uploader--condensed .c-uploader__button {
  border: none;
  padding: 0 0 0 0;
  background: none;
  display: inline;
  font-weight: normal;
}

.tf-gds .c-uploader__form {
  margin-bottom: 10px;
}

.tf-gds .c-uploader__button {
  display: block;
  width: 140px;
  margin: 0 auto;
}

.tf-gds .c-uploader__button:hover {
  background: #f7f7f7;
}

.tf-gds .c-uploader__input {
  display: none;
}

.tf-gds .c-uploader__message {
  font-size: 16px;
  text-align: center;
  padding: 24px 0 24px 0;
}

.tf-gds .c-uploader__image {
  margin: 0 auto;
  padding: 24px;
}

.tf-gds .c-uploader__image::after {
  text-align: center;
  color: #0071d0;
  display: block;
  font-family: 'icomoon';
  font-size: 68px;
  content: "\e94d";
}

.tf-gds .c-uploader__items {
  position: absolute;
  top: 0;
  left: 100%;
  width: 320px;
  height: 280px;
  padding-left: 8px;
  overflow-y: scroll;
}

.tf-gds .c-uploader__progress-label {
  position: absolute;
  right: 0;
}

.tf-gds .c-uploader__item-container {
  position: relative;
  display: block;
  padding: 12px;
}

.tf-gds .c-uploader__item-container:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.tf-gds .c-uploader__checkmark::after {
  font-family: 'icomoon';
  font-size: 14px;
  position: relative;
  bottom: 6px;
  left: 6px;
  margin-right: 12px;
  color: #0071d0;
}

.tf-gds .c-uploader__checkmark.c-uploader--done::after {
  content: "\ecd6";
}

.tf-gds .c-uploader__checkmark.c-uploader--fail::after {
  content: "\eca3";
}

.tf-gds .c-uploader__file-icon::after {
  font-family: 'icomoon';
  font-size: 24px;
  color: #0071d0;
  content: "\e9b4";
}

.tf-gds .c-uploader__progress {
  width: 70%;
  position: absolute;
  left: 42px;
  bottom: 16px;
}

.tf-gds .c-uploader__progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2px;
}

.tf-gds .c-uploader__progress::-webkit-progress-value {
  background-color: #e71316;
}

.tf-gds .c-uploader__file-name {
  font-size: 14px;
  color: #54545c;
  display: inline;
  position: relative;
  bottom: 8px;
}

.tf-gds .c-dropzone {
  color: #1b1b1d;
  font-family: HelveticaNeue;
  font-size: 16px;
  line-height: 26px;
  outline: none;
  border: 2px dashed #cccccc;
  border-radius: 4px;
  border-image: initial;
  width: 320px;
  height: 280px;
  padding: 48px;
  text-align: center;
}

.tf-gds .c-dropzone--condensed {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding: unset;
}

.tf-gds .c-dropzone--highlight {
  border-color: #92929e;
  background-color: #f7f7f7;
}

.tf-gds .c-dropzone__title {
  margin: 20px 0 16px 0;
  text-align: center;
}

.tf-gds .c-dropzone__button {
  display: block;
  width: 140px;
  margin: 0px auto;
}

.tf-gds .c-dropzone__image {
  margin: 0 auto;
  padding: 24px;
}

.tf-gds .c-dropzone__image::after {
  text-align: center;
  color: #0071d0;
  display: block;
  font-family: 'icomoon';
  font-size: 68px;
  content: "\e94d";
}

.tf-gds .c-dropzone__input {
  display: none;
}

.tf-gds .c-dropzone__title--condensed {
  margin: 0 5px 0 0;
}

.tf-gds .c-dropzone__button--condensed {
  color: #0071d0;
  cursor: pointer;
}

.tf-gds .c-uploader-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}

.tf-gds .c-uploader-file__left-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 60%;
}

.tf-gds .c-uploader-file__left-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}

.tf-gds .c-uploader-file__right-info {
  color: #54545c;
}

.tf-gds .c-uploader-file__ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tf-gds .c-uploader-file__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.tf-gds .c-uploader-file__name--incomplete {
  color: #54545c;
}

.tf-gds .c-uploader-file__name--incomplete--hovered {
  color: #54545c;
}

.tf-gds .c-uploader-file__name--completed {
  color: #0071d0;
}

.tf-gds .c-uploader-file__name--completed--hovered {
  color: #005daa;
}

.tf-gds .c-uploader-file__icon-blue {
  color: #0071d0;
}

.tf-gds .c-uploader__progress-bar {
  background-color: #f7f7f7;
  height: 2px;
  width: 100%;
  border: unset;
}

.tf-gds .c-uploader__progress-bar-indicator {
  background-color: #e71316;
  height: inherit;
  width: 1%;
}

.tf-gds .c-uploader__files-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tf-gds .c-uploader__files-list .c-uploader__file-divider {
  border: 1px solid #e5e5e5;
  height: 1px;
  width: 100%;
  margin: 10px 0 16px 0;
}

.tf-gds .c-uploader--large {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.tf-gds .c-uploader--large .c-uploader__files {
  height: 280px;
  overflow-y: auto;
}

.tf-gds .c-uploader--condensed {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tf-gds .c-uploader--condensed .c-uploader__files {
  max-height: 105px;
  overflow-y: auto;
}

.tf-gds .c-uploader--simple {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 370px;
}

.tf-gds .c-uploader--simple .c-uploader__browse {
  display: flex;
  align-items: center;
}

.tf-gds .c-uploader--simple .c-uploader__info {
  color: #54545c;
  font-family: HelveticaNeue;
  font-size: 14px;
  line-height: 22px;
}

.tf-gds .c-uploader--simple .c-uploader__files {
  height: 105px;
  overflow-y: auto;
}

.tf-gds .c-filter:hover .c-filter__dropdown {
  display: block;
}

.tf-gds .c-filter .c-filter__dropdown {
  display: none;
  position: absolute;
  top: 32px;
  left: 16px;
  background-color: #ffffff;
  z-index: 10;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.tf-gds .c-filter.c-filter--selected {
  background-color: #f7f7f7;
}

.tf-gds .c-filter .c-filter__dropdown .c-filter__dropdown-item {
  width: 100%;
  padding: 8px 8px 8px 8px;
  font-weight: normal;
}

.tf-gds .c-filter .c-filter__dropdown .c-filter__dropdown-item:hover {
  background-color: #f7f7f7;
}

.tf-gds .c-filters {
  margin: 32px;
  margin-bottom: 5px;
}

.tf-gds .c-filters div {
  display: inline-block;
  margin-right: 12px;
}

.tf-gds .c-filter {
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
  padding-left: 12px;
}

.tf-gds .c-filter__arrow {
  position: relative;
  top: -2px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.tf-gds .c-filter__arrow.c-filter--arrow-down {
  border-top: 5px solid #1b1b1d;
}

.tf-gds .c-filter__arrow.c-filter--arrow-up {
  border-bottom: 5px solid #1b1b1d;
}

.tf-gds .c-gallery__items img {
  margin: 32px;
  width: 268px;
  height: 268px;
  object-fit: cover;
  border: 4px solid #e5e5e5;
}

.tf-gds .c-gallery__icon {
  position: relative;
  top: 4px;
}

.tf-gds .c-gallery__lightbox {
  display: none;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #54545c;
}

.tf-gds .c-gallery__lightbox-prev::after, .tf-gds .c-gallery__lightbox-next::after {
  font-family: "icomoon";
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 12px;
}

.tf-gds .c-gallery__lightbox-prev::after {
  content: "\e93d";
  left: 8px;
}

.tf-gds .c-gallery__lightbox-next::after {
  content: "\e93f";
  left: 10px;
}

.tf-gds .c-gallery__lightbox-img, .tf-gds .c-gallery__lightbox-content {
  display: inline-block;
}

.tf-gds .c-gallery__lightbox-img {
  width: 100%;
}

.tf-gds .c-gallery__lightbox-container {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tf-gds .c-gallery__lightbox-next, .tf-gds .c-gallery__lightbox-prev {
  display: inline-block;
  border: 2px solid #e5e5e5;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tf-gds .c-gallery__lightbox-next {
  right: 10%;
}

.tf-gds .c-gallery__lightbox-prev {
  left: 10%;
}

.tf-gds .c-gallery__lightbox-gallery-close::after {
  font-family: 'icomoon';
  content: "\eb16";
  font-size: 18px;
}

.tf-gds .c-gallery__lightbox-image-info {
  background-color: #54545c;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.tf-gds .c-gallery__lightbox-title {
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 8px;
  padding: 12px 20px 8px 20px;
}

.tf-gds .c-gallery__lightbox-description {
  font-size: 14px;
  line-height: 22px;
  padding: 0px 20px 12px 20px;
}

.tf-gds .c-gallery__lightbox-img-footer {
  background: #000000;
  width: 100%;
  padding: 8px;
}

.tf-gds .c-gallery__lightbox-desc-btn, .tf-gds .c-gallery__lightbox-browse {
  display: inline-block;
}

.tf-gds .c-gallery__lightbox-desc-btn::after {
  content: "Hide Description";
}

.tf-gds .c-gallery__lightbox-image-info.c-gallery--active .c-gallery__lightbox-img-footer .c-gallery__lightbox-desc-btn::after {
  content: "Show Description";
}

.tf-gds .c-gallery__lightbox-desc-btn::before {
  font-family: 'icomoon';
  font-size: 16px;
  content: "\ed9b";
  padding-right: 8px;
}

.tf-gds .c-gallery__lightbox-image-info.c-gallery--active .c-gallery__lightbox-img-footer .c-gallery__lightbox-desc-btn::before {
  content: "\ec23";
}

.tf-gds .c-gallery__lightbox-image-info.c-gallery--active .c-gallery__lightbox-title,
.tf-gds .c-gallery__lightbox-image-info.c-gallery--active .c-gallery__lightbox-description {
  display: none;
}

.tf-gds .c-gallery__lightbox-browse {
  position: absolute;
  right: 8px;
  font-size: 14px;
  color: #0071d0;
}

.tf-gds .c-gallery__lightbox-gallery-title, .tf-gds .c-gallery__lightbox-gallery-close {
  display: inline-block;
}

.tf-gds .c-gallery__lightbox-gallery-title {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 20px;
}

.tf-gds .c-gallery__lightbox-gallery-close {
  position: absolute;
  top: 8px;
  right: 0;
}

.tf-gds .c-gallery__lightbox-prev,
.tf-gds .c-gallery__lightbox-gallery-close,
.tf-gds .c-gallery__lightbox-desc-btn,
.tf-gds .c-gallery__lightbox-browse,
.tf-gds .c-gallery__lightbox-next {
  cursor: pointer;
}

.tf-gds .c-gallery.g-gallery--cards .c-gallery__items .c-gallery__image-container {
  display: inline-block;
  position: relative;
}

.tf-gds .c-gallery.g-gallery--cards .c-gallery__items .c-gallery__image-container img {
  width: 416px;
  height: 388;
  border: none;
}

.tf-gds .c-gallery.g-gallery--cards .c-gallery__items .c-gallery__image-container .c-gallery__image-info {
  width: 416px;
  height: 194px;
  position: absolute;
  left: 32px;
  bottom: 0px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  overflow: hidden;
  padding: 24px;
}

.tf-gds .c-gallery__image-info-description, .tf-gds .c-gallery__image-info-title {
  font-size: 14px;
}

.tf-gds .c-gallery__image-info-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.tf-gds .tfc-c-header, .tf-gds .tfc-c-header .tfc-c-header-left-side-header, .tfc-c-header .tf-gds .tfc-c-header-left-side-header {
  display: flex;
  align-items: center;
}

.tf-gds .tfc-c-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  height: 60px;
  padding: 0 33.5px 0 22px;
  border-bottom: 1px solid #e5e5e5;
}

.tf-gds .tfc-c-header .tfc-c-header-left-side-header .tfc-c-header-info span {
  display: block;
  padding-left: 6.5px;
}

.tf-gds .tfc-c-header .tfc-c-header-left-side-header .tfc-c-header-title {
  font-size: 20px;
  color: #e71316;
  font-weight: bold;
}

.tf-gds .tfc-c-header .tfc-c-header-left-side-header .tfc-c-header-subtitle {
  font-size: 11px;
  color: #54545c;
}

.tf-gds .tfc-c-header .tfc-c-header-right-side-header .tfc-c-header-option {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  margin-left: 20px;
  cursor: pointer;
}

.tf-gds .tfc-c-header .tfc-c-header-right-side-header .tfc-c-header-option .tfc-c-header-icon {
  padding-right: 3px;
}

.tf-gds .c-inline-edit--icons,
.tf-gds .c-inline-edit--buttons {
  padding: 16px 0;
}

.tf-gds .c-inline-edit--icons .btn-icon-edit,
.tf-gds .c-inline-edit--buttons .btn-icon-edit {
  padding: 4px 8px 2px 8px;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper {
  display: inline-block;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper input,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper input {
  outline: 0px solid transparent;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper .c-readonly-input,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper .c-readonly-input {
  border: 1px solid transparent;
  font-size: 14px;
  min-width: 180px;
  padding: 8px 16px;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper .c-readonly-input:focus, .tf-gds .c-inline-edit--icons .c-inline-edit-wrapper .c-readonly-input[readonly],
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper .c-readonly-input:focus,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper .c-readonly-input[readonly] {
  outline: 0px solid transparent;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper .c-input,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper .c-input {
  min-width: 180px;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper .c-input:focus,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper .c-input:focus {
  outline: 0px solid transparent;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper .c-input--default,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper .c-input--default {
  height: 40px;
  padding: 8px 16px;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper .c-input--small,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper .c-input--small {
  height: 30px;
  padding: 8px 16px;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper:hover,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper:hover {
  border-color: transparent;
}

.tf-gds .c-inline-edit--icons .c-inline-edit-wrapper:hover a,
.tf-gds .c-inline-edit--buttons .c-inline-edit-wrapper:hover a {
  color: #0071d0;
}

.tf-gds .c-inline-edit--icons .c-btn-set, .tf-gds .c-inline-edit--icons .c-btn-set-icon,
.tf-gds .c-inline-edit--buttons .c-btn-set,
.tf-gds .c-inline-edit--buttons .c-btn-set-icon {
  display: inline-block;
}

.tf-gds .c-inline-edit--icons .c-btn-set .c-btn,
.tf-gds .c-inline-edit--buttons .c-btn-set .c-btn {
  display: none;
  margin-left: 8px;
}

.tf-gds .c-inline-edit--icons .c-btn-set-icon.large .btn-icon,
.tf-gds .c-inline-edit--buttons .c-btn-set-icon.large .btn-icon {
  margin: 0;
  padding: 8px;
  height: 40px;
  width: 40px;
}

.tf-gds .c-inline-edit--icons .c-btn-set-icon.large .btn-icon [class^="icon-"], .tf-gds .c-inline-edit--icons .c-btn-set-icon.large .btn-icon [class*=" icon-"],
.tf-gds .c-inline-edit--buttons .c-btn-set-icon.large .btn-icon [class^="icon-"],
.tf-gds .c-inline-edit--buttons .c-btn-set-icon.large .btn-icon [class*=" icon-"] {
  vertical-align: middle;
}

.tf-gds .c-inline-edit--icons .c-btn-set-icon.small .btn-icon,
.tf-gds .c-inline-edit--buttons .c-btn-set-icon.small .btn-icon {
  margin: 0;
  padding: 4px 8px;
  height: 30px;
  width: 30px;
}

.tf-gds .c-inline-edit--icons .c-btn-set-icon.small .btn-icon [class^="icon-"], .tf-gds .c-inline-edit--icons .c-btn-set-icon.small .btn-icon [class*=" icon-"],
.tf-gds .c-inline-edit--buttons .c-btn-set-icon.small .btn-icon [class^="icon-"],
.tf-gds .c-inline-edit--buttons .c-btn-set-icon.small .btn-icon [class*=" icon-"] {
  vertical-align: middle;
}

.tf-gds .c-inline-edit--icons .c-btn-set-icon .c-btn-primary,
.tf-gds .c-inline-edit--icons .c-btn-set-icon .c-btn-secondary,
.tf-gds .c-inline-edit--buttons .c-btn-set-icon .c-btn-primary,
.tf-gds .c-inline-edit--buttons .c-btn-set-icon .c-btn-secondary {
  display: none;
}

.tf-gds .c-inline-edit--icons .c-btn-set-icon .c-btn-secondary,
.tf-gds .c-inline-edit--buttons .c-btn-set-icon .c-btn-secondary {
  color: #0071d0;
}

.tf-gds .c-inline-edit--icons .c-btn-set-icon .c-btn-secondary:hover,
.tf-gds .c-inline-edit--buttons .c-btn-set-icon .c-btn-secondary:hover {
  color: #005daa;
}

.tf-gds .c-input-validation {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}

.tf-gds .c-input__validation-icon {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 70px;
}

.tf-gds .c-input__validation-icon:after {
  font-family: 'icomoon';
  font-size: 14px;
  padding: 0;
  width: 14px;
  height: 14px;
}

.tf-gds .c-input__validation-message {
  position: absolute;
  left: 18px;
  top: 70px;
  font-size: 14px;
  color: #54545c;
}

.tf-gds .c-input-validation--error .c-input {
  border-bottom: 3px solid #e71316;
  padding-right: 39px;
}

.tf-gds .c-input-validation--error .c-input__validation-message {
  color: #e71316;
}

.tf-gds .c-input-validation--error .c-input__validation-icon:after {
  content: "\ee1e";
  color: #e71316;
}

.tf-gds .c-input-validation--success .c-input {
  border-bottom: 3px solid #00a824;
  padding-right: 39px;
}

.tf-gds .c-input-validation--success .c-input__validation-message {
  color: #00a824;
}

.tf-gds .c-input-validation--success .c-input__validation-icon:after {
  content: "\ee01";
  color: #00a824;
}

.tf-gds .c-input__validation-message:after {
  font-weight: bold;
}

.tf-gds .c-input-validation--weak .c-input__validation-message:after {
  content: 'Weak';
}

.tf-gds .c-input-validation--good .c-input__validation-message:after {
  content: 'Good';
}

.tf-gds .c-input-validation--strong .c-input__validation-message:after {
  content: 'Strong';
}

.tf-gds .c-input-validation--password .c-input {
  border-bottom: 3px solid #e5e5e5;
}

.tf-gds .c-input-validation--password .c-input__validation-message {
  left: 0px;
}

.tf-gds .c-input-validation--password .c-input__password-strength:after {
  position: absolute;
  top: 60px;
  content: "";
  display: block;
  margin-top: 7px;
}

.tf-gds .c-input-validation--password.c-input-validation--weak .c-input__password-strength:after {
  width: 33%;
  border-bottom: 3px solid #e71316;
}

.tf-gds .c-input-validation--password.c-input-validation--good .c-input__password-strength:after {
  width: 66%;
  border-bottom: 3px solid #f56a00;
}

.tf-gds .c-input-validation--password.c-input-validation--strong .c-input__password-strength:after {
  width: 100%;
  border-bottom: 3px solid #00a824;
}

.tf-gds .c-input-label {
  font-weight: 500;
  display: block;
  font-size: 14px;
  padding-bottom: 4px;
}

.tf-gds .c-input-label[required]:after {
  content: "*";
  color: #e71316;
}

.tf-gds .c-input-label[disabled] {
  color: #92929e;
  background-color: #f7f7f7;
  cursor: not-allowed;
}

.tf-gds .c-input {
  font-size: 14px;
  height: 40px;
  border: solid 1px #cccccc;
  padding: 0 0 0 16px;
  min-width: 256px;
}

.tf-gds .c-input:focus, .tf-gds .c-input.active {
  box-shadow: 0 4px 6px 0 #e5e5e5;
  outline: none;
}

.tf-gds .c-input.c-input--large {
  height: 50px;
}

.tf-gds .c-input.c-input--small {
  height: 30px;
}

.tf-gds .c-input.c-input--textarea {
  min-height: 175px;
  min-width: 300px;
  line-height: 22px;
  padding: 8px 16px;
  font-size: 14px;
}

.tf-gds .c-input[disabled], .tf-gds .c-input[readonly] {
  color: #1b1b1d;
  background-color: #f7f7f7;
  border-color: solid 1px #cccccc;
}

.tf-gds .c-input--inline {
  display: inline-block;
  margin: 0;
  padding: 0 32px 0 0;
}

.tf-gds .c-list * {
  font-size: 14px;
  color: #1b1b1d;
}

.tf-gds .c-list--inline * {
  display: inline;
}

.tf-gds .c-list--unstyled * {
  list-style: none;
}

.tf-gds .c-loader, .tf-gds .c-badge--loader::after {
  margin: 1px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  border-top: 2px solid #e71316;
  border-right: 2px solid #e71316;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

.tf-gds .c-loader--small, .tf-gds .c-badge--loader::after {
  width: 12px;
  height: 12px;
}

.tf-gds .c-loader--white, .tf-gds .c-badge--loader::after {
  border-color: #ffffff #ffffff transparent transparent;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tf-gds .u--round::after, .tf-gds .u--round::before {
  border-radius: 50%;
  padding: 12px;
  color: #0071d0;
  background-color: #f7f7f7;
}

.tf-gds .c-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.tf-gds .c-modal__window {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 48px;
  max-width: 90vw;
}

.tf-gds .c-modal__window--small {
  width: 580px;
}

.tf-gds .c-modal__window--medium {
  width: 780px;
}

.tf-gds .c-modal__window--large {
  width: 930px;
}

.tf-gds .c-modal__window--fullscreen {
  width: 80%;
  height: 100%;
  max-width: 1380px;
}

.tf-gds .c-modal__window::after {
  clear: both;
}

.tf-gds .c-modal__header {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  font-weight: 500;
  color: #1b1b1d;
  margin-bottom: 32px;
}

.tf-gds .c-modal__close {
  float: right;
  cursor: pointer;
}

.tf-gds .c-modal__close::after {
  font-family: 'icomoon';
  font-size: 32px;
  content: "\e946";
}

.tf-gds .c-modal__content {
  padding: 0px;
  overflow-y: auto;
  max-height: 60vh;
  clear: both;
}

.tf-gds .c-modal__title {
  float: left;
  font-size: 26px;
  font-weight: 500;
  color: #1b1b1d;
  margin-bottom: 32px;
}

.tf-gds .c-modal__buttons {
  margin-top: 40px;
}

.tf-gds .c-modal__buttons .c-btn {
  float: right;
}

.tf-gds .c-modal__buttons .c-btn:last-child {
  margin-right: 16px;
}

.tf-gds .c-nav__container {
  min-width: 700px;
  position: relative;
  height: 48px;
  background-color: #ffffff;
}

.tf-gds .c-nav {
  overflow-x: scroll;
  overflow-y: hidden;
  box-shadow: 0 4px 6px 0 rgba(13, 13, 13, 0.1);
}

.tf-gds .c-nav.c-nav--large {
  box-shadow: none;
}

.tf-gds .c-nav.c-nav--large .c-nav__container {
  height: 67px;
}

.tf-gds .c-nav.c-nav--large .c-nav__container .c-nav__links, .tf-gds .c-nav.c-nav--large .c-nav__container .c-nav__links .c-nav__item {
  height: 100%;
}

.tf-gds .c-nav.c-nav--large .c-nav__container .c-nav__links *, .tf-gds .c-nav.c-nav--large .c-nav__container .c-nav__links .c-nav__item * {
  font-size: 22px;
  line-height: 30px;
}

.tf-gds .c-nav.c-nav--large .c-nav__container .c-nav__item {
  color: #54545c;
}

.tf-gds .c-nav.c-nav--large .c-nav__container .c-nav__item.c-nav--active {
  color: #1b1b1d;
  font-weight: bold;
  border-bottom: 5px solid #e71316;
}

.tf-gds .c-nav.c-nav--large .c-nav__container .c-nav__item.c-nav--dropdown {
  font-weight: normal;
  height: auto;
}

.tf-gds .c-nav * {
  line-height: 14px;
}

.tf-gds .c-nav::-webkit-scrollbar {
  -webkit-appearance: none;
}

.tf-gds .c-nav::-webkit-scrollbar:horizontal {
  height: 4px;
}

.tf-gds .c-nav::-webkit-scrollbar-thumb {
  background-color: #e71316;
}

.tf-gds .c-nav::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.tf-gds .c-nav__container div {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.tf-gds .c-nav__container div .c-nav__item a {
  text-decoration: none;
  color: #54545c;
  height: 100%;
  vertical-align: middle;
}

.tf-gds .c-nav__container .c-nav__links {
  position: absolute;
  left: 0;
}

.tf-gds .c-nav__container .c-nav__actions {
  position: absolute;
  padding-right: 24px;
  right: 0;
}

.tf-gds .c-nav__container div .c-nav__item {
  float: left;
  height: 100%;
}

.tf-gds .c-nav__container .c-nav__links .c-nav__item {
  color: #54545c;
}

.tf-gds .c-nav__container .c-nav__links .c-nav__item:hover {
  color: #1b1b1d;
}

.tf-gds .c-nav__container .c-nav__links .c-nav__item {
  border-bottom: 2px solid transparent;
}

.tf-gds .c-nav__container .c-nav__links .c-nav__item.c-nav--active {
  border: none;
}

.tf-gds .c-nav__container .c-nav__links .c-nav__citem.c-nav--active a {
  font-weight: bold;
  color: #1b1b1d;
}

.tf-gds .c-nav__container .c-nav__actions .c-nav__item a {
  font-weight: bold;
  color: #0071d0;
  font-size: 0;
  padding: 16px 0 16px 0;
}

.tf-gds .c-nav__container div .c-nav__item a {
  text-decoration: none;
  position: relative;
  padding: 16px;
  display: inline-block;
  text-align: center;
}

.tf-gds .c-nav--icon-data::before {
  font-family: "icomoon";
  font-size: 16px;
  content: "\edf0";
  margin-right: 8px;
}

.tf-gds .c-nav--icon-mail::before {
  font-family: "icomoon";
  font-size: 16px;
  content: "\ed56";
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.tf-gds .c-nav--dropdown {
  position: relative;
}

.tf-gds .c-nav--dropdown:hover .c-nav__dropdown-container {
  display: block;
  position: absolute;
  box-shadow: 0px 6px 8px 0px rgba(34, 34, 34, 0.1);
}

.tf-gds .c-nav--dropdown .c-nav__dropdown-container {
  display: none;
}

.tf-gds .c-nav--dropdown .c-nav__dropdown-container .c-nav__dropdown-item {
  display: block;
  margin-top: -1px;
}

@media (min-width: 576px) {
  .tf-gds .c-nav__container .c-nav__links {
    position: absolute;
    left: 0;
  }
  .tf-gds .c-nav__container .c-nav__actions {
    position: absolute;
    right: 0;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .tf-gds .c-nav__container .c-nav__links .c-nav__item.c-nav--active {
    border-bottom: 2px solid #e71316;
  }
  .tf-gds .c-nav {
    overflow: visible;
  }
  .tf-gds .c-nav__container .c-nav__actions {
    position: absolute;
    right: 16px;
  }
  .tf-gds .c-nav::-webkit-scrollbar:horizontal {
    height: 0;
  }
  .tf-gds .c-nav--dropdown {
    position: relative;
  }
  .tf-gds .c-nav--dropdown:hover .c-nav__dropdown-container {
    display: block;
    position: absolute;
    box-shadow: 0px 6px 8px 0px rgba(34, 34, 34, 0.1);
  }
  .tf-gds .c-nav--dropdown .c-nav__dropdown-container {
    display: none;
  }
  .tf-gds .c-nav--dropdown .c-nav__dropdown-container .c-nav__dropdown-item {
    display: block;
    margin-top: -1px;
  }
}

@media (min-width: 576px) {
  .tf-gds .c-nav__container .c-nav__links {
    position: absolute;
    left: 0;
  }
  .tf-gds .c-nav__container .c-nav__actions {
    position: absolute;
    right: 0;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .tf-gds .c-nav__container .c-nav__links .c-nav__item.c-nav--active {
    border-bottom: 2px solid #e71316;
  }
  .tf-gds .c-nav__container .c-nav__actions {
    position: absolute;
    right: 16px;
  }
}

@media (min-width: 992px) {
  .tf-gds .c-nav__container {
    height: 48px;
  }
}

@media (min-width: 1200px) {
  .tf-gds .c-nav__container .c-nav__links {
    position: absolute;
    left: 0;
  }
  .tf-gds .c-nav__container .c-nav__actions {
    position: absolute;
    right: 0;
  }
  .tf-gds .c-nav__container .c-nav__actions .c-nav__item a {
    font-size: 12px;
    padding: 16px 0 16px 16px;
  }
}

@media (min-width: 1440px) {
  .tf-gds .c-nav__container .c-nav__links {
    position: absolute;
    left: 0%;
  }
  .tf-gds .c-nav__container .c-nav__actions {
    position: absolute;
    right: 0%;
  }
}

.tf-gds .c-page-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.tf-gds .c-pagination {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 22px;
  float: right;
  max-width: 500px;
  overflow: hidden;
}

.tf-gds .c-pagination__button {
  margin-right: -15px;
  margin-left: -15px;
  color: #1b1b1d;
}

.tf-gds .c-pagination__button--inactive {
  color: #92929e;
}

.tf-gds .c-pagination__page {
  display: inline;
  margin: 0 14px;
  padding: 0 1px;
  cursor: pointer;
}

.tf-gds .c-pagination__page:hover {
  color: #54545c;
}

.tf-gds .c-pagination__page--active {
  border-bottom: 2px solid #e71316;
}

.tf-gds .c-popover {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 4px 6px 0 #cccccc;
  font-size: 14px;
  padding: 16px;
  background: #ffffff;
}

.tf-gds .c-popover.c-popover__message {
  width: 440px;
  height: 242px;
  padding: 24px;
}

.tf-gds .c-popover.c-popover__message .c-popover__header {
  color: #1b1b1d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  padding: 0;
}

.tf-gds .c-popover.c-popover__message .c-popover__text {
  color: #1b1b1d;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  padding: 0;
  clear: both;
}

.tf-gds .c-popover.c-popover__message .c-popover__close {
  color: #54545c;
}

.tf-gds .c-popover.c-popover__message .c-checkbox {
  padding-bottom: 0;
  margin-bottom: 0;
}

.tf-gds .c-popover--visible {
  visibility: visible;
}

.tf-gds .c-popover--invisible {
  visibility: hidden;
}

.tf-gds .c-popover--bottom {
  top: 120%;
}

.tf-gds .c-popover--right {
  left: 120%;
}

.tf-gds .c-popover--top {
  bottom: 120%;
}

.tf-gds .c-popover--left {
  right: 120%;
}

.tf-gds .c-popover__message.c-popover--bottom {
  left: 0;
}

.tf-gds .c-popover__message.c-popover--right {
  top: -43px;
}

.tf-gds .c-popover__message.c-popover--top {
  left: -40px;
}

.tf-gds .c-popover__message.c-popover--left {
  top: -20px;
}

.tf-gds .c-popover:after, .tf-gds .c-popover:before {
  width: 0px;
  height: 0px;
  content: '';
  position: absolute;
  border-width: 6px;
  border-style: solid;
}

.tf-gds .c-popover--top:after {
  border-color: #ffffff transparent transparent transparent;
  bottom: -12px;
  left: 10%;
}

.tf-gds .c-popover--top:before {
  border-color: #cccccc transparent transparent transparent;
  bottom: -13px;
  left: 10%;
}

.tf-gds .c-popover--left:after {
  border-color: transparent transparent transparent #ffffff;
  right: -12px;
  top: 10%;
}

.tf-gds .c-popover--left:before {
  border-color: transparent transparent transparent #cccccc;
  right: -13px;
  top: 10%;
}

.tf-gds .c-popover--bottom:after {
  border-color: transparent transparent #ffffff transparent;
  top: -12px;
  left: 5px;
}

.tf-gds .c-popover--bottom:before {
  border-color: transparent transparent #cccccc transparent;
  top: -13px;
  left: 5px;
}

.tf-gds .c-popover--right:after {
  border-color: transparent #ffffff transparent transparent;
  left: -12px;
  top: 20%;
}

.tf-gds .c-popover--right:before {
  border-color: transparent #cccccc transparent transparent;
  border-top: 6px solid transparent;
  left: -13px;
  top: 20%;
}

.tf-gds .c-pull-left {
  float: left;
}

.tf-gds .c-pull-right {
  float: right;
}

.tf-gds .c-progress-bar {
  display: flex;
  height: 14px;
  border-radius: 20px;
  border: 1px solid #cccccc;
}

.tf-gds .c-progress-bar__state {
  flex: 1;
  color: #54545c;
}

.tf-gds .c-progress-bar__state div {
  margin-top: 12px;
}

.tf-gds .c-progress-bar__state::before {
  position: relative;
  top: 1px;
  left: 3px;
  display: inline-block;
  border-radius: 4px;
  content: '';
  border: 4px solid #ffffff;
}

.tf-gds .c-progress-bar__state:last-of-type::before {
  border: 4px solid #cccccc;
  top: 2px;
  margin-right: 6px;
  float: right;
}

.tf-gds .c-progress-bar__state--red {
  flex: 1;
  padding: 1px;
  background-color: #e71316;
}

.tf-gds .c-progress-bar__state--red:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tf-gds .c-progress-bar__state--red:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tf-gds .c-progress-bar__state--red:last-of-type::before {
  top: 1px;
  border: 4px solid #ffffff;
  float: none;
}

.tf-gds .c-progress-bar__state--current {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tf-gds .c-progress-bar__state--grey {
  position: relative;
  top: 2px;
  background-color: #f7f7f7;
  height: 8px;
  border-radius: 5px;
}

.tf-gds .c-progress-bar__state--grey::before {
  top: 0px;
  left: 0px;
}

.tf-gds .c-progress-bar__state--grey:first-of-type {
  left: 2px;
}

.tf-gds .c-progress-bar__state--grey:last-of-type {
  margin-right: 2px;
}

.tf-gds .c-progress-bar__state--grey:not(:first-of-type) {
  border-radius: 0px 5px 5px 0px;
}

.tf-gds .c-progress-bar__state--grey:not(:first-of-type)::before {
  border: 4px solid transparent;
}

.tf-gds .c-radio {
  display: block;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: 0px;
  left: 30px;
  margin-bottom: 5px;
}

.tf-gds .c-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tf-gds .c-radio input:checked + span {
  border: 1px solid #0071d0;
}

.tf-gds .c-radio input:checked + span:after {
  border-radius: 50%;
  background: #0071d0;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  content: "";
  display: block;
  position: relative;
}

.tf-gds .c-radio input[disabled] + span {
  background-color: #a5a5ae;
}

.tf-gds .c-radio span {
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  display: block;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: -30px;
}

.tf-gds .c-radio.c-radio--inline {
  display: inline-block;
  padding-right: 48px;
}

.tf-gds .c-radio.c-radio--disabled {
  color: #a5a5ae;
}

.tf-gds .c-search-bar {
  position: relative;
  display: flex;
}

.tf-gds .c-search-bar .c-dropdown__container:focus {
  border-left: 1px solid #e5e5e5;
}

.tf-gds .c-search-bar .c-dropdown__container.c-dropdown--active:after {
  top: 12px;
}

.tf-gds .c-search-bar .c-dropdown .c-dropdown__options-container {
  top: 39px;
}

.tf-gds .c-search-bar .c-dropdown__options-container, .tf-gds .c-search-bar .c-dropdown__container {
  min-width: 158px;
}

.tf-gds .c-search-bar.c-search-bar--dropdown .c-search-bar__input {
  margin-left: -1px;
}

.tf-gds .c-search-bar .c-dropdown.c-dropdown--grey .c-dropdown__container {
  background-color: #f7f7f7;
}

.tf-gds .c-search-bar .c-dropdown__container::after {
  top: 17px;
}

.tf-gds .c-search-bar.c-search-bar--inline {
  display: inline-flex;
}

.tf-gds .c-search-bar, .tf-gds .c-search-bar .c-dropdown, .tf-gds .c-search-bar .c-dropdown__container, .tf-gds .c-search-bar__input, .tf-gds .c-search-bar__button {
  height: 40px;
}

.tf-gds .c-search-bar__input {
  border: 1px solid #cccccc;
  padding: 0px 16px 0px 16px;
  flex: 1;
}

.tf-gds .c-search-bar__input ~ .c-dropdown {
  flex: 1;
  margin-left: -1px;
}

.tf-gds .c-search-bar__input ~ .c-dropdown .c-dropdown__container, .tf-gds .c-search-bar__input ~ .c-dropdown .c-dropdown__options-container {
  width: 100%;
}

.tf-gds .c-search-bar__button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: bold;
  padding: 0px 50px;
  color: #54545c;
  margin-left: -1px;
}

.tf-gds .c-search-bar__button::after {
  content: "Search";
}

.tf-gds .c-search-bar__button.c-search-bar__button--icon {
  padding: 0px 30px 0px 30px;
}

.tf-gds .c-search-bar__button.c-search-bar__button--icon:after {
  font-family: 'icomoon';
  font-size: 24px;
  content: "\ea84";
}

.tf-gds .c-search-bar__button.c-search-bar__button--inline {
  border: none;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 8px;
  height: 18px;
}

.tf-gds .c-search-bar__button.c-search-bar__button-dark {
  background-color: #54545c;
}

.tf-gds .c-search-bar__button.c-search-bar__button-dark::after {
  color: #ffffff;
}

.tf-gds .c-segmented-control {
  display: table;
  padding: 0;
}

.tf-gds .c-segmented-control__item {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tf-gds .c-segmented-control__item:first-child .c-segmented-control__label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tf-gds .c-segmented-control__item:last-child .c-segmented-control__label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tf-gds .c-segmented-control__input {
  position: absolute;
  visibility: hidden;
}

.tf-gds .c-segmented-control__input:checked + .c-segmented-control__label {
  background-color: #f7f7f7;
  box-shadow: inset 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.tf-gds .c-segmented-control__label {
  display: block;
  margin: 0 -1px -1px 0;
  /* -1px margin removes double-thickness borders between items */
  padding: 8px 16px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.tf-gds .c-segmented-control__label:hover {
  background: #f7f7f7;
  border: 1px solid #92929e;
}

.tf-gds .c-product-list .c-title, .tf-gds .c-product-list .c-product-list__description {
  text-align: left;
}

.tf-gds .c-product-list .c-product-list__title {
  font-weight: bold;
}

.tf-gds .c-product-list .c-product-list__description {
  width: 910px;
}

.tf-gds .c-product-list .c-product-list__table {
  border-radius: 3px;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  width: fit-content;
  position: relative;
  text-align: right;
}

.tf-gds .c-product-list .c-product-list__table th {
  text-align: left;
}

.tf-gds .c-product-list .c-product-list__table tr:hover {
  background-color: #f7f7f7;
}

.tf-gds .c-product-list .c-product-list__table td a {
  color: #0071d0;
  text-decoration: none;
}

.tf-gds .c-product-list .c-product-list__table td input {
  height: 32px;
  width: 32px;
  border: 1px solid #cccccc;
}

.tf-gds .c-product-list .c-product-list__table table {
  font-size: 13px;
  overflow-x: hidden;
  overflow-y: scroll;
  table-layout: auto;
  border-collapse: collapse;
}

.tf-gds .c-product-list .c-product-list__table td, .tf-gds .c-product-list .c-product-list__table th {
  align-content: left;
  height: 60px;
  padding: 18px 46px 18px 46px;
  border-bottom: solid 1px #e5e5e5;
}

.tf-gds .c-product-list .c-product-list__table thead > tr > :nth-child(1) {
  padding-left: 25px;
}

.tf-gds .c-product-list .c-product-list__table tbody > tr > :nth-child(1) {
  padding-left: 25px;
}

.tf-gds .c-product-list .c-product-list__table tbody > tr > :nth-child(4) {
  font-weight: bold;
}

.tf-gds .c-product-list .c-product-list__table tbody > tr > :nth-child(5) {
  padding-left: 60px;
}

.tf-gds .c-product-list .c-product-list__table .c-btn {
  color: #ffffff;
  background-color: #e71316;
  border: solid 1px #e71316;
  margin-right: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.tf-gds .c-product-list .c-product-list__table .c-btn:hover {
  background-color: #c40003;
  border: solid 1px #e71316;
}

.tf-gds .c-product-list .c-product-list__table .c-btn:active {
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

@media (max-width: 720px) {
  .tf-gds .c-product-list .c-product-list__description {
    width: 100%;
  }
  .tf-gds .c-product-list .c-product-list__table {
    width: 100%;
  }
  .tf-gds .c-product-list .c-product-list__table td, .tf-gds .c-product-list .c-product-list__table th {
    align-content: left;
    height: 40px;
    padding: 7px 16px 7px 16px;
  }
}

@media (max-width: 910px) {
  .tf-gds .c-product-list .c-product-list__description {
    width: 100%;
  }
}

.tf-gds .c-table {
  border-spacing: 0;
  font-size: 14px;
  width: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

.tf-gds .c-table tr:hover {
  background-color: #f7f7f7;
}

.tf-gds .c-table td {
  border-bottom: solid 1px #e5e5e5;
}

.tf-gds .c-table th {
  font-weight: 500;
  text-align: left;
  border-bottom: solid 2px #e5e5e5;
}

.tf-gds .c-table td, .tf-gds .c-table th {
  height: 40px;
  padding: 9px 16px 9px 16px;
}

.tf-gds .c-table.c-table--striped tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.tf-gds .c-table.c-table--striped tbody tr:nth-child(odd):hover {
  background-color: #cccccc;
}

.tf-gds .c-table.c-table--condensed td, .tf-gds .c-table.c-table--condensed th {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 30px;
}

.tf-gds .c-table.c-table--large td, .tf-gds .c-table.c-table--large th {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.tf-gds .c-table.c-table--no-hover tr:hover {
  background-color: inherit;
}

.tf-gds .c-table.c-table--no-hover.c-table--striped tr:nth-child(odd):hover {
  background-color: #f7f7f7;
}

@media (max-width: 720px) {
  .tf-gds .c-table {
    width: 100%;
  }
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red {
  border: none;
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red * {
  border: none;
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red .c-inline-tabs__tab > label {
  font-size: 14px;
  font-weight: normal;
  background: #ffffff;
  color: #54545c;
  border-bottom: 2px solid #e5e5e5;
  margin-left: 8px;
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(1):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(1) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(2):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(2) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(3):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(3) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(4):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(4) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(5):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(5) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.tf-gds .c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(6):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(6) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.tf-gds .c-inline-tabs {
  overflow-x: hidden;
  /* so we could easily hide the radio inputs */
  margin: 32px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.tf-gds .c-inline-tabs [type="radio"] {
  /* hiding the inputs */
  display: none;
}

.tf-gds .c-inline-tabs__tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.tf-gds .c-inline-tabs__tab > label {
  display: block;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 8px 15px;
  border: 1px solid #cccccc;
  background: #f7f7f7;
  color: #54545c;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.tf-gds .c-inline-tabs__tab:hover label {
  color: #1b1b1d;
}

.tf-gds .c-inline-tabs__content {
  display: none;
  color: #54545c;
  padding: 8px;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(1):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(1) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(2):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(2) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(3):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(3) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(4):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(4) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(5):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(5) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(6):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(6) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(1):checked ~ .c-inline-tabs__content:nth-of-type(1) {
  display: block;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(2):checked ~ .c-inline-tabs__content:nth-of-type(2) {
  display: block;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(3):checked ~ .c-inline-tabs__content:nth-of-type(3) {
  display: block;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(4):checked ~ .c-inline-tabs__content:nth-of-type(4) {
  display: block;
}

.tf-gds .c-inline-tabs [type="radio"]:nth-of-type(5):checked ~ .c-inline-tabs__content:nth-of-type(5) {
  display: block;
}

.tf-gds .c-tabs {
  position: relative;
  font-size: 14px;
  padding: 0;
}

.tf-gds .c-tabs.c-tabs--theme-white, .tf-gds .c-tabs.c-tabs--theme-grey {
  padding: 0 0 0 37px;
  border-bottom: 1px solid #cccccc;
  height: 40px;
}

.tf-gds .c-tabs.c-tabs--theme-white .c-tabs__content, .tf-gds .c-tabs.c-tabs--theme-grey .c-tabs__content {
  border-top: 1px solid #cccccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.tf-gds .c-tabs__item {
  display: inline;
}

.tf-gds .c-tabs__item:first-of-type .c-tabs__panel {
  border-top-left-radius: 3px;
}

.tf-gds .c-tabs__item:last-of-type .c-tabs__panel {
  border-top-right-radius: 3px;
}

.tf-gds .c-tabs__content {
  background: #ffffff;
  padding: 8px 16px;
  margin-top: 1px;
  border: 0;
}

.tf-gds .c-tabs__panel {
  margin-left: -1px;
  position: relative;
  left: 1px;
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  border: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  color: #e71316;
  height: 40px;
}

.tf-gds .c-tabs__item:target .c-tabs__content {
  display: block;
  min-height: fit-content;
}

.tf-gds .c-tabs__item:target .c-tabs__panel {
  background: #ffffff;
  color: #1b1b1d;
}

.tf-gds .c-tabs__item:target .c-tabs__panel::after {
  content: '-';
  font-size: 36px;
  float: right;
  position: relative;
  top: -2px;
  right: 3px;
  font-weight: lighter;
}

.tf-gds .c-tabs--theme-white .c-tabs__item:not(:target) .c-tabs__panel {
  background-color: #f7f7f7;
  border-bottom: 1px solid #cccccc;
}

.tf-gds .c-tabs__item:not(:target) .c-tabs__panel {
  border-bottom: 1px solid #cccccc;
}

.tf-gds .c-tabs__item:not(:target) .c-tabs__panel::after {
  content: '+';
  font-size: 28px;
  float: right;
  position: relative;
  top: -2px;
  font-weight: lighter;
}

.tf-gds .c-tabs__item:not(:target) .c-tabs__content {
  display: none;
}

.tf-gds .c-tabs--theme-red .c-tabs__content, .tf-gds .c-tabs--theme-pill .c-tabs__content {
  border: none;
}

.tf-gds .c-tabs--theme-pill.c-tabs--theme-grey {
  padding: 0;
  border-bottom: none;
}

.tf-gds .c-tabs--theme-red .c-tabs__panel {
  padding-left: 48px;
  padding-right: 48px;
  margin-left: 4px;
  margin-right: 4px;
  border: none;
  font-weight: normal;
  color: #1b1b1d;
}

.tf-gds .c-tabs--theme-red .c-tabs__item:not(:target) .c-tabs__panel {
  border-bottom: 2px solid #e5e5e5;
  color: #54545c;
  background: none;
}

.tf-gds .c-tabs--theme-red .c-tabs__item:target .c-tabs__panel {
  border-bottom: 2px solid #e71316;
  background: none;
}

.tf-gds .c-tabs--theme-grey .c-tabs__content {
  background: #f7f7f7;
}

.tf-gds .c-tabs--theme-grey .c-tabs__item:target .c-tabs__panel {
  background: #f7f7f7;
  color: #1b1b1d;
  border-bottom: 1px solid #e5e5e5;
}

.tf-gds .c-tabs--theme-grey .c-tabs__item:not(:target) .c-tabs__panel {
  background: #ffffff;
  color: #e71316;
  background: none;
}

.tf-gds .c-tabs--theme-pill .c-tabs__panel {
  border: none;
  border-radius: 0;
}

.tf-gds .c-tabs--theme-pill .c-tabs__item:target .c-tabs__panel {
  background-color: #f7f7f7;
}

.tf-gds .c-tabs--theme-pill.t-grey .c-tabs__item:target .c-tabs__panel {
  background-color: #ffffff;
}

.tf-gds .c-tabs--theme-pill.t-grey .c-tabs__item:not(:target) .c-tabs__panel {
  color: #e71316;
  background: none;
}

.tf-gds .c-tabs--theme-pill.c-tabs--theme-dark {
  color: #ffffff;
}

.tf-gds .c-tabs--theme-pill.c-tabs--theme-dark .c-tabs__panel {
  color: #ffffff;
}

.tf-gds .c-tabs--theme-pill.c-tabs--theme-dark .c-tabs__item:target .c-tabs__panel {
  background-color: #c40003;
}

.tf-gds .c-tabs--theme-pill.c-tabs--theme-dark .c-tabs__content {
  background: #e71316;
}

@media (min-width: 992px) {
  .tf-gds .c-tabs__item:not(:target) .c-tabs__panel {
    border-bottom: 0;
  }
  .tf-gds .c-tabs__item:not(:target) .c-tabs__panel::after {
    display: none;
  }
  .tf-gds .c-tabs__item:not(:target) .c-tabs__content {
    position: absolute;
  }
  .tf-gds .c-tabs__item:target .c-tabs__panel::after {
    display: none;
  }
  .tf-gds .c-tabs__item:target .c-tabs__content {
    position: absolute;
    z-index: -1;
  }
  .tf-gds .c-tabs__panel {
    float: left;
  }
  .tf-gds .c-tabs--theme-pill.c-tabs__content {
    top: 48px;
  }
  .tf-gds .c-tabs__content {
    z-index: -2;
    left: 0;
    top: 38px;
    bottom: 0;
    right: 0;
    padding-bottom: 32px;
    border: none;
  }
}

.tf-gds .c-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.tf-gds .c-toggle.c-toggle--small {
  width: 36px;
  height: 16px;
}

.tf-gds .c-toggle.c-toggle--small > .c-toggle__control:before {
  height: 24px;
  width: 24px;
  bottom: -4px;
  left: 0px;
}

.tf-gds .c-toggle.c-toggle--small > input:checked + .c-toggle__control:before {
  transform: translateX(15px);
}

.tf-gds .c-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tf-gds .c-toggle input:checked + .c-toggle__control {
  background-color: #e71316;
}

.tf-gds .c-toggle input:checked + .c-toggle__control:before {
  transform: translateX(26px);
}

.tf-gds .c-toggle input:focus + .c-toggle__control {
  box-shadow: 0 0 1px #e71316;
}

.tf-gds .c-toggle[disabled] .c-toggle__control {
  cursor: not-allowed;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

.tf-gds .c-toggle[disabled] > input:checked + .c-toggle__control {
  background-color: #ffffff;
}

.tf-gds .c-toggle[disabled] > input:checked + .c-toggle__control:before {
  transform: translateX(0px);
}

.tf-gds .c-toggle__control {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  transition: 0.35s;
  border-radius: 34px;
}

.tf-gds .c-toggle__control:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: -6px;
  bottom: -6px;
  background-color: #ffffff;
  transition: 0.35s;
  box-shadow: 0 1px 6px 0 rgba(34, 34, 34, 0.3);
  border-radius: 50%;
}

.tf-gds .c-popover {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 4px 6px 0 #cccccc;
  font-size: 14px;
  padding: 16px;
  background: #ffffff;
}

.tf-gds .c-popover.c-popover__message {
  width: 440px;
  height: 242px;
  padding: 24px;
}

.tf-gds .c-popover.c-popover__message .c-popover__header {
  color: #1b1b1d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  padding: 0;
}

.tf-gds .c-popover.c-popover__message .c-popover__text {
  color: #1b1b1d;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  padding: 0;
  clear: both;
}

.tf-gds .c-popover.c-popover__message .c-popover__close {
  color: #54545c;
}

.tf-gds .c-popover.c-popover__message .c-checkbox {
  padding-bottom: 0;
  margin-bottom: 0;
}

.tf-gds .c-popover--visible {
  visibility: visible;
}

.tf-gds .c-popover--bottom {
  top: 120%;
}

.tf-gds .c-popover--right {
  left: 120%;
}

.tf-gds .c-popover--top {
  bottom: 120%;
}

.tf-gds .c-popover--left {
  right: 120%;
}

.tf-gds .c-popover__message.c-popover--bottom {
  left: 0;
}

.tf-gds .c-popover__message.c-popover--right {
  top: -43px;
}

.tf-gds .c-popover__message.c-popover--top {
  left: -40px;
}

.tf-gds .c-popover__message.c-popover--left {
  top: -20px;
}

.tf-gds .c-popover:after, .tf-gds .c-popover:before {
  width: 0px;
  height: 0px;
  content: '';
  position: absolute;
  border-width: 6px;
  border-style: solid;
}

.tf-gds .c-popover--top:after {
  border-color: #ffffff transparent transparent transparent;
  bottom: -12px;
  left: 10%;
}

.tf-gds .c-popover--top:before {
  border-color: #cccccc transparent transparent transparent;
  bottom: -13px;
  left: 10%;
}

.tf-gds .c-popover--left:after {
  border-color: transparent transparent transparent #ffffff;
  right: -12px;
  top: 10%;
}

.tf-gds .c-popover--left:before {
  border-color: transparent transparent transparent #cccccc;
  right: -13px;
  top: 10%;
}

.tf-gds .c-popover--bottom:after {
  border-color: transparent transparent #ffffff transparent;
  top: -12px;
  left: 5px;
}

.tf-gds .c-popover--bottom:before {
  border-color: transparent transparent #cccccc transparent;
  top: -13px;
  left: 5px;
}

.tf-gds .c-popover--right:after {
  border-color: transparent #ffffff transparent transparent;
  left: -12px;
  top: 20%;
}

.tf-gds .c-popover--right:before {
  border-color: transparent #cccccc transparent transparent;
  border-top: 6px solid transparent;
  left: -13px;
  top: 20%;
}

.tf-gds .c-pull-left {
  float: left;
}

.tf-gds .c-pull-right {
  float: right;
}

.tf-gds .c-well {
  display: inline-block;
  padding: 16px;
  background-color: #f7f7f7;
}

.tf-gds .c-zero-state {
  padding: 85px 100px;
  background-color: #ffffff;
  width: 600px;
  height: 360px;
  color: #54545c;
  font-size: 16px;
  text-align: center;
}

.tf-gds .c-zero-state h2 {
  color: #1b1b1d;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

.tf-gds .c-zero-state.zs-instrument {
  text-align: left;
}

.tf-gds .c-zero-state.zs-instrument img {
  width: 81px;
  height: 100px;
  margin: 0 0 24px 40px;
}

.tf-gds .c-zero-state.zs-computer img {
  margin: 0 0 24px;
}

.tf-gds .c-zero-state.zs-config {
  padding: 104px 60px;
}

.tf-gds .c-zero-state.zs-config .c-btn {
  margin-top: 40px;
}

.tf-gds .c-zero-state.zs-config--left {
  text-align: left;
}

.tf-gds .c-zero-state.zs-basic {
  padding: 145px 60px 50px;
  vertical-align: middle;
}

.tf-gds .c-zero-state.zs-basic--left {
  text-align: left;
}

.c-accordion {
  font-size: 14px;
  list-style: none;
  width: 100%;
  transition: 0.5s;
}

.c-accordion.c-accordion--left .c-accordion__icon {
  padding-right: 12px;
  order: -1;
}

.c-accordion.c-accordion--blue .c-accordion__icon {
  color: #0071d0;
}

.c-accordion__item {
  min-height: 50px;
  border: 1px solid #cccccc;
  border-width: 1px 0 0 0;
}

.c-accordion__item:last-of-type {
  border-width: 1px 0px 1px 0px;
}

.c-accordion__item--resetMinHeight {
  min-height: initial;
}

.c-accordion__item--resetMarginTop {
  margin-top: 0;
}

.c-accordion__content {
  padding-top: 0px;
  padding-bottom: 16px;
}

.c-accordion__content--addPaddingTop {
  padding-top: 16px;
}

.c-accordion__header {
  font-weight: 500;
  background: none;
  border: 0;
  width: 100%;
  margin: 0;
  font-size: inherit;
  padding: 16px 8px;
  position: relative;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.c-accordion__header.c-accordion--active ~ .c-accordion__content {
  display: block;
}

.c-accordion__header.c-accordion--active .c-accordion__icon:after {
  content: "\ed9b";
}

.c-accordion__header ~ .c-accordion__content {
  display: none;
}

.c-accordion__header--snow {
  background-color: #f7f7f7;
}

.c-accordion__header--slim {
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-accordion__content {
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

.c-accordion__icon {
  padding-right: 4px;
  white-space: nowrap;
}

.c-accordion__icon:after {
  font-family: "icomoon";
  font-size: 14px;
  content: "\edbc";
}

.c-accordion__title {
  text-align: left;
}

.c-alert__close, .c-alert__icon, .c-alert__title::before {
  font-family: "icomoon";
  font-size: 16px;
}

.c-alert__title {
  font-size: 16px;
  float: left;
  padding-right: 6px;
  font-weight: bold;
}

.c-alert__title::before {
  padding-right: 16px;
}

.c-alert__desc {
  font-size: 16px;
  padding-right: 16px;
  float: left;
}

.c-alert__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}

.c-alert__close::after {
  content: "\ece4";
}

.c-alert {
  position: relative;
  display: inline-block;
  font-size: 0px;
  background-color: #f7f7f7;
  padding: 24px 16px 24px 16px;
}

.c-alert:after {
  content: "";
  display: table;
  clear: both;
}

.c-alert--white, .c-alert--float {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.c-alert--float {
  box-shadow: 0 6px 8px 0 rgba(13, 13, 13, 0.1);
}

.c-alert--info {
  border-left: 8px solid #0092f3;
}

.c-alert--info .c-alert__title::before {
  color: #0092f3;
  content: "\eca2";
}

.c-alert--attention {
  border-left: 8px solid #0092f3;
}

.c-alert--attention .c-alert__title::before {
  color: #0092f3;
  content: "\eca2";
}

.c-alert--success {
  border-left: 8px solid #00a824;
}

.c-alert--success .c-alert__title::before {
  color: #00a824;
  content: "\ee01";
}

.c-alert--warning {
  border-left: 8px solid #f56a00;
}

.c-alert--warning .c-alert__title::before {
  color: #f56a00;
  content: "\ed86";
}

.c-alert--error {
  border-left: 8px solid #e71316;
}

.c-alert--error .c-alert__title::before {
  color: #e71316;
  content: "\ee1e";
}

.c-alert-block {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid #e71316;
  background-color: rgba(30, 138, 231, 0.04);
  border-radius: 4px;
  max-width: 139px;
  padding: 18px 24px 18px 24px;
}

.c-alert-block__count {
  font-size: 40px;
  color: #0071d0;
  line-height: 47px;
  margin-bottom: 8px;
}

.c-alert-block__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1d;
  margin-bottom: 8px;
}

.c-alert-block__subtitle {
  color: #54545c;
  font-size: 13px;
  line-height: 17.5px;
}

@media (min-width: 992px) {
  .c-alert-block {
    padding: 24px 32px 24px 32px;
    flex-direction: row;
    align-items: center;
    max-width: max-content;
  }
  .c-alert-block__count {
    margin-right: 18px;
    margin-bottom: 0px;
    margin-top: -6px;
  }
  .c-alert-block__title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 23px;
  }
  .c-alert-block__subtitle {
    line-height: 20px;
  }
}

.c-datalist {
  margin: auto;
  position: relative;
  color: #1b1b1d;
  font-size: 14px;
}

.c-datalist .c-input {
  width: 100%;
}

.c-datalist.c-datalist--selected .c-input {
  border-left: 3px solid #e71316;
}

.c-datalist.c-datalist--no-label .c-datalist__icon {
  top: 20px;
}

.c-datalist--active .c-datalist__options {
  display: block;
}

.c-datalist--active .c-datalist__icon::after {
  border-color: transparent transparent #54545c transparent;
  top: -5px;
}

.c-datalist__icon {
  position: absolute;
  right: 20px;
  top: 50px;
  cursor: pointer;
}

.c-datalist__icon::after {
  width: 0;
  height: 0;
  content: '';
  border-width: 4px;
  position: absolute;
  border-style: solid;
  border-color: #54545c transparent transparent transparent;
}

.c-datalist__options {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 200px;
  top: 100%;
  left: 0;
  list-style: none;
  border: 1px solid #cccccc;
  background: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  z-index: 100;
}

.c-datalist__option {
  display: block;
  text-align: left;
  padding: 0.7em 1em 0.7em 1em;
  color: #1b1b1d;
  cursor: pointer;
}

.c-datalist__option:hover, .c-datalist__option:focus, .c-datalist__option.c-datalist__option--focused {
  background: #f7f7f7;
}

.c-datalist__option.c-datalist__option--selected {
  background-color: #e71316;
  color: #ffffff;
}

.c-badge {
  display: inline-block;
  font-weight: 800;
  color: #ffffff;
  font-size: 11px;
  border-radius: 10px;
  padding-left: 6px;
  padding-right: 6px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.c-badge.c-badge--outline {
  color: #1b1b1d;
  font-size: 12px;
  font-weight: 100;
  background: none;
}

.c-badge.c-badge--outline:not(.c-badge--no-hover):hover {
  background: none;
  text-stroke: 1px #1b1b1d;
  -webkit-text-stroke: 1px #1b1b1d;
}

.c-badge--loader::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 3px;
}

.c-badge--primary {
  border: 1px solid #54545c;
  background-color: #54545c;
}

.c-badge--primary:not(.c-badge--no-hover):hover {
  border: 1px solid #1b1b1d;
  background-color: #1b1b1d;
}

.c-badge--success {
  border: 1px solid #00a824;
  background-color: #00a824;
}

.c-badge--success:not(.c-badge--no-hover):hover {
  background-color: #008f1f;
  border: 1px solid #008f1f;
}

.c-badge--warning {
  border: 1px solid #f56a00;
  background-color: #f56a00;
}

.c-badge--warning:not(.c-badge--no-hover):hover {
  border: 1px solid #dc5f00;
  background-color: #dc5f00;
}

.c-badge--danger {
  border: 1px solid #e71316;
  background-color: #e71316;
}

.c-badge--danger:not(.c-badge--no-hover):hover {
  border: 1px solid #cf1114;
  background-color: #cf1114;
}

.c-badge--info {
  border: 1px solid #0092f3;
  background-color: #0092f3;
}

.c-badge--info:not(.c-badge--no-hover):hover {
  border: 1px solid #0083da;
  background-color: #0083da;
}

.c-badge--dark-info {
  border: 1px solid #54545c;
  background-color: #54545c;
}

.c-badge--dark-info:not(.c-badge--no-hover):hover {
  border: 1px solid #48484f;
  background-color: #48484f;
}

.c-badge--inverse {
  color: #1b1b1d;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}

.c-badge--inverse:not(.c-badge--no-hover):hover {
  border: 1px solid #eaeaea;
  background-color: #eaeaea;
}

.c-breadcrumb {
  font-size: 12px;
  padding: 0;
}

.c-breadcrumb .c-breadcrumb__item {
  display: inline-block;
}

.c-breadcrumb .c-breadcrumb__item[aria-current] a {
  color: #54545c;
  cursor: default;
}

.c-breadcrumb .c-breadcrumb__item a {
  text-decoration: none;
  color: #0071d0;
}

.c-breadcrumb .c-breadcrumb__item a:active {
  color: #54545c;
}

.c-breadcrumb .c-breadcrumb__item:not(:last-child):after {
  content: "\ee2e";
  color: #54545c;
  font-family: 'icomoon';
  font-size: 8px;
  padding: 12px;
}

.c-breadcrumb.c-breadcrumb--dark-theme a {
  color: #ffffff;
}

.c-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 0;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  height: 40px;
  padding: 0 24px 0 24px;
  line-height: 40px;
  box-sizing: content-box;
  /* Information */
  /* Link buttons */
  /**
  * Add to cart button styles
  */
  /* Disabled */
  /* White */
  /* Sizes */
  /* Block button */
}

.c-btn.c-btn--primary {
  color: #ffffff;
  background-color: #e71316;
  border: solid 1px #e71316;
}

.c-btn.c-btn--primary:hover {
  background-color: #c40003;
  border: solid 1px #e71316;
}

.c-btn.c-btn--primary:active, .c-btn.c-btn--primary.active {
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

.c-btn.c-btn--secondary {
  color: #ffffff;
  border: solid 1px #54545c;
  background-color: #54545c;
}

.c-btn.c-btn--secondary:hover {
  background-color: #1b1b1d;
  border: 1px solid #1b1b1d;
}

.c-btn.c-btn--secondary:active, .c-btn.c-btn--secondary.active {
  background-color: #1b1b1d;
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

.c-btn.c-btn--outline {
  color: #0071d0;
  background-color: #ffffff;
  border: solid 1px #92929e;
}

.c-btn.c-btn--outline:hover {
  border: 1px solid #005daa;
}

.c-btn.c-btn--outline:active, .c-btn.c-btn--outline.active {
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

.c-btn.c-btn--info {
  color: #54545c;
  background-color: #ffffff;
  border: 1px solid #92929e;
}

.c-btn.c-btn--info:hover {
  border: solid 1px #54545c;
}

.c-btn.c-btn--info:active, .c-btn.c-btn--info.active {
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

.c-btn.c-btn--link {
  border: none;
  background: transparent;
  color: #0071d0;
  align-items: center;
}

.c-btn.c-btn--link:hover {
  color: #005daa;
}

.c-btn.c-btn--link:hover .c-link-icon {
  color: #005daa;
}

.c-btn.c-btn--link:active {
  color: #005daa;
}

.c-btn.c-btn--link:active .c-link-icon {
  color: #005daa;
}

.c-btn.c-btn--link[disabled] {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.c-btn.c-btn--link[disabled] .c-link-icon {
  color: #92929e;
}

.c-btn.c-btn--link[disabled]:hover {
  color: #92929e;
}

.c-btn.c-btn--link[disabled]:hover .c-link-icon {
  color: #92929e !important;
}

.c-btn.c-btn--link[disabled]:active .c-link-icon {
  color: #92929e;
}

.c-btn.c-btn--link .c-link-icon {
  margin-right: 8px;
  color: #0071d0;
  line-height: 24px;
}

.c-btn.c-btn--cart {
  background-color: #e71316 !important;
  border-color: #c40003 !important;
}

.c-btn.c-btn--cart:hover {
  background-color: #c40003 !important;
}

.c-btn[disabled] {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.c-btn[disabled]:hover {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.c-btn[disabled]:active {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

.c-btn.c-btn--white {
  color: #ffffff;
  background: none;
  border: solid 1px #ffffff;
}

.c-btn.c-btn--white:hover {
  color: #1b1b1d;
  background-color: #ffffff;
}

.c-btn.c-btn--white:active {
  box-shadow: inset 0px 2px 5px 2px #e5e5e5;
}

.c-btn.c-btn--white[disabled] {
  color: #92929e;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.c-btn.c-btn--white[disabled]:active {
  box-shadow: none;
}

.c-btn.c-btn--mini {
  height: 30px;
  line-height: 30px;
  padding: 0 16px 0 16px;
}

.c-btn.c-btn--small {
  height: 34px;
  line-height: 34px;
  padding: 0 16px 0 16px;
}

.c-btn.c-btn--large {
  height: 50px;
  line-height: 50px;
  padding: 0 24px 0 24px;
}

.c-btn.c-btn--block {
  width: 100%;
}

/* c-cards */
.c-card {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  height: fit-content;
  margin: 0.2rem;
}

.c-card img {
  display: block;
  width: 100%;
}

.c-card a {
  text-decoration: none;
  color: #0071d0;
}

.c-card__title {
  font-weight: 700;
}

.c-card__content {
  padding: 16px;
  color: #1b1b1d;
}

.c-card__content a p {
  margin-top: 14px;
}

.c-card__content a p:hover, .c-card__content a p:hover::after {
  color: #0071d0;
  text-shadow: 0px 0px 1px #005daa;
}

/* Teaser style */
.c-card--teaser {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-card--teaser .c-card__image {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-card--teaser .c-card__content {
  float: right;
  width: 60%;
  margin-right: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.c-card--teaser .c-card__description {
  margin-top: 20px;
  margin-bottom: 45px;
}

.c-card--teaser .c-card__cta {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-card--teaser .c-card__cta-items {
  position: relative;
}

.c-card--teaser .c-card__cta-item {
  display: inline-block;
  position: relative;
}

.c-card--teaser .c-card__cta-item * {
  display: inherit;
}

.c-card--teaser .c-card__cta-item a {
  margin: 0;
}

.c-card--teaser .c-card__cta-item a i {
  position: relative;
  top: 4px;
}

.c-card--teaser .c-card__cta-item a p {
  margin-left: 8px;
}

.c-card--teaser .c-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.c-card__cta p::after {
  float: right;
  font-family: "icomoon";
  content: "\eae0";
  color: #54545c;
  position: relative;
  font-size: 14px;
  z-index: -1;
}

@media (max-width: 620px) {
  .c-card--teaser .c-card__image {
    width: 40%;
  }
  .c-card--teaser .c-card__content {
    width: 55%;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-card--teaser .c-card__description {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

/* Large desktop */
@media (min-width: 980px) {
  .cards-container .c-card {
    width: 24.1%;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .cards-container .c-card {
    width: 32.5%;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .cards-container .c-card {
    width: 48.5%;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .cards-container .c-card {
    width: 99%;
  }
}

/* Main Item */
.c-carousel {
  position: relative;
  --item-width: 250px;
  --item-padding: 32px;
  --item-num: 1;
  font-size: 0;
  display: inline-block;
  height: var(--item-width);
}

.c-carousel.c-carousel--two-items {
  --item-num: 2;
}

.c-carousel.c-carousel--three-items {
  --item-num: 3;
}

.c-carousel .c-carousel__indicator {
  display: none;
}

.c-carousel__prev, .c-carousel__next {
  height: 100%;
  width: 40px;
  box-sizing: border-box;
  text-align: center;
}

.c-carousel__prev:hover:after, .c-carousel__next:hover:after {
  color: #c40003 !important;
}

.c-carousel__prev::after, .c-carousel__next::after {
  font-family: "icomoon";
  font-size: 16px;
  color: #e71316;
  position: relative;
  top: 40%;
}

/* c-carousel-prev c-carousel-next */
.c-carousel__prev {
  float: left;
  margin-right: var(--item-padding);
}

.c-carousel__prev::after {
  content: "\ecda";
}

.c-carousel__next {
  float: right;
  margin-left: var(--item-padding);
}

.c-carousel__next::after {
  content: "\ecdc";
}

.c-carousel.c-carousel--single-item .c-carousel__next {
  float: none;
  margin: 0;
  right: 16px;
}

.c-carousel.c-carousel--single-item .c-carousel__prev {
  float: none;
  margin: 0;
  left: 16px;
}

.c-carousel.c-carousel--single-item .c-carousel__prev, .c-carousel.c-carousel--single-item .c-carousel__next {
  display: inline-block;
  position: relative;
  height: 16px;
  bottom: -25px;
  width: 16px;
}

.c-carousel.c-carousel--single-item .c-carousel__prev:hover, .c-carousel.c-carousel--single-item .c-carousel__next:hover {
  background: none;
}

.c-carousel.c-carousel--single-item .c-carousel__indicator {
  display: inline;
  font-size: 12px;
  position: absolute;
  width: 50px;
  bottom: -46px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.c-carousel__items {
  width: calc((var(--item-width) * var(--item-num)) + (var(--item-padding) * (var(--item-num) - 1)));
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  display: inline-block;
  scroll-behavior: smooth;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.c-carousel__items div {
  display: inline-block;
  width: var(--item-width);
  margin-right: var(--item-padding);
}

.c-carousel__items div:last-of-type {
  margin-right: 0px;
}

.c-carousel__items::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.c-carousel--item {
  width: 250px;
  height: 250px;
  background: #ffffff;
}

.c-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 2px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 1em;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-checkbox input:checked ~ .c-checkmark {
  background-color: #0071d0;
  border: solid 1px #0071d0;
}

.c-checkbox input:checked ~ .c-checkmark:after {
  display: block;
}

.c-checkbox:hover input:not(:checked) ~ .c-checkmark {
  background-color: #f7f7f7;
}

.c-checkbox--disabled:hover input ~ .c-checkmark {
  background-color: #e5e5e5;
}

.c-checkbox--disabled:hover input:not(:checked) ~ .c-checkmark,
.c-checkbox--disabled--checked:hover input:not(:checked) ~ .c-checkmark {
  background-color: #e5e5e5;
}

.c-checkbox--disabled {
  cursor: not-allowed;
  color: #92929e;
}

.c-checkbox--disabled input:checked ~ .c-checkmark {
  background-color: #92929e;
}

.c-checkbox--disabled input:checked ~ .c-checkmark:after {
  display: none;
}

.c-checkbox--disabled .c-checkmark {
  background-color: #92929e;
}

.c-checkbox--disabled .c-checkmark:after {
  display: none;
}

.c-checkbox--disabled .c-checkmark:hover {
  background-color: #e5e5e5;
}

.c-checkbox--disabled--checked {
  cursor: not-allowed;
  color: #92929e;
}

.c-checkbox--disabled--checked input:checked ~ .c-checkmark {
  background-color: #92929e;
}

.c-checkbox--disabled--checked input:checked ~ .c-checkmark:after {
  display: none;
}

.c-checkbox--disabled--checked .c-checkmark {
  background-color: #92929e;
}

.c-checkbox--disabled--checked .c-checkmark:after {
  border-color: #92929e;
}

.c-checkbox--disabled--checked .c-checkmark:hover {
  background-color: #e5e5e5;
}

.c-checkbox.c-checkbox--inline {
  display: inline;
  padding-right: 48px;
}

.c-checkbox.c-checkbox--bold {
  font-weight: bold;
}

.c-checkbox .c-checkbox--count {
  font-weight: normal;
}

.c-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.c-checkmark:after {
  content: "";
  position: absolute;
  left: 6.2px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2.4px 2.4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-checkmark.undetermined:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 2px;
  background: #ffffff;
  height: 14px;
  border: solid #ffffff;
  border-width: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-chip {
  padding: 5.5px 8px 5.5px 8px;
  display: inline-flex;
  color: #1b1b1d;
  font-weight: 500;
  font-size: 11px;
  border: 1px solid #cccccc;
  border-radius: 12.5px;
  line-height: 13px;
  cursor: pointer;
}

.c-chip.c-chip--large {
  font-size: 14px;
  border-radius: 15px;
  line-height: 22px;
  padding: 2px 12px 2px 12px;
}

.c-chip[disabled] {
  color: #92929e;
  border-color: #e5e5e5;
  background-color: none;
}

.c-chip:focus, .c-chip:hover, .c-chip.focus, .c-chip.hover {
  border-color: #cccccc;
  background-color: #f7f7f7;
  outline: none;
}

.c-chip.focus-visible, .c-chip:focus-visible {
  border-width: 2px;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}

.c-chip:focus, .c-chip.focus {
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}

.c-chip.c-chip--active {
  border-color: #e71316;
}

.c-chip.c-chip--active:focus, .c-chip.c-chip--active:hover, .c-chip.c-chip--active.focus, .c-chip.c-chip--active.hover {
  border-color: #e71316;
  background-color: #f7f7f7;
}

.c-chip .c-chip__category::after {
  font-family: 'icomoon';
  color: #1b1b1d;
  font-size: 14px;
  content: "\ecc1";
  position: relative;
  top: 2px;
  padding-right: 2px;
}

.c-chip.c-chip--large .c-chip__category::after {
  top: 1px;
  padding-right: 3px;
}

.c-chip[disabled] .c-chip__category::after {
  color: #92929e;
}

.c-chip[disabled]:focus, .c-chip[disabled]:hover {
  background-color: #ffffff;
  border-color: #e5e5e5;
}

.c-chip.c-chip--choice {
  font-size: 14px;
  font-weight: 500px;
  border-radius: 20px;
  height: 30px;
  padding: 8px 18.5px 8px 18.5px;
}

.c-chip.c-chip--hybrid {
  border: 1px dashed #cccccc;
}

.c-chip.c-chip--choice:hover .c-chip__text, .c-chip.c-chip--choice-small:hover .c-chip__text {
  color: #c40003;
}

.c-chip.c-chip--choice.c-chip--active, .c-chip.c-chip--choice-small.c-chip--active {
  border: 1px solid #e71316;
  background-color: #f7f7f7;
}

.c-chip.c-chip--choice.c-chip--active .c-chip__text, .c-chip.c-chip--choice-small.c-chip--active .c-chip__text {
  color: #e71316;
}

.c-chip.c-chip--choice[disabled], .c-chip.c-chip--choice[disabled]:hover .c-chip__text, .c-chip.c-chip--choice-small[disabled], .c-chip.c-chip--choice-small[disabled]:hover .c-chip__text {
  color: #92929e;
}

.c-datepicker {
  position: relative;
  font-size: 14px;
}

.c-datepicker label {
  display: block;
  font-weight: bold;
}

.c-datepicker input {
  font-weight: 500;
  border: 1px solid #cccccc;
  border-radius: 0px;
  height: 40px;
  min-width: 168px;
}

.c-datepicker .c-datepicker__icon {
  display: inline-block;
  position: relative;
  top: 3px;
  left: -28px;
}

.c-datepicker .c-datepicker__icon::after {
  font-family: "icomoon";
  color: #1b1b1d;
  font-size: 20px;
  content: "\e929";
}

.litepicker {
  font-size: 1em;
  display: none;
}

.litepicker .container__main {
  display: flex;
  background-color: #ffffff;
}

.litepicker .container__months {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 5px #cccccc;
  width: calc(calc(38px * 7) + 10px);
  box-sizing: content-box;
  padding: 0px 10px 10px 10px;
}

.litepicker .container__months.columns-2 {
  width: calc((calc(38px * 7) * 2) + 20px);
}

.litepicker .container__months.columns-3 {
  width: calc((calc(38px * 7) * 3) + 30px);
}

.litepicker .container__months.columns-4 {
  width: calc((calc(38px * 7) * 4) + 40px);
}

.litepicker .container__months.split-view .month-item-header .button-previous-month,
.litepicker .container__months.split-view .month-item-header .button-next-month {
  visibility: visible;
}

.litepicker .container__months .month-item {
  padding: 5px;
  width: calc(38px * 7);
  box-sizing: content-box;
}

.litepicker .container__months .month-item-header {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  padding: 10px 5px;
  text-align: center;
  align-items: center;
  color: #1b1b1d;
}

.litepicker .container__months .month-item-header div {
  flex: 1;
}

.litepicker .container__months .month-item-header div > .month-item-name {
  margin-right: 5px;
}

.litepicker .container__months .month-item-header div > .month-item-year {
  padding: 0;
  font-weight: bold;
}

.litepicker .container__months .month-item-header .reset-button {
  color: #54545c;
}

.litepicker .container__months .month-item-header .reset-button > svg,
.litepicker .container__months .month-item-header .reset-button > img {
  fill: #54545c;
  pointer-events: none;
}

.litepicker .container__months .month-item-header .reset-button:hover {
  color: #e71316;
}

.litepicker .container__months .month-item-header .reset-button:hover > svg {
  fill: #e71316;
}

.litepicker .container__months .month-item-header .button-previous-month::after {
  content: "\ee2d";
}

.litepicker .container__months .month-item-header .button-next-month::after {
  content: "\ee2e";
}

.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month {
  visibility: hidden;
  text-decoration: none;
  color: #f7f7f7;
  padding: 3px 5px;
  border-radius: 3px;
  transition: color 0.3s, border 0.3s;
  cursor: default;
}

.litepicker .container__months .month-item-header .button-previous-month::after,
.litepicker .container__months .month-item-header .button-next-month::after {
  font-family: 'icomoon';
  color: #0071d0;
  font-size: 8px;
}

.litepicker .container__months .month-item-header .button-previous-month > svg,
.litepicker .container__months .month-item-header .button-previous-month > img,
.litepicker .container__months .month-item-header .button-next-month > svg,
.litepicker .container__months .month-item-header .button-next-month > img {
  display: none;
  fill: #f7f7f7;
  pointer-events: none;
}

.litepicker .container__months .month-item-header .button-previous-month:hover,
.litepicker .container__months .month-item-header .button-next-month:hover {
  color: #e71316;
}

.litepicker .container__months .month-item-header .button-previous-month:hover > svg,
.litepicker .container__months .month-item-header .button-next-month:hover > svg {
  fill: #e71316;
}

.litepicker .container__months .month-item-weekdays-row {
  display: flex;
  justify-self: center;
  justify-content: flex-start;
  color: #1b1b1d;
  font-weight: bold;
}

.litepicker .container__months .month-item-weekdays-row > div {
  padding: 5px 0;
  font-size: 85%;
  flex: 1;
  width: 38px;
  text-align: center;
}

.litepicker .container__months .month-item:first-child .button-previous-month {
  visibility: visible;
}

.litepicker .container__months .month-item:last-child .button-next-month {
  visibility: visible;
}

.litepicker .container__months .month-item.no-previous-month .button-previous-month {
  visibility: hidden;
}

.litepicker .container__months .month-item.no-next-month .button-next-month {
  visibility: hidden;
}

.litepicker .container__days {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  justify-content: flex-start;
  text-align: center;
  box-sizing: content-box;
}

.litepicker .container__days > div,
.litepicker .container__days > a {
  padding: 5px 0;
  width: 38px;
}

.litepicker .container__days .day-item {
  color: #1b1b1d;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  transition: color 0.3s, border 0.3s;
  cursor: default;
}

.litepicker .container__days .day-item:hover {
  color: #e71316;
  box-shadow: inset 0 0 0 1px #e71316;
}

.litepicker .container__days .day-item.is-today {
  color: #e71316;
  font-weight: bold;
}

.litepicker .container__days .day-item.is-locked {
  color: #f7f7f7;
}

.litepicker .container__days .day-item.is-locked:hover {
  color: #f7f7f7;
  box-shadow: none;
  cursor: default;
}

.litepicker .container__days .day-item.is-booked {
  color: #f7f7f7;
}

.litepicker .container__days .day-item.is-booked:hover {
  color: #f7f7f7;
  box-shadow: none;
  cursor: default;
}

.litepicker .container__days .day-item.is-in-range {
  background-color: #f7f7f7;
  border-radius: 0;
}

.litepicker .container__days .day-item.is-start-date {
  color: #ffffff;
  background-color: #e71316;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.litepicker .container__days .day-item.is-start-date.is-flipped {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.litepicker .container__days .day-item.is-end-date {
  color: #ffffff;
  background-color: #e71316;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.litepicker .container__days .day-item.is-end-date.is-flipped {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.litepicker .container__days .day-item.is-start-date.is-end-date {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.litepicker .container__days .day-item.is-highlighted {
  color: #1b1b1d;
  background-color: #ffd043;
}

.litepicker .container__days .week-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7f7f7;
  font-size: 85%;
}

.litepicker .container__footer {
  text-align: right;
  padding: 10px 5px;
  margin: 0 5px;
  background-color: #ffffff;
  box-shadow: inset 0px 3px 3px 0px #cccccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.litepicker .container__footer .preview-date-range {
  margin-right: 10px;
  font-size: 90%;
}

.litepicker .container__footer .button-cancel {
  background-color: #f7f7f7;
  color: #ffffff;
  border: 0;
  padding: 3px 7px 4px;
  border-radius: 3px;
}

.litepicker .container__footer .button-cancel > svg,
.litepicker .container__footer .button-cancel > img {
  pointer-events: none;
}

.litepicker .container__footer .button-apply {
  background-color: #e71316;
  color: #ffffff;
  border: 0;
  padding: 3px 7px 4px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

.litepicker .container__footer .button-apply:disabled {
  opacity: 0.7;
}

.litepicker .container__footer .button-apply > svg,
.litepicker .container__footer .button-apply > img {
  pointer-events: none;
}

.litepicker .container__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
  visibility: hidden;
}

.litepicker .container__tooltip:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.litepicker .container__tooltip:after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.litepicker-open {
  overflow: hidden;
}

.litepicker-backdrop {
  display: none;
  background-color: #000000;
  opacity: 0.3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-divider {
  border-top: 1px solid #cccccc;
}

.u-ds1 {
  box-shadow: 0 0 0 0 rgba(13, 13, 13, 0);
}

.u-ds2 {
  box-shadow: 0 2px 4px 0 rgba(13, 13, 13, 0.1);
}

.u-ds3 {
  box-shadow: 0 4px 6px 0 rgba(13, 13, 13, 0.1);
}

.u-ds4 {
  box-shadow: 0 6px 8px 0 rgba(13, 13, 13, 0.1);
}

.c-dropdown-panel {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.c-dropdown-panel__header {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}

.c-dropdown-panel__heading {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  flex: 1;
}

.c-dropdown-panel__header-controls {
  display: flex;
  align-items: center;
}

.c-dropdown-panel__close {
  padding: 8px 15px 8px 10px;
  /** To help increase the hitbox **/
  cursor: pointer;
}

.c-dropdown {
  font-size: 14px;
  height: 40px;
  min-width: 140px;
  position: relative;
  line-height: 18px;
}

.c-dropdown label {
  display: block;
  font-weight: bold;
  padding-bottom: 4px;
}

.c-dropdown input, .c-dropdown select, .c-dropdown.c-dropdown--inline-label label {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  top: 0;
  left: 0;
}

.c-dropdown--small {
  height: 30px;
}

.c-dropdown--small .c-dropdown__container {
  height: 30px;
  padding: 5px 32px 6px 16px;
}

.c-dropdown--small .c-dropdown__container:after {
  top: 13px;
}

.c-dropdown--small .c-dropdown__container.c-dropdown__container.c-dropdown--active:after {
  top: 8px;
}

.c-dropdown.c-dropdown--small .c-dropdown__options-container {
  top: 50px;
}

.c-dropdown.c-dropdown--small.c-dropdown--no-label .c-dropdown__options-container, .c-dropdown.c-dropdown--small.c-dropdown--inline-label .c-dropdown__options-container {
  top: 28px;
}

.c-dropdown--large {
  height: 50px;
}

.c-dropdown--large .c-dropdown__container {
  height: 50px;
  padding: 15px 32px 15px 16px;
}

.c-dropdown--large .c-dropdown__container:after {
  top: 22px;
}

.c-dropdown--large .c-dropdown__container.c-dropdown__container.c-dropdown--active:after {
  top: 17px;
}

.c-dropdown.c-dropdown--large .c-dropdown__options-container {
  top: 60px;
}

.c-dropdown.c-dropdown--multiple .c-dropdown__option .c-checkbox {
  display: inline-block;
  position: relative;
}

.c-dropdown.c-dropdown--no-label label {
  display: none;
}

.c-dropdown.c-dropdown--no-label .c-dropdown__options-container, .c-dropdown.c-dropdown--inline-label .c-dropdown__options-container {
  top: 34px;
}

.c-dropdown.c-dropdown--block {
  display: block;
}

.c-dropdown.c-dropdown--block .c-dropdown__container, .c-dropdown.c-dropdown--block .c-dropdown__options-container {
  width: 100%;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__container {
  display: block;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  border-left: 1px solid #e5e5e5;
  padding-left: 19px;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__container.c-dropdown__container--has-value {
  border-left: 4px solid #0092f3 !important;
  padding-left: 16px;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__container.c-dropdown--active::after {
  top: 12px;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__container::after {
  top: 18px;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__options-container {
  position: relative;
  top: -1px;
  width: 100%;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__option .c-checkbox {
  display: inline-block;
  position: relative;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__option.c-dropdown__option--disabled {
  color: #92929e;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__option.c-dropdown__option--disabled .c-checkbox .c-checkmark {
  background-color: #92929e;
}

.c-dropdown.c-dropdown--wrap .c-dropdown__option.c-dropdown__option--disabled .c-checkbox .c-checkmark:after {
  display: none;
}

.c-dropdown__container {
  position: relative;
  border: 1px solid #e5e5e5;
  display: inline-block;
  box-sizing: border-box;
  padding: 11px 32px 8px 16px;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  min-width: 140px;
  color: #54545c;
  background: #ffffff;
}

.c-dropdown__container:focus {
  outline: none;
}

.c-dropdown__container:after {
  width: 0;
  height: 0;
  content: '';
  border-width: 4px;
  position: absolute;
  border-style: solid;
  border-color: #54545c transparent transparent transparent;
  top: 18px;
  right: 8px;
}

.c-dropdown__container.c-dropdown--active {
  box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.1);
}

.c-dropdown__container.c-dropdown--active:after {
  border-color: transparent transparent #54545c transparent;
  top: 14px;
}

.c-dropdown__container.c-dropdown__container--has-value {
  border-left: 4px solid #0092f3;
  padding-left: 16px;
  color: #1b1b1d;
  font-weight: bold;
}

.c-dropdown__options-container {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  min-width: 140px;
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 56px;
}

.c-dropdown__options-container.c-dropdown--active {
  display: inline-block;
  box-shadow: 0px 4px 6px 0px rgba(34, 34, 34, 0.1);
}

.c-dropdown__option {
  padding: 11px 32px 8px 16px;
}

.c-dropdown__option label.c-checkbox {
  padding: 3px 0 0 32px;
}

.c-dropdown__option .c-checkbox {
  display: none;
}

.c-dropdown__option.c-dropdown-clear span {
  display: inline-block;
  vertical-align: middle;
}

.c-dropdown__option.c-dropdown-clear .clear-icon {
  color: #0071d0;
}

.c-dropdown__option.c-dropdown-clear .text-clear {
  padding: 0 0 0 8px;
}

.c-dropdown__option:hover {
  background-color: #f7f7f7;
}

.c-dropdown__option:active {
  color: #ffffff;
  background-color: #0071d0;
}

.c-dropdown--normal-label label {
  font-weight: normal;
}

/*
 I think this part will be removed when file v2 will be used for all developers
*/
.c-uploader {
  position: relative;
  display: inline-block;
  border: 2px dashed #cccccc;
  border-radius: 4px;
  padding: 48px;
  width: 320px;
  height: 280px;
}

.c-uploader.c-uploader--highlight {
  border-color: #92929e;
  background-color: #f7f7f7;
}

.c-uploader.c-uploader--simple {
  border: none;
  padding: 0;
  width: auto;
  height: auto;
}

.c-uploader.c-uploader--simple .c-uploader__button {
  margin: 0 0;
}

.c-uploader.c-uploader--simple .c-uploader__image, .c-uploader.c-uploader--simple .c-uploader__message {
  display: none;
}

.c-uploader.c-uploader--simple .c-uploader__items {
  left: 0;
  top: 48px;
  height: 32px;
}

.c-uploader.c-uploader--condensed {
  height: 90px;
  padding: 28px 32px 32px 32px;
}

.c-uploader.c-uploader--condensed .c-uploader__items {
  height: 90px;
  left: 0px;
  top: 90px;
  margin-top: 8px;
  padding: 0;
}

.c-uploader.c-uploader--condensed .c-uploader__image {
  display: none;
}

.c-uploader.c-uploader--condensed .c-uploader__message {
  padding: 0;
  display: inline;
  position: relative;
}

.c-uploader.c-uploader--condensed .c-uploader__button {
  border: none;
  padding: 0 0 0 0;
  background: none;
  display: inline;
  font-weight: normal;
}

.c-uploader__form {
  margin-bottom: 10px;
}

.c-uploader__button {
  display: block;
  width: 140px;
  margin: 0 auto;
}

.c-uploader__button:hover {
  background: #f7f7f7;
}

.c-uploader__input {
  display: none;
}

.c-uploader__message {
  font-size: 16px;
  text-align: center;
  padding: 24px 0 24px 0;
}

.c-uploader__image {
  margin: 0 auto;
  padding: 24px;
}

.c-uploader__image::after {
  text-align: center;
  color: #0071d0;
  display: block;
  font-family: 'icomoon';
  font-size: 68px;
  content: "\e94d";
}

.c-uploader__items {
  position: absolute;
  top: 0;
  left: 100%;
  width: 320px;
  height: 280px;
  padding-left: 8px;
  overflow-y: scroll;
}

.c-uploader__progress-label {
  position: absolute;
  right: 0;
}

.c-uploader__item-container {
  position: relative;
  display: block;
  padding: 12px;
}

.c-uploader__item-container:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.c-uploader__checkmark::after {
  font-family: 'icomoon';
  font-size: 14px;
  position: relative;
  bottom: 6px;
  left: 6px;
  margin-right: 12px;
  color: #0071d0;
}

.c-uploader__checkmark.c-uploader--done::after {
  content: "\ecd6";
}

.c-uploader__checkmark.c-uploader--fail::after {
  content: "\eca3";
}

.c-uploader__file-icon::after {
  font-family: 'icomoon';
  font-size: 24px;
  color: #0071d0;
  content: "\e9b4";
}

.c-uploader__progress {
  width: 70%;
  position: absolute;
  left: 42px;
  bottom: 16px;
}

.c-uploader__progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2px;
}

.c-uploader__progress::-webkit-progress-value {
  background-color: #e71316;
}

.c-uploader__file-name {
  font-size: 14px;
  color: #54545c;
  display: inline;
  position: relative;
  bottom: 8px;
}

/**/
.c-dropzone {
  color: #1b1b1d;
  font-family: HelveticaNeue;
  font-size: 16px;
  line-height: 26px;
  outline: none;
  border: 2px dashed #cccccc;
  border-radius: 4px;
  border-image: initial;
  width: 320px;
  height: 280px;
  padding: 48px;
  text-align: center;
}

.c-dropzone--condensed {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding: unset;
}

.c-dropzone--highlight {
  border-color: #92929e;
  background-color: #f7f7f7;
}

.c-dropzone__title {
  margin: 20px 0 16px 0;
  text-align: center;
}

.c-dropzone__button {
  display: block;
  width: 140px;
  margin: 0px auto;
}

.c-dropzone__image {
  margin: 0 auto;
  padding: 24px;
}

.c-dropzone__image::after {
  text-align: center;
  color: #0071d0;
  display: block;
  font-family: 'icomoon';
  font-size: 68px;
  content: "\e94d";
}

.c-dropzone__input {
  display: none;
}

.c-dropzone__title--condensed {
  margin: 0 5px 0 0;
}

.c-dropzone__button--condensed {
  color: #0071d0;
  cursor: pointer;
}

.c-uploader-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}

.c-uploader-file__left-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 60%;
}

.c-uploader-file__left-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}

.c-uploader-file__right-info {
  color: #54545c;
}

.c-uploader-file__ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-uploader-file__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.c-uploader-file__name--incomplete {
  color: #54545c;
}

.c-uploader-file__name--incomplete--hovered {
  color: #54545c;
}

.c-uploader-file__name--completed {
  color: #0071d0;
}

.c-uploader-file__name--completed--hovered {
  color: #005daa;
}

.c-uploader-file__icon-blue {
  color: #0071d0;
}

.c-uploader__progress-bar {
  background-color: #f7f7f7;
  height: 2px;
  width: 100%;
  border: unset;
}

.c-uploader__progress-bar-indicator {
  background-color: #e71316;
  height: inherit;
  width: 1%;
}

.c-uploader__files-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.c-uploader__files-list .c-uploader__file-divider {
  border: 1px solid #e5e5e5;
  height: 1px;
  width: 100%;
  margin: 10px 0 16px 0;
}

.c-uploader--large {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.c-uploader--large .c-uploader__files {
  height: 280px;
  overflow-y: auto;
}

.c-uploader--condensed {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.c-uploader--condensed .c-uploader__files {
  max-height: 105px;
  overflow-y: auto;
}

.c-uploader--simple {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 370px;
}

.c-uploader--simple .c-uploader__browse {
  display: flex;
  align-items: center;
}

.c-uploader--simple .c-uploader__info {
  color: #54545c;
  font-family: HelveticaNeue;
  font-size: 14px;
  line-height: 22px;
}

.c-uploader--simple .c-uploader__files {
  height: 105px;
  overflow-y: auto;
}

.c-filter:hover .c-filter__dropdown {
  display: block;
}

.c-filter .c-filter__dropdown {
  display: none;
  position: absolute;
  top: 32px;
  left: 16px;
  background-color: #ffffff;
  z-index: 10;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.c-filter.c-filter--selected {
  background-color: #f7f7f7;
}

.c-filter .c-filter__dropdown .c-filter__dropdown-item {
  width: 100%;
  padding: 8px 8px 8px 8px;
  font-weight: normal;
}

.c-filter .c-filter__dropdown .c-filter__dropdown-item:hover {
  background-color: #f7f7f7;
}

.c-filters {
  margin: 32px;
  margin-bottom: 5px;
}

.c-filters div {
  display: inline-block;
  margin-right: 12px;
}

.c-filter {
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
  padding-left: 12px;
}

.c-filter__arrow {
  position: relative;
  top: -2px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.c-filter__arrow.c-filter--arrow-down {
  border-top: 5px solid #1b1b1d;
}

.c-filter__arrow.c-filter--arrow-up {
  border-bottom: 5px solid #1b1b1d;
}

.c-gallery__items img {
  margin: 32px;
  width: 268px;
  height: 268px;
  object-fit: cover;
  border: 4px solid #e5e5e5;
}

.c-gallery__icon {
  position: relative;
  top: 4px;
}

.c-gallery__lightbox {
  display: none;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #54545c;
}

.c-gallery__lightbox-prev::after, .c-gallery__lightbox-next::after {
  font-family: "icomoon";
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 12px;
}

.c-gallery__lightbox-prev::after {
  content: "\e93d";
  left: 8px;
}

.c-gallery__lightbox-next::after {
  content: "\e93f";
  left: 10px;
}

.c-gallery__lightbox-img, .c-gallery__lightbox-content {
  display: inline-block;
}

.c-gallery__lightbox-img {
  width: 100%;
}

.c-gallery__lightbox-container {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-gallery__lightbox-next, .c-gallery__lightbox-prev {
  display: inline-block;
  border: 2px solid #e5e5e5;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-gallery__lightbox-next {
  right: 10%;
}

.c-gallery__lightbox-prev {
  left: 10%;
}

.c-gallery__lightbox-gallery-close::after {
  font-family: 'icomoon';
  content: "\eb16";
  font-size: 18px;
}

.c-gallery__lightbox-image-info {
  background-color: #54545c;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.c-gallery__lightbox-title {
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 8px;
  padding: 12px 20px 8px 20px;
}

.c-gallery__lightbox-description {
  font-size: 14px;
  line-height: 22px;
  padding: 0px 20px 12px 20px;
}

.c-gallery__lightbox-img-footer {
  background: #000000;
  width: 100%;
  padding: 8px;
}

.c-gallery__lightbox-desc-btn, .c-gallery__lightbox-browse {
  display: inline-block;
}

.c-gallery__lightbox-desc-btn::after {
  content: "Hide Description";
}

.c-gallery__lightbox-image-info.c-gallery--active .c-gallery__lightbox-img-footer .c-gallery__lightbox-desc-btn::after {
  content: "Show Description";
}

.c-gallery__lightbox-desc-btn::before {
  font-family: 'icomoon';
  font-size: 16px;
  content: "\ed9b";
  padding-right: 8px;
}

.c-gallery__lightbox-image-info.c-gallery--active .c-gallery__lightbox-img-footer .c-gallery__lightbox-desc-btn::before {
  content: "\ec23";
}

.c-gallery__lightbox-image-info.c-gallery--active .c-gallery__lightbox-title,
.c-gallery__lightbox-image-info.c-gallery--active .c-gallery__lightbox-description {
  display: none;
}

.c-gallery__lightbox-browse {
  position: absolute;
  right: 8px;
  font-size: 14px;
  color: #0071d0;
}

.c-gallery__lightbox-gallery-title, .c-gallery__lightbox-gallery-close {
  display: inline-block;
}

.c-gallery__lightbox-gallery-title {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 20px;
}

.c-gallery__lightbox-gallery-close {
  position: absolute;
  top: 8px;
  right: 0;
}

.c-gallery__lightbox-prev,
.c-gallery__lightbox-gallery-close,
.c-gallery__lightbox-desc-btn,
.c-gallery__lightbox-browse,
.c-gallery__lightbox-next {
  cursor: pointer;
}

.c-gallery.g-gallery--cards .c-gallery__items .c-gallery__image-container {
  display: inline-block;
  position: relative;
}

.c-gallery.g-gallery--cards .c-gallery__items .c-gallery__image-container img {
  width: 416px;
  height: 388;
  border: none;
}

.c-gallery.g-gallery--cards .c-gallery__items .c-gallery__image-container .c-gallery__image-info {
  width: 416px;
  height: 194px;
  position: absolute;
  left: 32px;
  bottom: 0px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  overflow: hidden;
  padding: 24px;
}

.c-gallery__image-info-description, .c-gallery__image-info-title {
  font-size: 14px;
}

.c-gallery__image-info-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.tf-gds .tfc-c-header, .tf-gds .tfc-c-header .tfc-c-header-left-side-header, .tfc-c-header, .tfc-c-header .tfc-c-header-left-side-header {
  display: flex;
  align-items: center;
}

.tfc-c-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  height: 60px;
  padding: 0 33.5px 0 22px;
  border-bottom: 1px solid #e5e5e5;
}

.tfc-c-header .tfc-c-header-left-side-header .tfc-c-header-info span {
  display: block;
  padding-left: 6.5px;
}

.tfc-c-header .tfc-c-header-left-side-header .tfc-c-header-title {
  font-size: 20px;
  color: #e71316;
  font-weight: bold;
}

.tfc-c-header .tfc-c-header-left-side-header .tfc-c-header-subtitle {
  font-size: 11px;
  color: #54545c;
}

.tfc-c-header .tfc-c-header-right-side-header .tfc-c-header-option {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  margin-left: 20px;
  cursor: pointer;
}

.tfc-c-header .tfc-c-header-right-side-header .tfc-c-header-option .tfc-c-header-icon {
  padding-right: 3px;
}

.c-inline-edit--icons,
.c-inline-edit--buttons {
  padding: 16px 0;
}

.c-inline-edit--icons .btn-icon-edit,
.c-inline-edit--buttons .btn-icon-edit {
  padding: 4px 8px 2px 8px;
}

.c-inline-edit--icons .c-inline-edit-wrapper,
.c-inline-edit--buttons .c-inline-edit-wrapper {
  display: inline-block;
}

.c-inline-edit--icons .c-inline-edit-wrapper input,
.c-inline-edit--buttons .c-inline-edit-wrapper input {
  outline: 0px solid transparent;
}

.c-inline-edit--icons .c-inline-edit-wrapper .c-readonly-input,
.c-inline-edit--buttons .c-inline-edit-wrapper .c-readonly-input {
  border: 1px solid transparent;
  font-size: 14px;
  min-width: 180px;
  padding: 8px 16px;
}

.c-inline-edit--icons .c-inline-edit-wrapper .c-readonly-input:focus, .c-inline-edit--icons .c-inline-edit-wrapper .c-readonly-input[readonly],
.c-inline-edit--buttons .c-inline-edit-wrapper .c-readonly-input:focus,
.c-inline-edit--buttons .c-inline-edit-wrapper .c-readonly-input[readonly] {
  outline: 0px solid transparent;
}

.c-inline-edit--icons .c-inline-edit-wrapper .c-input,
.c-inline-edit--buttons .c-inline-edit-wrapper .c-input {
  min-width: 180px;
}

.c-inline-edit--icons .c-inline-edit-wrapper .c-input:focus,
.c-inline-edit--buttons .c-inline-edit-wrapper .c-input:focus {
  outline: 0px solid transparent;
}

.c-inline-edit--icons .c-inline-edit-wrapper .c-input--default,
.c-inline-edit--buttons .c-inline-edit-wrapper .c-input--default {
  height: 40px;
  padding: 8px 16px;
}

.c-inline-edit--icons .c-inline-edit-wrapper .c-input--small,
.c-inline-edit--buttons .c-inline-edit-wrapper .c-input--small {
  height: 30px;
  padding: 8px 16px;
}

.c-inline-edit--icons .c-inline-edit-wrapper:hover,
.c-inline-edit--buttons .c-inline-edit-wrapper:hover {
  border-color: transparent;
}

.c-inline-edit--icons .c-inline-edit-wrapper:hover a,
.c-inline-edit--buttons .c-inline-edit-wrapper:hover a {
  color: #0071d0;
}

.c-inline-edit--icons .c-btn-set, .c-inline-edit--icons .c-btn-set-icon,
.c-inline-edit--buttons .c-btn-set,
.c-inline-edit--buttons .c-btn-set-icon {
  display: inline-block;
}

.c-inline-edit--icons .c-btn-set .c-btn,
.c-inline-edit--buttons .c-btn-set .c-btn {
  display: none;
  margin-left: 8px;
}

.c-inline-edit--icons .c-btn-set-icon.large .btn-icon,
.c-inline-edit--buttons .c-btn-set-icon.large .btn-icon {
  margin: 0;
  padding: 8px;
  height: 40px;
  width: 40px;
}

.c-inline-edit--icons .c-btn-set-icon.large .btn-icon [class^="icon-"], .c-inline-edit--icons .c-btn-set-icon.large .btn-icon [class*=" icon-"],
.c-inline-edit--buttons .c-btn-set-icon.large .btn-icon [class^="icon-"],
.c-inline-edit--buttons .c-btn-set-icon.large .btn-icon [class*=" icon-"] {
  vertical-align: middle;
}

.c-inline-edit--icons .c-btn-set-icon.small .btn-icon,
.c-inline-edit--buttons .c-btn-set-icon.small .btn-icon {
  margin: 0;
  padding: 4px 8px;
  height: 30px;
  width: 30px;
}

.c-inline-edit--icons .c-btn-set-icon.small .btn-icon [class^="icon-"], .c-inline-edit--icons .c-btn-set-icon.small .btn-icon [class*=" icon-"],
.c-inline-edit--buttons .c-btn-set-icon.small .btn-icon [class^="icon-"],
.c-inline-edit--buttons .c-btn-set-icon.small .btn-icon [class*=" icon-"] {
  vertical-align: middle;
}

.c-inline-edit--icons .c-btn-set-icon .c-btn-primary,
.c-inline-edit--icons .c-btn-set-icon .c-btn-secondary,
.c-inline-edit--buttons .c-btn-set-icon .c-btn-primary,
.c-inline-edit--buttons .c-btn-set-icon .c-btn-secondary {
  display: none;
}

.c-inline-edit--icons .c-btn-set-icon .c-btn-secondary,
.c-inline-edit--buttons .c-btn-set-icon .c-btn-secondary {
  color: #0071d0;
}

.c-inline-edit--icons .c-btn-set-icon .c-btn-secondary:hover,
.c-inline-edit--buttons .c-btn-set-icon .c-btn-secondary:hover {
  color: #005daa;
}

.c-input-validation {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}

.c-input__validation-icon {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 70px;
}

.c-input__validation-icon:after {
  font-family: 'icomoon';
  font-size: 14px;
  padding: 0;
  width: 14px;
  height: 14px;
}

.c-input__validation-message {
  position: absolute;
  left: 18px;
  top: 70px;
  font-size: 14px;
  color: #54545c;
}

.c-input-validation--error .c-input {
  border-bottom: 3px solid #e71316;
  padding-right: 39px;
}

.c-input-validation--error .c-input__validation-message {
  color: #e71316;
}

.c-input-validation--error .c-input__validation-icon:after {
  content: "\ee1e";
  color: #e71316;
}

.c-input-validation--success .c-input {
  border-bottom: 3px solid #00a824;
  padding-right: 39px;
}

.c-input-validation--success .c-input__validation-message {
  color: #00a824;
}

.c-input-validation--success .c-input__validation-icon:after {
  content: "\ee01";
  color: #00a824;
}

.c-input__validation-message:after {
  font-weight: bold;
}

.c-input-validation--weak .c-input__validation-message:after {
  content: 'Weak';
}

.c-input-validation--good .c-input__validation-message:after {
  content: 'Good';
}

.c-input-validation--strong .c-input__validation-message:after {
  content: 'Strong';
}

.c-input-validation--password .c-input {
  border-bottom: 3px solid #e5e5e5;
}

.c-input-validation--password .c-input__validation-message {
  left: 0px;
}

.c-input-validation--password .c-input__password-strength:after {
  position: absolute;
  top: 60px;
  content: "";
  display: block;
  margin-top: 7px;
}

.c-input-validation--password.c-input-validation--weak .c-input__password-strength:after {
  width: 33%;
  border-bottom: 3px solid #e71316;
}

.c-input-validation--password.c-input-validation--good .c-input__password-strength:after {
  width: 66%;
  border-bottom: 3px solid #f56a00;
}

.c-input-validation--password.c-input-validation--strong .c-input__password-strength:after {
  width: 100%;
  border-bottom: 3px solid #00a824;
}

.c-input-label {
  font-weight: 500;
  display: block;
  font-size: 14px;
  padding-bottom: 4px;
}

.c-input-label[required]:after {
  content: "*";
  color: #e71316;
}

.c-input-label[disabled] {
  color: #92929e;
  background-color: #f7f7f7;
  cursor: not-allowed;
}

.c-input {
  font-size: 14px;
  height: 40px;
  border: solid 1px #cccccc;
  padding: 0 0 0 16px;
  min-width: 256px;
}

.c-input:focus, .c-input.active {
  box-shadow: 0 4px 6px 0 #e5e5e5;
  outline: none;
}

.c-input.c-input--large {
  height: 50px;
}

.c-input.c-input--small {
  height: 30px;
}

.c-input.c-input--textarea {
  min-height: 175px;
  min-width: 300px;
  line-height: 22px;
  padding: 8px 16px;
  font-size: 14px;
}

.c-input[disabled], .c-input[readonly] {
  color: #1b1b1d;
  background-color: #f7f7f7;
  border-color: solid 1px #cccccc;
}

.c-input--inline {
  display: inline-block;
  margin: 0;
  padding: 0 32px 0 0;
}

.c-list * {
  font-size: 14px;
  color: #1b1b1d;
}

.c-list--inline * {
  display: inline;
}

.c-list--unstyled * {
  list-style: none;
}

.c-loader, .tf-gds .c-badge--loader::after, .c-badge--loader::after {
  margin: 1px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  border-top: 2px solid #e71316;
  border-right: 2px solid #e71316;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

.c-loader--small, .tf-gds .c-badge--loader::after, .c-badge--loader::after {
  width: 12px;
  height: 12px;
}

.c-loader--white, .tf-gds .c-badge--loader::after, .c-badge--loader::after {
  border-color: #ffffff #ffffff transparent transparent;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.u--round::after, .u--round::before {
  border-radius: 50%;
  padding: 12px;
  color: #0071d0;
  background-color: #f7f7f7;
}

.c-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.c-modal__window {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 48px;
  max-width: 90vw;
}

.c-modal__window--small {
  width: 580px;
}

.c-modal__window--medium {
  width: 780px;
}

.c-modal__window--large {
  width: 930px;
}

.c-modal__window--fullscreen {
  width: 80%;
  height: 100%;
  max-width: 1380px;
}

.c-modal__window::after {
  clear: both;
}

.c-modal__header {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  font-weight: 500;
  color: #1b1b1d;
  margin-bottom: 32px;
}

.c-modal__close {
  float: right;
  cursor: pointer;
}

.c-modal__close::after {
  font-family: 'icomoon';
  font-size: 32px;
  content: "\e946";
}

.c-modal__content {
  padding: 0px;
  overflow-y: auto;
  max-height: 60vh;
  clear: both;
}

.c-modal__title {
  float: left;
  font-size: 26px;
  font-weight: 500;
  color: #1b1b1d;
  margin-bottom: 32px;
}

.c-modal__buttons {
  margin-top: 40px;
}

.c-modal__buttons .c-btn {
  float: right;
}

.c-modal__buttons .c-btn:last-child {
  margin-right: 16px;
}

.c-nav__container {
  min-width: 700px;
  position: relative;
  height: 48px;
  background-color: #ffffff;
}

.c-nav {
  overflow-x: scroll;
  overflow-y: hidden;
  box-shadow: 0 4px 6px 0 rgba(13, 13, 13, 0.1);
}

.c-nav.c-nav--large {
  box-shadow: none;
}

.c-nav.c-nav--large .c-nav__container {
  height: 67px;
}

.c-nav.c-nav--large .c-nav__container .c-nav__links, .c-nav.c-nav--large .c-nav__container .c-nav__links .c-nav__item {
  height: 100%;
}

.c-nav.c-nav--large .c-nav__container .c-nav__links *, .c-nav.c-nav--large .c-nav__container .c-nav__links .c-nav__item * {
  font-size: 22px;
  line-height: 30px;
}

.c-nav.c-nav--large .c-nav__container .c-nav__item {
  color: #54545c;
}

.c-nav.c-nav--large .c-nav__container .c-nav__item.c-nav--active {
  color: #1b1b1d;
  font-weight: bold;
  border-bottom: 5px solid #e71316;
}

.c-nav.c-nav--large .c-nav__container .c-nav__item.c-nav--dropdown {
  font-weight: normal;
  height: auto;
}

.c-nav * {
  line-height: 14px;
}

.c-nav::-webkit-scrollbar {
  -webkit-appearance: none;
}

.c-nav::-webkit-scrollbar:horizontal {
  height: 4px;
}

.c-nav::-webkit-scrollbar-thumb {
  background-color: #e71316;
}

.c-nav::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.c-nav__container div {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.c-nav__container div .c-nav__item a {
  text-decoration: none;
  color: #54545c;
  height: 100%;
  vertical-align: middle;
}

.c-nav__container .c-nav__links {
  position: absolute;
  left: 0;
}

.c-nav__container .c-nav__actions {
  position: absolute;
  padding-right: 24px;
  right: 0;
}

.c-nav__container div .c-nav__item {
  float: left;
  height: 100%;
}

.c-nav__container .c-nav__links .c-nav__item {
  color: #54545c;
}

.c-nav__container .c-nav__links .c-nav__item:hover {
  color: #1b1b1d;
}

.c-nav__container .c-nav__links .c-nav__item {
  border-bottom: 2px solid transparent;
}

.c-nav__container .c-nav__links .c-nav__item.c-nav--active {
  border: none;
}

.c-nav__container .c-nav__links .c-nav__citem.c-nav--active a {
  font-weight: bold;
  color: #1b1b1d;
}

.c-nav__container .c-nav__actions .c-nav__item a {
  font-weight: bold;
  color: #0071d0;
  font-size: 0;
  padding: 16px 0 16px 0;
}

.c-nav__container div .c-nav__item a {
  text-decoration: none;
  position: relative;
  padding: 16px;
  display: inline-block;
  text-align: center;
}

/* Icons  */
.c-nav--icon-data::before {
  font-family: "icomoon";
  font-size: 16px;
  content: "\edf0";
  margin-right: 8px;
}

.c-nav--icon-mail::before {
  font-family: "icomoon";
  font-size: 16px;
  content: "\ed56";
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.c-nav--dropdown {
  position: relative;
}

.c-nav--dropdown:hover .c-nav__dropdown-container {
  display: block;
  position: absolute;
  box-shadow: 0px 6px 8px 0px rgba(34, 34, 34, 0.1);
}

.c-nav--dropdown .c-nav__dropdown-container {
  display: none;
}

.c-nav--dropdown .c-nav__dropdown-container .c-nav__dropdown-item {
  display: block;
  margin-top: -1px;
}

@media (min-width: 576px) {
  .c-nav__container .c-nav__links {
    position: absolute;
    left: 0;
  }
  .c-nav__container .c-nav__actions {
    position: absolute;
    right: 0;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .c-nav__container .c-nav__links .c-nav__item.c-nav--active {
    border-bottom: 2px solid #e71316;
  }
  .c-nav {
    overflow: visible;
  }
  .c-nav__container .c-nav__actions {
    position: absolute;
    right: 16px;
  }
  .c-nav::-webkit-scrollbar:horizontal {
    height: 0;
  }
  .c-nav--dropdown {
    position: relative;
  }
  .c-nav--dropdown:hover .c-nav__dropdown-container {
    display: block;
    position: absolute;
    box-shadow: 0px 6px 8px 0px rgba(34, 34, 34, 0.1);
  }
  .c-nav--dropdown .c-nav__dropdown-container {
    display: none;
  }
  .c-nav--dropdown .c-nav__dropdown-container .c-nav__dropdown-item {
    display: block;
    margin-top: -1px;
  }
}

@media (min-width: 576px) {
  .c-nav__container .c-nav__links {
    position: absolute;
    left: 0;
  }
  .c-nav__container .c-nav__actions {
    position: absolute;
    right: 0;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .c-nav__container .c-nav__links .c-nav__item.c-nav--active {
    border-bottom: 2px solid #e71316;
  }
  .c-nav__container .c-nav__actions {
    position: absolute;
    right: 16px;
  }
}

/* Desktop  */
@media (min-width: 992px) {
  .c-nav__container {
    height: 48px;
  }
}

@media (min-width: 1200px) {
  .c-nav__container .c-nav__links {
    position: absolute;
    left: 0;
  }
  .c-nav__container .c-nav__actions {
    position: absolute;
    right: 0;
  }
  .c-nav__container .c-nav__actions .c-nav__item a {
    font-size: 12px;
    padding: 16px 0 16px 16px;
  }
}

@media (min-width: 1440px) {
  .c-nav__container .c-nav__links {
    position: absolute;
    left: 0%;
  }
  .c-nav__container .c-nav__actions {
    position: absolute;
    right: 0%;
  }
}

.c-page-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.c-pagination {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 22px;
  float: right;
  max-width: 500px;
  overflow: hidden;
}

.c-pagination__button {
  margin-right: -15px;
  margin-left: -15px;
  color: #1b1b1d;
}

.c-pagination__button--inactive {
  color: #92929e;
}

.c-pagination__page {
  display: inline;
  margin: 0 14px;
  padding: 0 1px;
  cursor: pointer;
}

.c-pagination__page:hover {
  color: #54545c;
}

.c-pagination__page--active {
  border-bottom: 2px solid #e71316;
}

.c-popover {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 4px 6px 0 #cccccc;
  font-size: 14px;
  padding: 16px;
  background: #ffffff;
}

.c-popover.c-popover__message {
  width: 440px;
  height: 242px;
  padding: 24px;
}

.c-popover.c-popover__message .c-popover__header {
  color: #1b1b1d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  padding: 0;
}

.c-popover.c-popover__message .c-popover__text {
  color: #1b1b1d;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  padding: 0;
  clear: both;
}

.c-popover.c-popover__message .c-popover__close {
  color: #54545c;
}

.c-popover.c-popover__message .c-checkbox {
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-popover--visible {
  visibility: visible;
}

.c-popover--invisible {
  visibility: hidden;
}

.c-popover--bottom {
  top: 120%;
}

.c-popover--right {
  left: 120%;
}

.c-popover--top {
  bottom: 120%;
}

.c-popover--left {
  right: 120%;
}

.c-popover__message.c-popover--bottom {
  left: 0;
}

.c-popover__message.c-popover--right {
  top: -43px;
}

.c-popover__message.c-popover--top {
  left: -40px;
}

.c-popover__message.c-popover--left {
  top: -20px;
}

.c-popover:after, .c-popover:before {
  width: 0px;
  height: 0px;
  content: '';
  position: absolute;
  border-width: 6px;
  border-style: solid;
}

.c-popover--top:after {
  border-color: #ffffff transparent transparent transparent;
  bottom: -12px;
  left: 10%;
}

.c-popover--top:before {
  border-color: #cccccc transparent transparent transparent;
  bottom: -13px;
  left: 10%;
}

.c-popover--left:after {
  border-color: transparent transparent transparent #ffffff;
  right: -12px;
  top: 10%;
}

.c-popover--left:before {
  border-color: transparent transparent transparent #cccccc;
  right: -13px;
  top: 10%;
}

.c-popover--bottom:after {
  border-color: transparent transparent #ffffff transparent;
  top: -12px;
  left: 5px;
}

.c-popover--bottom:before {
  border-color: transparent transparent #cccccc transparent;
  top: -13px;
  left: 5px;
}

.c-popover--right:after {
  border-color: transparent #ffffff transparent transparent;
  left: -12px;
  top: 20%;
}

.c-popover--right:before {
  border-color: transparent #cccccc transparent transparent;
  border-top: 6px solid transparent;
  left: -13px;
  top: 20%;
}

.c-pull-left {
  float: left;
}

.c-pull-right {
  float: right;
}

.c-progress-bar {
  display: flex;
  height: 14px;
  border-radius: 20px;
  border: 1px solid #cccccc;
}

.c-progress-bar__state {
  flex: 1;
  color: #54545c;
}

.c-progress-bar__state div {
  margin-top: 12px;
}

.c-progress-bar__state::before {
  position: relative;
  top: 1px;
  left: 3px;
  display: inline-block;
  border-radius: 4px;
  content: '';
  border: 4px solid #ffffff;
}

.c-progress-bar__state:last-of-type::before {
  border: 4px solid #cccccc;
  top: 2px;
  margin-right: 6px;
  float: right;
}

.c-progress-bar__state--red {
  flex: 1;
  padding: 1px;
  background-color: #e71316;
}

.c-progress-bar__state--red:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.c-progress-bar__state--red:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.c-progress-bar__state--red:last-of-type::before {
  top: 1px;
  border: 4px solid #ffffff;
  float: none;
}

.c-progress-bar__state--current {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.c-progress-bar__state--grey {
  position: relative;
  top: 2px;
  background-color: #f7f7f7;
  height: 8px;
  border-radius: 5px;
}

.c-progress-bar__state--grey::before {
  top: 0px;
  left: 0px;
}

.c-progress-bar__state--grey:first-of-type {
  left: 2px;
}

.c-progress-bar__state--grey:last-of-type {
  margin-right: 2px;
}

.c-progress-bar__state--grey:not(:first-of-type) {
  border-radius: 0px 5px 5px 0px;
}

.c-progress-bar__state--grey:not(:first-of-type)::before {
  border: 4px solid transparent;
}

.c-radio {
  display: block;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: 0px;
  left: 30px;
  margin-bottom: 5px;
}

.c-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-radio input:checked + span {
  border: 1px solid #0071d0;
}

.c-radio input:checked + span:after {
  border-radius: 50%;
  background: #0071d0;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  content: "";
  display: block;
  position: relative;
}

.c-radio input[disabled] + span {
  background-color: #a5a5ae;
}

.c-radio span {
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  display: block;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: -30px;
}

.c-radio.c-radio--inline {
  display: inline-block;
  padding-right: 48px;
}

.c-radio.c-radio--disabled {
  color: #a5a5ae;
}

.c-search-bar {
  position: relative;
  display: flex;
}

.c-search-bar .c-dropdown__container:focus {
  border-left: 1px solid #e5e5e5;
}

.c-search-bar .c-dropdown__container.c-dropdown--active:after {
  top: 12px;
}

.c-search-bar .c-dropdown .c-dropdown__options-container {
  top: 39px;
}

.c-search-bar .c-dropdown__options-container, .c-search-bar .c-dropdown__container {
  min-width: 158px;
}

.c-search-bar.c-search-bar--dropdown .c-search-bar__input {
  margin-left: -1px;
}

.c-search-bar .c-dropdown.c-dropdown--grey .c-dropdown__container {
  background-color: #f7f7f7;
}

.c-search-bar .c-dropdown__container::after {
  top: 17px;
}

.c-search-bar.c-search-bar--inline {
  display: inline-flex;
}

.c-search-bar, .c-search-bar .c-dropdown, .c-search-bar .c-dropdown__container, .c-search-bar__input, .c-search-bar__button {
  height: 40px;
}

.c-search-bar__input {
  border: 1px solid #cccccc;
  padding: 0px 16px 0px 16px;
  flex: 1;
}

.c-search-bar__input ~ .c-dropdown {
  flex: 1;
  margin-left: -1px;
}

.c-search-bar__input ~ .c-dropdown .c-dropdown__container, .c-search-bar__input ~ .c-dropdown .c-dropdown__options-container {
  width: 100%;
}

.c-search-bar__button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: bold;
  padding: 0px 50px;
  color: #54545c;
  margin-left: -1px;
}

.c-search-bar__button::after {
  content: "Search";
}

.c-search-bar__button.c-search-bar__button--icon {
  padding: 0px 30px 0px 30px;
}

.c-search-bar__button.c-search-bar__button--icon:after {
  font-family: 'icomoon';
  font-size: 24px;
  content: "\ea84";
}

.c-search-bar__button.c-search-bar__button--inline {
  border: none;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 8px;
  height: 18px;
}

.c-search-bar__button.c-search-bar__button-dark {
  background-color: #54545c;
}

.c-search-bar__button.c-search-bar__button-dark::after {
  color: #ffffff;
}

.c-segmented-control {
  display: table;
  padding: 0;
}

.c-segmented-control__item {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-segmented-control__item:first-child .c-segmented-control__label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.c-segmented-control__item:last-child .c-segmented-control__label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.c-segmented-control__input {
  position: absolute;
  visibility: hidden;
}

.c-segmented-control__input:checked + .c-segmented-control__label {
  background-color: #f7f7f7;
  box-shadow: inset 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.c-segmented-control__label {
  display: block;
  margin: 0 -1px -1px 0;
  /* -1px margin removes double-thickness borders between items */
  padding: 8px 16px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.c-segmented-control__label:hover {
  background: #f7f7f7;
  border: 1px solid #92929e;
}

.c-product-list .c-title, .c-product-list .c-product-list__description {
  text-align: left;
}

.c-product-list .c-product-list__title {
  font-weight: bold;
}

.c-product-list .c-product-list__description {
  width: 910px;
}

.c-product-list .c-product-list__table {
  border-radius: 3px;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  width: fit-content;
  position: relative;
  text-align: right;
}

.c-product-list .c-product-list__table th {
  text-align: left;
}

.c-product-list .c-product-list__table tr:hover {
  background-color: #f7f7f7;
}

.c-product-list .c-product-list__table td a {
  color: #0071d0;
  text-decoration: none;
}

.c-product-list .c-product-list__table td input {
  height: 32px;
  width: 32px;
  border: 1px solid #cccccc;
}

.c-product-list .c-product-list__table table {
  font-size: 13px;
  overflow-x: hidden;
  overflow-y: scroll;
  table-layout: auto;
  border-collapse: collapse;
}

.c-product-list .c-product-list__table td, .c-product-list .c-product-list__table th {
  align-content: left;
  height: 60px;
  padding: 18px 46px 18px 46px;
  border-bottom: solid 1px #e5e5e5;
}

.c-product-list .c-product-list__table thead > tr > :nth-child(1) {
  padding-left: 25px;
}

.c-product-list .c-product-list__table tbody > tr > :nth-child(1) {
  padding-left: 25px;
}

.c-product-list .c-product-list__table tbody > tr > :nth-child(4) {
  font-weight: bold;
}

.c-product-list .c-product-list__table tbody > tr > :nth-child(5) {
  padding-left: 60px;
}

.c-product-list .c-product-list__table .c-btn {
  color: #ffffff;
  background-color: #e71316;
  border: solid 1px #e71316;
  margin-right: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.c-product-list .c-product-list__table .c-btn:hover {
  background-color: #c40003;
  border: solid 1px #e71316;
}

.c-product-list .c-product-list__table .c-btn:active {
  box-shadow: inset 0px 2px 5px 2px rgba(34, 34, 34, 0.2);
}

@media (max-width: 720px) {
  .c-product-list .c-product-list__description {
    width: 100%;
  }
  .c-product-list .c-product-list__table {
    width: 100%;
  }
  .c-product-list .c-product-list__table td, .c-product-list .c-product-list__table th {
    align-content: left;
    height: 40px;
    padding: 7px 16px 7px 16px;
  }
}

@media (max-width: 910px) {
  .c-product-list .c-product-list__description {
    width: 100%;
  }
}

.c-table {
  border-spacing: 0;
  font-size: 14px;
  width: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

.c-table tr:hover {
  background-color: #f7f7f7;
}

.c-table td {
  border-bottom: solid 1px #e5e5e5;
}

.c-table th {
  font-weight: 500;
  text-align: left;
  border-bottom: solid 2px #e5e5e5;
}

.c-table td, .c-table th {
  height: 40px;
  padding: 9px 16px 9px 16px;
}

.c-table.c-table--striped tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.c-table.c-table--striped tbody tr:nth-child(odd):hover {
  background-color: #cccccc;
}

.c-table.c-table--condensed td, .c-table.c-table--condensed th {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 30px;
}

.c-table.c-table--large td, .c-table.c-table--large th {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.c-table.c-table--no-hover tr:hover {
  background-color: inherit;
}

.c-table.c-table--no-hover.c-table--striped tr:nth-child(odd):hover {
  background-color: #f7f7f7;
}

@media (max-width: 720px) {
  .c-table {
    width: 100%;
  }
}

.c-inline-tabs.c-inline-tabs--theme-red {
  border: none;
}

.c-inline-tabs.c-inline-tabs--theme-red * {
  border: none;
}

.c-inline-tabs.c-inline-tabs--theme-red .c-inline-tabs__tab > label {
  font-size: 14px;
  font-weight: normal;
  background: #ffffff;
  color: #54545c;
  border-bottom: 2px solid #e5e5e5;
  margin-left: 8px;
}

.c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(1):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(1) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(2):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(2) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(3):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(3) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(4):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(4) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(5):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(5) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.c-inline-tabs.c-inline-tabs--theme-red [type="radio"]:nth-of-type(6):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(6) label {
  color: #1b1b1d;
  border-bottom: 2px solid #e71316;
}

.c-inline-tabs {
  overflow-x: hidden;
  /* so we could easily hide the radio inputs */
  margin: 32px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.c-inline-tabs [type="radio"] {
  /* hiding the inputs */
  display: none;
}

.c-inline-tabs__tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.c-inline-tabs__tab > label {
  display: block;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 8px 15px;
  border: 1px solid #cccccc;
  background: #f7f7f7;
  color: #54545c;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.c-inline-tabs__tab:hover label {
  color: #1b1b1d;
}

.c-inline-tabs__content {
  display: none;
  color: #54545c;
  padding: 8px;
}

.c-inline-tabs [type="radio"]:nth-of-type(1):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(1) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.c-inline-tabs [type="radio"]:nth-of-type(2):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(2) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.c-inline-tabs [type="radio"]:nth-of-type(3):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(3) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.c-inline-tabs [type="radio"]:nth-of-type(4):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(4) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.c-inline-tabs [type="radio"]:nth-of-type(5):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(5) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.c-inline-tabs [type="radio"]:nth-of-type(6):checked ~ .c-inline-tabs__tabs .c-inline-tabs__tab:nth-of-type(6) label {
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #1b1b1d;
}

.c-inline-tabs [type="radio"]:nth-of-type(1):checked ~ .c-inline-tabs__content:nth-of-type(1) {
  display: block;
}

.c-inline-tabs [type="radio"]:nth-of-type(2):checked ~ .c-inline-tabs__content:nth-of-type(2) {
  display: block;
}

.c-inline-tabs [type="radio"]:nth-of-type(3):checked ~ .c-inline-tabs__content:nth-of-type(3) {
  display: block;
}

.c-inline-tabs [type="radio"]:nth-of-type(4):checked ~ .c-inline-tabs__content:nth-of-type(4) {
  display: block;
}

.c-inline-tabs [type="radio"]:nth-of-type(5):checked ~ .c-inline-tabs__content:nth-of-type(5) {
  display: block;
}

.c-tabs {
  position: relative;
  font-size: 14px;
  padding: 0;
}

.c-tabs.c-tabs--theme-white, .c-tabs.c-tabs--theme-grey {
  padding: 0 0 0 37px;
  border-bottom: 1px solid #cccccc;
  height: 40px;
}

.c-tabs.c-tabs--theme-white .c-tabs__content, .c-tabs.c-tabs--theme-grey .c-tabs__content {
  border-top: 1px solid #cccccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.c-tabs__item {
  display: inline;
}

.c-tabs__item:first-of-type .c-tabs__panel {
  border-top-left-radius: 3px;
}

.c-tabs__item:last-of-type .c-tabs__panel {
  border-top-right-radius: 3px;
}

.c-tabs__content {
  background: #ffffff;
  padding: 8px 16px;
  margin-top: 1px;
  border: 0;
}

.c-tabs__panel {
  margin-left: -1px;
  position: relative;
  left: 1px;
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  border: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  color: #e71316;
  height: 40px;
}

.c-tabs__item:target .c-tabs__content {
  display: block;
  min-height: fit-content;
}

.c-tabs__item:target .c-tabs__panel {
  background: #ffffff;
  color: #1b1b1d;
}

.c-tabs__item:target .c-tabs__panel::after {
  content: '-';
  font-size: 36px;
  float: right;
  position: relative;
  top: -2px;
  right: 3px;
  font-weight: lighter;
}

.c-tabs--theme-white .c-tabs__item:not(:target) .c-tabs__panel {
  background-color: #f7f7f7;
  border-bottom: 1px solid #cccccc;
}

.c-tabs__item:not(:target) .c-tabs__panel {
  border-bottom: 1px solid #cccccc;
}

.c-tabs__item:not(:target) .c-tabs__panel::after {
  content: '+';
  font-size: 28px;
  float: right;
  position: relative;
  top: -2px;
  font-weight: lighter;
}

.c-tabs__item:not(:target) .c-tabs__content {
  display: none;
}

.c-tabs--theme-red .c-tabs__content, .c-tabs--theme-pill .c-tabs__content {
  border: none;
}

.c-tabs--theme-pill.c-tabs--theme-grey {
  padding: 0;
  border-bottom: none;
}

.c-tabs--theme-red .c-tabs__panel {
  padding-left: 48px;
  padding-right: 48px;
  margin-left: 4px;
  margin-right: 4px;
  border: none;
  font-weight: normal;
  color: #1b1b1d;
}

.c-tabs--theme-red .c-tabs__item:not(:target) .c-tabs__panel {
  border-bottom: 2px solid #e5e5e5;
  color: #54545c;
  background: none;
}

.c-tabs--theme-red .c-tabs__item:target .c-tabs__panel {
  border-bottom: 2px solid #e71316;
  background: none;
}

.c-tabs--theme-grey .c-tabs__content {
  background: #f7f7f7;
}

.c-tabs--theme-grey .c-tabs__item:target .c-tabs__panel {
  background: #f7f7f7;
  color: #1b1b1d;
  border-bottom: 1px solid #e5e5e5;
}

.c-tabs--theme-grey .c-tabs__item:not(:target) .c-tabs__panel {
  background: #ffffff;
  color: #e71316;
  background: none;
}

.c-tabs--theme-pill .c-tabs__panel {
  border: none;
  border-radius: 0;
}

.c-tabs--theme-pill .c-tabs__item:target .c-tabs__panel {
  background-color: #f7f7f7;
}

.c-tabs--theme-pill.t-grey .c-tabs__item:target .c-tabs__panel {
  background-color: #ffffff;
}

.c-tabs--theme-pill.t-grey .c-tabs__item:not(:target) .c-tabs__panel {
  color: #e71316;
  background: none;
}

.c-tabs--theme-pill.c-tabs--theme-dark {
  color: #ffffff;
}

.c-tabs--theme-pill.c-tabs--theme-dark .c-tabs__panel {
  color: #ffffff;
}

.c-tabs--theme-pill.c-tabs--theme-dark .c-tabs__item:target .c-tabs__panel {
  background-color: #c40003;
}

.c-tabs--theme-pill.c-tabs--theme-dark .c-tabs__content {
  background: #e71316;
}

@media (min-width: 992px) {
  .c-tabs__item:not(:target) .c-tabs__panel {
    border-bottom: 0;
  }
  .c-tabs__item:not(:target) .c-tabs__panel::after {
    display: none;
  }
  .c-tabs__item:not(:target) .c-tabs__content {
    position: absolute;
  }
  .c-tabs__item:target .c-tabs__panel::after {
    display: none;
  }
  .c-tabs__item:target .c-tabs__content {
    position: absolute;
    z-index: -1;
  }
  .c-tabs__panel {
    float: left;
  }
  .c-tabs--theme-pill.c-tabs__content {
    top: 48px;
  }
  .c-tabs__content {
    z-index: -2;
    left: 0;
    top: 38px;
    bottom: 0;
    right: 0;
    padding-bottom: 32px;
    border: none;
  }
}

.c-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.c-toggle.c-toggle--small {
  width: 36px;
  height: 16px;
}

.c-toggle.c-toggle--small > .c-toggle__control:before {
  height: 24px;
  width: 24px;
  bottom: -4px;
  left: 0px;
}

.c-toggle.c-toggle--small > input:checked + .c-toggle__control:before {
  transform: translateX(15px);
}

.c-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.c-toggle input:checked + .c-toggle__control {
  background-color: #e71316;
}

.c-toggle input:checked + .c-toggle__control:before {
  transform: translateX(26px);
}

.c-toggle input:focus + .c-toggle__control {
  box-shadow: 0 0 1px #e71316;
}

.c-toggle[disabled] .c-toggle__control {
  cursor: not-allowed;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

.c-toggle[disabled] > input:checked + .c-toggle__control {
  background-color: #ffffff;
}

.c-toggle[disabled] > input:checked + .c-toggle__control:before {
  transform: translateX(0px);
}

.c-toggle__control {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  transition: 0.35s;
  border-radius: 34px;
}

.c-toggle__control:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: -6px;
  bottom: -6px;
  background-color: #ffffff;
  transition: 0.35s;
  box-shadow: 0 1px 6px 0 rgba(34, 34, 34, 0.3);
  border-radius: 50%;
}

.c-popover {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 4px 6px 0 #cccccc;
  font-size: 14px;
  padding: 16px;
  background: #ffffff;
}

.c-popover.c-popover__message {
  width: 440px;
  height: 242px;
  padding: 24px;
}

.c-popover.c-popover__message .c-popover__header {
  color: #1b1b1d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  padding: 0;
}

.c-popover.c-popover__message .c-popover__text {
  color: #1b1b1d;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  padding: 0;
  clear: both;
}

.c-popover.c-popover__message .c-popover__close {
  color: #54545c;
}

.c-popover.c-popover__message .c-checkbox {
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-popover--visible {
  visibility: visible;
}

.c-popover--bottom {
  top: 120%;
}

.c-popover--right {
  left: 120%;
}

.c-popover--top {
  bottom: 120%;
}

.c-popover--left {
  right: 120%;
}

.c-popover__message.c-popover--bottom {
  left: 0;
}

.c-popover__message.c-popover--right {
  top: -43px;
}

.c-popover__message.c-popover--top {
  left: -40px;
}

.c-popover__message.c-popover--left {
  top: -20px;
}

.c-popover:after, .c-popover:before {
  width: 0px;
  height: 0px;
  content: '';
  position: absolute;
  border-width: 6px;
  border-style: solid;
}

.c-popover--top:after {
  border-color: #ffffff transparent transparent transparent;
  bottom: -12px;
  left: 10%;
}

.c-popover--top:before {
  border-color: #cccccc transparent transparent transparent;
  bottom: -13px;
  left: 10%;
}

.c-popover--left:after {
  border-color: transparent transparent transparent #ffffff;
  right: -12px;
  top: 10%;
}

.c-popover--left:before {
  border-color: transparent transparent transparent #cccccc;
  right: -13px;
  top: 10%;
}

.c-popover--bottom:after {
  border-color: transparent transparent #ffffff transparent;
  top: -12px;
  left: 5px;
}

.c-popover--bottom:before {
  border-color: transparent transparent #cccccc transparent;
  top: -13px;
  left: 5px;
}

.c-popover--right:after {
  border-color: transparent #ffffff transparent transparent;
  left: -12px;
  top: 20%;
}

.c-popover--right:before {
  border-color: transparent #cccccc transparent transparent;
  border-top: 6px solid transparent;
  left: -13px;
  top: 20%;
}

.c-pull-left {
  float: left;
}

.c-pull-right {
  float: right;
}

.c-well {
  display: inline-block;
  padding: 16px;
  background-color: #f7f7f7;
}

.c-zero-state {
  padding: 85px 100px;
  background-color: #ffffff;
  width: 600px;
  height: 360px;
  color: #54545c;
  font-size: 16px;
  text-align: center;
}

.c-zero-state h2 {
  color: #1b1b1d;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

.c-zero-state.zs-instrument {
  text-align: left;
}

.c-zero-state.zs-instrument img {
  width: 81px;
  height: 100px;
  margin: 0 0 24px 40px;
}

.c-zero-state.zs-computer img {
  margin: 0 0 24px;
}

.c-zero-state.zs-config {
  padding: 104px 60px;
}

.c-zero-state.zs-config .c-btn {
  margin-top: 40px;
}

.c-zero-state.zs-config--left {
  text-align: left;
}

.c-zero-state.zs-basic {
  padding: 145px 60px 50px;
  vertical-align: middle;
}

.c-zero-state.zs-basic--left {
  text-align: left;
}
