@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
@font-face {
  font-family: 'verlagblack';
  src: url("https://cdn.cigdigital.net/fonts/verlag-black.woff2") format("woff2"), url("https://cdn.cigdigital.net/fonts/verlag-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'verlagbold';
  src: url("https://cdn.cigdigital.net/fonts/verlag-bold.woff2") format("woff2"), url("https://cdn.cigdigital.net/fonts/verlag-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'verlagbook';
  src: url("https://cdn.cigdigital.net/fonts/verlag-book.woff2") format("woff2"), url("https://cdn.cigdigital.net/fonts/verlag-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

*:focus {
  outline: none;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

div#kpage.kpage {
  margin-bottom: 0;
}

div#kpage section.ksection {
  position: relative;
  margin: 0 auto;
  padding: 1em;
  font-size: 16px !important;
}
div#kpage section.ksection * {
  font-weight: 400;
}
@media (min-width: 1024px) {
  div#kpage section.ksection {
    padding: 1em 0;
  }
}
div#kpage section.ksection h1,
div#kpage section.ksection h2,
div#kpage section.ksection h3,
div#kpage section.ksection h4,
div#kpage section.ksection h5,
div#kpage section.ksection h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
div#kpage section.ksection ul li {
  line-height: 1.3;
  font-size: 1em;
}
div#kpage section.ksection p {
  margin: 0;
  font-size: inherit;
  line-height: 1.3;
}
div#kpage section.ksection p + p {
  margin-top: 1em;
}
div#kpage section.ksection hr {
  margin: 2em 0;
  border: 0;
  height: 1px;
  background: #333;
}
div#kpage section.ksection .ktext-left,
div#kpage section.ksection .kalign-left {
  text-align: left !important;
}
div#kpage section.ksection .ktext-right {
  text-align: right !important;
}
div#kpage section.ksection .ktext-center {
  text-align: center !important;
}
div#kpage section.ksection .ktext-left {
  text-align: left !important;
}
div#kpage section.ksection strong {
  line-height: 1.3;
  font-weight: 700;
  font-family: 'Inter', sans-serif !important;
}
div#kpage section.ksection em {
  font-weight: 700;
  font-family: 'Inter', sans-serif !important;
}
div#kpage section.ksection .kmobile {
  display: block;
}
@media (min-width: 1024px) {
  div#kpage section.ksection .kmobile {
    display: none;
  }
}
div#kpage section.ksection .kdesktop {
  display: none;
}
@media (min-width: 1024px) {
  div#kpage section.ksection .kdesktop {
    display: block;
  }
}
div#kpage section.ksection .kbutton-container {
  text-align: center;
  margin: 2em 0;
}
div#kpage section.ksection .kbutton-container button {
  display: inline-block;
  padding: 1em;
  margin: 2em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #c20e2e;
  cursor: pointer;
}
div#kpage section.ksection .kbutton-container button:disabled {
  cursor: not-allowed;
}
div#kpage section.ksection .kcolum {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum {
    flex-wrap: nowrap;
  }
}
div#kpage section.ksection .kcolum.kcolum-2 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2 > * {
    width: 49%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-3 {
  justify-content: space-between;
}
div#kpage section.ksection .kcolum.kcolum-3 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-3 > * {
    width: 32%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-4 {
  justify-content: space-between;
}
div#kpage section.ksection .kcolum.kcolum-4 > * {
  width: 50%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-4 > * {
    width: 24%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-5 {
  justify-content: space-between;
}
div#kpage section.ksection .kcolum.kcolum-5 > * {
  width: 50%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-5 > * {
    width: 19%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-2-1 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-1 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-1 > figure {
    width: 40%;
  }
}
div#kpage section.ksection .kbutton-wrapper {
  text-align: center;
}
div#kpage section.ksection .kinfo-box img {
  margin-top: 1em;
}
div#kpage section.ksection .kinfo-box-openers {
  margin: 1em 0;
  padding: 1em 0;
}
div#kpage section.ksection .kbutton-wrapper {
  text-align: center;
}
div#kpage section.ksection button.kreset {
  clear: both;
  display: inherit;
  margin: 1em auto;
  position: relative;
  font-family: inherit;
  padding: 0.7em 2em 0.7em 3.4em;
  line-height: 1;
  border: 0;
  background: #f38bac;
  cursor: pointer;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

#kpage {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #1c1f1c;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
}
#kpage:after {
  content: " ";
  display: block;
  clear: both;
}
#kpage mark {
  color: #c20e2e;
  background-color: transparent;
}
#kpage .khightlight {
  color: #c20e2e;
}
#kpage .kmask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 998;
}
#kpage .kmask.kactive {
  display: block;
}

body #kpage.page01 .ksection {
  padding: 0;
}
body #kpage.page01 .ksection .kcontent-wrapper {
  margin: 0 auto;
}
body #kpage.page01 .ksection h1 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 3em;
  font-family: verlagbold;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h1 {
    font-size: 5em;
  }
}
body #kpage.page01 .ksection h2 {
  margin: 0 0 .5em 0;
  font-family: verlagbold;
  color: #c20e2e;
  font-size: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2 {
    font-size: 2.625em;
  }
}
body #kpage.page01 .ksection h3 {
  margin: 0 0 1em 0;
  font-size: 1.525em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h3 {
    font-size: 1.625em;
  }
}
body #kpage.page01 .ksection h4 {
  margin: 0 0 .75em 0;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h4 {
    font-size: 1.2em;
  }
}
body #kpage.page01 .ksection em {
  font-weight: bold;
  font-style: normal;
  color: #c20e2e;
}
body #kpage.page01 .ksection ul {
  padding-left: 20px;
}
body #kpage.page01 .ksection ul ul {
  margin-top: .5em;
}
body #kpage.page01 .ksection ul.klist-items {
  margin: 1em 0;
  padding: 0;
  list-style: none none;
}
body #kpage.page01 .ksection ul.klist-items li {
  border-top: 1px solid #1c1f1c;
  padding: 1em 0;
}
body #kpage.page01 .ksection ul.klist-items li:last-of-type {
  border-bottom: 1px solid #1c1f1c;
}
body #kpage.page01 .ksection ul.klist-column {
  columns: 2;
}
body #kpage.page01 .ksection ul.klist-column li {
  margin-bottom: .5em;
}
body #kpage.page01 .ksection ul.klist-items-2 {
  margin: 2em 0;
  padding: 0;
  list-style: none none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body #kpage.page01 .ksection ul.klist-items-2 li {
  padding: 1em 2em;
  width: 49%;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 640px) {
  body #kpage.page01 .ksection ul.klist-items-2 li {
    margin-bottom: 0;
    width: 24%;
  }
}
@media (min-width: 640px) {
  body #kpage.page01 .ksection ul.klist-items-2 li {
    font-size: 1.5em;
  }
}
body #kpage.page01 .ksection ul.klist-items-2 li:nth-child(1) {
  background-color: #fbc64f;
}
body #kpage.page01 .ksection ul.klist-items-2 li:nth-child(2) {
  background-color: #b9a0d8;
}
body #kpage.page01 .ksection ul.klist-items-2 li:nth-child(3) {
  background-color: #da7d61;
}
body #kpage.page01 .ksection ul.klist-items-2 li:nth-child(4) {
  background-color: #da7d61;
}
body #kpage.page01 .ksection p a *,
body #kpage.page01 .ksection p u *,
body #kpage.page01 .ksection p i *,
body #kpage.page01 .ksection p em *,
body #kpage.page01 .ksection p strong * {
  color: inherit;
  font-weight: inherit;
}
body #kpage.page01 .ksection .kvideo-wrapper,
body #kpage.page01 .ksection .kimage-wrapper {
  margin: 3em 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
body #kpage.page01 .ksection .kvideo-wrapper > *,
body #kpage.page01 .ksection .kimage-wrapper > * {
  margin: 0 auto;
}
body #kpage.page01 .ksection .kvideo-wrapper img,
body #kpage.page01 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page01 .ksection .kcontent {
  position: relative;
  font-size: 16px;
  padding: 0 1em;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
body #kpage.page01 .ksection .kcontent:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent {
    padding: 0;
  }
}
body #kpage.page01 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.page01 .ksection .kbutton {
  border: 1px solid #1c1f1c;
  padding: 1em;
  text-align: center;
  font-size: 14px;
}
body #kpage.page01 .ksection .knote-text {
  margin: 1em 0;
  padding: 1em;
  border-radius: 18px;
  border: 2px solid #1c1f1c;
}
body #kpage.page01 .ksection .kcontent-0 {
  padding: 0 0 2em 0;
  background: #BAC0C9;
  background: linear-gradient(180deg, #bac0c9 0%, #f4f5f6 100%);
}
body #kpage.page01 .ksection .kcontent-0 .klogo-wrapper {
  display: flex;
  justify-content: space-between;
}
body #kpage.page01 .ksection .kcontent-0 .klogo-wrapper figure {
  margin: 0;
}
body #kpage.page01 .ksection .kcontent-0 .klogo-wrapper figure + figure {
  margin-top: 1em;
  margin-right: 1em;
}
body #kpage.page01 .ksection .kcontent-0 .ktitle {
  font-family: verlagbold;
  font-weight: bold;
  color: #ffffff;
}
body #kpage.page01 .ksection .kcontent-0 .ktitle * {
  color: inherit;
}
body #kpage.page01 .ksection .kcontent-0 .ktitle p {
  font-size: 1.8em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-0 .ktitle p {
    font-size: 3.438em;
  }
}
body #kpage.page01 .ksection .kcontent-0 .krange-box {
  position: relative;
  margin-top: 2em;
  margin-bottom: 4em;
  padding: 2em 2em 3em 2em;
  border-radius: 18px;
  border: 4px solid #1c1f1c;
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-0 .krange-box {
    margin-top: 5.5em;
    margin-bottom: 5.5em;
  }
}
body #kpage.page01 .ksection .kcontent-0 .krange-box h3 {
  font-weight: 500;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-0 .krange-box h3 {
    font-size: 1.375em;
  }
}
body #kpage.page01 .ksection .kcontent-0 .krange-box .kcolum {
  justify-content: space-between;
}
body #kpage.page01 .ksection .kcontent-0 .kscroll {
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}
body #kpage.page01 .ksection .kcontent-0 .kscroll:before {
  content: '';
  display: block;
  margin: 0 auto 8px auto;
  width: 50px;
  height: 50px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/arr-d.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page01 .ksection .kcontent-0 .kwrap {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/intro-bgr.jpg) no-repeat top center;
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap {
  margin: 2em 0;
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap:before, body #kpage.page01 .ksection .kcontent-0 .knote-wrap:after {
  content: " ";
  display: table;
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap {
  *zoom: 1;
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap + p.ktext-right {
  margin-top: -5em;
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap figure {
  margin: 0 auto;
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap figure img {
  margin: 0 auto;
}
@media (min-width: 640px) {
  body #kpage.page01 .ksection .kcontent-0 .knote-wrap figure {
    float: left;
    margin: 0;
  }
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap div {
  margin: 0 auto 4.4em 0;
  padding: 2em;
  text-align: center;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #ffffff;
}
@media (min-width: 640px) {
  body #kpage.page01 .ksection .kcontent-0 .knote-wrap div {
    margin: 4.4em auto 4.4em 8em;
  }
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap div h3 {
  font-size: 1.625em;
  font-family: verlagbold;
  margin: 0;
}
body #kpage.page01 .ksection .kcontent-0 .knote-wrap div p {
  font-size: 1.375em;
}
body #kpage.page01 .ksection .kcontent-0 .klearning {
  margin: 2em auto;
}
body #kpage.page01 .ksection .kcontent-0 .klearning h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: .75em 1em;
  background-color: #c20e2e;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
}
body #kpage.page01 .ksection .kcontent-0 .klearning h3:after {
  content: '+';
  margin-left: 1em;
  display: inline-block;
  color: white;
  font-weight: bold;
}
body #kpage.page01 .ksection .kcontent-0 .klearning.kactive h3 {
  color: #1c1f1c;
  background-color: transparent;
  font-size: 1.4em;
  padding-left: 0;
  font-family: verlagbold;
}
body #kpage.page01 .ksection .kcontent-0 .klearning.kactive h3:after {
  content: none;
}
body #kpage.page01 .ksection .kcontent-0 .klearning.kactive .ktext {
  display: block;
}
body #kpage.page01 .ksection .kcontent-0 .klearning.kactive .ktext ul {
  margin: 1em 0 0 0;
  padding-left: 20px;
}
body #kpage.page01 .ksection .kcontent-0 .klearning.kactive .ktext ul li + li {
  margin-top: .5em;
}
body #kpage.page01 .ksection .kcontent-0 .klearning .ktext {
  display: none;
}
body #kpage.page01 .ksection .kcontent-1 {
  margin: 2em 0;
  background-color: #ffffff;
}
body #kpage.page01 .ksection .kcontent-1 h2 {
  color: #c20e2e;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper {
  margin: 2em 0;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem {
  position: relative;
  padding: 2em;
  border: 4px solid #c20e2e;
  background-color: #ffffff;
  cursor: pointer;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem h3 {
  position: relative;
  margin: 0;
  padding: 1em;
  text-align: center;
  font-size: 1.4em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem h3 {
    font-size: 2em;
  }
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem h3:before, body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem h3:after {
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem h3:before {
  top: 0;
  left: 0;
  border-top: 6px solid #1c1f1c;
  border-left: 6px solid #1c1f1c;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem h3:after {
  bottom: 0;
  right: 0;
  border-right: 6px solid #1c1f1c;
  border-bottom: 6px solid #1c1f1c;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem.kactive {
  border: 0;
  background: #A61630;
  background: linear-gradient(180deg, #a61630 0%, #7d1124 100%);
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem.kactive:after {
  content: none;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem.kactive h3 {
  color: #ffffff;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem.kactive h3:before {
  border-top: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem.kactive h3:after {
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem.kactive > div {
  display: block;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem.kvisited:not(.kactive) {
  border: 0;
  background: #f1f1f1;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem.kvisited:after {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/icon-thick.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem > div {
  display: none;
  color: #ffffff;
  margin-top: 2em;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem > div .kcolum {
  margin-top: 2em;
  justify-content: space-between;
  flex-wrap: wrap;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem > div .kcolum figure {
  margin-bottom: 1em;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem > div figure img {
  margin: 0 auto;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem > div .ktext-right {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem > div .knote-text,
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem > div .knote {
  text-align: center;
  margin-top: 2em;
  border-radius: 18px;
  padding: .5em 1em;
  background-color: #ffffff;
  color: #1c1f1c;
  border-color: #ffffff;
}
body #kpage.page01 .ksection .kcontent-1 .ktoggle-wrapper .kitem + .kitem {
  margin-top: 3em;
}
body #kpage.page01 .ksection .kcontent-2 {
  margin: 4em 0;
  padding: 2em 0;
  background: #F3CCDB;
  background: linear-gradient(180deg, #f3ccdb 0%, #ffffff 20%);
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled {
  margin: 0 0 1em 0;
  position: relative;
  text-align: center;
  font-family: verlagbold;
  color: #ffffff;
  font-size: 1.6em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-2 h2.kstyled {
    font-size: 2em;
  }
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled ~ h2.kstyled {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #1c1f1c;
  transform: translateY(-50%);
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled.kstyled-2 {
  color: #1c1f1c;
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled.kstyled-2:after {
  background-color: #f498b6;
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled.kstyled-2 span {
  background-color: #f498b6;
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled.kstyled-3 {
  color: #1c1f1c;
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled.kstyled-3:after {
  background-color: #d1d1d1;
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled.kstyled-3 span {
  background-color: #d1d1d1;
}
body #kpage.page01 .ksection .kcontent-2 h2.kstyled span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: inherit;
  color: inherit;
  border-radius: 36px;
  padding: .25em 1em;
  background-color: #1c1f1c;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-2 h2.kstyled span {
    min-width: 13em;
  }
}
body #kpage.page01 .ksection .kcontent-2 figure {
  margin: 2em auto 1em auto;
}
body #kpage.page01 .ksection .kcontent-2 figure img {
  margin: 0 auto;
}
body #kpage.page01 .ksection .kcontent-2 figure figcaption {
  text-align: center;
}
body #kpage.page01 .ksection .kcontent-2 figure figcaption p em {
  font-size: 1.2em;
}
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper {
  margin: 2em 0;
  padding: 2em;
  background-color: #f0f0f0;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper {
    padding: 2em 4em;
  }
}
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper .slick-prev,
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper .slick-next {
  font-size: 0pt;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper .slick-prev {
  left: -25px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/arr-l.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper .slick-next {
  right: -25px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/arr-r.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none none;
  text-align: center;
}
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: rgba(194, 14, 46, 0.3);
}
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper ul.slick-dots li button {
  opacity: 0;
}
body #kpage.page01 .ksection .kcontent-2 .kslider-wrapper ul.slick-dots li.slick-active {
  background: #c20e2e;
}
body #kpage.page01 .ksection .kcontent-2 .kproduct-box {
  margin: 4em 0 1em 0;
  padding: 2em;
  border-radius: 18px;
  background: #A51630;
  background: linear-gradient(176deg, #a51630 0%, #7d1124 100%);
}
body #kpage.page01 .ksection .kcontent-2 .kproduct-box * {
  color: #ffffff;
}
body #kpage.page01 .ksection .kcontent-2 .kproduct-box h2 {
  text-align: center;
  font-family: verlagbold;
  font-size: 1.225em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-2 .kproduct-box h2 {
    font-size: 1.625em;
  }
}
body #kpage.page01 .ksection .kcontent-2 .knote-text {
  text-align: center;
  background-color: #ffffff;
}
body #kpage.page01 .ksection .kcontent-3 {
  margin: 4em 0 0 0;
  padding: 2em 0;
  background-color: #5d3147;
  color: #ffffff;
}
body #kpage.page01 .ksection .kcontent-3 h2 {
  margin: 0 0 1em 0;
  position: relative;
  font-family: verlagbold;
  color: #f38bac;
  font-size: 1.6em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-3 h2 {
    font-size: 2em;
  }
}
body #kpage.page01 .ksection .kquestions {
  color: #1c1f1c;
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper {
  margin: 2em 0;
  padding: 0 2em;
  width: 100%;
  overflow-x: auto;
  border-radius: 18px;
  border: 4px solid #1c1f1c;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper th, body #kpage.page01 .ksection .kquestions .ktable-wrapper td {
  word-wrap: break-word;
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper th {
  font-weight: bold;
  font-size: 1.4em;
  padding: 8px;
  text-align: left;
  width: 80%;
  border-bottom: 1px solid rgba(28, 31, 28, 0.35);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kquestions .ktable-wrapper th {
    padding: 20px 14px;
  }
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper th + th {
  text-align: center;
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td {
  font-size: 1.2em;
  padding: 8px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kquestions .ktable-wrapper td {
    padding: 20px 14px;
  }
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td {
  border-bottom: 1px solid rgba(28, 31, 28, 0.35);
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/icon-0.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td span.kselected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/icon-4.png);
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td:nth-child(2) span[kdata-correct="kcorrect"].kactive, body #kpage.page01 .ksection .kquestions .ktable-wrapper td:nth-child(2) span[kdata-correct="kcorrect"].kactive.kselected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/icon-1.png);
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td:nth-child(2) span.kincorrect.kselected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/icon-3.png);
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td:nth-child(3) span[kdata-correct="kcorrect"].kactive, body #kpage.page01 .ksection .kquestions .ktable-wrapper td:nth-child(3) span[kdata-correct="kcorrect"].kactive.kselected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/icon-2.png);
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td:nth-child(3) span.kincorrect.kselected {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_313_canesten_scrolling/img/icon-3.png);
}
body #kpage.page01 .ksection .kquestions .ktable-wrapper td + td {
  text-align: center;
}
body #kpage.page01 .ksection .kcontent-4 {
  margin: 0;
  padding: 4em 0 2em 0;
  background: #F0ECF7;
  background: linear-gradient(176deg, #f0ecf7 0%, #ffffff 20%);
}
body #kpage.page01 .ksection .kcontent-4 figure {
  margin: 2em 0;
}
body #kpage.page01 .ksection .kcontent-4 h3 {
  margin-top: 2em;
  color: #ffffff;
  background-color: #44657c;
  border-radius: 24px;
  padding: 1em;
  font-size: 1.175em;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kcontent-4 h3 {
    font-size: 1.375em;
  }
}
body #kpage.page01 .ksection .kcontent-4 h3.kstyled-1 {
  background-color: #2d2453;
}
body #kpage.page01 .ksection .kcontent-4 h3.kstyled-2 {
  background-color: #622e48;
}
body #kpage.page01 .ksection .kcontent-4 .kquest-wrapper .kansw-wrong {
  text-align: center;
}
body #kpage.page01 .ksection .kcontent-4 .kquest-wrapper .kansw-wrong span {
  display: none;
}
body #kpage.page01 .ksection .kcontent-4 .kquest-wrapper .kansw-correct {
  margin-top: 0;
  display: none;
  text-align: center;
}
body #kpage.page01 .ksection .kcontent-4 .kquest-wrapper .kansw-correct em {
  color: #64b648;
}
body #kpage.page01 .ksection .kcontent-4 .kquest-items figure {
  cursor: pointer;
}
body #kpage.page01 .ksection .kcontent-4 .kquest-items figure.kinactive {
  opacity: .2;
}
body #kpage.page01 .ksection .kcontent-4 .kquest-items figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
body #kpage.page01 .ksection .kcustom-select {
  display: inline-block;
}
body #kpage.page01 .ksection .kcustom-select .kselect {
  border: none;
  outline: none;
  font-weight: bold;
}
body #kpage.page01 .ksection .kcustom-select .kselect option {
  padding: .25em;
}
body #kpage.page01 .ksection .kcustom-select .kselect.kincorrect {
  color: #c20e2e;
  text-align: center;
}
body #kpage.page01 .ksection .kcustom-select .kselect.kcorrect {
  color: #00bab5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}
body #kpage.page01 .ksection .knote {
  padding: 1.6em;
  border-radius: 18px;
  border: 2px solid #c20e2e;
  background-color: #ffffff;
}
body #kpage.page01 .ksection .kinfo-wrapper {
  margin-bottom: 3em;
  padding: 2em;
  border-radius: 18px;
  background-color: #eaeaea;
}
body #kpage.page01 .ksection .kinfo-wrapper h3 {
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 2em;
  color: #c20e2e;
  margin-bottom: 0.6em;
}
body #kpage.page01 .ksection .kinfo-wrapper p.kstyled u,
body #kpage.page01 .ksection .kinfo-wrapper p.kstyled i {
  font-weight: 700;
}
body #kpage.page01 .ksection .knote-box {
  margin-top: 2em;
  padding: 1em;
  background-color: #ffffff;
  text-align: center;
}
body #kpage.page01 .ksection .knote-box p em {
  color: #c20e2e;
  font-style: normal;
}
body #kpage.page01 .ksection .knote-box p em * {
  color: inherit;
  font-weight: inherit;
}
body #kpage.page01 .ksection .kfooter {
  margin-top: 1em;
  font-size: 12px;
  margin-top: 4em;
  padding-top: 4em;
  border-top: 1px solid #1c1f1c;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-opener {
  font-size: 14px;
  font-weight: bold;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-opener ~ .ktoggle-opener {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-opener span {
  position: relative;
  display: inline-block;
  min-width: 222px;
  border: 1px solid rgba(28, 31, 28, 0.35);
  padding: .75em 1em;
  cursor: pointer;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-opener span:after {
  content: '+';
  display: inline-block;
  vertical-align: 1px;
  padding-left: 10px;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-opener.kactive span {
  padding-left: 0;
  text-align: left;
  border-color: transparent;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-opener.kactive span:after {
  content: none;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-opener.kactive + .ktoggle-content {
  display: block;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-content {
  display: none;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-content p {
  position: relative;
  padding-left: 20px;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-content p span {
  position: absolute;
  left: 0;
  top: 0;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-content p:last-of-type {
  padding-left: 0;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-content p + p {
  margin-top: .5em;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-content[kdata-content="kcontent-099"] p {
  padding-left: 0;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-content[kdata-content="kcontent-099"] p a {
  font-weight: bold;
}
body #kpage.page01 .ksection .kfooter .ktoggle-wrapper-3 .ktoggle-content[kdata-content="kcontent-099"] p a * {
  font-weight: inherit;
}
body #kpage.page01 .ksection .kfooter .kfooter-note {
  margin-top: 2em;
  padding: 1em;
  text-align: center;
  border-radius: 8px;
  background-color: #f0f0f0;
}
body #kpage.page01 .ksection .kfooter .kbutton {
  display: inline-block;
  padding: 1em;
  text-align: center;
  border: 1px solid rgba(28, 31, 28, 0.35);
}
body #kpage.page01 .ksection .kfooter .kcolum {
  margin-top: 2em;
  align-items: center;
  display: flex;
  flex-wrap: inherit;
}
body #kpage.page01 .ksection .kfooter em {
  font-style: italic;
}
body #kpage.page01 .ksection .kfooter p + p {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kfooter figure {
  margin: 0 1em 0 0;
}
body #kpage.page01 figure {
  margin: 0 auto;
}
body #kpage.page01 img {
  display: block;
  height: auto;
  max-width: 100%;
}
