
.flip-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ktoggle-content .kcontent p a {
    color: white;
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    width: 90%;
    margin-left: auto !important;
}

.minute-box {
    min-height: unset;
    position: absolute;
    bottom: 0;
}

.container.img.awards {
    display: flex;
    justify-content: center;
}

@font-face {
    font-family: 'gotham';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'InterRegular';
    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;
}


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

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

section.ksection {
    position: relative;
    margin: 0 auto;
    padding: 1em;
}

@media (min-width: 1024px) {
    section.ksection {
        padding: 1em 0;
    }
}

section.ksection h1, section.ksection h2, section.ksection h3, section.ksection h4, section.ksection h5, section.ksection h6 {
    line-height: 1;
}

section.ksection h1 {
    color: #003866;
    font-size: 1.778em;
    font-family: 'InterRegular', sans-serif;
    font-weight: 300;
}

section.ksection h2 {
    color: #4F96CC;
    font-size: 1.222em;
    font-family: 'InterRegular', sans-serif;
    font-weight: 300;
}

section.ksection strong {
    color: #003866;
    font-weight: 600;
}

section.ksection p {
    margin: 0;
}
section.ksection .klists-wrapper p {
    min-height: 67px;
}

section.ksection p + p {
    margin-top: 1em;
}

section.ksection .kbutton-wrapper {
    text-align: center;
}

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

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

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

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

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

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

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

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

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.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;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

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

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

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

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

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

.owl-carousel .animated {
    animation-duration: 1s;
    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-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

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

.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: no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

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

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

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

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

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

#kpage {
    font-family: 'gotham', sans-serif;
    font-size: 1.125em;
    line-height: 1.2;
    color: #003866;
    position: relative;
    background-size: 100% auto;
}

#kpage mark {
    color: #003866;
    background-color: transparent;
}

#kpage .khightlight {
    color: #003866;
}

#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;
}

#kpage.page01 .ksection {
    position: relative;
    padding: 0;
    background: url('https://cdn.cigdigital.net/imports/production/cigh_312_viagra_sitepage/img/6d492738adceacb8b8df1e8540021105.png') no-repeat top right;
}

#kpage.page01 .ksection:before, #kpage.page01 .ksection:after {
    content: " ";
    display: table;
}

#kpage.page01 .ksection:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

#kpage.page01 .ksection {
    *zoom: 1;
}

@media (min-width: 768px) {
    #kpage.page01 .ksection {
        background-position: 100% 48.2%;
    }
}

.ul-carousel {
    list-style-position: inside;
    padding-left: 0;
    text-align: center;
}



#kpage.page01 .kcontent {
    margin: 0 auto;
    max-width: 1252px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    font-family: 'InterRegular';
}

#kpage.page01 .kcontent:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    #kpage.page01 .kcontent {
        padding: 0;
    }
}

#kpage.page01 .ktop-banner {
    background: #003866;
    padding: 2em 0;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    #kpage.page01 .ktop-banner {
    background: #003866 url(https://cdn.cigdigital.net/imports/production/cigh_312_viagra_sitepage/img/top_banner.png) no-repeat top right;
    }
}

#kpage.page01 .ktop-banner .kcontent > div {
    margin: 0;
    max-width: 540px;
}

#kpage.page01 .ktop-banner h1 {
    margin: 0 0 .25em 0;
    color: #fff;
    line-height: 0.6;
}

#kpage.page01 .ktop-banner h1 sup {
    top: -6px;
}

#kpage.page01 .ktop-banner h1 span {
    color: #4F96CC;
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1;
}
@media (max-width: 768px) {
    #kpage.page01 .klists-wrapper .margin-top-002-percent {
        margin-top: 1em;
    }
}
@media (min-width: 768px) {
    #kpage.page01 .ktop-banner h1 span {
        margin-bottom: 0;
    }
}
#kpage.page01 .ktop-banner h1 .sildenafil {
    color: #fff;
    display: inline;
}

#kpage.page01 .ktop-banner h3 {
    display: inline-block;
    padding: .25em .5em;
    margin: 0 0 1em 0;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 400;
    background-color: #4F96CC;
}

#kpage.page01 .klatest-learning .kcontent {
    font-size: 1.111em;
}

#kpage.page01 .klatest-learning .kcontent figure {
    margin: 0;
}

#kpage.page01 .klatest-learning .kcontent figure img {
    width: 100%;
}

@media (min-width: 768px) {
    #kpage.page01 .klatest-learning .kcontent > div {
        display: flex;
    }

    #kpage.page01 .klatest-learning .kcontent > div > * {
        width: 50%;
    }
}

#kpage.page01 .klatest-learning .kcontent > div > div {
    padding: 2em;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #003866;
}

#kpage.page01 .klatest-learning .kcontent > div > div strong {
    color: #ffffff;
}

#kpage.page01 .klatest-learning .kcontent > div > div > div {
    width: 100%;
}

@media (min-width: 768px) {
    #kpage.page01 .klatest-learning .kcontent > div > div > div p {
        max-width: 80%;
    }
}
.bar-line__right-text-2 .kbutton{
    margin-top: 0 !important;
}

#kpage.page01 .klatest-learning .kbutton, .bar-line__right-text-2 .kbutton {
    display: inline-block;
    margin-top: 2em;
    border-radius: 2em;
    font-size: 0.700em;
    font-weight: 500;
    padding: 1em 2.5em;
    color: #ffffff;
    text-decoration: none;
    background-color: #7a22ff;
}


.bar-line__right-text-2 .kbutton {
    font-size: 1em;
}


#kpage.page01 .klists-wrapper {
    margin: 2em 0;
}

#kpage.page01 .klists-wrapper h2 {
    margin-bottom: 0;
}

#kpage.page01 .klists-wrapper h3 {
    font-family: 'InterRegular', sans-serif;
    color: #4F96CC;
    font-size: 1.222em;
    font-weight: 300;
    margin-top: 0;
}

#kpage.page01 .klists-wrapper hr {
    margin-bottom: 1em;
}

#kpage.page01 .klists-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}

@media (min-width: 768px) {
    #kpage.page01 .klists-wrapper ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #kpage.page01 .klists-wrapper ul.kcolum-3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

#kpage.page01 .klists-wrapper ul li {
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    #kpage.page01 .klists-wrapper ul.kcolum-3 li {
        margin-bottom: 0;
        width: 32%;
    }
    #kpage.page01 .klists-wrapper ul li {
        margin-bottom: 0;
        width: 49%;
    }
}

#kpage.page01 .klists-wrapper ul li a {
    display: block;
    color: #003866;
    text-decoration: none;
}

#kpage.page01 .klists-wrapper ul li figure {
    margin: 0;
}

#kpage.page01 .klists-wrapper ul li figure figcaption {
    background: transparent;
    height: 190px;
    position: relative;
}

#kpage.page01 .klists-wrapper ul li figure figcaption h4 {
    margin: .75em 0 .75em 0;
    font-size: 1.167em;
    min-height: 35px;
}

#kpage.page01 .klists-wrapper ul li figure figcaption h4 em {
    font-style: inherit;
    font-weight: bold;
    color: #7A22FF;
}

#kpage.page01 .klists-wrapper ul li figure figcaption p span {
    display: inline-block;
    padding: .25em 1em;
    font-size: 0.889em;
    text-align: center;
    color: #ffffff;
    background-color: #4F96CC;
}

#kpage.page01 .klists-wrapper ul li figure figcaption h4 span {
    display: inline-block;
    padding: 0;
    color: #7a22ff;
}

@media (min-width: 768px) {
    #kpage.page01 .klists-wrapper .kcontent-columns {
        display: flex;
    }

    #kpage.page01 .klists-wrapper .kcontent-columns div ul li {
        width: 49%;
    }
    #kpage.page01 .klists-wrapper .kcontent-columns div ul.kcolum-3 li {
        width: 32%;
    }

    #kpage.page01 .klists-wrapper .kcontent-columns div:nth-child(2) {
        margin-left: 1em;
    }

    #kpage.page01 .klists-wrapper .kcontent-columns div:nth-child(2) ul li {
        width: 100%;
    }
}

#kpage.page01 .kadditional-resources {
    color: #ffffff;
    padding: 2em 0;
    background-color: #003866;
}


#kpage.page01 .kadditional-resources p {
    min-height: 0px;
}

#kpage.page01 .kadditional-resources h2 {
    margin: 0;
}

@media (min-width: 768px) {
    #kpage.page01 .kadditional-resources .klist-wrapper {
        display: flex;
    }

    #kpage.page01 .kadditional-resources .klist-wrapper > * + * {
        margin-left: 2em;
    }
}

#kpage.page01 .kadditional-resources .tippy-box {
    background-color: #ffffff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

#kpage.page01 .kadditional-resources .tippy-arrow {
    color: #ffffff;
}

#kpage.page01 .kadditional-resources .tippy-content {
    padding: 0.5em 4em;
}

#kpage.page01 .kadditional-resources ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}

#kpage.page01 .kadditional-resources ul:first-of-type {
    margin-top: 1em;
}


#kpage.page01 .kadditional-resources ul:last-of-type .ul-voluem:before {
    background-image: url('https://cdn.cigdigital.net/images/view/sound_icon.png');
    transform: scale(1.67) translateY(-8px);
}


#kpage.page01 .kadditional-resources ul:last-of-type li:before {
    background-image: url('https://www.pharmacymagazine.co.uk/images/view/311b6ce1e8978d928742c959cd3bc2b7.png');
}


@media (min-width: 768px) {
    #kpage.page01 .kadditional-resources ul {
        margin: 1em 0;
    }
}

#kpage.page01 .kadditional-resources ul li {
    position: relative;
    font-size: 0.889em;
    padding: .5em 0 .5em 2.5em;
}

#kpage.page01 .kadditional-resources ul li:hover {
    text-decoration: underline;
}


#kpage.page01 .kadditional-resources .ul-voluem:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.875em;
    height: 1.875em;
    background: url('https://cdn.cigdigital.net/images/view/sound_icon.png') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}

#kpage.page01 .kadditional-resources ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.875em;
    height: 1.875em;
    background: url('https://www.pharmacymagazine.co.uk/images/view/e48ca0370b7414f0b81012e8a50ab007.png') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}

#kpage.page01 .kadditional-resources ul li strong {
    display: block;
    color: #ffffff;
}

#kpage.page01 .kadditional-resources ul li em {
    font-style: normal;
    color: #7A22FF;
}

#kpage.page01 .knotes {
    font-size: 0.889em;
}

#kpage.page01 .knotes .kcontent {
    margin-top: 1em;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

#kpage.page01 .knotes .kcontent img {
    margin: 1em auto;
}

@media (min-width: 768px) {
    #kpage.page01 .knotes .kcontent {
        text-align: left;
        display: flex;
    }

    #kpage.page01 .knotes .kcontent img {
        margin: 0 auto;
    }

    #kpage.page01 .knotes .kcontent > p {
        width: 82%;
        font-size: 1.3em;
    }
}

#kpage.page01 .ktoggle-opener.kactive:after {
    content: '-';
}

#kpage.page01 .ktoggle-content {
    display: none;
    padding: 2em 0;
}

#kpage.page01 .ktoggle-content p {
    margin: 0;
}

#kpage.page01 .ktoggle-content p strong {
    color: inherit;
}

#kpage.page01 hr {
    display: block;
    margin: 2em auto;
    max-width: 1252px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    width: 100%;
    height: 2px;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0IDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQgMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzAwMzg2Njt9DQo8L3N0eWxlPg0KPHRpdGxlPkFzc2V0IDE8L3RpdGxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMWMwLTAuNiwwLjQtMSwxLTFsMCwwYzAuNiwwLDEsMC40LDEsMWwwLDBjMCwwLjYtMC40LDEtMSwxbDAsMEMwLjQsMiwwLDEuNiwwLDF6Ii8+DQo8L3N2Zz4NCg==");
}

#kpage.page01 hr:after {
    content: " ";
    display: block;
    clear: both;
}

#kpage.page01 .kbanner {
    margin: 1em auto;
}

#kpage.page01 .kbanner .kcontent {
    padding: 0;
}

#kpage.page01 .kbanner .kcontent h2 {
    margin-left: 1em;
}

@media (min-width: 768px) {
    #kpage.page01 .kbanner .kcontent h2 {
        margin-left: 0;
    }
}

#kpage.page01 .kbanner img {
    margin: 0 auto;
}

#kpage.page01 .kfooter {
    background-color: #4F96CC;
    color: #ffffff;
    font-size: 0.722em;
    padding: 3em 1em;
}

#kpage.page01 .kfooter img {
    margin: 0 auto;
}

#kpage.page01 .kfooter .kcontent {
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 640px) {
    #kpage.page01 .kfooter .kcontent {
        display: flex;
    }

    #kpage.page01 .kfooter .kcontent .kfooter-content {
        width: 82%;
    }
}

#kpage.page01 .kfooter .kbutton {
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: .5em;
    text-align: center;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: inherit;
    margin-top: 1em;
}

@media (min-width: 640px) {
    #kpage.page01 .kfooter .kbutton {
        margin-top: 0;
    }
}

#kpage.page01 .kfooter .kbutton:after {
    content: '+';
    display: inline-block;
    margin-left: .5em;
    vertical-align: middle;
}

#kpage.page01 .kfooter .kbutton.kactive:after {
    content: '-';
}

#kpage.page01 .kfooter .kfooter-content p {
    margin: 0;
    line-height: 1;
}

#kpage.page01 .kfooter .kfooter-content p + p {
    margin-top: .75em;
}

#kpage.page01 .kfooter .kfooter-content p:last-of-type {
    font-size: 1em;
}

#kpage.page01 .kfooter-two {
    margin: 0;
    padding: 2em 1em;
    background: #E5E5E5;
}

#kpage.page01 .kfooter-two:before, #kpage.page01 .kfooter-two:after {
    content: " ";
    display: table;
}

#kpage.page01 .kfooter-two:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

#kpage.page01 .kfooter-two {
    *zoom: 1;
}

#kpage.page01 .kfooter-two img {
    float: none !important;
}

#kpage.page01 .kfooter-two a {
    color: #703E97;
    font-size: 1em !important;
    position: absolute;
    margin-left: 7em;
    text-decoration: underline;
    display: block;
}

#kpage.page01 img {
    display: block;
    max-width: 100%;
}

li.ktooltip a {
    color: #fff;
}

@font-face {
    font-family: 'Inter';
    src: url("https://cdn.cigdigital.net/fonts/Inter-Regular.ttf") format("truetype");
    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;
}

section.ksection {
    position: relative;
    margin: 0 auto;
    padding: 1em;
}

@media (min-width: 1024px) {
    section.ksection {
        padding: 1em 0;
        min-height: 100vh;
    }
}

section.ksection h1, section.ksection h2, section.ksection h3, section.ksection h4, section.ksection h5, section.ksection h6 {
    line-height: 1;
}

section.ksection p {
    margin: 0;
}

section.ksection p + p {
    margin-top: 1em;
}

section.ksection .kbutton-wrapper {
    text-align: center;
}

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .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-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

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

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

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

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

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

#kpage {
    font-family: 'Inter', sans-serif;
    font-size: 1.1em;
    line-height: 1.2;
    color: #000000;
    position: relative;
    background-size: 100% auto;
}

#kpage mark {
    color: #F1CB14;
    background-color: transparent;
}

#kpage .khightlight {
    color: #703E97;
}

#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;
}

#kpage.page01 .ksection {
    position: relative;
    padding: 0;
}

#kpage.page01 .ksection:before, #kpage.page01 .ksection:after {
    content: " ";
    display: table;
}

#kpage.page01 .ksection:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

#kpage.page01 .ksection {
    *zoom: 1;
}

@media (min-width: 1250px) {
    #kpage.page01 .ksection {
        padding: 0;
    }
}

#kpage.page01 .kcontent {
    max-width: 1252px;
    margin-left: auto;
    margin-right: auto;
}

#kpage.page01 .kcontent:after {
    content: " ";
    display: block;
    clear: both;
}


#kpage.page01 .kintro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #ffffff;
    background: #2e2871;
    background: linear-gradient(90deg, #2e2871 0%, #9f6599 90%);
}

@media (min-width: 768px) {
    #kpage.page01 .kintro {
        background: linear-gradient(90deg, #2e2871 0%, #9f6599 65%, #efd796 100%);
    }
}

#kpage.page01 .kintro .klogo-wrapper {
    padding: 3em 0 2em 0;
}

#kpage.page01 .kintro .ktext {
    padding: 1em;
}

@media (min-width: 1024px) {
    #kpage.page01 .kintro .ktext {
        padding: 1em 2em 1.5em 2em;
        max-width: 51%;
    }
}

#kpage.page01 .kintro .kimage {
    display: none;
}

@media (min-width: 768px) {
    #kpage.page01 .kintro .kimage {
        display: block;
    }
}

#kpage.page01 .kintro h1,
#kpage.page01 .kintro h2 {
    margin: 0;
}

#kpage.page01 .kintro h1 {
    font-weight: 100;
    margin-bottom: .25em;
    font-size: 2.556em;
}

#kpage.page01 .kintro h2 {
    font-weight: 400;
    color: #F1CB14;
    font-size: 1.222em;
    margin-bottom: 1em;
}

#kpage.page01 .kcolumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#kpage.page01 .kcolumn.kcolumn-3 > * {
    width: 100%;
}

@media (min-width: 768px) {
    #kpage.page01 .kcolumn.kcolumn-3 > * {
        width: 27%;
    }
}

#kpage.page01 .ktext {
    padding-left: 1.25em;
    padding-right: 1.25em;
}

#kpage.page01 .kintro-wrapper {
    padding: 3em 1em 1em 1em;
    background: white;
    background: linear-gradient(0deg, #ffffff 0%, #c4b7d8 100%);
}

@media (min-width: 768px) {
    #kpage.page01 .kintro-wrapper {
        padding: 3em 2em 1em 2em;
    }
}

#kpage.page01 .kintro-wrapper .ktext {
    padding-left: 0;
    padding-right: 0;
}

#kpage.page01 .kintro-wrapper h3 {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.5em;
    color: #2A276E;
}

#kpage.page01 .kintro-wrapper .kitems-wrapper {
    margin: 2em 0;
}

#kpage.page01 .kintro-wrapper figure {
    margin: 0 0 2em 0;
    text-align: center;
}

@media (min-width: 768px) {
    #kpage.page01 .kintro-wrapper figure {
        margin: 0 2em;
    }
}

#kpage.page01 .kintro-wrapper figure img {
    margin: 0 auto;
}

#kpage.page01 .kintro-wrapper figure h3 {
    margin-top: 1em;
    font-size: 1.125em;
    color: #000000;
    font-weight: 600;
}

#kpage.page01 .kintro-wrapper figure em {
    font-style: normal;
    font-weight: 600;
    color: #2A276E;
}

#kpage.page01 .ktherapy-wrapper {
    margin-top: 2em;
}

#kpage.page01 .ktherapy-wrapper h4 {
    font-size: 0.767em;
    padding: 1em;
    position: relative;
    color: #ffffff;
    background-color: #2A276E;
    width: 100%;
    max-width: 16rem;
}

#kpage.page01 .ktherapy-wrapper h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2.167em;
    height: 2.167em;
    margin-right: .5em;
    background: url(https://cdn.cigdigital.net/imports/production/ViatrisPharmacistSupportPageUpdate2022V9/img/icon-1.png) no-repeat center center;
    background-size: contain;
}

#kpage.page01 .ktherapy-wrapper h4:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background-color: #2A276E;
}

#kpage.page01 .ktherapy-wrapper .kitems-wrapper {
    padding: 1em;
}

@media (min-width: 640px) {
    #kpage.page01 .ktherapy-wrapper .kitems-wrapper {
        display: flex;
        justify-content: space-between;
    }

    #kpage.page01 .ktherapy-wrapper .kitems-wrapper > * {
        width: 49%;
    }
}

#kpage.page01 .ktherapy-wrapper .kitems-wrapper figure {
    position: relative;
    margin: 0 0 3em 0;
}

@media (min-width: 640px) {
    #kpage.page01 .ktherapy-wrapper .kitems-wrapper figure {
        margin: 0;
    }
}

#kpage.page01 .ktherapy-wrapper .kitems-wrapper figure img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#kpage.page01 .ktherapy-wrapper .kitems-wrapper figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#kpage.page01 .ktherapy-wrapper .kitems-wrapper h3 {
    font-weight: 400;
    font-size: 1.333em;
    color: #703E97;
}

#kpage.page01 .ktherapy-wrapper .kitems-wrapper small {
    font-size: 0.667em;
    color: #703E97;
}

#kpage.page01 .kskills-wrapper {
    margin-top: 2em;
}

#kpage.page01 .kskills-wrapper h4 {
    font-size: 0.767em;
    padding: 1em;
    position: relative;
    color: #000000;
    background-color: #F1CB14;
    width: 100%;
    max-width: 16rem;
}

#kpage.page01 .kskills-wrapper h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2.167em;
    height: 2.167em;
    margin-right: .5em;
    background: url(https://cdn.cigdigital.net/imports/production/ViatrisPharmacistSupportPageUpdate2022V9/img/icon-2.png) no-repeat center center;
    background-size: contain;
}

#kpage.page01 .kskills-wrapper h4:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background-color: #F1CB14;
}

#kpage.page01 .kskills-wrapper h3 {
    font-weight: 400;
    font-size: 1.333em;
    color: #703E97;
    margin-left: .75em;
}

#kpage.page01 .kskills-wrapper .kbox-wrapper {
    padding: 1em;
}

@media (min-width: 768px) {
    #kpage.page01 .kskills-wrapper .kbox-wrapper {
        display: flex;
    }

    #kpage.page01 .kskills-wrapper .kbox-wrapper > * {
        width: 50%;
    }
}

#kpage.page01 .kskills-wrapper .kbox-wrapper p {
    font-weight: 400;
}

#kpage.page01 .kskills-wrapper .kbox-wrapper p.kstyled {
    font-size: 1.2em;
}

#kpage.page01 .kskills-wrapper .kbox-wrapper > div + div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 2em 4em;
    background-color: #F1CB14;
}

#kpage.page01 .kskills-wrapper .kbox-wrapper figure {
    position: relative;
    margin: 0;
}

#kpage.page01 .kskills-wrapper .kbox-wrapper figure img {
    display: block;
    max-width: 100%;
    width: 100%;
}

#kpage.page01 .kskills-wrapper .kbox-wrapper mark {
    color: #703E97;
}

#kpage.page01 .kskills-wrapper .kbox-wrapper .kbutton {
    position: relative;
    margin-top: 1em;
    text-decoration: none;
    display: inline-block;
    padding: 1em;
    color: #703E97;
    border-radius: 2px;
    border: 1px solid #703E97;
}

#kpage.page01 .kskills-wrapper .kbox-wrapper .kbutton:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    width: 23px;
    height: 13px;
    background: url(https://cdn.cigdigital.net/imports/production/ViatrisPharmacistSupportPageUpdate2022V9/img/icon-arrow.png) no-repeat center center;
}

#kpage.page01 .kskills-wrapper .kitems-wrapper {
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#kpage.page01 .kskills-wrapper .kitems-wrapper > * {
    width: 49%;
}

@media (min-width: 640px) {
    #kpage.page01 .kskills-wrapper .kitems-wrapper > * {
        width: 23%;
    }
}

#kpage.page01 .kskills-wrapper .kitems-wrapper figure {
    font-size: 0.875em;
    position: relative;
    margin: 0 0 1em 0;
}

@media (min-width: 640px) {
    #kpage.page01 .kskills-wrapper .kitems-wrapper figure {
        margin: 0;
    }
}

#kpage.page01 .kskills-wrapper .kitems-wrapper figure img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#kpage.page01 .kskills-wrapper .kitems-wrapper figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#kpage.page01 .kskills-wrapper .kitems-wrapper .kstyled {
    min-height: 5.2em;
}

#kpage.page01 .kskills-wrapper .kitems-wrapper h3 {
    font-weight: 400;
    font-size: 1.35em;
    color: #703E97;
    margin-left: 0;
    min-height: 2.2em;
}

#kpage.page01 .kskills-wrapper .kitems-wrapper small {
    font-size: 0.9em;
    color: #703E97;
}

#kpage.page01 .kadditional-wrapper {
    margin-top: 2em;
}

#kpage.page01 .kadditional-wrapper > div:first-of-type {
    padding-left: 1em;
    margin-bottom: 1em;
}

#kpage.page01 .kadditional-wrapper h3 {
    font-weight: 400;
    font-size: 1.333em;
    color: #703E97;
    margin: 0 0 .25em 0;
}

#kpage.page01 .kadditional-wrapper .kbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

#kpage.page01 .kadditional-wrapper .kbox {
    padding: 1em;
}

#kpage.page01 .kadditional-wrapper .kbox h4 {
    font-size: 0.6em;
    padding: 1em;
    position: relative;
    color: #ffffff;
    background-color: #703E97;
    width: 100%;
    max-width: 19rem;
    margin-bottom: 2em;
}

#kpage.page01 .kadditional-wrapper .kbox h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2.167em;
    height: 2.167em;
    margin-right: .5em;
    background: url(https://cdn.cigdigital.net/imports/production/ViatrisPharmacistSupportPageUpdate2022V9/img/icon-3.png) no-repeat center center;
    background-size: contain;
}

#kpage.page01 .kadditional-wrapper .kbox h4:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background-color: #703E97;
}

#kpage.page01 .kadditional-wrapper .kbox > div {
    display: flex;
    flex-wrap: wrap;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-1 {
    justify-content: space-between;
}

@media (min-width: 1024px) {
    #kpage.page01 .kadditional-wrapper .kbox.kbox-1 {
        width: 66%;
    }
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-1 > div > * {
    width: 100%;
    margin-bottom: 1em;
}

@media (min-width: 640px) {
    #kpage.page01 .kadditional-wrapper .kbox.kbox-1 > div > * {
        width: 50%;
        margin-bottom: 0;
    }
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-1 figure {
    text-align: left;
    margin-bottom: 1em;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-1 figcaption,
#kpage.page01 .kadditional-wrapper .kbox.kbox-1 img {
    display: inline-block;
    vertical-align: middle;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-1 figcaption {
    margin-left: 1em;
}

@media (min-width: 1024px) {
    #kpage.page01 .kadditional-wrapper .kbox.kbox-2 {
        width: 33%;
    }
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-2 h4 {
    max-width: 100%;
    background-color: #2A276E;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-2 h4:before {
    background: url(https://cdn.cigdigital.net/imports/production/ViatrisPharmacistSupportPageUpdate2022V9/img/icon-1.png) no-repeat center center;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-2 h4:after {
    content: none;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-2 > div > * {
    width: 100%;
    margin-bottom: 1em;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-2 figure {
    text-align: left;
    margin-bottom: 1em;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-2 figcaption,
#kpage.page01 .kadditional-wrapper .kbox.kbox-2 img {
    display: inline-block;
    vertical-align: middle;
}

#kpage.page01 .kadditional-wrapper .kbox.kbox-2 figcaption {
    margin-left: 1em;
}

#kpage.page01 .kadditional-wrapper .kbox figure {
    position: relative;
    margin: 0;
    font-size: 0.778em;
    font-weight: 600;
    text-align: center;
}

#kpage.page01 .kadditional-wrapper .kbox figure:hover figcaption {
    text-decoration: underline;
}

#kpage.page01 .kadditional-wrapper .kbox figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#kpage.page01 .kadditional-wrapper .kbox figure img {
    display: block;
    max-width: 100%;
}

#kpage.page01 .kadditional-wrapper .kbox figure figcaption {
    margin-top: .5em;
}

#kpage.page01 .kadditional-wrapper .kbox figure figcaption span {
    display: block;
    font-weight: 400;
}

#kpage.page01 .kadditional-wrapper .kbox mark {
    color: #703E97;
}

#kpage.page01 .kadditional-wrapper .kitems-wrapper {
    padding: 1em;
    display: flex;
    justify-content: space-between;
}

#kpage.page01 .kadditional-wrapper .kitems-wrapper > * {
    width: 23%;
}

#kpage.page01 .kadditional-wrapper .kitems-wrapper figure {
    font-size: 0.778em;
    position: relative;
    margin: 0;
}

#kpage.page01 .kadditional-wrapper .kitems-wrapper figure img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#kpage.page01 .kadditional-wrapper .kitems-wrapper figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#kpage.page01 .kadditional-wrapper .kitems-wrapper h3 {
    font-weight: 400;
    font-size: 1.429em;
    color: #703E97;
    margin-left: 0;
}

#kpage.page01 .kadditional-wrapper .kitems-wrapper small {
    font-size: 0.857em;
    color: #703E97;
}

#kpage.page01 .kbanners-wrapper h3 {
    font-weight: 400;
    font-size: 1.333em;
    color: #703E97;
    margin-left: .5em;
}

@media (min-width: 768px) {
    #kpage.page01 .kbanners-wrapper h3 {
        margin-left: 0;
    }
}

#kpage.page01 .kbanners-wrapper .kbanner {
    margin-bottom: 1.5em;
}

#kpage.page01 .kfooter-logo {
    background-color: #E5E5E5;
    padding: 1em;
    font-weight: 400;
    font-size: 0.556em;
}

#kpage.page01 .kfooter-logo img {
    margin: 1em 0 2em 0;
    display: block;
    max-width: 100%;
}

#kpage.page01 .kfooter-logo a {
    color: #703E97;
    font-size: 1.4em;
    position: absolute;
    left: 7em;
    bottom: -.5em;
}

#kpage.page01 .kfooter-logo div {
    position: relative;
}


#kpage.page01 .kbanners-wrapper {
    overflow: hidden;
    margin-bottom: 5%;
}

#kpage.page01 .kslider-wrapper {
    position: relative;
    margin: 0 auto 6em auto;
}

#kpage.page01 .kslider-wrapper:before, #kpage.page01 .kslider-wrapper:after {
    content: " ";
    display: table;
}

#kpage.page01 .kslider-wrapper:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

#kpage.page01 .kslider-wrapper {
    *zoom: 1;
}

#kpage.page01 .kslider-wrapper .owl-item {
    float: left;
}



#kpage.page01 .kslider-wrapper .kitem img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

#kpage.page01 .kslider-wrapper .owl-nav {
    display: none;
}



#kpage.page01 .kslider-wrapper .owl-dots.disabled {
    display: none;
}

#kpage.page01 .kslider-wrapper .owl-dots button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    padding: 0;
    border: 0;
    background: none;
    line-height: 1;
    overflow: hidden;
}

#kpage.page01 .kslider-wrapper .owl-dots button span {
    display: block;
    background: rgba(79, 150, 204, 0.3);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 1;
    overflow: hidden;
}

#kpage.page01 .kslider-wrapper .owl-dots button.active span {
    background: rgba(79, 150, 204, 1);
}

#kpage.page01 img {
    display: block;
    max-width: 100%;
}

.tippy-arrow,
.tippy-box {
    background: #E5E6E7;
}

.tippy-box[data-placement^='right'] {
    margin-left: -2em;
}

.tippy-content {
    padding: 1em !important;
}

@media (min-width: 1024px) {
    .tippy-content {
        padding: 1em 7em !important;
    }
}

.tippy-content img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.tippy-box[data-placement^='top'] > .tippy-arrow:before {
    border-top-color: #E5E6E7;
}

.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
    border-bottom-color: #E5E6E7;
}

.tippy-box[data-placement^='left'] > .tippy-arrow:before {
    border-left-color: #E5E6E7;
}

.tippy-box[data-placement^='right'] > .tippy-arrow:before {
    border-right-color: #E5E6E7;
}

h3 {
    margin-top: 1em;
}

h1, h2, h3, p {
    font-family: 'Inter', sans-serif !important;
}

div.kitems-wrapper > figure > figcaption > h3,
div.kitems-wrapper > figure > figcaption > h3 {
    margin-top: 1em;
}



.bar-line__left {
    flex: 0.7;
}

.bar-line__right {
    position: relative;
    justify-content: center;
    display: flex;
    flex-flow: column;
    flex: 1;
    margin-top: 1.4%;
    margin-right: 3.5%;
}

.kslider-style {
    border-radius: 59px;
    background-color: #f2f5f7;
}

.bar-line__right-text-2.color {
    color: #036;
    text-align: center;
}

.bar-line__right-text-2 {
    justify-content: space-between;
    display: flex;
    flex-flow: column;
    align-items: center;
}


.bar-line__right-text {
    text-align: center;
    position: relative;
}


.bar-line__right-text strong, .uppercase {
      font-size: 20px;

}

.viac {
    font-size: 0.8em;
    color: #036;
    position: absolute;

}

.reference-banner {
    text-align: right;
    font-size: 0.8em;
    margin-right: 1%;
    margin-top: 7em;
    color: #036;
}

#kpage .color-style {
    color: #fff;
}
#kpage h1.color-style {
    color: #003866;
}
.sildenafil {
    font-size: 20px;
    font-family: 'Inter', sans-serif !important;
}

.mvp-awards {
    font-size: 16px;
    color: #4F96CC;
}

.text-align-center {
    text-align: center;
}

.margin-top-3-percent {
    margin-top: 3% !important;
}

.margin-top-1-5-percent {
    margin-top: 1.5% !important;
}

.margin-bottom-1-5-percent {
    margin-bottom: 1.5% !important;
}


.min-height-0 {
    min-height: 0 !important;
}


.text-align-left {
    text-align: left;
}

.new-color {
    /*color: #63f;*/
    color: #7e21ff;
    font-weight: bold;
}

.viac-viatrins {
    font-size: 12px;
    margin-bottom: 46px;
}

.margin-bottom-3-percent {
    margin-bottom: 3%;
}

.margin-bottom-2_5-percent-important {
    margin-bottom: 2.5% !important;
}


.margin-bottom-2-percent {
    margin-bottom: 2% !important;
}



.disabled {
    pointer-events: none;
    cursor: default;
}



.margin-right-25-percent {
    margin-right: 25%
}

.awards-img-mobile {
    justify-content: center;
}

.bar-line {
    display: flex;
}

#kpage.page01 .kslider-wrapper .kitem {
    margin: 0;
}

@media only screen and (max-width: 991px) {

    .max-width-50-percent {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }
    .max-width-50-percent img {
        width: 60%;
    }

    .awards-mob img {
        height: 93px !important;
    }

    .container.img.awards {
        display: flex;
        justify-content: center;
    }

    .bar-line {
        flex-flow: column;
    }

    .bar-line img {
        width: 65%;
        height: 65%;
    }


    .owl-stage {
        display: flex;
    }

    .owl-item.active {
        display: flex;
    }

    #kpage.page01 .kslider-wrapper .kitem {
        display: flex;
        padding: 1em 0 2.4em 0;

    }

    .bar-line__left {
        justify-content: center;
        display: flex;
    }

    #kpage.page01 .kslider-wrapper .kitem img {
        height: 100%;
        object-fit: contain;
    }

    .bar-line__right {
        margin-left: 3.5%;
    }

    .reference-banner {
        min-height: 150px;
    }

    .viac {
        right: 5%;
        bottom: -4%;
    }

}


@media only screen and (min-width: 992px) {

    .slider-1-span-computer{
        display: inline-block;
        max-width: 640px;
    }

    .reference-banner {
        min-height: 75px;
    }


    .viac {
        right: 6px;
        bottom: 19px;
    }

    .max-width-40-percent {
        max-width: 40%;
    }

    .max-width-50-percent {
        max-width: 50%;
        display: flex;
        justify-content: space-between;
        gap: 2em;
    }
    .max-width-50-percent img {
        width: calc(50% - 1em);
        object-fit: contain;
    }

    .container.img.awards img {
        height: 117px !important;
    }

    .margin-top-minus-42-px-computer {
        margin-top: -42px!important;
    }
    .display-block {
        display: block;
    }
}



#mobile-bottom-sheet {
    pointer-events: none;
}


#kpage.page01 .kslider-wrapper .owl-dots {
    position: absolute;
    bottom: -5em;
    padding: 1em 0;
    width: 100%;
    text-align: center;
}


#kpage.page01 .ksection .ktop-banner h1 {
    font-size: 2.5em;
    font-family: 'Termina Regular', 'Inter', sans-serif !important;
}

#kpage.page01 .ksection .ktop-banner p {
    font-size: 16px;
}
#kpage.page01 .ksection .ktop-banner p strong {
  color: #4f96cc;
  font-size: 16px;
}

.kcontainer {
    border-radius: 40px;
    color: white;
    position: relative;
    overflow: hidden;
    background: #f2f5f7;
}
.kheader {
    padding: 30px 20px 50px 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    text-align: center;
    background: rgb(81,171,236);
    background: linear-gradient(114deg, rgba(81,171,236,1) 0%, rgba(57,86,158,1) 73%, rgba(40,23,100,1) 96%);
}
#kpage.page01 .kslider-wrapper .kitem .kheader .kimage img {
    width: auto;
    max-width: 254px;
    margin-bottom: 2em;
}
.kheader h4 {
    font-size: 1.8em;
    margin: 0 auto;
    max-width: 760px;
    line-height: 1.3 !important;
}
.kcontent-text {
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 5em 2em 0 2em;
}
.kcontent-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f5f7;
}
.kcontent-text::after {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 100%;

    clip-path: ellipse(190% 123% at 50% 125%);
    background: #f2f5f7;
}
.kcontent-text .ktext {
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
    flex: 1;
    z-index: 1;
    text-align: center;
    max-width: 840px;
}
.kcontent-text .ktext .kdesk-text {
    font-size: 10px;
    padding-top: 2.5em;
}
.kcontent-text .ktext .kdesk-text small {
    font-size: 10px;
}
#kpage.page01 .kslider-wrapper .kitem p.kdesk-text a {
    text-decoration: underline;
    font-size: 10px;
}
.kcontent-text .ktext p {
    font-size: 18px;
    margin: 0;
    color: #003866;
    text-align: center;
}
.kcontent-text .ktext a {
    font-size: 18px;
    margin: 0;
    color: #003866;
    text-align: center;
    text-decoration: underline;
}
.kcontent-text .kimage {
    position: relative;
    margin-top: -3.5em;
    z-index: 1;
}
#kpage.page01 .kslider-wrapper .kitem .kcontent-text .kimage img {
    display: none;
    width: 100%;
    max-width: 267px;
}

    @media (min-width: 768px) {
        #kpage.page01 .kslider-wrapper .kitem .kheader .kimage img {
            margin-bottom: 0;
        }
        .kheader,
        .kcontent-text {
            display: flex;
        }
        #kpage.page01 .kslider-wrapper .kitem .kcontent-text .kimage img {
            display: block;
        }
        .kheader .kimage,
        .kcontent-text .kimage {
            width: 29%;
        }
        .kcontent-text {
            padding: 0 2em 0 2em;
        }
    }
.kcontent-text .ktext a.klearn-more {
    font-size: 18px !important;
    display: inline-block;
    margin: 2em auto 0 auto;
    border-radius: 2em;
    font-size: 0.700em;
    font-weight: 500;
    padding: 1em 2.5em;
    color: #ffffff;
    text-decoration: none;
    background-color: #7a22ff;
}
