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

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

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

*:focus {
  outline: none;
}

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

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

div#kpage section.ksection {
  position: relative;
  margin: 0 auto;
  padding: 1em;
  font-size: 16px !important;
}
div#kpage section.ksection * {
  font-weight: 500;
}
@media (min-width: 1024px) {
  div#kpage section.ksection {
    padding: 1em 0;
  }
}
div#kpage section.ksection h1,
div#kpage section.ksection h2,
div#kpage section.ksection h3,
div#kpage section.ksection h4,
div#kpage section.ksection h5,
div#kpage section.ksection h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
div#kpage section.ksection ul li {
  line-height: 1.3;
}
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: none;
  border-bottom: dotted 3px #001487;
}
div#kpage section.ksection .knote-box {
  padding: 1em 1.5em;
  border-top: 1px solid #001487;
  border-bottom: 1px solid #001487;
  text-align: center;
  font-size: 1.1em;
}
div#kpage section.ksection .knote {
  margin-top: 2em;
  position: relative;
  padding: 1em 2em 1em 6em;
}
div#kpage section.ksection .knote * {
  position: relative;
  display: inline-block;
  color: #ffffff;
  z-index: 1;
}
div#kpage section.ksection .knote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 2%;
  width: 98%;
  height: 100%;
  background-color: #001487;
  font-size: 1.1em;
  transform: skew(-20deg);
}
div#kpage section.ksection .knote:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2em;
  width: 40px;
  height: 40px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/icon-1.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
  transform: translateY(-50%);
}
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 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 ul.klist-column {
  columns: 2;
}
div#kpage section.ksection i[kdata-tooltip],
div#kpage section.ksection i[kdata-popup] {
  position: relative;
  display: inline;
  cursor: pointer;
}
div#kpage section.ksection i[kdata-tooltip] img,
div#kpage section.ksection i[kdata-popup] img {
  display: inline;
  margin-bottom: -6px;
}
div#kpage section.ksection .khidden {
  display: none !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 .kbox-congrats {
  border-radius: 24px;
  padding: 2em;
  text-align: center;
  background-color: #7a22ff;
}
div#kpage section.ksection .kbox-congrats figure img {
  display: block;
  margin: 0 auto;
}
div#kpage section.ksection .kbox-congrats .ktext {
  color: #ffffff;
}
div#kpage section.ksection .kbox-congrats .ktext h4 {
  font-weight: 500;
  font-family: "termina", sans-serif;
  margin: 0;
  font-size: 2em;
  color: #ffffff;
}
@media (min-width: 1024px) {
  div#kpage section.ksection .kbox-congrats .ktext h4 {
    font-size: 2.625em;
  }
}
div#kpage section.ksection .kbox-congrats .ktext h5 {
  font-weight: 500;
  font-family: "termina", sans-serif;
  margin: 1em 0 0 0;
  font-size: 1.2em;
  color: #ffffff;
}
div#kpage section.ksection .kbox-congrats .ktext p {
  margin-top: 2em;
  color: #ffffff;
}
div#kpage section.ksection .kbox-congrats .ktext p em {
  display: block;
  color: #ffffff;
}
div#kpage section.ksection .ktooltip {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 10px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
div#kpage section.ksection .ktooltip:not(.khidden) {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
div#kpage section.ksection .ktooltip img {
  width: 160px;
  height: auto;
  border-radius: 10px;
}
div#kpage section.ksection .ktooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
}
div#kpage section.ksection .ktooltip[data-position="top"] .ktooltip-arrow {
  bottom: -16px;
  left: calc(50% - 8px);
  border-top-color: #fff;
}
div#kpage section.ksection .ktooltip[data-position="bottom"] .ktooltip-arrow {
  top: -16px;
  left: calc(50% - 8px);
  border-bottom-color: #fff;
}
div#kpage section.ksection .ktooltip.khidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
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-22 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-22 > * {
    width: 50%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-2 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2 > * {
    width: 49%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-3 > * {
  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-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;
    margin-left: 2em;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-1 > figure {
    width: 40%;
  }
}
div#kpage section.ksection .kbutton-wrapper {
  text-align: center;
}
div#kpage section.ksection .kinfo-box img {
  margin-top: 1em;
}
div#kpage section.ksection .kinfo-box-openers {
  margin: 1em 0;
  padding: 1em 0;
}
div#kpage section.ksection .kbutton-wrapper {
  text-align: center;
}
div#kpage section.ksection button.kreset {
  clear: both;
  display: inherit;
  margin: 1em auto;
  position: relative;
  font-family: inherit;
  padding: 0.7em 2em 0.7em 3.4em;
  line-height: 1;
  border: 0;
  background: #d1268a;
  cursor: pointer;
}

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

.tippy-box {
  border-radius: 16px;
  background-color: white;
}

.tippy-arrow {
  color: white;
}

.tippy-content {
  padding: 1em;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 16px 0 16px 16px;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  border-width: 16px 16px 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  border-width: 16px 16px 16px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

body #kpage.page01 .ksection {
  min-height: 100vh;
  padding: 2em 0;
  background: #F3FAFA;
  background: linear-gradient(0deg, #f3fafa 0%, #80d1d1 100%);
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection {
    padding: 4em 0;
  }
}
body #kpage.page01 .ksection h1 {
  margin: 0 0 .25em 0;
  text-align: center;
  display: inline-block;
  padding: .5em 2em;
  font-size: 1.3em;
  color: #ffffff;
  font-style: normal;
  background-color: #d1268a;
  transform: skew(-20deg);
  letter-spacing: 1px;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h1 {
    font-size: 1.488em;
  }
}
body #kpage.page01 .ksection h1 span {
  display: inline-block;
  transform: skew(20deg);
}
body #kpage.page01 .ksection h4 {
  font-weight: 500;
  margin: 0;
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection h4 {
    font-size: 1.3em;
  }
}
body #kpage.page01 .ksection .kvideo-wrapper > *,
body #kpage.page01 .ksection .kimage-wrapper > * {
  margin: 0 auto;
}
body #kpage.page01 .ksection .kvideo-wrapper img,
body #kpage.page01 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page01 .ksection .kvideo-wrapper {
  margin: 2em 0;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kvideo-wrapper {
    margin: 4em 0;
  }
}
body #kpage.page01 .ksection .kcontent {
  position: relative;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 1em;
}
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 h3 {
  margin: 2em 0 1em 0;
  font-weight: 700;
  font-style: italic;
}
body #kpage.page01 .ksection .kcontent h3 span {
  color: #80d1d1;
  font-weight: 900;
  font-style: italic;
}
body #kpage.page01 .ksection .kobjectives {
  padding: 2em;
  background-color: #001487;
}
body #kpage.page01 .ksection .kobjectives h2 {
  color: #80d1d1;
  font-size: 1.3em;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kobjectives h2 {
    font-size: 1.488em;
  }
}
body #kpage.page01 .ksection .kobjectives .ktext {
  color: #ffffff;
}
body #kpage.page01 .ksection .kobjectives .ktext ul {
  margin-bottom: 0;
  padding: 0 0 0 1em;
}
body #kpage.page01 .ksection .kobjectives .ktext ul li + li {
  margin-top: .5em;
}
body #kpage.page01 .ksection .kfooter {
  margin-top: 2em;
  font-size: 12px;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter {
    margin-top: 4em;
  }
}
body #kpage.page01 .ksection .kfooter .kbutton-wrapper {
  text-align: center;
}
body #kpage.page01 .ksection .kfooter .kbutton-wrapper .kbutton {
  padding: .5em;
  border: 1px solid #001487;
}
body #kpage.page01 .ksection .kfooter .kcolum {
  margin-top: 2.4em;
  align-items: flex-end;
}
body #kpage.page01 .ksection .kfooter .kcolum figure {
  margin: 0;
}
body #kpage.page01 .ksection .kfooter .kcolum .ktext {
  margin-top: 1em;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter .kcolum .ktext {
    margin-top: 0;
    margin-left: 1em;
  }
}
body #kpage.page01 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page02 .ksection {
  color: #001487;
  padding: 0 0 2em 0;
  background: #FFFFFF;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 80%, #cceded 100%);
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page02 .ksection h1 {
  margin: .5em 0;
  font-size: 1.5em;
  color: #00a1a1;
  letter-spacing: 1px;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection h1 {
    font-size: 2.25em;
  }
}
body #kpage.page02 .ksection h1 span {
  font-weight: normal;
}
body #kpage.page02 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page02 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page02 .ksection ul {
  padding-left: 20px;
}
body #kpage.page02 .ksection ul li {
  font-size: 1em;
}
body #kpage.page02 .ksection .kcontent-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 1em;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kcontent-wrapper {
    padding: 0;
  }
}
body #kpage.page02 .ksection .kcontent-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
body #kpage.page02 .ksection .kquest-wrapper {
  margin: 2em 0;
}
body #kpage.page02 .ksection .kquest-wrapper h2 {
  margin: 0 0 .25em 0;
  text-align: center;
  display: inline-block;
  padding: .5em 2em;
  font-size: 1.1em;
  color: #ffffff;
  font-style: normal;
  background-color: #001487;
  transform: skew(-20deg);
  letter-spacing: 1px;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kquest-wrapper h2 {
    font-size: 1.2em;
  }
}
body #kpage.page02 .ksection .kquest-wrapper h2 span {
  display: inline-block;
  transform: skew(20deg);
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table {
  margin: 2em 0;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table, body #kpage.page02 .ksection .kquest-wrapper .kquestions-table td, body #kpage.page02 .ksection .kquest-wrapper .kquestions-table th {
  border: 0;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table {
  border-collapse: collapse;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tr th {
  padding: 10px;
  color: #d1268a;
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em;
  text-align: left;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tr th.ktext-center {
  font-style: normal;
  color: #001487;
  text-align: center;
  width: 60px;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tr td {
  border: 0;
  padding: 10px;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr:nth-child(2n + 1) td {
  background-color: #f2fafa;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td label {
  font-size: 0pt;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"]:checked,
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"]:checked + label,
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"]:not(:checked) + label:before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #cceded;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"]:checked + label:before {
  content: '';
  border: 10px solid #80d1d1;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #cceded;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"].kcheck-1.kcorrect-selected.kcorrect + label:before,
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"].kcheck-1.kuser-selected.kcorrect + label:before {
  content: '';
  border: 0;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/icon-thick.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"].kcheck-2.kcorrect-selected.kcorrect + label:before,
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"].kcheck-2.kuser-selected.kcorrect + label:before {
  content: '';
  border: 0;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/icon-thick-2.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"].kcheck-1.kuser-selected.kwrong + label:before,
body #kpage.page02 .ksection .kquest-wrapper .kquestions-table table tbody tr td [type="radio"].kcheck-2.kuser-selected.kwrong + label:before {
  content: '';
  border: 0;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/icon-wrong.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page02 .ksection .kquest-wrapper .kbuttons-wrapper {
  text-align: center;
}
body #kpage.page02 .ksection .kquest-wrapper .kbuttons-wrapper .kbutton {
  display: inline-block;
  margin: 0 10px;
  padding: .75em 1em;
  font-weight: bold;
  color: #ffffff;
  background-color: #d1268a;
  cursor: pointer;
}
body #kpage.page02 .ksection .kquest-wrapper .kbuttons-wrapper .kbutton.kbutton-2 {
  border: 1px solid #d1268a;
  color: #d1268a;
  background-color: #ffffff;
}
body #kpage.page02 .ksection .kslider-wrapper {
  position: relative;
  margin: 2em 0;
  padding: 2em;
  background-color: #cceded;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper {
    margin: 3em 0 4em 0;
    padding: 2.5em 4em 4em 4em;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .kitem .kcolum {
  align-items: center;
}
body #kpage.page02 .ksection .kslider-wrapper .kitem figure {
  margin: 0;
}
body #kpage.page02 .ksection .kslider-wrapper .kitem h3 {
  margin-bottom: .5em;
  color: #00a1a1;
  letter-spacing: 1px;
  font-size: 1.3em;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper .kitem h3 {
    font-size: 1.5em;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .kitem .ktext {
  margin-top: 1em;
  max-width: 400px;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper .kitem .ktext {
    margin-top: 0;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .kitem .ktext ul li + li {
  margin-top: .5em;
}
body #kpage.page02 .ksection .kslider-wrapper .slick-prev,
body #kpage.page02 .ksection .kslider-wrapper .slick-next {
  border: 0;
  font-size: 0pt;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}
body #kpage.page02 .ksection .kslider-wrapper .slick-prev {
  left: -25px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/arr-l.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper .slick-prev {
    left: -25px;
  }
}
body #kpage.page02 .ksection .kslider-wrapper .slick-next {
  right: -25px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/arr-r.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .kslider-wrapper .slick-next {
    right: -25px;
  }
}
body #kpage.page02 .ksection .kslider-wrapper ul.slick-dots {
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin: 0;
  padding: 10px;
  list-style: none none;
  text-align: center;
  background-color: #00a1a1;
  transform: skew(-20deg) translateX(-50%);
}
body #kpage.page02 .ksection .kslider-wrapper ul.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  transform: skew(20deg);
  margin: 0 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 1px;
  cursor: pointer;
}
body #kpage.page02 .ksection .kslider-wrapper ul.slick-dots li button {
  opacity: 0;
  padding: 0;
}
body #kpage.page02 .ksection .kslider-wrapper ul.slick-dots li:before {
  content: none;
}
body #kpage.page02 .ksection .kslider-wrapper ul.slick-dots li.slick-active {
  background: white;
}
body #kpage.page02 .ksection .ktoggle-wrapper {
  margin-top: 2em;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-opener {
  position: relative;
  padding: .5em 1em;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 1.3em;
  font-family: 'gavisansbold_italic', sans-serif;
  background-color: #d1268a;
  cursor: pointer;
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-opener {
    font-size: 1.5em;
  }
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 30px;
  height: 30px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content {
  display: none;
  padding: 2em;
  background-color: #fae9f3;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content ul li + li {
  margin-top: .5em;
}
body #kpage.page02 .ksection .ktoggle-wrapper.kactive .ktoggle-opener:after {
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/icon-minus.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page02 .ksection .ktoggle-wrapper.kactive .ktoggle-content {
  display: block;
}
body #kpage.page02 .ksection figure {
  margin: 0;
}
body #kpage.page02 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page03 .ksection {
  color: #001487;
  padding: 0 0 2em 0;
  background: #FFFFFF;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 80%, #cceded 100%);
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page03 .ksection.ksection-2 {
  background: #fae9f3;
  margin-top: 2em;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection.ksection-2 {
    margin-top: 4em;
  }
}
body #kpage.page03 .ksection.ksection-2 .kcontent-wrapper {
  margin-top: -2em;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection.ksection-2 .kcontent-wrapper {
    margin-top: -4em;
  }
}
body #kpage.page03 .ksection.ksection-2 .kcontent-2 {
  margin-top: 2em;
}
body #kpage.page03 .ksection.ksection-2 .kcontent-2 > h3 {
  margin: 2em 0 1em 0;
  font-size: 1.3em;
  color: #00a1a1;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection.ksection-2 .kcontent-2 > h3 {
    font-size: 1.5em;
  }
}
body #kpage.page03 .ksection.ksection-2 .kcontent-2 figure figcaption {
  margin-top: 1em;
}
body #kpage.page03 .ksection.ksection-2 .kcontent-2 figure + figure {
  margin-top: 2em;
}
body #kpage.page03 .ksection.ksection-2 h2 {
  margin: 0 0 .25em 0;
  text-align: center;
  display: inline-block;
  padding: .5em 2em;
  font-size: 1.1em;
  color: #ffffff;
  font-style: normal;
  background-color: #001487;
  transform: skew(-20deg);
  letter-spacing: 1px;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection.ksection-2 h2 {
    font-size: 1.3em;
  }
}
body #kpage.page03 .ksection.ksection-2 h2 span {
  display: inline-block;
  transform: skew(20deg);
}
body #kpage.page03 .ksection h1 {
  margin: .5em 0;
  font-size: 1.5em;
  color: #00a1a1;
  letter-spacing: 1px;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection h1 {
    font-size: 2.25em;
  }
}
body #kpage.page03 .ksection h1 span {
  font-weight: normal;
}
body #kpage.page03 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page03 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page03 .ksection .kflashcards {
  margin: 2em 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kflashcards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
body #kpage.page03 .ksection .kflashcards .kitem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em;
  background-color: #00a1a1;
  text-align: center;
  cursor: pointer;
  min-height: 292px;
}
body #kpage.page03 .ksection .kflashcards .kitem * {
  width: 100%;
}
body #kpage.page03 .ksection .kflashcards .kitem h3 {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 1.3em;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kflashcards .kitem h3 {
    font-size: 1.5em;
  }
}
body #kpage.page03 .ksection .kflashcards .kitem h3:after {
  content: '';
  display: block;
  margin: 1em auto 0 auto;
  width: 45px;
  height: 45px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh325_gaviscon_module/img/icon-plus-pink.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page03 .ksection .kflashcards .kitem .ktext {
  display: none;
}
body #kpage.page03 .ksection .kflashcards .kitem.kactive {
  background-color: #cceded;
}
body #kpage.page03 .ksection .kflashcards .kitem.kactive h3 {
  color: #00a1a1;
  font-size: 1.1em;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kflashcards .kitem.kactive h3 {
    font-size: 1.2em;
  }
}
body #kpage.page03 .ksection .kflashcards .kitem.kactive h3:after {
  content: none;
}
body #kpage.page03 .ksection .kflashcards .kitem.kactive .ktext {
  display: block;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper {
  margin: 2em 0;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktab {
  display: flex;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktab > div {
  padding: 1em;
  width: 33.33%;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktab > div {
    font-size: 1.3em;
  }
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktab > div > * {
  width: 100%;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktab > div[kdata-tab="ktab-1"] {
  background-color: #00a1a1;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktab > div[kdata-tab="ktab-2"] {
  background-color: #001487;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktab > div[kdata-tab="ktab-3"] {
  background-color: #d1268a;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktabs-content {
  display: none;
  padding: 1em;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktabs-content {
    padding: 2.5em;
  }
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktabs-content[kdata-tab="ktab-1"] {
  border-top: 4px solid #00a1a1;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktabs-content[kdata-tab="ktab-2"] {
  border-top: 4px solid #001487;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktabs-content[kdata-tab="ktab-3"] {
  border-top: 4px solid #d1268a;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktabs-content.kactive {
  display: block;
}
body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktabs-content h3 {
  font-size: 1.2em;
  letter-spacing: 1px;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .ktabs-wrapper .ktabs-content-wrapper .ktabs-content h3 {
    font-size: 1.4em;
  }
}
body #kpage.page03 .ksection ul {
  padding-left: 20px;
}
body #kpage.page03 .ksection ul li {
  font-size: 1em;
}
body #kpage.page03 .ksection ul li + li {
  margin-top: .5em;
}
body #kpage.page03 .ksection .kcontent-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 1em;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kcontent-wrapper {
    padding: 0;
  }
}
body #kpage.page03 .ksection .kcontent-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
body #kpage.page03 .ksection figure {
  margin: 0;
}
body #kpage.page03 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page04 .ksection {
  color: #001487;
  padding: 0 0 2em 0;
  background: #FFFFFF;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 80%, #cceded 100%);
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page04 .ksection h1 {
  margin: .5em 0;
  font-size: 1.5em;
  color: #00a1a1;
  letter-spacing: 1px;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection h1 {
    font-size: 2.25em;
  }
}
body #kpage.page04 .ksection h1 span {
  font-weight: normal;
}
body #kpage.page04 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page04 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page04 .ksection ul {
  padding-left: 20px;
}
body #kpage.page04 .ksection ul li {
  font-size: 1em;
}
body #kpage.page04 .ksection ul li + li {
  margin-top: .5em;
}
body #kpage.page04 .ksection .kcontent-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 1em;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kcontent-wrapper {
    padding: 0;
  }
}
body #kpage.page04 .ksection .kcontent-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
body #kpage.page04 .ksection .ktext-area-wrapper .ktext-area {
  margin: 2em 0;
}
body #kpage.page04 .ksection .ktext-area-wrapper .ktext-area textarea {
  padding: 1em;
  border: 1px solid #80d1d1;
  color: #001487;
  width: 100%;
  height: 204px;
  resize: none;
}
body #kpage.page04 .ksection .ktext-area-wrapper .ktext-area textarea::placeholder {
  color: #001487;
  font-style: italic;
}
body #kpage.page04 .ksection .ktext-area-wrapper .ktext-area .ktext {
  display: none;
  padding: 1em;
  border: 1px solid #80d1d1;
  width: 100%;
  min-height: 204px;
}
body #kpage.page04 .ksection .ktext-area-wrapper .kbutton.kdisabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
body #kpage.page04 .ksection .ktext-area-wrapper.kactive .ktext-area textarea {
  display: none;
}
body #kpage.page04 .ksection .ktext-area-wrapper.kactive .ktext-area .ktext {
  display: block;
}
body #kpage.page04 .ksection .ktext-area-wrapper.kactive .kbuttons-wrapper {
  display: none;
}
body #kpage.page04 .ksection .ktext p em {
  color: #00a1a1;
}
body #kpage.page04 .ksection .kquest {
  margin: 2em 0;
}
body #kpage.page04 .ksection .kquest h3 {
  margin: 0 0 .25em 0;
  text-align: center;
  display: inline-block;
  padding: .5em 2em;
  font-size: 1.1em;
  color: #ffffff;
  font-style: normal;
  background-color: #001487;
  transform: skew(-20deg);
  letter-spacing: 1px;
  font-family: 'gavisansbold_italic', sans-serif;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kquest h3 {
    font-size: 1.2em;
  }
}
body #kpage.page04 .ksection .kquest h3 span {
  display: inline-block;
  transform: skew(20deg);
}
body #kpage.page04 .ksection .kquest h3 em {
  color: #80d1d1;
  font-family: 'gavisansbold_italic', sans-serif;
}
body #kpage.page04 .ksection .kquest .kquestions {
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
}
body #kpage.page04 .ksection .kquest .kquestions .kitem {
  display: flex;
  width: 32%;
  padding: .75em;
  border: 1px solid #80d1d1;
  text-align: center;
  font-size: .7em;
  cursor: pointer;
  align-items: center;
}
@media (min-width: 768px) {
  body #kpage.page04 .ksection .kquest .kquestions .kitem {
    font-size: 1.2em;
  }
}
body #kpage.page04 .ksection .kquest .kquestions .kitem * {
  width: 100%;
}
body #kpage.page04 .ksection .kquest .kquestions .kitem.kactive {
  background-color: #80d1d1;
}
body #kpage.page04 .ksection .kquest .kquestions .kitem.kactive * {
  font-weight: bold;
}
body #kpage.page04 .ksection .kquest .kanswers [kdata-ans-content] {
  display: none;
  text-align: center;
}
body #kpage.page04 .ksection .kquest .kanswers [kdata-ans-content] p em {
  display: block;
  color: #d1268a;
  font-size: 1.2em;
}
body #kpage.page04 .ksection .kquest .kanswers [kdata-ans-content].kcorrect p em {
  color: #00a1a1;
}
body #kpage.page04 .ksection .kquest .kanswers [kdata-ans-content].kcorrect div {
  margin-top: 1em;
  padding: 1em;
  text-align: center;
  background-color: #d1268a;
  color: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page04 .ksection .kquest .kanswers [kdata-ans-content].kcorrect div {
    padding: 1em 3em;
  }
}
body #kpage.page04 .ksection .kquest .kanswers [kdata-ans-content].kactive {
  display: block;
}
body #kpage.page04 .ksection .kbuttons-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
body #kpage.page04 .ksection .kbuttons-wrapper .kbutton {
  display: inline-block;
  padding: .75em 1em;
  color: #ffffff;
  background-color: #d1268a;
  cursor: pointer;
  font-weight: 900;
}
body #kpage.page04 .ksection .kprefooter {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #001487;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-opener {
  position: relative;
  padding: .5em 2em .5em 1em;
  display: inline-block;
  border: 1px solid #001487;
  font-size: 14px;
  min-width: 220px;
  cursor: pointer;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-opener:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-content {
  display: none;
  font-size: 12px;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-content a {
  color: inherit;
  text-decoration: underline;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-content.ktoggle-content-1 p {
  position: relative;
  padding-left: 2em;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-content.ktoggle-content-1 p span {
  position: absolute;
  top: 0;
  left: 0;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-content.ktoggle-content-1 p:last-of-type {
  padding-left: 0;
  margin-top: 1em;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-content.ktoggle-content-1 p + p {
  margin-top: .25em;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item .ktoggle-content p em {
  color: #d1268a;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item.kactive .ktoggle-opener {
  padding: .5em 2em .5em 0;
  border: 0;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item.kactive .ktoggle-opener:after {
  content: none;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item.kactive .ktoggle-content {
  display: block;
}
body #kpage.page04 .ksection .kprefooter .ktoggle-item + .ktoggle-item {
  margin-top: 1em;
}
body #kpage.page04 .ksection .kprefooter .kfooter-note {
  margin-top: 2em;
  padding: .75em 2em;
  font-size: 12px;
  text-align: center;
  background-color: #f2fafa;
}
body #kpage.page04 .ksection .kprefooter .kfooter-note a {
  color: inherit;
  text-decoration: underline;
}
body #kpage.page04 .ksection figure {
  margin: 0;
}
body #kpage.page04 .ksection figure figcaption {
  margin-top: 2em;
}
body #kpage.page04 img {
  display: block;
  height: auto;
  max-width: 100%;
}
