@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body #kpage.page01 .ksection .kcontent ul.kstyled, body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content ul {
  clear: both;
  padding: 0;
  list-style: none;
}
body #kpage.page01 .ksection .kcontent ul.kstyled li, body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content ul li {
  position: relative;
  padding: 0 10px 0 20px;
}
body #kpage.page01 .ksection .kcontent ul.kstyled li + li, body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content ul li + li {
  margin-top: 10px;
}
body #kpage.page01 .ksection .kcontent ul.kstyled li:before, body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ed1c24;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div#kpage section.ksection {
  position: relative;
  margin: 0 auto;
  padding: 1em;
  font-size: 16px !important;
}
div#kpage section.ksection * {
  font-weight: 400;
}
@media (min-width: 1024px) {
  div#kpage section.ksection {
    padding: 1em 0;
  }
}
div#kpage section.ksection h1,
div#kpage section.ksection h2,
div#kpage section.ksection h3,
div#kpage section.ksection h4,
div#kpage section.ksection h5,
div#kpage section.ksection h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
div#kpage section.ksection ul li {
  line-height: 1.3;
}
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 {
  height: 1px;
  background: #000000;
  border: 0;
}
div#kpage section.ksection div.kstyled {
  padding: 1em;
  font-size: 10px;
  background: #f3f3f3;
}
div#kpage section.ksection div.kstyled h4 {
  font-size: 14px;
}
div#kpage section.ksection div.kstyled a {
  color: inherit;
  text-decoration: underline;
}
div#kpage section.ksection .ktitle {
  text-align: center;
}
div#kpage section.ksection .kalign-left {
  text-align: left !important;
}
div#kpage section.ksection .kalign-right {
  text-align: right !important;
}
div#kpage section.ksection .kalign-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 .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 .kcolum {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum {
    flex-wrap: nowrap;
  }
}
div#kpage section.ksection .kcolum.kcolum-2 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2 > * {
    width: 49%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
div#kpage section.ksection .kcolum.kcolum-3 > * {
  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;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-2-1 > figure {
    width: 40%;
  }
}
div#kpage section.ksection .kcolum.kcolum-1-2 > * {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-1-2 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  div#kpage section.ksection .kcolum.kcolum-1-2 > figure {
    width: 35%;
  }
}
div#kpage section.ksection .knote-box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 2em 0 0 0;
  padding: 1em 0 1em 4em;
}
@media (min-width: 640px) {
  div#kpage section.ksection .knote-box {
    margin: 2em 0;
  }
}
div#kpage section.ksection .knote-box:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 45px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_322_orajel_video_module/img/icon-1.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
div#kpage section.ksection .ktoggle-wrapper {
  margin: 2em 0;
  font-size: 16px;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener {
  position: relative;
  display: inline-block;
  padding: .5em 1.2em;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 700;
  cursor: pointer;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener:after {
  content: '+';
  display: inline-block;
  margin-left: 1em;
  line-height: 1.2;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener.kactive {
  padding-left: 0;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener.kactive:after {
  content: none;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-opener.kactive + .ktoggle-content {
  display: block;
}
div#kpage section.ksection .ktoggle-wrapper .ktoggle-content {
  display: none;
}
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: #44b048;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

#kpage {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #000000;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}
#kpage .kwrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 1em;
}
#kpage .kwrap:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  #kpage .kwrap {
    padding: 0;
  }
}
#kpage mark {
  color: #ed1c24;
  background-color: transparent;
}
#kpage .khightlight {
  color: #ed1c24;
}
#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 {
  position: relative;
  padding: 0;
  background: #FFFFFF;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 30%, #000000 30%, #000000 60%, #5c0a0e 85%, #000000 100%, #000000 100%);
  color: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page01 .ksection:after {
  content: '';
  display: block;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_322_orajel_video_module/img/bgr.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  pointer-events: none;
}
body #kpage.page01 .ksection h1 {
  margin: 0 0 .25em 0;
  font-size: 2em;
  color: #ed1c24;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  body #kpage.page01 .ksection h1 {
    margin: 0;
  }
}
body #kpage.page01 .ksection h2 {
  margin: 0;
  font-size: 1.25em;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
}
body #kpage.page01 .ksection h2.kstyled {
  font-size: 2em;
  color: #ed1c24;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: left;
}
body #kpage.page01 .ksection .kvideo-wrapper,
body #kpage.page01 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page01 .ksection .kvideo-wrapper > *,
body #kpage.page01 .ksection .kimage-wrapper > * {
  margin: 0 auto;
}
body #kpage.page01 .ksection .kvideo-wrapper img,
body #kpage.page01 .ksection .kimage-wrapper img {
  width: 100%;
}
body #kpage.page01 .ksection .kvideo-wrapper {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 2em 0;
}
body #kpage.page01 .ksection .kcontent-wrapper {
  position: relative;
  z-index: 1;
}
body #kpage.page01 .ksection .kcontent {
  position: relative;
  font-size: 16px;
}
body #kpage.page01 .ksection .kcontent h2 {
  margin-bottom: 1em;
}
body #kpage.page01 .ksection .kcontent a {
  text-decoration: underline;
}
body #kpage.page01 .ksection .kcontent .ktoggle-wrapper {
  margin: 2em 0;
  font-size: 16px;
}
body #kpage.page01 .ksection .kcontent .ktoggle-wrapper.kactive {
  padding: 2em 2.4em;
  background-color: #ffffff;
  border-radius: 24px;
}
body #kpage.page01 .ksection .kcontent .ktoggle-wrapper.kactive .ktoggle-opener {
  text-transform: initial;
  font-size: 1.3em;
}
body #kpage.page01 .ksection .kcontent .ktoggle-wrapper .ktoggle-opener {
  background-color: #ffffff;
  color: #ed1c24;
  text-transform: uppercase;
}
body #kpage.page01 .ksection .kcontent .ktoggle-wrapper .ktoggle-content {
  color: #000000;
}
body #kpage.page01 .ksection .kadditional-box {
  position: relative;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin: 2em auto 0 auto;
  padding: 3em 0 4em 0;
  background-color: #e5e5e5;
  color: #000000;
}
body #kpage.page01 .ksection .kadditional-box:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kadditional-box {
    margin: 8em auto 0 auto;
  }
}
body #kpage.page01 .ksection .kslider-wrapper {
  position: relative;
  margin-top: 2em;
  padding: 2em 0;
  color: #000000;
  text-align: center;
  border-radius: 24px;
  border: 2px solid #000000;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kslider-wrapper {
    padding: 4em 0;
  }
}
body #kpage.page01 .ksection .kslider-wrapper .kitem {
  position: relative;
  color: #000000;
  opacity: 0;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem figure {
  margin: 0;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem figure figcaption {
  display: none;
  margin-top: 2em;
  text-align: center;
}
@media (min-width: 768px) {
  body #kpage.page01 .ksection .kslider-wrapper .kitem figure figcaption {
    position: relative;
    width: 220%;
    transform: translateX(-28%);
  }
}
body #kpage.page01 .ksection .kslider-wrapper .kitem figure img {
  margin: 0 auto;
  display: block;
}
body #kpage.page01 .ksection .kslider-wrapper .kitem.slick-active {
  opacity: .5;
  transform: scale(0.5);
}
body #kpage.page01 .ksection .kslider-wrapper .kitem.slick-active.slick-center {
  opacity: 1;
  transform: scale(1);
}
body #kpage.page01 .ksection .kslider-wrapper .kitem.slick-active.slick-center figure figcaption {
  display: block;
}
body #kpage.page01 .ksection .kslider-wrapper .slick-prev,
body #kpage.page01 .ksection .kslider-wrapper .slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  font-size: 0pt;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_322_orajel_video_module/img/arr-l.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-100%);
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kslider-wrapper .slick-prev,
  body #kpage.page01 .ksection .kslider-wrapper .slick-next {
    left: -25px;
    width: 50px;
    height: 50px;
  }
}
body #kpage.page01 .ksection .kslider-wrapper .slick-next {
  left: auto;
  right: 0;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_322_orajel_video_module/img/arr-r.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kslider-wrapper .slick-next {
    right: -25px;
  }
}
body #kpage.page01 .ksection .kslider-wrapper .slick-prev.kdisabled,
body #kpage.page01 .ksection .kslider-wrapper .slick-next.kdisabled {
  pointer-events: none;
  opacity: .2;
  z-index: 0;
}
body #kpage.page01 .ksection .kslider-wrapper ul.slick-dots.kdisabled li {
  opacity: .2;
  pointer-events: none;
}
body #kpage.page01 .ksection .kslider-wrapper ul.slick-dots {
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  display: inline-block;
  text-align: center;
  list-style: none none;
  padding: .75em 2em;
  border-radius: 24px;
  margin: 0;
  background-color: #000000;
  transform: translateX(-50%);
}
body #kpage.page01 .ksection .kslider-wrapper ul.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
body #kpage.page01 .ksection .kslider-wrapper ul.slick-dots li button {
  display: none;
}
body #kpage.page01 .ksection .kslider-wrapper ul.slick-dots li.slick-active {
  background-color: #ed1c24;
}
body #kpage.page01 .ksection .kfooter {
  margin-top: 2em;
  padding-top: 2em;
  font-size: 12px;
  color: #000000;
}
body #kpage.page01 .ksection .kfooter p + p {
  margin-top: 1em;
}
body #kpage.page01 .ksection .kfooter .kcolum {
  align-items: center;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter .kcolum .ktext {
    margin-left: 1em;
  }
}
body #kpage.page01 .ksection .kfooter small {
  font-size: 10px;
}
body #kpage.page01 .ksection .kfooter figure {
  margin: .75em 0;
}
@media (min-width: 1024px) {
  body #kpage.page01 .ksection .kfooter figure {
    margin: 0 1em 0 0;
  }
}
body #kpage.page01 .ksection .kfooter p + p {
  margin-top: .25em;
}
body #kpage.page01 img {
  display: block;
  max-width: 100%;
  height: auto;
}

body #kpage.page02 .ksection {
  padding: 0;
  color: #000000;
  background: linear-gradient(0deg, #000000 0%, #924145 20%, #eaeaea 40%, #ffffff 100%);
}
@media (min-width: 1024px) {
  body #kpage.page02 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page02 .ksection h1 {
  margin: 0;
  font-size: 2.25em;
  color: #ed1c24;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
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 ul li + li {
  margin-top: .5em;
}
body #kpage.page02 .ksection ol {
  list-style: none;
  counter-reset: steps;
  padding-left: 0;
}
body #kpage.page02 .ksection ol li {
  counter-increment: steps;
}
body #kpage.page02 .ksection ol li:before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #ffffff;
  color: #ed1c24;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 2em;
  font-weight: bold;
}
body #kpage.page02 .ksection ol li p {
  width: calc(100% - 4em);
  display: inline-grid;
}
body #kpage.page02 .ksection ol li + li {
  margin-top: 1em;
}
body #kpage.page02 .ksection .kcontent {
  position: relative;
  font-size: 16px;
}
body #kpage.page02 .ksection .kproduct-wrapper .kcolum-2 {
  justify-content: space-between;
  align-items: baseline;
}
body #kpage.page02 .ksection .kproduct-wrapper .kbox figure img {
  margin: 0 auto;
  max-width: 300px !important;
}
body #kpage.page02 .ksection figure {
  margin: 0;
}
body #kpage.page02 .ksection figure.kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page02 .ksection .knote {
  margin: 2em 0;
  padding: 2em 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-size: 1.1em;
}
body #kpage.page02 .ksection .ktoggle-wrapper {
  margin-top: 0;
}
body #kpage.page02 .ksection .ktoggle-wrapper + .ktoggle-wrapper {
  margin-top: 1em;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-opener {
  position: relative;
  display: block;
  background-color: #000000;
  padding: .75em 4em .75em 1em;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
@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: 45px;
  height: 45px;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_322_orajel_video_module/img/icon-plus.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-opener.kactive {
  padding-left: 1em;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-opener.kactive:after {
  content: '';
  background: url(https://cdn.cigdigital.net/imports/production/cigh_322_orajel_video_module/img/icon-minus.png) no-repeat center center;
  background-size: contain;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content {
  padding: 2em;
  background-color: #e5e5e5;
}
body #kpage.page02 .ksection .ktoggle-wrapper .ktoggle-content .knote {
  padding: 1em 2em;
  background-color: #ffffff;
  border: 1px solid #000000;
  margin-bottom: 0;
  font-size: 1em;
}
body #kpage.page02 img {
  display: block;
  height: auto;
  max-width: 100%;
}

body #kpage.page03 .ksection {
  padding: 0;
  background: #FFF;
  background: linear-gradient(0deg, #ffffff 56%, #000000 56%, #5e0b0e 85%, #5e0b0e 70%, #000000 100%);
  color: #000000;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection {
    padding: 2em 0;
  }
}
body #kpage.page03 .ksection h1 {
  margin: 0;
  font-size: 2.25em;
  color: #ed1c24;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
body #kpage.page03 .ksection h3 {
  color: #ed1c24;
  text-align: center;
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
body #kpage.page03 .ksection .kimage-wrapper {
  margin: 2em 0;
}
body #kpage.page03 .ksection .kimage-wrapper img {
  width: 100%;
}
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 {
  position: relative;
  font-size: 16px;
}
body #kpage.page03 .ksection .kcontent.kcontent-1 {
  color: #ffffff;
}
body #kpage.page03 .ksection .knote-box {
  color: #000000;
}
body #kpage.page03 .ksection .knote-box p {
  max-width: 430px;
}
body #kpage.page03 .ksection .kquest-wrapper {
  margin: 2em 0;
  color: #000000;
  padding: 2em;
  background-color: #e5e5e5;
}
body #kpage.page03 .ksection .kquest-wrapper .kcolum {
  margin: 2em 0 0 0;
  padding-top: 2em;
  border-top: 1px solid #000000;
  justify-content: space-between;
}
body #kpage.page03 .ksection .kquest-wrapper .kitem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 1em;
  font-size: 1.1em;
  background-color: #ffffff;
  border: 6px solid #ffffff;
  cursor: pointer;
}
body #kpage.page03 .ksection .kquest-wrapper .kitem * {
  width: 100%;
}
body #kpage.page03 .ksection .kquest-wrapper .kitem.kactive {
  border: 6px solid #ed1c24;
}
body #kpage.page03 .ksection .kquest-wrapper .kitem.kactive .khidden {
  display: block !important;
}
body #kpage.page03 .ksection .kquest-wrapper .kitem.kactive[kdata-correct] {
  border: 6px solid #45be34;
}
body #kpage.page03 .ksection .kquest-wrapper .kanswers > div {
  position: relative;
  margin-top: 2em;
  padding: 2em;
  background-color: #ffffff;
  text-align: center;
}
body #kpage.page03 .ksection .kquest-wrapper .kanswers > div:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-bottom: 1em solid #ffffff;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kquest-wrapper .kanswers > div:nth-child(1):before {
    left: 17%;
  }
  body #kpage.page03 .ksection .kquest-wrapper .kanswers > div:nth-child(3):before {
    left: 85%;
  }
}
body #kpage.page03 .ksection .kquest-wrapper .kanswers strong {
  color: #ed1c24;
}
body #kpage.page03 .ksection .kquest-wrapper .kanswers strong.kstyled {
  color: #45be34;
}
body #kpage.page03 .ksection .ktoggle-wrapper {
  margin: 0;
}
body #kpage.page03 .ksection .ktoggle-wrapper + .ktoggle-wrapper {
  margin-top: 1em;
}
body #kpage.page03 .ksection .ktoggle-wrapper .ktoggle-opener {
  position: relative;
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
}
body #kpage.page03 .ksection .ktoggle-wrapper .ktoggle-opener.kactive {
  padding-left: 0;
  border: 0;
}
body #kpage.page03 .ksection .ktoggle-wrapper .ktoggle-content {
  padding: 1em 0;
  font-size: 14px;
}
body #kpage.page03 .ksection .ktoggle-wrapper .ktoggle-content p {
  position: relative;
  padding-left: 1.5em;
  word-break: break-all;
}
body #kpage.page03 .ksection .ktoggle-wrapper .ktoggle-content p span {
  position: absolute;
  top: 0;
  left: 0;
}
body #kpage.page03 .ksection .ktoggle-wrapper .ktoggle-content p + p {
  margin-top: .25em;
}
body #kpage.page03 .ksection .ktoggle-wrapper .ktoggle-content p:last-of-type {
  padding-left: 0;
  margin-top: 1em;
}
body #kpage.page03 .ksection .ktoggle-wrapper .ktoggle-content p a {
  text-decoration: underline;
  color: inherit;
  word-break: break-all;
}
body #kpage.page03 .ksection .kslider-wrapper {
  position: relative;
  margin-top: 2em;
  padding: 2em 2.1em;
  color: #000000;
  text-align: center;
  border-radius: 24px;
  border: 2px solid #000000;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kslider-wrapper {
    padding: 4em 0;
  }
}
body #kpage.page03 .ksection .kslider-wrapper .kitem {
  position: relative;
  color: #000000;
}
body #kpage.page03 .ksection .kslider-wrapper .kitem figure {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #kpage.page03 .ksection .kslider-wrapper .kitem figure figcaption {
  padding: 1em;
  text-align: left;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kslider-wrapper .kitem figure figcaption {
    padding: 1em 1em 1em 3em;
  }
}
body #kpage.page03 .ksection .kslider-wrapper .slick-prev,
body #kpage.page03 .ksection .kslider-wrapper .slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 0pt;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_322_orajel_video_module/img/arr-l.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kslider-wrapper .slick-prev,
  body #kpage.page03 .ksection .kslider-wrapper .slick-next {
    left: -25px;
    width: 50px;
    height: 50px;
  }
}
body #kpage.page03 .ksection .kslider-wrapper .slick-next {
  left: auto;
  right: 0;
  background: url(https://cdn.cigdigital.net/imports/production/cigh_322_orajel_video_module/img/arr-r.png) no-repeat center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  body #kpage.page03 .ksection .kslider-wrapper .slick-next {
    right: -25px;
  }
}
body #kpage.page03 .ksection .kslider-wrapper .slick-prev.kdisabled,
body #kpage.page03 .ksection .kslider-wrapper .slick-next.kdisabled {
  pointer-events: none;
  opacity: .2;
  z-index: 0;
}
body #kpage.page03 .ksection .kslider-wrapper ul.slick-dots.kdisabled li {
  opacity: .2;
  pointer-events: none;
}
body #kpage.page03 .ksection .kslider-wrapper ul.slick-dots {
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  display: inline-block;
  text-align: center;
  list-style: none none;
  padding: .75em;
  border-radius: 24px;
  margin: 0;
  background-color: #000000;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  body #kpage.page03 .ksection .kslider-wrapper ul.slick-dots {
    padding: .75em 2em;
  }
}
body #kpage.page03 .ksection .kslider-wrapper ul.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
body #kpage.page03 .ksection .kslider-wrapper ul.slick-dots li button {
  display: none;
}
body #kpage.page03 .ksection .kslider-wrapper ul.slick-dots li.slick-active {
  background-color: #ed1c24;
}
body #kpage.page03 .ksection .kcontent-3 .kwrap {
  margin-top: 5em;
  padding-top: 3em;
  border-top: 1px solid #000000;
}
body #kpage.page03 .ksection .kcontent-3 .kinfo-row {
  margin-top: 2em;
  padding: 1em 2em;
  text-align: center;
  font-size: 12px;
  color: #000000;
  background-color: #e5e5e5;
}
body #kpage.page03 .ksection .kcontent-3 .kinfo-row a {
  text-decoration: underline;
  color: inherit;
}
body #kpage.page03 .ksection figure {
  margin: 0;
}
body #kpage.page03 img {
  display: block;
  height: auto;
  max-width: 100%;
}
