/*! 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 section.ksection {
  position: relative;
  margin: 0 auto;
  padding: 1em;
}
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, div#kpage section.ksection strong {
  font-weight: 700;
  line-height: 1;
}
div#kpage section.ksection p {
  margin: 0;
}
div#kpage section.ksection p + p {
  margin-top: 1em;
}
div#kpage section.ksection strong {
  font-weight: 700;
}
div#kpage section.ksection .ksection-title {
  display: inline-block;
  margin: 1em 0 .5em;
  padding-bottom: .25em;
  position: relative;
  font-size: 1.95em;
  color: #404859;
  font-weight: 400;
}
@media (min-width: 640px) {
  div#kpage section.ksection .ksection-title {
    font-size: 2.250em;
  }
}
div#kpage section.ksection .ksection-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #aa789d;
  background: -moz-linear-gradient(left, #aa789d 0%, #ee7c00 50%, #fdfa36 100%);
  background: -webkit-linear-gradient(left, #aa789d 0%, #ee7c00 50%, #fdfa36 100%);
  background: linear-gradient(to right, #aa789d 0%, #ee7c00 50%, #fdfa36 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa789d', endColorstr='#fdfa36',GradientType=1 );
}
div#kpage section.ksection .kinfo-row {
  float: left;
  padding: 0 20px 0 45px;
  margin: .5em auto;
  color: #ffffff;
  line-height: 1;
  background-color: #ef8900;
}
div#kpage section.ksection .kinfo-row:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  margin-left: -45px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/interaction.jpg) no-repeat center center;
  background-size: 100% auto;
}
div#kpage section.ksection .kbox-info {
  float: left;
  clear: both;
  margin-top: 2em;
  display: table;
  width: 100%;
}
@media (max-width: 640px) {
  div#kpage section.ksection .kbox-info {
    font-size: .8em;
  }
}
div#kpage section.ksection .kbox-info > div {
  position: relative;
  padding: .5em;
  display: table-cell;
  vertical-align: middle;
}
div#kpage section.ksection .kbox-info > div:first-of-type {
  width: 14%;
  text-align: center;
  background-color: #ef8900;
  color: white;
  line-height: 1.2;
}
div#kpage section.ksection .kbox-info > div:first-of-type img {
  max-width: 49px;
  display: block;
}
div#kpage section.ksection .kbox-info > div:first-of-type h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 8px 0;
  text-align: left;
}
div#kpage section.ksection .kbox-info > div:last-of-type {
  background-color: #69bef0;
  padding: .5em 2em;
}
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: #69bef0;
  cursor: pointer;
}
div#kpage section.ksection button.kreset:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.2em;
  background: #ef8900 url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/reload.png) no-repeat center center;
}

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

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

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

#kpage {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.2;
  color: #404859;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ffffff;
}
#kpage:after {
  content: " ";
  display: block;
  clear: both;
}
#kpage mark {
  color: #69bef0;
  background-color: transparent;
}
#kpage .khightlight {
  color: #69bef0;
}
#kpage .kmask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 998;
}
#kpage .kmask.kactive {
  display: block;
}
#kpage .kfooter-text {
  clear: both;
  max-width: 100% !important;
  text-align: right;
  margin-top: 1em;
}
#kpage .kfooter-text small {
  font-size: 75%;
}

@keyframes slideInLeft {
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes reveal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes unreveal {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes reveal-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.85, 0.85);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes pulsateTwo {
  0% {
    transform: scale(0.85, 0.85);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes slideLeftArrow {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(4px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}
@keyframes slideRightArrow {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(-4px, -50%);
  }
  100% {
    transform: translate(0px, -50%);
  }
}
@keyframes slideDownArrow {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(24px);
  }
  100% {
    opacity: 0;
    transform: translateY(48px);
  }
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
div#kpage.page01 .ksection {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 768px) {
  div#kpage.page01 .ksection {
    background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/page01-bgr.jpg) no-repeat 100% 0;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  div#kpage.page01 .ksection {
    background-position: center center;
  }
}
div#kpage.page01 .kmain-content:before, div#kpage.page01 .kmain-content:after {
  content: " ";
  display: table;
}
div#kpage.page01 .kmain-content:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
div#kpage.page01 .kmain-content {
  *zoom: 1;
}
@media (min-width: 768px) {
  div#kpage.page01 .kmain-content {
    color: white;
  }
}
div#kpage.page01 .kmain-content h2 {
  font-size: 0.875em;
}
div#kpage.page01 .kmain-content h1 {
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2.750em;
}
@media (min-width: 768px) {
  div#kpage.page01 .kmain-content h1 {
    color: white;
  }
}
div#kpage.page01 .kmain-content .kbox-wrapper:before, div#kpage.page01 .kmain-content .kbox-wrapper:after {
  content: " ";
  display: table;
}
div#kpage.page01 .kmain-content .kbox-wrapper:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
div#kpage.page01 .kmain-content .kbox-wrapper {
  *zoom: 1;
}
div#kpage.page01 .kmain-content .kbox-wrapper .klogos-wrapper {
  padding: 1em;
  float: left;
}
div#kpage.page01 .kmain-content .kbox-wrapper > div {
  float: right;
  clear: right;
}
div#kpage.page01 .kmain-content .kbox-wrapper .kbox {
  padding: 1.15em;
  clear: right;
}
@media (min-width: 640px) {
  div#kpage.page01 .kmain-content .kbox-wrapper .kbox {
    width: 70%;
  }
}
@media (min-width: 768px) {
  div#kpage.page01 .kmain-content .kbox-wrapper .kbox {
    padding: 1.15em 6em 1.15em 1.15em;
    width: 50%;
  }
}
div#kpage.page01 .kmain-content .kbox-wrapper .kbox ul {
  padding-left: 20px;
}
div#kpage.page01 .kmain-content .kbox-wrapper .kbox ul li + li {
  margin-top: .75em;
}
div#kpage.page01 .kmain-content .kbox-wrapper .kbox h3 {
  position: relative;
  display: inline-block;
  font-size: 1.250em;
  padding-bottom: .5em;
  margin-bottom: .25em;
}
div#kpage.page01 .kmain-content .kbox-wrapper .kbox h3:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #aa789d;
  background: -moz-linear-gradient(left, #aa789d 0%, #ee7c00 50%, #fdfa36 100%);
  background: -webkit-linear-gradient(left, #aa789d 0%, #ee7c00 50%, #fdfa36 100%);
  background: linear-gradient(to right, #aa789d 0%, #ee7c00 50%, #fdfa36 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa789d', endColorstr='#fdfa36',GradientType=1 );
}
div#kpage.page01 .kmain-content p.kstyled {
  font-size: 12px;
  display: inline-block;
  margin-top: 4em;
  padding: .5em;
  border: 1px solid white;
}
div#kpage.page01 .kmain-content p.kstyled + p {
  font-size: .875em;
}
div#kpage.page01 .kmain-content h3 {
  font-weight: 400;
}
@media (min-width: 640px) {
  div#kpage.page01 .kmain-content .kfooter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 70%;
  }
}
@media (min-width: 768px) {
  div#kpage.page01 .kmain-content .kfooter {
    padding-left: 1.5em;
    width: 50%;
  }
}
div#kpage.page01 .kmain-content .kfooter p {
  line-height: 1;
}
div#kpage.page01 .kmain-content .kfooter p small span {
  display: inline-block;
}
div#kpage.page01 .kmain-content .kfooter p small span + span {
  margin-left: 20px;
}
div#kpage.page01 .kmain-content .kfooter small {
  font-size: 70%;
}
div#kpage.page01 .kmain-content .kfooter > div:nth-child(1) {
  padding: 0 1em 1em 1em;
}
@media (min-width: 640px) {
  div#kpage.page01 .kmain-content .kfooter > div:nth-child(1) {
    padding: 0 0 1em 0;
    width: calc(100% - 166px);
  }
}
div#kpage.page01 .kmain-content .kfooter > div:nth-child(2) {
  float: right;
}
@media (min-width: 640px) {
  div#kpage.page01 .kmain-content .kfooter > div:nth-child(2) {
    width: 166px;
  }
}
div#kpage.page01 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#kpage.page02 .ksection {
  position: relative;
}
#kpage.page02 .ksection:before, #kpage.page02 .ksection:after {
  content: " ";
  display: table;
}
#kpage.page02 .ksection:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#kpage.page02 .ksection {
  *zoom: 1;
}
#kpage.page02 .ksection h1 {
  margin-top: 0;
}
@media (min-width: 768px) {
  #kpage.page02 .kmobile {
    display: none;
  }
}
#kpage.page02 .kdesktop {
  display: none;
}
@media (min-width: 768px) {
  #kpage.page02 .kdesktop {
    display: block;
  }
}
#kpage.page02 .kcontent-wrapper {
  margin-top: 1em;
}
#kpage.page02 .kcontent-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
#kpage.page02 .kcontent-wrapper .kbox-wrapper {
  margin-top: 1em;
}
#kpage.page02 .kcontent-wrapper .kmain-content {
  position: relative;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox a {
  display: block;
  margin: 0 auto 1em auto;
  text-decoration: none;
  width: 100%;
  height: 50px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-plus.png) no-repeat center center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #kpage.page02 .kcontent-wrapper .kmain-content .kbox a {
    margin: 0;
    position: absolute;
  }
}
@media (min-width: 640px) {
  #kpage.page02 .kcontent-wrapper .kmain-content .kbox a {
    height: 25px;
    max-width: 260px;
    height: 55px;
  }
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox a.kactive {
  background: none;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox a.kactive div {
  display: block;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-1 a {
  top: 10px;
  left: 0;
}
@media (min-width: 640px) {
  #kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-1 a {
    top: 30%;
    left: 22%;
  }
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-2 a {
  top: 40px;
  left: 0;
}
@media (min-width: 640px) {
  #kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-2 a {
    top: 50%;
    left: 22%;
  }
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-3 a {
  top: 70px;
  left: 0;
}
@media (min-width: 640px) {
  #kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-3 a {
    top: 70%;
    left: 22%;
  }
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-3.kactive + .kbox-4 {
  display: block;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-4 {
  display: none;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-4 a {
  top: 40px;
  left: 40%;
  min-height: 50px;
  height: auto;
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-plus-blue.png);
}
@media (min-width: 640px) {
  #kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-4 a {
    top: 30%;
    left: 70%;
  }
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-4 div {
  background-color: #69bef0;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-4 div ul {
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox.kbox-4 div ul li + li {
  margin-top: .25em;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox div {
  display: none;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 1em .75em;
  font-size: 1em;
  background-color: #ef8900;
}
#kpage.page02 .kcontent-wrapper .kmain-content .kbox-wrapper + img {
  display: none;
}
@media (min-width: 768px) {
  #kpage.page02 .kcontent-wrapper .kmain-content .kbox-wrapper + img {
    display: block;
  }
}
#kpage.page02 .kcontent-wrapper .kcontent {
  margin: 1em 0;
}
#kpage.page02 .kcontent-wrapper .kcontent ul {
  padding-left: 1em;
  margin-bottom: .25em;
}
#kpage.page02 .kcontent-wrapper .kcontent ul li {
  margin-bottom: .75em;
}
@media (min-width: 768px) {
  #kpage.page02 .kcontent-wrapper .kcontent ul {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #kpage.page02 .kcontent-wrapper .kcontent ul li {
    width: 48%;
  }
}

#kpage.page03 .ksection {
  position: relative;
}
#kpage.page03 .ksection:before, #kpage.page03 .ksection:after {
  content: " ";
  display: table;
}
#kpage.page03 .ksection:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#kpage.page03 .ksection {
  *zoom: 1;
}
#kpage.page03 .ksection h1 {
  margin-top: 0;
}
#kpage.page03 .ksection > p {
  max-width: 85%;
}
#kpage.page03 .kcontent-wrapper {
  margin-top: 3em;
}
@media (min-width: 768px) {
  #kpage.page03 .kcontent-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #kpage.page03 .kcontent-wrapper > * {
    width: 49%;
    max-width: 452px;
  }
  #kpage.page03 .kcontent-wrapper > * + .kbox {
    margin-left: 7%;
  }
}
#kpage.page03 .kcontent-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#kpage.page03 .kcontent-wrapper .kbox {
  padding: 1em;
  background-color: #ddf1fb;
}
@media (min-width: 768px) {
  #kpage.page03 .kcontent-wrapper .kbox {
    padding: 3em 2em;
  }
}
#kpage.page03 .kcontent-wrapper .kbox ul,
#kpage.page03 .kcontent-wrapper .kbox ol {
  padding-left: 20px;
}
#kpage.page03 .kcontent-wrapper .kbox ul li p,
#kpage.page03 .kcontent-wrapper .kbox ol li p {
  margin: 0 0 0 .5em;
}
#kpage.page03 .kcontent-wrapper .kbox ul li + li,
#kpage.page03 .kcontent-wrapper .kbox ol li + li {
  margin-top: .75em;
}
#kpage.page03 .kcontent-wrapper .kbox h2 {
  position: relative;
  font-size: 1.250em;
  margin-top: 0;
  font-weight: 400;
  text-align: center;
}
#kpage.page03 .kcontent-wrapper .kbox h2 span {
  display: inline-block;
  margin-left: 16px;
}
#kpage.page03 .kcontent-wrapper .kbox h2:before {
  content: '';
  display: inline-block;
  float: left;
  width: 47px;
  height: 39px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-tick.png) no-repeat center center;
}
#kpage.page03 .kcontent-wrapper .kbox + .kbox {
  background-color: #eef1f2;
  margin-top: 1em;
}
@media (min-width: 768px) {
  #kpage.page03 .kcontent-wrapper .kbox + .kbox {
    margin-top: 0;
  }
}
#kpage.page03 .kcontent-wrapper .kbox + .kbox h2:before {
  width: 47px;
  height: 39px;
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/arr.png);
}

#kpage.page04 .ksection {
  position: relative;
}
#kpage.page04 .ksection:before, #kpage.page04 .ksection:after {
  content: " ";
  display: table;
}
#kpage.page04 .ksection:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#kpage.page04 .ksection {
  *zoom: 1;
}
#kpage.page04 .ksection h1 {
  margin-top: 0;
}
#kpage.page04 .kcontent-wrapper {
  margin-top: 2em;
}
#kpage.page04 .kcontent-wrapper .kvideo-holder > * {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #kpage.page04 .kcontent-wrapper .kvideo-holder > * {
    max-width: 80%;
  }
}
#kpage.page04 .kcontent-wrapper .kvideo-holder img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#kpage.page05 .ksection {
  position: relative;
}
#kpage.page05 .ksection:before, #kpage.page05 .ksection:after {
  content: " ";
  display: table;
}
#kpage.page05 .ksection:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#kpage.page05 .ksection {
  *zoom: 1;
}
#kpage.page05 .ksection h1 {
  margin-top: 0;
}
#kpage.page05 .kcontent-wrapper {
  margin: 1em 0;
}
@media (min-width: 1024px) {
  #kpage.page05 .kcontent-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #kpage.page05 .kcontent-wrapper .kbox {
    width: 32%;
  }
}
#kpage.page05 .kcontent-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#kpage.page05 .kcontent-wrapper .kbox {
  position: relative;
  cursor: pointer;
  border: 1px solid #404859;
  background-color: #404859;
  margin-bottom: 1em;
  font-size: 0.875em;
}
@media (min-width: 1024px) {
  #kpage.page05 .kcontent-wrapper .kbox {
    margin-bottom: 0;
  }
}
#kpage.page05 .kcontent-wrapper .kbox.kbox-2 {
  border-color: #ef8900;
  background-color: #ef8900;
}
#kpage.page05 .kcontent-wrapper .kbox.kbox-2 h2 {
  background-color: #ef8900;
}
#kpage.page05 .kcontent-wrapper .kbox.kbox-2 > div.ktext {
  background-color: #ef8900;
}
#kpage.page05 .kcontent-wrapper .kbox.kbox-3 {
  border-color: #69bef0;
  background-color: #69bef0;
}
#kpage.page05 .kcontent-wrapper .kbox.kbox-3 h2 {
  background-color: #69bef0;
}
#kpage.page05 .kcontent-wrapper .kbox.kbox-3 > div.ktext {
  background-color: #69bef0;
}
#kpage.page05 .kcontent-wrapper .kbox .kimg {
  position: relative;
  padding: 1em 0 0 0;
  background-color: white;
}
#kpage.page05 .kcontent-wrapper .kbox .kimg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-qmark.png) no-repeat center center;
  transform: translate(-50%, -50%);
}
#kpage.page05 .kcontent-wrapper .kbox > div.ktext {
  color: white;
  display: none;
  padding: 1em;
  background-color: #404859;
  min-height: 13em;
}
@media (min-width: 1024px) {
  #kpage.page05 .kcontent-wrapper .kbox > div.ktext {
    min-height: 22.6em;
  }
}
#kpage.page05 .kcontent-wrapper .kbox h2 {
  font-size: 1.250em;
  color: white;
  margin: 0;
  padding: .5em 1em;
  background-color: #404859;
  font-weight: 400;
  text-align: center;
}
#kpage.page05 .kcontent-wrapper .kbox ul {
  margin: 0;
  padding-left: 20px;
}
#kpage.page05 .kcontent-wrapper .kbox ul li + li {
  margin-top: .5em;
}
#kpage.page05 .kcontent-wrapper .kbox.kactive {
  cursor: default;
}
#kpage.page05 .kcontent-wrapper .kbox.kactive > div.ktext {
  display: block;
}
#kpage.page05 .kcontent-wrapper .kbox.kactive .kimg:before {
  content: none;
}

#kpage.page06 section.ksection {
  position: relative;
}
#kpage.page06 section.ksection h1 {
  margin-top: 0;
}
#kpage.page06 section.ksection .kcontent-wrapper {
  margin: 1em 0;
}
#kpage.page06 section.ksection .kmobile-table {
  display: block;
}
@media (min-width: 768px) {
  #kpage.page06 section.ksection .kmobile-table {
    display: none;
  }
}
#kpage.page06 section.ksection .kmobile-table h3 {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  text-align: center;
  font-weight: normal;
}
#kpage.page06 section.ksection .kmobile-table h3:before, #kpage.page06 section.ksection .kmobile-table h3:after {
  content: " ";
  display: table;
}
#kpage.page06 section.ksection .kmobile-table h3:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#kpage.page06 section.ksection .kmobile-table h3 {
  *zoom: 1;
}
#kpage.page06 section.ksection .kmobile-table h3 ~ h3 {
  margin-top: 2em;
}
#kpage.page06 section.ksection .kmobile-table h3 > img {
  max-height: 60px;
}
#kpage.page06 section.ksection .kmobile-table h3 span {
  width: calc(100% - 60px);
}
#kpage.page06 section.ksection .kmobile-table > div {
  padding: 1em;
  background-color: #EEF2F3;
}
#kpage.page06 section.ksection .kmobile-table > div ul {
  margin: 0;
  padding-left: 1em;
}
#kpage.page06 section.ksection .kmobile-table > div ul li {
  line-height: 1.3;
}
#kpage.page06 section.ksection .kmobile-table > div ul li + li {
  margin-top: .5em;
}
#kpage.page06 section.ksection .kmobile-table .ktoggle-opener {
  margin-top: 1em;
  position: relative;
  display: block;
  text-align: center;
  background-color: #3E4858;
  color: #ffffff;
  text-decoration: none;
  padding: .75em 2.5em .75em .5em;
  font-weight: bold;
}
#kpage.page06 section.ksection .kmobile-table .ktoggle-opener:after {
  content: '';
  position: absolute;
  right: .5em;
  top: 50%;
  margin-left: .5em;
  width: 24px;
  height: 24px;
  background: #404859 url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
#kpage.page06 section.ksection .kmobile-table .ktoggle-opener.kactive {
  padding-right: .5em;
}
#kpage.page06 section.ksection .kmobile-table .ktoggle-opener.kactive:after {
  content: none;
}
#kpage.page06 section.ksection .kmobile-table .ktoggle-opener.kactive + .ktoggle-content {
  display: block;
}
#kpage.page06 section.ksection .kmobile-table .ktoggle-content {
  display: none;
}
#kpage.page06 section.ksection .kdesktop-table {
  display: none;
  margin-top: 2em;
}
@media (min-width: 768px) {
  #kpage.page06 section.ksection .kdesktop-table {
    display: block;
  }
}
@media (max-width: 768px) {
  #kpage.page06 section.ksection .kdesktop-table {
    overflow: auto;
  }
}
#kpage.page06 section.ksection .kdesktop-table table {
  border-collapse: collapse;
  width: 100%;
}
#kpage.page06 section.ksection .kdesktop-table table td,
#kpage.page06 section.ksection .kdesktop-table table th {
  padding: .5em 1em;
}
#kpage.page06 section.ksection .kdesktop-table table thead tr th {
  border-left: 1px solid #000;
  color: white;
  background-color: #404859;
  text-align: left;
  font-weight: 400;
}
#kpage.page06 section.ksection .kdesktop-table table thead tr th:last-of-type {
  border-right: 1px solid #000;
}
#kpage.page06 section.ksection .kdesktop-table table thead tr:first-of-type {
  border-top: 1px solid #000;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr:nth-child(2n+1) {
  background-color: #eef1f2;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr td {
  position: relative;
  border-left: 1px solid #000;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr td:nth-child(1) {
  width: 120px;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr td:nth-child(2) {
  text-align: center;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr td:last-of-type {
  border-right: 1px solid #000;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr td > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #404859 url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-qmark.png) no-repeat center center;
  background-size: 68px 68px;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr td > div {
  opacity: 0;
  pointer-events: none;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr td li {
  line-height: 1.3;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr td + td + td {
  font-size: 0.875em;
}
#kpage.page06 section.ksection .kdesktop-table table tbody tr:last-of-type td {
  border-bottom: 1px solid #000;
}
#kpage.page06 section.ksection .kdesktop-table ul {
  margin: 0;
  padding-left: 20px;
}
#kpage.page06 section.ksection .kdesktop-table img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 68px;
}

#kpage.page07 section.ksection {
  position: relative;
}
#kpage.page07 section.ksection h1 {
  margin-top: 0;
}
#kpage.page07 section.ksection .kcontent-wrapper {
  margin: 1em 0;
}
#kpage.page07 section.ksection .kmobile-table {
  display: block;
}
@media (min-width: 768px) {
  #kpage.page07 section.ksection .kmobile-table {
    display: none;
  }
}
#kpage.page07 section.ksection .kmobile-table h3 {
  margin: 0;
  position: relative;
  text-align: center;
  background-color: #3E4858;
  color: #ffffff;
  font-size: 1em;
  padding: 1em .75em;
}
#kpage.page07 section.ksection .kmobile-table h3:before, #kpage.page07 section.ksection .kmobile-table h3:after {
  content: " ";
  display: table;
}
#kpage.page07 section.ksection .kmobile-table h3:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#kpage.page07 section.ksection .kmobile-table h3 {
  *zoom: 1;
}
#kpage.page07 section.ksection .kmobile-table h3 ~ h3 {
  margin-top: 2em;
}
#kpage.page07 section.ksection .kmobile-table h3 > img {
  position: absolute;
  top: 50%;
  left: .75em;
  transform: translateY(-50%);
  max-height: 32px;
}
#kpage.page07 section.ksection .kmobile-table > div {
  padding: 1em;
  background-color: #EEF2F3;
}
#kpage.page07 section.ksection .kmobile-table > div ul {
  margin: 0;
  padding-left: 1em;
}
#kpage.page07 section.ksection .kmobile-table > div ul li {
  line-height: 1.3;
}
#kpage.page07 section.ksection .kmobile-table > div ul li + li {
  margin-top: .5em;
}
#kpage.page07 section.ksection .kmobile-table .ktoggle-opener {
  margin-top: 1em;
  position: relative;
  display: block;
  text-align: center;
  background-color: darkgrey;
  color: #ffffff;
  text-decoration: none;
  padding: .75em 2.5em .75em .5em;
  font-weight: bold;
}
#kpage.page07 section.ksection .kmobile-table .ktoggle-opener:after {
  content: '';
  position: absolute;
  right: .5em;
  top: 50%;
  margin-left: .5em;
  width: 24px;
  height: 24px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
#kpage.page07 section.ksection .kmobile-table .ktoggle-opener.kactive {
  padding-right: .5em;
}
#kpage.page07 section.ksection .kmobile-table .ktoggle-opener.kactive:after {
  content: none;
}
#kpage.page07 section.ksection .kmobile-table .ktoggle-opener.kactive + .ktoggle-content {
  display: block;
}
#kpage.page07 section.ksection .kmobile-table .ktoggle-content {
  display: none;
}
#kpage.page07 section.ksection .kdesktop-table {
  display: none;
}
@media (min-width: 768px) {
  #kpage.page07 section.ksection .kdesktop-table {
    display: block;
  }
}
@media (max-width: 768px) {
  #kpage.page07 section.ksection .kdesktop-table {
    overflow: auto;
  }
}
#kpage.page07 section.ksection .kdesktop-table table {
  border-collapse: collapse;
  width: 100%;
}
#kpage.page07 section.ksection .kdesktop-table table td,
#kpage.page07 section.ksection .kdesktop-table table th {
  padding: .5em 1em;
}
#kpage.page07 section.ksection .kdesktop-table table thead tr th {
  border-left: 1px solid #000;
  color: white;
  background-color: #404859;
  text-align: left;
  font-weight: 400;
}
#kpage.page07 section.ksection .kdesktop-table table thead tr th:last-of-type {
  border-right: 1px solid #000;
}
#kpage.page07 section.ksection .kdesktop-table table thead tr:first-of-type {
  border-top: 1px solid #000;
}
#kpage.page07 section.ksection .kdesktop-table table tbody tr:nth-child(2n+1) {
  background-color: #eef1f2;
}
#kpage.page07 section.ksection .kdesktop-table table tbody tr td {
  font-size: 0.875em;
  position: relative;
  border-left: 1px solid #000;
}
#kpage.page07 section.ksection .kdesktop-table table tbody tr td:nth-child(1) {
  width: 120px;
}
#kpage.page07 section.ksection .kdesktop-table table tbody tr td:last-of-type {
  border-right: 1px solid #000;
}
#kpage.page07 section.ksection .kdesktop-table table tbody tr td > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #404859 url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-qmark.png) no-repeat center center;
  background-size: 68px 68px;
}
#kpage.page07 section.ksection .kdesktop-table table tbody tr td > div {
  opacity: 0;
  pointer-events: none;
}
#kpage.page07 section.ksection .kdesktop-table table tbody tr td li {
  line-height: 1.3;
}
#kpage.page07 section.ksection .kdesktop-table table tbody tr:last-of-type td {
  border-bottom: 1px solid #000;
}
#kpage.page07 section.ksection .kdesktop-table ul {
  margin: 0;
  padding-left: 20px;
}
#kpage.page07 section.ksection .kdesktop-table ul li + li {
  margin-top: .5em;
}
#kpage.page07 section.ksection .kdesktop-table img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 68px;
}

#kpage.page08 section.ksection {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #kpage.page08 section.ksection {
    padding: 0;
  }
}
#kpage.page08 section.ksection > p {
  max-width: 680px;
}
#kpage.page08 section.ksection .ksection-title {
  display: block;
  margin-top: 0;
  margin-bottom: .5em;
}
@media (min-width: 1024px) {
  #kpage.page08 section.ksection .ksection-title {
    max-width: 80%;
  }
}
#kpage.page08 section.ksection .ksection-title span {
  font-size: .673em;
}
#kpage.page08 section.ksection .kfooter-text {
  margin-top: 2em;
}
#kpage.page08 section.ksection .kcontent-wrapper:before, #kpage.page08 section.ksection .kcontent-wrapper:after {
  content: " ";
  display: table;
}
#kpage.page08 section.ksection .kcontent-wrapper:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#kpage.page08 section.ksection .kcontent-wrapper {
  *zoom: 1;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper {
  position: relative;
  justify-content: space-between;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper > * {
  margin-top: 2em;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper p mark {
  color: #404859;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper {
    display: flex;
  }
  #kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper > * {
    width: 48%;
    margin-top: 0;
  }
}
#kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #404859;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  #kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper:after {
    content: '';
  }
}
#kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper h2 {
  margin-top: 0;
  color: #404859;
  font-size: 1em;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kscenarios-wrapper img {
  margin: 0;
}
#kpage.page08 section.ksection .kmain-content-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content {
  position: relative;
  margin: 1em 0 0 0;
  color: #ffffff;
  min-height: 320px;
}
@media (min-width: 768px) {
  #kpage.page08 section.ksection .kmain-content-wrapper .kitems-content {
    background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/page10-01.png) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #kpage.page08 section.ksection .kmain-content-wrapper .kitems-content .kopen-questions {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 88px;
    background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-qmark.png) no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  #kpage.page08 section.ksection .kmain-content-wrapper .kitems-content.kitems-content-2 {
    background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/page10-02.png);
  }
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content .kimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) {
  align-items: center;
  flex-wrap: wrap;
  background-color: #404859;
  position: relative;
}
@media (min-width: 768px) {
  #kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) {
    display: none;
  }
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) [data-close] {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-plus-white.png) no-repeat center center;
  background-size: contain;
  transform: rotate(45deg);
  transition: transform 450ms ease-in-out;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) [data-close]:hover {
  transform: rotate(135deg);
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) .kopen-btn {
  cursor: pointer;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) > div {
  width: 100%;
  text-align: center;
  padding: .5em 4rem .5em 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  min-height: 74px;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) > div span {
  width: 100%;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) > div + div {
  display: none;
  min-height: 0;
  padding: 0;
  text-align: left;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) > div p {
  font-size: 13px;
  text-align: center;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) > div p + p {
  text-align: left;
  margin-top: 0;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) > div:first-child:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 35px;
  height: 35px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 400ms ease-in-out;
}
@media (min-width: 768px) {
  #kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) > div:first-child:after {
    width: 55px;
    height: 55px;
  }
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage) + div {
  margin-top: .5em;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kopened {
  display: flex;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kopened > div:first-child:after {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-incorrect.png);
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kopened.kcorrect > div:first-child:after {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-correct.png);
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kactive {
  display: flex;
  min-height: 74px;
  width: 100%;
  background-color: #ef8900;
  padding: .5em;
  z-index: 2;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kactive:after {
  content: none;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kactive > div {
  display: none;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kactive > div + div {
  display: block;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kactive.kcorrect {
  background-color: #69bef0;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kitems-content > div:not(.kimage).kactive:after {
  content: none;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kimage-wrapper {
  position: relative;
}
#kpage.page08 section.ksection .kmain-content-wrapper .kimage-wrapper figure {
  position: relative;
  margin: 0;
}
#kpage.page08 section.ksection .knote {
  position: relative;
  margin-top: 1em;
  font-weight: 600;
  font-size: .875em;
  color: #404859;
}
#kpage.page08 section.ksection .knote:before, #kpage.page08 section.ksection .knote:after {
  content: " ";
  display: table;
}
#kpage.page08 section.ksection .knote:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
#kpage.page08 section.ksection .knote {
  *zoom: 1;
}
#kpage.page08 section.ksection .knote p {
  clear: both;
}
#kpage.page08 section.ksection .kinfo-box-openers {
  text-align: center;
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
}
#kpage.page08 section.ksection .kinfo-box-openers a {
  display: inline-block;
  position: relative;
  padding: 1em 2.75rem 1em 1em;
  text-decoration: none;
  font-size: .875em;
  background-color: #1E2A50;
  color: white;
}
#kpage.page08 section.ksection .kinfo-box-openers a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 15px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-close.png) no-repeat center center;
  transform: translateY(-50%);
  background-size: contain;
}
#kpage.page08 section.ksection .kinfo-box-openers a.kactive {
  color: #3E4858;
  background-color: #b2b5bc;
}
#kpage.page08 section.ksection .kinfo-box-openers a.kactive:after {
  background-image: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-minus.png);
}
#kpage.page08 section.ksection .kmask {
  position: absolute;
  height: auto;
  bottom: 4.25em;
}
#kpage.page08 section.ksection .ktoggle-box {
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  color: #404859;
  background-color: #b2b5bc;
  z-index: 999;
}
@media (min-width: 768px) {
  #kpage.page08 section.ksection .ktoggle-box {
    top: auto;
    position: absolute;
    bottom: 4.25em;
    height: auto;
    max-height: 100vh;
  }
  #kpage.page08 section.ksection .ktoggle-box#kpopup-2 {
    top: 0;
  }
}
#kpage.page08 section.ksection .ktoggle-box#kpopup-1 {
  padding-bottom: 4rem;
}
#kpage.page08 section.ksection .ktoggle-box .kclose-popup {
  content: '';
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_328_difflam_module/img/icon-cross.png) no-repeat center center;
  background-size: contain;
}
#kpage.page08 section.ksection .ktoggle-box > div {
  padding: 4em 2em 2em 2em;
  overflow: auto;
  height: auto;
  font-size: 13px;
  max-height: 100vh;
  background-color: #b2b5bc;
}
@media (min-width: 768px) {
  #kpage.page08 section.ksection .ktoggle-box > div {
    max-height: 80vh;
  }
}
#kpage.page08 section.ksection .ktoggle-box p {
  overflow: hidden;
}
#kpage.page08 section.ksection .ktoggle-box p span {
  float: left;
  font-weight: 600;
  width: 20px;
}
#kpage.page08 section.ksection .ktoggle-box p span + span {
  font-weight: normal;
  width: calc(100% - 30px);
}
#kpage.page08 section.ksection .ktoggle-box p + p {
  margin-top: .75em;
}
#kpage.page08 section.ksection .ktoggle-box small a {
  text-decoration: underline;
  color: #404859;
}
#kpage.page08 section.ksection .ktoggle-box h2 {
  font-size: 1.250em;
  margin: 0 0 .5em 0;
}
#kpage.page08 section.ksection .ktoggle-box a {
  text-decoration: none;
  color: inherit;
}
