@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
body #kpage.page01 .ksection ul {
  list-style: none none;
  clear: both;
  margin: 1em 0 0 0;
  padding: 0;
}
body #kpage.page01 .ksection ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 1em;
  line-height: 1.2;
}
body #kpage.page01 .ksection ul li:before {
  content: "•";
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
body #kpage.page01 .ksection ul li + li {
  margin-top: .5em;
}

body #kpage.page01 .ksection .ktoggle-wrapper .ktoggle-content ul, body #kpage.page02 .ksection ul.kstyled, body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul, body #kpage.page03 .ksection ul.kstyled, body #kpage.page04 .ksection ul.kstyled, body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul {
  list-style: none none;
  clear: both;
  margin: 1em 0 0 0;
  padding: 0;
}
body #kpage.page01 .ksection .ktoggle-wrapper .ktoggle-content ul li, body #kpage.page02 .ksection ul.kstyled li, body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul li, body #kpage.page03 .ksection ul.kstyled li, body #kpage.page04 .ksection ul.kstyled li, body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 1em;
  line-height: 1.2;
}
body #kpage.page01 .ksection .ktoggle-wrapper .ktoggle-content ul li:before, body #kpage.page02 .ksection ul.kstyled li:before, body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul li:before, body #kpage.page03 .ksection ul.kstyled li:before, body #kpage.page04 .ksection ul.kstyled li:before, body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul li:before {
  content: "•";
  color: #E9323A;
  position: absolute;
  top: 0;
  left: 0;
}
body #kpage.page01 .ksection .ktoggle-wrapper .ktoggle-content ul li + li, body #kpage.page02 .ksection ul.kstyled li + li, body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul li + li, body #kpage.page03 .ksection ul.kstyled li + li, body #kpage.page04 .ksection ul.kstyled li + li, body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul li + li {
  margin-top: .5em;
}

@font-face {
  font-family: 'AllRoundGothic-Bold';
  src: url("https://cdn.cigdigital.net/fonts/AllRoundGothic-Bold.ttf");
  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: 'Helvetica Neue LT Std', 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: #C9C9C7;
}
div#kpage section.ksection .khidden {
  display: none !important;
}
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: #10059F;
  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 {
  justify-content: space-between;
}
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-2-3 {
  flex-wrap: wrap;
}
div#kpage section.ksection .kcolum.kcolum-2-3 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-3 > * {
    width: 50%;
    margin-bottom: 0;
    margin-top: 0;
  }
  div#kpage section.ksection .kcolum.kcolum-2-3 > * + * {
    width: 38%;
  }
}
div#kpage section.ksection .kcolum.kcolum-2-4 {
  flex-wrap: wrap;
}
div#kpage section.ksection .kcolum.kcolum-2-4 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-4 > * {
    width: 40%;
    margin-bottom: 0;
    margin-top: 0;
  }
  div#kpage section.ksection .kcolum.kcolum-2-4 > * + * {
    width: 60%;
  }
}
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;
  flex-wrap: wrap;
}
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-1-2 {
  align-items: center;
}
div#kpage section.ksection .kcolum.kcolum-1-2 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-1-2 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-1-2 figure + .ktext {
    margin-left: 1em;
  }
  div#kpage section.ksection .kcolum.kcolum-1-2 .ktext + figure {
    margin-left: 1em;
  }
  div#kpage section.ksection .kcolum.kcolum-1-2 > figure {
    width: 55%;
  }
}
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 + .ktext {
    margin-left: 1em;
  }
  div#kpage section.ksection .kcolum.kcolum-2-1 .ktext + figure {
    margin-left: 1em;
  }
  div#kpage section.ksection .kcolum.kcolum-2-1 > figure {
    width: 45%;
  }
}
div#kpage section.ksection .kcolum.kcolum-22-1 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-22-1 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-22-1 > figure {
    width: 45%;
  }
}
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: #E9323A;
  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;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

*, *: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: #000000;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}
#kpage mark {
  color: #10059F;
  background-color: transparent;
}
#kpage .khightlight {
  color: #10059F;
}
#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;
}
@keyframes kpulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
body #kpage.page01 .ksection {
  padding: 0;
}
body #kpage.page01 .ksection .kcontent-wrapper {
  margin: 0 auto;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/footer-bgr.jpg) no-repeat bottom center;
}
body #kpage.page01 .ksection * {
  word-break: break-word;
}
body #kpage.page01 .ksection h1 {
  margin: 0;
  font-size: 3em;
  text-align: center;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h1 {
    font-size: 5.125em;
  }
}
body #kpage.page01 .ksection h1 span {
  color: #410286;
}
body #kpage.page01 .ksection h2 {
  margin: 0 0 .5em 0;
  font-size: 2em;
  font-weight: 900;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2 {
    font-size: 2.5em;
  }
}
body #kpage.page01 .ksection h2.kstyled-2 {
  font-size: 2.425em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2.kstyled-2 {
    font-size: 3.125em;
  }
}
body #kpage.page01 .ksection h2.kstyled {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 1.8em;
  text-align: center;
  font-weight: 900;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2.kstyled {
    font-size: 2.2em;
  }
}
body #kpage.page01 .ksection h2.kstyled span {
  padding: 0 .75em;
  font-weight: inherit;
  font-family: inherit;
}
body #kpage.page01 .ksection h2.kstyled:before, body #kpage.page01 .ksection h2.kstyled:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  max-width: 20px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h2.kstyled:before, body #kpage.page01 .ksection h2.kstyled:after {
    max-width: 200px;
  }
}
body #kpage.page01 .ksection h2.kstyled:before {
  left: 0;
  background: #141C4D;
  background: linear-gradient(90deg, rgba(20, 28, 77, 0) 0%, #141c4d 50%);
}
body #kpage.page01 .ksection h2.kstyled:after {
  right: 0;
  background: #141C4D;
  background: linear-gradient(90deg, #141c4d 50%, rgba(20, 28, 77, 0) 100%);
}
body #kpage.page01 .ksection ul > ul {
  margin-top: .5em;
}
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: 2em 0;
}
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%;
  max-width: 100%;
}
body #kpage.page01 .ksection .kvideo-wrapper {
  margin-top: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
body #kpage.page01 .ksection .kcontent {
  position: relative;
  font-size: 16px;
  padding: 0 1em;
  max-width: 788px;
  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 .kcontent-0 {
  padding: 3em 0;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/bgr.jpg) no-repeat top center;
}
body #kpage.page01 .ksection .ktoggle-wrapper {
  margin-top: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .ktoggle-wrapper {
    margin-top: 4em;
  }
}
body #kpage.page01 .ksection .ktoggle-wrapper .ktoggle-opener {
  position: relative;
  display: inline-block;
  padding: .5em 1em;
  cursor: pointer;
  color: #E9323A;
  font-size: 1em;
  font-weight: bold;
  border-radius: 6px;
  border: 2px solid #E9323A;
}
body #kpage.page01 .ksection .ktoggle-wrapper .ktoggle-opener:after {
  content: '+';
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
body #kpage.page01 .ksection .ktoggle-wrapper .ktoggle-content {
  display: none;
}
body #kpage.page01 .ksection .ktoggle-wrapper .ktoggle-content ul > ul {
  margin-top: .5em;
}
body #kpage.page01 .ksection .ktoggle-wrapper.kactive .ktoggle-opener {
  display: none;
}
body #kpage.page01 .ksection .ktoggle-wrapper.kactive .ktoggle-opener:after {
  content: none;
}
body #kpage.page01 .ksection .ktoggle-wrapper.kactive .ktoggle-content {
  display: block;
}
body #kpage.page01 .ksection .kfooter-2 {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #C9C9C7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em;
  font-size: 12px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter-2 {
    padding-top: 4em;
    margin-top: 4em;
  }
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter-2 {
    padding: 2em 0;
  }
  body #kpage.page01 .ksection .kfooter-2 .ktext {
    margin-left: 2em;
  }
}
body #kpage.page01 .ksection .kfooter-2 figure {
  margin: 0;
}
body #kpage.page01 figure {
  margin: 0 auto;
}
body #kpage.page01 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page02 .ksection {
  padding: 0;
}
body #kpage.page02 .ksection .kcontent-wrapper {
  margin: 0 auto;
}
body #kpage.page02 .ksection * {
  word-break: break-word;
}
body #kpage.page02 .ksection h1 {
  margin: 0;
  font-size: 1.85em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h1 {
    font-size: 2.25em;
  }
}
body #kpage.page02 .ksection h1 span {
  color: #E9323A;
  font-weight: bold;
}
body #kpage.page02 .ksection h2 {
  margin: 0 0 .5em 0;
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h2 {
    font-size: 1.875em;
  }
}
body #kpage.page02 .ksection h2 span {
  color: #E9323A;
  font-weight: bold;
}
body #kpage.page02 .ksection h3 {
  margin: 0 0 .5em 0;
  font-size: 1.175em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h3 {
    font-size: 1.375em;
  }
}
body #kpage.page02 .ksection ul > ul {
  margin-top: .5em;
}
body #kpage.page02 .ksection p a *,
body #kpage.page02 .ksection p u *,
body #kpage.page02 .ksection p i *,
body #kpage.page02 .ksection p em *,
body #kpage.page02 .ksection p strong * {
  color: inherit;
  font-weight: inherit;
}
body #kpage.page02 .ksection .kvideo-wrapper,
body #kpage.page02 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page02 .ksection .kvideo-wrapper > *,
body #kpage.page02 .ksection .kimage-wrapper > * {
  margin: 0 auto;
}
body #kpage.page02 .ksection .kvideo-wrapper img,
body #kpage.page02 .ksection .kimage-wrapper img {
  width: 100%;
  max-width: 100%;
}
body #kpage.page02 .ksection .kvideo-wrapper {
  margin-top: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
body #kpage.page02 .ksection .kcontent {
  position: relative;
  font-size: 16px;
  padding: 0 1em;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}
body #kpage.page02 .ksection .kcontent:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kcontent {
    padding: 0;
  }
}
body #kpage.page02 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.page02 .ksection .kcontent-1 {
  padding: 3em 0;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/bgr-2.jpg) no-repeat top center;
}
body #kpage.page02 .ksection .kcontent-1 .klist-items {
  margin: 2em 0 0 0;
}
body #kpage.page02 .ksection .kcontent-1 .klist-items ul {
  list-style: none none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
body #kpage.page02 .ksection .kcontent-1 .klist-items ul li {
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kcontent-1 .klist-items ul li {
    padding: 0 1em;
  }
}
body #kpage.page02 .ksection .kcontent-1 .klist-items ul li figure img {
  margin: 0 auto;
}
body #kpage.page02 .ksection .kcontent-1 .klist-items ul li figure figcaption {
  margin-top: .75em;
  font-weight: bold;
  text-align: center;
}
body #kpage.page02 .ksection .kcontent-1 .klist-items ul li figure figcaption p span {
  font-size: .875em;
  font-weight: bold;
}
body #kpage.page02 .ksection .kcontent-1 .klist-items + .knote-text {
  margin-top: 1em;
}
body #kpage.page02 .ksection .knote-text {
  margin: 2em 0;
  padding: .75em 1em;
  border-radius: 1em;
  text-align: center;
  font-weight: bold;
  background-color: #C9C9C7;
}
body #kpage.page02 .ksection .knote-text * {
  font-weight: bold;
}
body #kpage.page02 .ksection .kbox-wrapper {
  margin: 2em 0;
  padding: 1em;
  border-radius: 1em;
  font-weight: bold;
  background-color: #F4F4F4;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kbox-wrapper {
    padding: 2em;
  }
}
body #kpage.page02 .ksection .kbox-wrapper p em {
  font-style: normal;
  color: #E9323A;
}
body #kpage.page02 .ksection .ktext-content {
  margin: 2em 0;
}
body #kpage.page02 .ksection .ktext-content p strong {
  color: #E9323A;
}
body #kpage.page02 .ksection .ktext-content p em {
  color: #E9323A;
}
body #kpage.page02 .ksection .ktoggle-wrapper {
  margin-top: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .ktoggle-wrapper {
    margin-top: 4em;
  }
}
body #kpage.page02 .ksection .ktoggle-wrapper > .ktoggle-opener {
  position: relative;
  cursor: pointer;
  font-size: 1.85em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .ktoggle-wrapper > .ktoggle-opener {
    font-size: 2.25em;
  }
}
body #kpage.page02 .ksection .ktoggle-wrapper > .ktoggle-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 30px;
  height: 15px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/arr-d.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
body #kpage.page02 .ksection .ktoggle-wrapper > .ktoggle-opener span {
  font-weight: bold;
  color: #00A163;
}
body #kpage.page02 .ksection .ktoggle-wrapper > .ktoggle-content {
  display: none;
}
body #kpage.page02 .ksection .ktoggle-wrapper > .ktoggle-content h5 {
  font-size: 1em;
}
body #kpage.page02 .ksection .ktoggle-wrapper > .ktoggle-content p.kstyled em {
  color: #E9323A;
}
body #kpage.page02 .ksection .ktoggle-wrapper.kactive > .ktoggle-opener:after {
  transform: translateY(-50%) rotate(180deg);
}
body #kpage.page02 .ksection .ktoggle-wrapper.kactive > .ktoggle-content {
  display: block;
}
body #kpage.page02 .ksection .ktoggle-wrapper-2 {
  margin-top: 1em;
  border-radius: 1.6em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .ktoggle-wrapper-2 {
    margin-top: 2em;
  }
}
body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-opener {
  position: relative;
  padding: .75em 1em;
  border-radius: 1em;
  cursor: pointer;
  font-size: 1.175em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
  font-weight: bold;
  background-color: #E9323A;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-opener {
    font-size: 1.375em;
  }
}
body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 20px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-plus-black.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-opener:after {
    width: 25px;
    height: 25px;
  }
}
body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content {
  display: none;
  padding: 1em;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content {
    padding: 2em;
  }
}
body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content p em {
  font-style: normal;
  color: #E9323A;
}
body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul:not(.kstyled) li:before {
  color: #000000;
}
body #kpage.page02 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul + p {
  margin-top: 1em;
}
body #kpage.page02 .ksection .ktoggle-wrapper-2.kactive {
  border: 3px solid #E9323A;
}
body #kpage.page02 .ksection .ktoggle-wrapper-2.kactive > .ktoggle-opener:after {
  content: '';
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-minus-black.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
body #kpage.page02 .ksection .ktoggle-wrapper-2.kactive > .ktoggle-content {
  display: block;
}
body #kpage.page02 .ksection .klist-box {
  margin: 2em 0;
}
body #kpage.page02 .ksection .klist-box .kitem {
  border-radius: 1.2em;
  padding: .75em 1em;
  min-height: 75px;
  background-color: #C9C9C7;
  margin-bottom: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #kpage.page02 .ksection .klist-box .kitem h4 {
  color: #E9323A;
  font-size: 1.225em;
  text-align: center;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .klist-box .kitem h4 {
    font-size: 1.625em;
  }
}
body #kpage.page02 .ksection .klist-box .kitem h4 span {
  font-weight: inherit;
  color: #000000;
}
body #kpage.page02 .ksection .klist-box .kitem-2 {
  position: relative;
  margin-bottom: 2em;
  padding: .75em 1em;
  border-radius: 2em;
  min-height: 75px;
  background-color: #F4F4F4;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .klist-box .kitem-2 {
    font-size: 1.2em;
  }
}
body #kpage.page02 .ksection .klist-box .kitem-2:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 3em;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 1em solid #F4F4F4;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
}
body #kpage.page02 .ksection .klist-box .kitem-2:nth-child(2n + 1):after {
  right: auto;
  left: 3em;
}
body #kpage.page02 .ksection .klist-box .kitem-2 p {
  font-weight: bold;
}
body #kpage.page02 figure {
  margin: 0 auto;
}
body #kpage.page02 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page03 .ksection {
  padding: 0;
}
body #kpage.page03 .ksection .kcontent-wrapper {
  margin: 0 auto;
}
body #kpage.page03 .ksection * {
  word-break: break-word;
}
body #kpage.page03 .ksection h1 {
  margin: 0;
  font-size: 1.85em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection h1 {
    font-size: 2.25em;
  }
}
body #kpage.page03 .ksection h1 span {
  color: #E9323A;
  font-weight: bold;
}
body #kpage.page03 .ksection h2 {
  margin: 0 0 .5em 0;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
  font-size: 1.85em;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection h2 {
    font-size: 2.25em;
  }
}
body #kpage.page03 .ksection h2 span {
  color: #E9323A;
  font-weight: bold;
}
body #kpage.page03 .ksection h3 {
  margin: 0 0 .5em 0;
  font-size: 1.175em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection h3 {
    font-size: 1.375em;
  }
}
body #kpage.page03 .ksection ul > ul {
  margin-top: .5em;
}
body #kpage.page03 .ksection p a *,
body #kpage.page03 .ksection p u *,
body #kpage.page03 .ksection p i *,
body #kpage.page03 .ksection p em *,
body #kpage.page03 .ksection p strong * {
  color: inherit;
  font-weight: inherit;
}
body #kpage.page03 .ksection p strong {
  color: #E9323A;
}
body #kpage.page03 .ksection p.kstyled em {
  color: #E9323A;
}
body #kpage.page03 .ksection .kvideo-wrapper,
body #kpage.page03 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page03 .ksection .kvideo-wrapper > *,
body #kpage.page03 .ksection .kimage-wrapper > * {
  margin: 0 auto;
}
body #kpage.page03 .ksection .kvideo-wrapper img,
body #kpage.page03 .ksection .kimage-wrapper img {
  width: 100%;
  max-width: 100%;
}
body #kpage.page03 .ksection .kvideo-wrapper {
  margin-top: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
body #kpage.page03 .ksection .kcontent {
  position: relative;
  font-size: 16px;
  padding: 0 1em;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}
body #kpage.page03 .ksection .kcontent:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kcontent {
    padding: 0;
  }
}
body #kpage.page03 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.page03 .ksection .kcontent-1 {
  padding: 3em 0;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/bgr-2.jpg) no-repeat top center;
}
body #kpage.page03 .ksection .kcontent-1 .klist-items {
  margin: 2em 0;
}
body #kpage.page03 .ksection .kcontent-1 .klist-items ul {
  list-style: none none;
  margin: 0;
  padding: 0;
}
body #kpage.page03 .ksection .kcontent-1 .klist-items ul li {
  margin-bottom: 1em;
}
body #kpage.page03 .ksection .kcontent-1 .klist-items ul li figure img {
  margin: 0 auto;
}
body #kpage.page03 .ksection .kcontent-1 .klist-items ul li figure figcaption {
  margin-top: .75em;
  font-weight: bold;
  text-align: center;
}
body #kpage.page03 .ksection .ktab-wrapper {
  margin: 2em 0;
}
body #kpage.page03 .ksection .ktab-wrapper .ktabs {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: space-between;
}
body #kpage.page03 .ksection .ktab-wrapper .ktabs .ktab {
  padding: .75em 1em;
  width: 49.8%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background-color: #C9C9C7;
  font-size: 0.9em;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktab-wrapper .ktabs .ktab {
    font-size: 1.25em;
  }
}
body #kpage.page03 .ksection .ktab-wrapper .ktabs .ktab.kactive {
  background-color: #E9323A;
}
body #kpage.page03 .ksection .ktab-wrapper .ktabs-content .ktab-content {
  display: none;
  background-color: #ffffff;
  padding: 1em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktab-wrapper .ktabs-content .ktab-content {
    padding: 2em;
  }
}
body #kpage.page03 .ksection .ktab-wrapper .ktabs-content .ktab-content.kactive {
  display: block;
  border: 3px solid #E9323A;
}
body #kpage.page03 .ksection .ktab-wrapper .ktabs-content .ktab-content p strong {
  color: #E9323A;
}
body #kpage.page03 .ksection .knote-text {
  margin: 2em 0;
  padding: .75em 1em;
  border-radius: 1em;
  text-align: center;
  font-weight: bold;
  background-color: #C9C9C7;
}
body #kpage.page03 .ksection .knote-text * {
  font-weight: bold;
}
body #kpage.page03 .ksection .kbox-wrapper {
  margin: 2em 0;
  padding: 1em;
  border-radius: 1em;
  font-weight: bold;
  background-color: #F4F4F4;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kbox-wrapper {
    padding: 2em;
  }
}
body #kpage.page03 .ksection .kbox-wrapper .ktext {
  padding: 1em;
  border-radius: 1em;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kbox-wrapper .ktext {
    padding: 2em;
  }
}
body #kpage.page03 .ksection .kbox-wrapper .ktext h2 {
  font-size: 1.85em;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kbox-wrapper .ktext h2 {
    font-size: 2.25em;
  }
}
body #kpage.page03 .ksection .kbox-wrapper .ktext h2 span {
  font-weight: bold;
  color: #E9323A;
}
body #kpage.page03 .ksection .kbox-wrapper p strong {
  color: #E9323A;
}
body #kpage.page03 .ksection .kbox-wrapper p em {
  font-style: normal;
  color: #E9323A;
}
body #kpage.page03 .ksection .ktext-content {
  margin: 2em 0;
}
body #kpage.page03 .ksection .ktext-content p strong {
  color: #E9323A;
}
body #kpage.page03 .ksection .ktext-content p em {
  color: #E9323A;
}
body #kpage.page03 .ksection .ktoggle-wrapper {
  margin-top: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktoggle-wrapper {
    margin-top: 4em;
  }
}
body #kpage.page03 .ksection .ktoggle-wrapper + hr {
  margin-top: .75em;
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-opener {
  position: relative;
  cursor: pointer;
  padding-right: 2em;
  color: #0099BF;
  font-size: 1.65em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-opener {
    font-size: 2.25em;
  }
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 15px;
  height: 15px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/arr-d.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-opener:after {
    width: 30px;
  }
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content {
  display: none;
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content h4 {
  margin: 1em 0;
  font-size: 1.1em;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content h4 {
    font-size: 1.3em;
  }
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content h4 span {
  font-weight: bold;
  color: #E9323A;
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content p.kstyled em {
  color: #E9323A;
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content .kcolum {
  margin-top: 2em;
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content .kcolum.kcolum-2-4 img {
  margin: 0 auto;
}
body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content .kcolum .ktext {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background-color: #F4F4F4;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktoggle-wrapper > .ktoggle-content .kcolum .ktext {
    padding: 2em;
  }
}
body #kpage.page03 .ksection .ktoggle-wrapper.kactive > .ktoggle-opener:after {
  transform: translateY(-50%) rotate(180deg);
}
body #kpage.page03 .ksection .ktoggle-wrapper.kactive > .ktoggle-content {
  display: block;
}
body #kpage.page03 .ksection .ktable-wrapper {
  margin: 2em 0;
  /* Scroll container */
  /* Column widths */
  /* Row color system */
  /* Responsive */
}
body #kpage.page03 .ksection .ktable-wrapper .tg {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  /* Sticky first column */
}
body #kpage.page03 .ksection .ktable-wrapper .tg th {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #292929;
}
body #kpage.page03 .ksection .ktable-wrapper .tg td {
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: center;
  word-break: normal;
}
body #kpage.page03 .ksection .ktable-wrapper .tg td ul {
  padding-left: 20px;
  text-align: left;
}
body #kpage.page03 .ksection .ktable-wrapper .tg th:first-child,
body #kpage.page03 .ksection .ktable-wrapper .tg td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  padding: 0;
}
body #kpage.page03 .ksection .ktable-wrapper .tg th:first-child:after,
body #kpage.page03 .ksection .ktable-wrapper .tg td:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: #ffffff;
  pointer-events: none;
}
body #kpage.page03 .ksection .ktable-wrapper .tg-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body #kpage.page03 .ksection .ktable-wrapper .tg thead th {
  min-width: 280px;
}
body #kpage.page03 .ksection .ktable-wrapper .tg thead th:nth-child(2) {
  min-width: 185px;
}
body #kpage.page03 .ksection .ktable-wrapper .tg thead th:nth-child(3) {
  min-width: 200px;
}
body #kpage.page03 .ksection .ktable-wrapper .tg thead th:nth-child(4) {
  min-width: 120px;
}
body #kpage.page03 .ksection .ktable-wrapper .tg thead th:nth-child(5) {
  min-width: 120px;
}
body #kpage.page03 .ksection .ktable-wrapper .tg thead th:nth-child(6) {
  min-width: 440px;
}
body #kpage.page03 .ksection .ktable-wrapper img {
  display: block;
  margin: 0 auto;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(1) td:nth-child(1) {
  background-color: #EB464E;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(1) td:nth-child(2) {
  background-color: #F9CCCE;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(1) td:nth-child(3) {
  background-color: #F9CCCE;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(1) td:nth-child(4) {
  background-color: #FBD6D7;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(1) td:nth-child(5) {
  background-color: #FCE0E1;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(1) td:nth-child(6) {
  background-color: #FEF5F5;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(2) td:nth-child(1) {
  background-color: #EB464E;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(2) td:nth-child(2) {
  background-color: #F9CCCE;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(2) td:nth-child(3) {
  background-color: #F9CCCE;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(2) td:nth-child(4) {
  background-color: #FBD6D7;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(2) td:nth-child(5) {
  background-color: #FCE0E1;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(2) td:nth-child(6) {
  background-color: #FEF5F5;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(3) td:nth-child(1) {
  background-color: #B31C61;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(3) td:nth-child(2) {
  background-color: #EAC0D3;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(3) td:nth-child(3) {
  background-color: #EAC0D3;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(3) td:nth-child(4) {
  background-color: #EECDDC;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(3) td:nth-child(5) {
  background-color: #F3D9E4;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(3) td:nth-child(6) {
  background-color: #FBF3F6;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(4) td:nth-child(1) {
  background-color: #1AAA73;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(4) td:nth-child(2) {
  background-color: #BFE8D8;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(4) td:nth-child(3) {
  background-color: #BFE8D8;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(4) td:nth-child(4) {
  background-color: #CCECE0;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(4) td:nth-child(5) {
  background-color: #D9F1E8;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(4) td:nth-child(6) {
  background-color: #F2FAF7;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(5) td:nth-child(1) {
  background-color: #F6A81A;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(5) td:nth-child(2) {
  background-color: #FCE7BF;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(5) td:nth-child(3) {
  background-color: #FCE7BF;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(5) td:nth-child(4) {
  background-color: #FDECCC;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(5) td:nth-child(5) {
  background-color: #FDF0D9;
}
body #kpage.page03 .ksection .ktable-wrapper .tg tr:nth-child(5) td:nth-child(6) {
  background-color: #FEFAF2;
}
@media screen and (max-width: 767px) {
  body #kpage.page03 .ksection .ktable-wrapper {
    /* First column (sticky) */
    /* All other columns */
  }
  body #kpage.page03 .ksection .ktable-wrapper .tg-wrap {
    margin: auto 0;
  }
  body #kpage.page03 .ksection .ktable-wrapper .tg th:first-child,
  body #kpage.page03 .ksection .ktable-wrapper .tg td:first-child {
    z-index: 5;
  }
  body #kpage.page03 .ksection .ktable-wrapper .tg-wrap {
    scroll-snap-type: x mandatory;
  }
  body #kpage.page03 .ksection .ktable-wrapper .tg th,
  body #kpage.page03 .ksection .ktable-wrapper .tg td {
    scroll-snap-align: start;
  }
  body #kpage.page03 .ksection .ktable-wrapper .tg td {
    overflow-wrap: break-word;
  }
  body #kpage.page03 .ksection .ktable-wrapper .tg th:first-child,
  body #kpage.page03 .ksection .ktable-wrapper .tg td:first-child {
    width: 40dvw;
    min-width: 40dvw;
    max-width: 40dvw;
  }
  body #kpage.page03 .ksection .ktable-wrapper .tg th:not(:first-child),
  body #kpage.page03 .ksection .ktable-wrapper .tg td:not(:first-child) {
    width: 40dvw;
    min-width: 40dvw;
    max-width: 40dvw;
  }
}
body #kpage.page03 figure {
  margin: 0 auto;
}
body #kpage.page03 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page04 .ksection {
  padding: 0;
}
body #kpage.page04 .ksection .kcontent-wrapper {
  margin: 0 auto;
}
body #kpage.page04 .ksection * {
  word-break: break-word;
}
body #kpage.page04 .ksection h1 {
  margin: 0 0 .5em 0;
  font-size: 1.85em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection h1 {
    font-size: 2.25em;
  }
}
body #kpage.page04 .ksection h1 span {
  color: #E9323A;
  font-weight: bold;
}
body #kpage.page04 .ksection h2 {
  margin: 0 0 .5em 0;
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'AllRoundGothic-Bold', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection h2 {
    font-size: 1.875em;
  }
}
body #kpage.page04 .ksection h2 span {
  color: #E9323A;
  font-weight: bold;
}
body #kpage.page04 .ksection h3 {
  margin: 0 0 .5em 0;
  font-size: 1.175em;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection h3 {
    font-size: 1.375em;
  }
}
body #kpage.page04 .ksection ul > ul {
  margin-top: .5em;
}
body #kpage.page04 .ksection p a *,
body #kpage.page04 .ksection p u *,
body #kpage.page04 .ksection p i *,
body #kpage.page04 .ksection p em *,
body #kpage.page04 .ksection p strong * {
  color: inherit;
  font-weight: inherit;
}
body #kpage.page04 .ksection p strong {
  color: #E9323A;
}
body #kpage.page04 .ksection p.kstyled em {
  color: #E9323A;
}
body #kpage.page04 .ksection .kvideo-wrapper,
body #kpage.page04 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page04 .ksection .kvideo-wrapper > *,
body #kpage.page04 .ksection .kimage-wrapper > * {
  margin: 0 auto;
}
body #kpage.page04 .ksection .kvideo-wrapper img,
body #kpage.page04 .ksection .kimage-wrapper img {
  width: 100%;
  max-width: 100%;
}
body #kpage.page04 .ksection .kvideo-wrapper {
  margin-top: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
body #kpage.page04 .ksection .kcontent {
  position: relative;
  font-size: 16px;
  padding: 0 1em;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}
body #kpage.page04 .ksection .kcontent:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kcontent {
    padding: 0;
  }
}
body #kpage.page04 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.page04 .ksection .kcontent-1 {
  padding: 3em 0;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/bgr-2.jpg) no-repeat top center;
}
body #kpage.page04 .ksection .kcontent-1 .klist-items {
  margin: 2em 0;
}
body #kpage.page04 .ksection .kcontent-1 .klist-items ul {
  list-style: none none;
  margin: 0;
  padding: 0;
}
body #kpage.page04 .ksection .kcontent-1 .klist-items ul li {
  margin-bottom: 1em;
}
body #kpage.page04 .ksection .kcontent-1 .klist-items ul li figure img {
  margin: 0 auto;
}
body #kpage.page04 .ksection .kcontent-1 .klist-items ul li figure figcaption {
  margin-top: .75em;
  font-weight: bold;
  text-align: center;
}
body #kpage.page04 .ksection .knote-text {
  margin: 2em 0;
  padding: .75em 1em;
  border-radius: 1em;
  text-align: center;
  font-weight: bold;
  background-color: #C9C9C7;
}
body #kpage.page04 .ksection .knote-text * {
  font-weight: bold;
}
body #kpage.page04 .ksection .ktext-content {
  margin: 2em 0;
}
body #kpage.page04 .ksection .ktext-content p strong {
  color: #E9323A;
}
body #kpage.page04 .ksection .ktext-content p em {
  color: #E9323A;
}
body #kpage.page04 .ksection .ktoggle-wrapper {
  margin-top: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .ktoggle-wrapper {
    margin-top: 4em;
  }
}
body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-opener {
  position: relative;
  cursor: pointer;
  padding-right: 2em;
  color: #0099BF;
  font-size: 1.65em;
  font-weight: bold;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-opener {
    font-size: 2.25em;
  }
}
body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 15px;
  height: 15px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/arr-d.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-opener:after {
    width: 30px;
  }
}
body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-content {
  display: none;
}
body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-content h4 {
  margin: 1em 0;
  font-size: 1em;
}
body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-content h4 span {
  font-weight: bold;
  color: #E9323A;
}
body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-content p.kstyled em {
  color: #E9323A;
}
body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-content .kcolum {
  margin-top: 2em;
}
body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-content .kcolum .ktext {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background-color: #F4F4F4;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .ktoggle-wrapper > .ktoggle-content .kcolum .ktext {
    padding: 2em;
  }
}
body #kpage.page04 .ksection .ktoggle-wrapper.kactive > .ktoggle-opener:after {
  transform: translateY(-50%) rotate(180deg);
}
body #kpage.page04 .ksection .ktoggle-wrapper.kactive > .ktoggle-content {
  display: block;
}
body #kpage.page04 .ksection .ktoggle-wrapper-2 {
  margin-top: 1em;
  border-radius: 1.6em;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .ktoggle-wrapper-2 {
    margin-top: 2em;
  }
}
body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-opener {
  position: relative;
  padding: .75em 1em;
  border-radius: 1em;
  cursor: pointer;
  font-size: 1.175em;
  font-weight: bold;
  font-weight: bold;
  background-color: #E9323A;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-opener {
    font-size: 1.375em;
  }
}
body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 20px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-plus-black.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-opener:after {
    width: 25px;
    height: 25px;
  }
}
body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content {
  display: none;
  padding: 1em;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content {
    padding: 2em;
  }
}
body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content p em {
  font-style: normal;
  color: #E9323A;
}
body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul:not(.kstyled) li:before {
  color: #000000;
}
body #kpage.page04 .ksection .ktoggle-wrapper-2 > .ktoggle-content ul + p {
  margin-top: 1em;
}
body #kpage.page04 .ksection .ktoggle-wrapper-2.kactive {
  border: 1px solid #E9323A;
}
body #kpage.page04 .ksection .ktoggle-wrapper-2.kactive > .ktoggle-opener {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body #kpage.page04 .ksection .ktoggle-wrapper-2.kactive > .ktoggle-opener:after {
  content: '';
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-minus-black.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
body #kpage.page04 .ksection .ktoggle-wrapper-2.kactive > .ktoggle-content {
  display: block;
}
body #kpage.page04 .ksection .kquiz-main-wrapper {
  margin: 2em 0;
}
body #kpage.page04 .ksection .kquiz-main-wrapper .kquiz-wrapper {
  overflow: hidden;
  border-radius: 1.2em;
}
body #kpage.page04 .ksection .kquiz-main-wrapper .kquiz-button-wrapper {
  margin-top: 2em;
  text-align: center;
}
body #kpage.page04 .ksection .kquiz-main-wrapper .kquiz-button-wrapper .kbutton {
  display: inline-block;
  border-radius: 8px;
  padding: .75em 1em;
  color: #E9323A;
  border: 1px solid #E9323A;
  cursor: pointer;
}
body #kpage.page04 .ksection .kquiz-main-wrapper table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
body #kpage.page04 .ksection .kquiz-main-wrapper table thead tr th {
  padding: 1em .75em;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 0.9em;
  background-color: #292929;
}
body #kpage.page04 .ksection .kquiz-main-wrapper table thead tr th:first-of-type {
  width: 55%;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kquiz-main-wrapper table thead tr th {
    font-size: 1.2em;
  }
  body #kpage.page04 .ksection .kquiz-main-wrapper table thead tr th:first-of-type {
    width: 66%;
  }
}
body #kpage.page04 .ksection .kquiz-main-wrapper table thead tr th + th {
  text-align: center;
  color: #000000;
  background-color: #00A163;
}
body #kpage.page04 .ksection .kquiz-main-wrapper table thead tr th + th + th {
  background-color: #E9323A;
}
body #kpage.page04 .ksection .kquiz-main-wrapper table tbody tr:nth-child(2n + 2) td {
  background-color: #F4F4F4;
}
body #kpage.page04 .ksection .kquiz-main-wrapper table tbody tr td {
  padding: 1em .75em;
}
body #kpage.page04 .ksection .kquiz-main-wrapper [kdata-quiz] {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-6.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
body #kpage.page04 .ksection .kquiz-main-wrapper [kdata-quiz].kactive {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-2.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page04 .ksection .kquiz-main-wrapper [kdata-quiz].kactive[kqdata="2"] {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-3.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page04 .ksection .kquiz-main-wrapper [kdata-quiz].kuser-selection {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-5.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page04 .ksection .kquiz-main-wrapper [kdata-quiz].kuser-selection.kincorrect-selected {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-4.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page04 .ksection .kquiz-main-wrapper [kdata-quiz].kuser-selection.kactive {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-2.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page04 .ksection .kquiz-main-wrapper [kdata-quiz].kuser-selection.kactive[kqdata="2"] {
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/icon-3.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page04 .ksection .kquiz-main-wrapper .kbutton {
  opacity: 0.5;
  pointer-events: none;
}
body #kpage.page04 .ksection .kquiz-main-wrapper .kbutton.kenabled {
  opacity: 1;
  pointer-events: auto;
}
body #kpage.page04 .ksection .kcustomer-scenario {
  margin: 4em 0 2em 0;
}
body #kpage.page04 .ksection .kcustomer-scenario h2 span {
  display: block;
}
body #kpage.page04 .ksection .kcustomer-scenario .ktext {
  padding: 1em;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
body #kpage.page04 .ksection .kcustomer-scenario .ktext ul {
  margin: 0;
}
body #kpage.page04 .ksection .kcustomer-scenario .ktext ul p strong {
  color: #000000;
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box {
  margin: 2em 0;
  border-radius: 1.2em;
  padding: 1em;
  background-color: #C9C9C7;
  /* Textarea */
  /* Overlay container */
  /* Placeholder text */
  /* DONE button */
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kcustomer-scenario .kquest-box {
    padding: 2em;
  }
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box h2 {
  text-align: center;
  font-family: 'AllRoundGothic-Bold', sans-serif;
  font-size: 1.175em;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kcustomer-scenario .kquest-box h2 {
    font-size: 1.625em;
  }
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box h2 span {
  display: inline;
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box .ktextarea-wrapper {
  position: relative;
  width: 100%;
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box textarea {
  padding: 1em;
  width: 100%;
  height: 120px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kcustomer-scenario .kquest-box textarea {
    height: 300px;
  }
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box .kfake-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  pointer-events: none;
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box .kfake-placeholder {
  pointer-events: none;
  /* allows clicking through text */
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box .kfake-placeholder span {
  color: red;
  font-weight: bold;
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box .kfake-placeholder span + span {
  color: black;
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box .kdone-btn {
  margin: 0 auto;
  color: #E9323A;
  border-radius: 8px;
  font-weight: bold;
  font-size: .875em;
  background: #ffffff;
  border: 1px solid #E9323A;
  padding: .75em 2em;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: none;
}
body #kpage.page04 .ksection .kcustomer-scenario .kquest-box .kdone-btn.kenabled {
  opacity: 1;
  pointer-events: auto;
}
body #kpage.page04 .ksection .kslider-main-wrapper {
  border-radius: 1.2em;
  border: 2px solid #292929;
  margin: 2em 0 4em 0;
}
body #kpage.page04 .ksection .kslider-main-wrapper .ktitle {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding: .75em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #292929;
}
body #kpage.page04 .ksection .kslider-main-wrapper .ktitle h3 {
  margin: 0 0 0 .25em;
  color: #ffffff;
  font-family: 'AllRoundGothic-Bold', sans-serif;
  font-size: 1.375em;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kslider-main-wrapper .ktitle h3 {
    font-size: 1.875em;
  }
}
body #kpage.page04 .ksection .kslider-main-wrapper .ktitle h3 span {
  color: #E9323A;
}
body #kpage.page04 .ksection .kslider-wrapper {
  position: relative;
}
body #kpage.page04 .ksection .kslider-wrapper .slick-list {
  overflow: hidden;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
body #kpage.page04 .ksection .kslider-wrapper .kitem {
  background-color: #F4F4F4;
  position: relative;
}
body #kpage.page04 .ksection .kslider-wrapper .kitem.kitem-last {
  background-color: #F9CCCE;
}
body #kpage.page04 .ksection .kslider-wrapper .kitem .kcolum {
  align-items: center;
  padding: 2em 1em;
  text-align: center;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kslider-wrapper .kitem .kcolum {
    text-align: left;
    padding: 4em 2em;
  }
}
body #kpage.page04 .ksection .kslider-wrapper .kitem h4 {
  font-family: 'AllRoundGothic-Bold', sans-serif;
  color: #E9323A;
  font-size: 1.5em;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kslider-wrapper .kitem h4 {
    font-size: 2.25em;
  }
}
body #kpage.page04 .ksection .kslider-wrapper .kitem img {
  margin: 0 auto;
  max-width: 160px;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kslider-wrapper .kitem img {
    max-width: 100%;
  }
}
body #kpage.page04 .ksection .kslider-wrapper .slick-prev,
body #kpage.page04 .ksection .kslider-wrapper .slick-next {
  position: absolute;
  top: 110px;
  left: 10px;
  width: 35px;
  height: 35px;
  font-size: 0pt;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/arr-l.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-100%);
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kslider-wrapper .slick-prev,
  body #kpage.page04 .ksection .kslider-wrapper .slick-next {
    top: 50%;
    left: -25px;
    width: 50px;
    height: 50px;
  }
}
body #kpage.page04 .ksection .kslider-wrapper .slick-next {
  left: auto;
  right: 10px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_333_vizopti_module/img/arr-r.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kslider-wrapper .slick-next {
    right: -25px;
  }
}
body #kpage.page04 .ksection .kslider-wrapper .slick-prev.kdisabled,
body #kpage.page04 .ksection .kslider-wrapper .slick-next.kdisabled {
  pointer-events: none;
  opacity: .2;
  z-index: 0;
}
body #kpage.page04 .ksection .kslider-wrapper ul.slick-dots.kdisabled li {
  opacity: .2;
  pointer-events: none;
}
body #kpage.page04 .ksection .kslider-wrapper ul.slick-dots {
  list-style: none none;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  display: inline-block;
  text-align: center;
  list-style: none none;
  padding: 0.85em 1.5em;
  border-radius: 24px;
  margin: 0;
  background-color: #292929;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kslider-wrapper ul.slick-dots {
    padding: .75em 2em;
  }
}
body #kpage.page04 .ksection .kslider-wrapper ul.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
body #kpage.page04 .ksection .kslider-wrapper ul.slick-dots li:before {
  content: none;
}
body #kpage.page04 .ksection .kslider-wrapper ul.slick-dots li button {
  display: none;
}
body #kpage.page04 .ksection .kslider-wrapper ul.slick-dots li.slick-active {
  background-color: #E9323A;
}
body #kpage.page04 .ksection .kfooter {
  position: relative;
  margin-top: 1em;
  font-size: 12px;
}
@media (min-width: 640px) {
  body #kpage.page04 .ksection .kfooter {
    margin-top: 3em;
  }
}
body #kpage.page04 .ksection .kfooter h4 {
  position: relative;
  font-size: 1.2em;
  display: inline-block;
  color: #000000;
  padding: .75em 1em;
  border: 1px solid #000000;
  min-width: 200px;
  cursor: pointer;
}
body #kpage.page04 .ksection .kfooter h4:after {
  content: '+';
  display: block;
  position: absolute;
  line-height: 1;
  top: 45%;
  right: 20px;
  transform: translateY(-50%);
}
body #kpage.page04 .ksection .kfooter .ktext-content {
  display: none;
}
body #kpage.page04 .ksection .kfooter .kactive h4 {
  border: 0;
  padding-left: 0;
  padding-bottom: 0;
}
body #kpage.page04 .ksection .kfooter .kactive h4:after {
  content: none;
}
body #kpage.page04 .ksection .kfooter .kactive .ktext-content {
  display: block;
  margin: 0;
}
body #kpage.page04 .ksection .kfooter .kactive .ktext-content em {
  color: #E9323A;
  font-style: normal;
}
body #kpage.page04 .ksection .kfooter .kreferences p {
  position: relative;
  padding-left: 2em;
}
body #kpage.page04 .ksection .kfooter .kreferences p span {
  position: absolute;
  top: 0;
  left: 0;
}
body #kpage.page04 .ksection .kfooter .kreferences p a {
  color: inherit;
}
body #kpage.page04 .ksection .kfooter .kreferences p + p {
  margin-top: .25em;
}
body #kpage.page04 .ksection .kfooter .kreferences p:last-of-type {
  margin-top: 1em;
  padding-left: 0;
}
body #kpage.page04 .ksection .kfooter .kcolum {
  margin-top: 2em;
}
body #kpage.page04 .ksection .kfooter figure {
  margin: 1em 0;
}
body #kpage.page04 figure {
  margin: 0 auto;
}
body #kpage.page04 img {
  display: block;
  height: auto;
  max-width: 100%;
}
