body {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.6em;
	color: #333333;
	overflow-x: hidden;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

img {
	max-width: 100%;
	height: auto;
}

sup {
	position: relative;
	font-size: 0.5em;
	line-height: 0.5em;
	vertical-align: baseline;
	top: -0.9em;
}

a.lightblue {
	text-decoration: none;
	color: #1282c5;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: 1px solid #1282c5;
}

ul.ulcheck {
	list-style-image: url('../../../uploads/2021/04/check.png');
	margin-left: 0px;
	padding-left: 0px;
	font-size: 17px;
}

ul.ulcheck li {
	margin-bottom: 8px;
}

.short-textblock {
	max-width: 850px;
	margin: auto;
}

blockquote, span.blockquote {
	float: right;
	max-width: 280px;
	border-left: 8px solid #e5f6ff;
	margin-right: 0px;
	margin-left: 60px;
	font-size: 16px;
	line-height: 23px;
}

.greenUndeline {
	position: relative;
	display: inline-block;
	padding-bottom: 14px;
}

.greenUndeline:after {
	position: absolute;
	content: "";
	width: 400px;
	max-width: 90vw;
	border-bottom: 2px solid #77c099;
	bottom: 6px;
	left: 0px;
}

.navbar-collapse {
	overflow-y: hidden;
	overflow-x: hidden;
}

#content {
	position: relative;
	max-width: 100vw;
}

.bubble {
	position: absolute;
	left: -550px;
	top: 0px;
	background-image: url('../../../uploads/2021/04/bubbles.png');
	height: 500px;
	width: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.bubble.v2 {
	position: absolute;
	left: unset;
	right: -650px;
	top: 0px;
	background-image: url('../../../uploads/2021/04/bubbles.png');
	height: 600px;
	width: 600px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

@media (max-width: 991px) {
	.bubble {
		display: none;
	}
	ul.ulcheck {
		margin-left: 20px;
	}
}

figcaption, .figcaption {
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	color: #666;
}

/***** HEADER / FOOTER *****/

.theHeader {
	padding-top: 10px;
}

.theHeader .lang {
	font-size: 13px;
	color: #999;
	margin-bottom: 20px
}

.theHeader .contact {
	font-size: 13px;
	color: #999;
	margin-bottom: 20px
}

.theHeader .contact a {
	color: #008840;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	font-weight: 700;
}

.theHeader .contact a:nth-child(3) {
	color: #1282c5;
	text-decoration: underline;
}

.theHeader .container {
	position: relative;
}

.theHeader .divLogo {
	text-align: center;
	font-size: 18px;
	color: #727272;
	padding: 20px 0px 30px 0px
}

.theHeader .divLogo img {
	width: 270px;
	left: 15px;
	top: 40px;
}

.theHeader .colors-top {
	display: flex;
	margin-top: 15px;
}

.theHeader .colors-top>div {
	height: 6px;
	width: 20%;
}

.theHeader .colors-top>div:nth-child(1) {
	background-color: #00517e;
}

.theHeader .colors-top>div:nth-child(2) {
	background-color: #f58220;
}

.theHeader .colors-top>div:nth-child(3) {
	background-color: #00a4ff;
}

.theHeader .colors-top>div:nth-child(4) {
	background-color: #8eb8ae;
}

.theHeader .colors-top>div:nth-child(5) {
	background-color: #727272;
}

.theFooter {
	margin-top: 80px;
}

.theFooter .green {
	background-color: #008840;
}

.theFooter .green .container {
	position: relative;
}

.theFooter .green .container .text {
	color: #fff;
	padding: 50px 0px 50px 0px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

.theFooter .image {
	position: absolute;
	left: -20px;
	top: -60px;
	bottom: 10px;
	height: 210px;
}

.theFooter .contact-info {
	display: flex;
}

.theFooter .contact-info>div {
	width: 25%;
	border-left: 1px solid #ddd;
	padding: 20px 10px 5px 10px;
	font-size: 12px;
	line-height: 13px;
}

.theFooter .contact-info>div:first-child {
	border: none;
	padding-top: 5px;
}

.theFooter .contact-info>div img {
	margin: 0px 5px;
}

.theFooter .rights {
	font-size: 12px;
	color: #727272;
	line-height: 14px;
	padding: 30px 0px 30px 0px;
}

@media (max-width: 1359px) {}

@media (max-width: 1200px) {
	.theHeader .divLogo {
		position: relative;
		left: unset;
		bottom: unset;
		text-align: center;
		width: 100%
	}
	.theHeader .row-top>div {
		text-align: center;
	}
	.theFooter .green .container .text {
		color: #fff;
		padding: 70px 140px 70px 140px;
		font-size: 19px;
		font-weight: 700;
		text-align: center;
	}
	.theFooter .contact-info .phone span {
		display: inline-block;
		white-space: nowrap;
		margin-bottom: 5px;
	}
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.theFooter .green .container .text {
		color: #fff;
		padding: 90px 80px 60px 80px;
		font-size: 19px;
		font-weight: 700;
		text-align: center;
	}
	.theFooter .contact-info {
		flex-wrap: wrap;
	}
	.theFooter .contact-info>div {
		width: 50%;
	}
}

/***** MENU/NAVIGATION *****/

.theHeader .navbar-default .navbar-nav a {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	font-size: 15px
}

.theHeader .navbar-default .navbar-nav>.active>a, .theHeader .navbar-default .navbar-nav>.open>a {
	background-image: none;
	box-shadow: none;
	background-color: transparent;
	color: #008840;
}

.theHeader .navbar-default .navbar-nav>.active>a:before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	border-bottom: 3px solid #008840;
	bottom: 4px;
}

.theHeader .navbar {
	margin-bottom: 0px;
}

.theHeader .navbar-default {
	background-image: none;
	box-shadow: none;
	background-color: transparent;
	border: none
}

.theHeader #menu-primary-menu {
	margin-right: -30px
}

@media (max-width: 1359px) {
	.theHeader .navbar-default .navbar-nav a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1200px) {
	.theHeader .navbar-default .navbar-nav {
		text-align: center;
	}
	.theHeader .navbar-right {
		float: none !important;
		margin-top: 20px;
	}
	.theHeader .navbar-default .navbar-nav a {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 991px) {
	.theHeader #menu-primary-menu {
		margin-right: -15px
	}
}

@media (max-width: 767px) {}

/***** WPBAKERY *****/

.wpb-pagebanner {
	background-position: 50% 50%;
	background-size: cover;
	padding: 70px 0px 40px 0px;
}

.wpb-pagebanner .container {
	position: relative
}

.wpb_bigmenu {
	background-color: #0082ca;
	margin-bottom: 50px;
}

.wpb_bigmenu .container>div {
	display: flex;
}

.wpb_bigmenu .container>div>a {
	width: 20%;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	background-position: 50% 50%;
	transition: 0.1s;
	background-repeat: no-repeat;
}

.wpb_bigmenu .container>div>a:nth-child(1) {
	background-image: url(../../../uploads/2021/04/self-catherization.jpg);
	background-color: #00517e;
}

.wpb_bigmenu .container>div>a:nth-child(2) {
	background-image: url(../../../uploads/2021/04/choosing.lubricant.jpg);
	background-color: #f68121;
}

.wpb_bigmenu .container>div>a:nth-child(3) {
	background-image: url(../../../uploads/2021/04/product.information.jpg);
	background-color: #00a3fe;
}

.wpb_bigmenu .container>div>a:nth-child(4) {
	background-image: url(../../../uploads/2021/04/instructions.for_.use_.jpg);
	background-color: #008840;
}

.wpb_bigmenu .container>div>a:nth-child(5) {
	background-image: url(../../../uploads/2021/04/faqs.jpg);
	background-color: #727272;
}

.wpb_bigmenu .container>div>a:hover {
	transform: scale(1.2, 1.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7)
}

@media (max-width: 1200px) {
	.wpb_bigmenu .container>div>a {
		font-size: 15px
	}
}

@media (max-width: 767px) {
	.wpb_bigmenu .container>div {
		flex-wrap: wrap;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.wpb_bigmenu .container>div>a {
		width: 100%;
		font-size: 19px
	}
}

/***** PAGES *****/

/***** ANIMATIONS *****/

.animationRun {
	animation-play-state: running !important;
}

.animationHighlight {
	background-size: 400% 400%;
	background-image: linear-gradient(to left, #fff 0%, #fff 50%, #e5f0c3 50%, #e5f0c3 100%);
	animation: animationHighlightFrames 2s ease;
	animation-play-state: paused;
}

@keyframes animationHighlightFrames {
	0% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.animationTextIn {
	animation: animationTextInFrames 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation-play-state: paused;
}

@keyframes animationTextInFrames {
	0% {
		letter-spacing: 1em;
		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		letter-spacing: normal;
		opacity: 1;
	}
}

.animationFocusIn {
	animation: animationFocusInFrames 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation-play-state: paused;
}

@keyframes animationFocusInFrames {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

.animationSlideInRight {
	animation: animationSlideInRightFrames 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-play-state: paused;
}

@keyframes animationSlideInRightFrames {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.animationSlideInLeft {
	animation: animationSlideInRightFrames 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-play-state: paused;
}

@keyframes animationSlideInRightFrames {
	0% {
		-webkit-transform: translateX(-500px);
		transform: translateX(-500px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.animationFadeIn {
	animation: animationFadeInFrames 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation-play-state: paused;
	animation-delay: 0.6s;
}

@keyframes animationFadeInFrames {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animationHeartBeat {
	animation: animationHeartBeatFrames 0.4s both;
	animation-play-state: paused;
	animation-delay: 0.6s;
}

@keyframes animationHeartBeatFrames {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animationSway {
	background-size: 400% 400%;
	background-image: linear-gradient(to left, #fff 0%, #fff 50%, #e5f0c3 50%, #e5f0c3 100%);
	animation: animationSwayFrames 20s ease infinite;
}

.animationSway2 {
	animation: animationSwayFrames2 20s ease infinite;
}

@keyframes animationSwayFrames {
	30% {
		transform: rotate(3deg) translateX(-1vw);
		transform-origin: 5px 8px;
	}
	60% {
		transform: rotate(-4deg) translateX(-3vw);
		transform-origin: 5px 8px;
	}
}

@keyframes animationSwayFrames2 {
	30% {
		transform: rotate(2deg);
		transform-origin: 22px 0px;
	}
	60% {
		transform: rotate(-3deg);
		transform-origin: 22px 0px;
	}
}

@media (max-width: 1359px) {}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}