body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333745;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333745, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333745, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333745, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333745, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333745, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #333745, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #333745;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* //CK REMOTE */
.addthis_toolbox.addthis_vertical_style {
    width: auto !important;
}
.addthis_bar_vertical {
    position: fixed;
    top: 40vh;
    left: auto;
    right: 0;
    z-index: 10;        
}
.addthis_toolbox .fa.fa-instagram {
	background-color: rgb(224, 53, 102);
	color: white;
    padding: 6px 7px;
    font-size: 20px;
}
.addthis_bar .addthis_toolbox .fa.fa-instagram {
	padding: 0px 7px;
}
.addthis_toolbox .fa.fa-envelope {
    background-color: gray;
    color: white;
    padding: 0px 7px;
    font-size: 18px;
}
/* / //CK REMOTE */
/* PAGE ID 4243 COVID19 */
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,700&display=swap);
@font-face {
  font-family: 'Myriad Pro';
  src: local("Myriad Pro"), local("MyriadPro-Regular"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media all and (min-width: 481px) {
  #menu .btn-navbar {
    display: none;
  }
}
body .cv19 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
}

.cv19 .h1, .cv19 .h2, .cv19 .h3, .cv19 .h4, .cv19 .h5, .cv19 .h6, .cv19 h1, .cv19 h2, .cv19 h3, .cv19 h4, .cv19 h5, .cv19 h6 {
  font-family: 'Josefin Sans', sans-serif;
  margin-top: .5rem;
}
.cv19 p {
  font-family: 'Josefin Sans', sans-serif;
}
.cv19 .fjf {
  font-family: 'Josefin Sans', sans-serif;
}
.cv19 .p3,
.cv19 .p4,
.cv19 .p5 {
  color: white;
}
.cv19 .p3 .h1, .cv19 .p3 .h2, .cv19 .p3 .h3, .cv19 .p3 .h4, .cv19 .p3 .h5, .cv19 .p3 .h6, .cv19 .p3 h1, .cv19 .p3 h2, .cv19 .p3 h3, .cv19 .p3 h4, .cv19 .p3 h5, .cv19 .p3 h6,
.cv19 .p4 .h1,
.cv19 .p4 .h2,
.cv19 .p4 .h3,
.cv19 .p4 .h4,
.cv19 .p4 .h5,
.cv19 .p4 .h6,
.cv19 .p4 h1,
.cv19 .p4 h2,
.cv19 .p4 h3,
.cv19 .p4 h4,
.cv19 .p4 h5,
.cv19 .p4 h6,
.cv19 .p5 .h1,
.cv19 .p5 .h2,
.cv19 .p5 .h3,
.cv19 .p5 .h4,
.cv19 .p5 .h5,
.cv19 .p5 .h6,
.cv19 .p5 h1,
.cv19 .p5 h2,
.cv19 .p5 h3,
.cv19 .p5 h4,
.cv19 .p5 h5,
.cv19 .p5 h6 {
  color: white;
}
.cv19 .p3 a,
.cv19 .p4 a,
.cv19 .p5 a {
  color: white;
}
.cv19 .p3 a:hover,
.cv19 .p4 a:hover,
.cv19 .p5 a:hover {
  text-decoration: none;
}
.cv19 .p3 {
  background-color: #615bb3;
}
.cv19 .p4 {
  background-color: #732e99;
}
.cv19 .p5 {
  background-color: #c01a2c;
}
.cv19 .p6 {
  background-color: #e8e8e6;
}
.cv19 .p7 {
  background-color: #f2f2f2;
}
.cv19 .number {
  color: #c01a2c;
}
.cv19 .s4 {
  font-size: 4em;
  /*32px;*/
  /*2.5em; */
  /*24pt;*/
}
.cv19 .s35 {
  font-size: 3.5em;
  /*30px;*/
  /*2.5em; */
  /*24pt;*/
}
.cv19 .s3 {
  font-size: 3em;
  /*28px;*/
  /*2.5em; */
  /*24pt;*/
}
.cv19 .s25 {
  font-size: 2.5em;
  /*24px;*/
  /*2.5em; */
  /*24pt;*/
}
.cv19 .s2 {
  font-size: 2em;
  /*20px;*/
  /* 2.0em;*/
  /*20pt;*/
}
.cv19 .s15 {
  font-size: 1.5em;
  /*14px;*/
  /* 1.8em;*/
  /*14pt;*/
}
.cv19 .s14 {
  font-size: 1.4em;
  /*14px;*/
  /* 1.8em;*/
  /*14pt;*/
}
.cv19 .s12 {
  font-size: 1.2em;
  /*12px;*/
  /* 1.7em;*/
  /*12pt;*/
}
.cv19 .s1 {
  font-size: 1.1em;
  /*12px;*/
  /* 1.7em;*/
  /*12pt;*/
}
.cv19 .s09 {
  font-size: 0.9em;
  /*12px;*/
  /* 1.7em;*/
  /*12pt;*/
}
.cv19 .s08 {
  font-size: 0.8em;
  /*12px;*/
  /* 1.7em;*/
  /*12pt;*/
}
.cv19 .s07 {
  font-size: 0.7em;
  /*1.2em; */
  /*10pt;*/
}
.cv19 .s06 {
  font-size: 0.6em;
  /*0.7em; */
  /*9pt;*/
}
.cv19 p {
  font-size: 1.1em;
  /*12px;*/
  /* 0.9em;*/
  /*12pt;*/
}
.cv19 .bordered {
  border: 2px solid #615bb3;
}
.cv19 .red {
  background-color: #ed192f;
  color: white;
}
.cv19 .blue {
  background-color: #3871c2;
  color: white;
}
.cv19 .red:hover,
.cv19 .blue:hover {
  color: white;
}
.cv19 .btn {
  border: none;
  border-radius: 20px;
  padding: 18px 30px 10px;
}
.cv19 img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.cv19 .clb {
  color: blue;
}

.cv19.container > .row:nth-child(3) img,
.cv19.container > .row:nth-child(4) img {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.cv19.container > .row:nth-child(3) p,
.cv19.container > .row:nth-child(4) p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}
.cv19.container > .row:nth-child(5) .b-1 {
  margin-top: 30px;
}
.cv19.container > .row:nth-child(6) p {
  font-weight: bold;
}

.cv19 .comment img {
  width: auto;
  max-height: 180px;
}
.cv19 .comment p {
  font-weight: bold;
}
.cv19 .img-label {
  position: relative;
}
.cv19 .label {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #ee1c70;
  color: white;
  font-style: italic;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.1em;
  font-weight: lighter;
  line-height: 12px;
  padding: 5px;
}
.cv19 .bg-pot {
  background: url(../image/chili-vertical.jpg) no-repeat top center transparent;
  /* background-size: 361px; */
  background-size: contain;
  height: 100%;
  min-height: 490px;
}
.cv19 .economie ul,
.cv19 .reduisons ul {
  list-style: none;
  padding: 30px;
}
.cv19 .economie ul li:before,
.cv19 .reduisons ul li:before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  line-height: 7px;
  margin-left: -1em;
  margin-right: 6px;
  vertical-align: text-top;
  margin-bottom: 1em;
}
.cv19 .economie ul li:nth-child(1):before,
.cv19 .reduisons ul li:nth-child(1):before {
  color: #b77dae;
  background-color: #b77dae;
}
.cv19 .economie ul li:nth-child(2):before,
.cv19 .reduisons ul li:nth-child(2):before {
  color: #dfa96c;
  background-color: #dfa96c;
}
.cv19 .economie ul li:nth-child(3):before,
.cv19 .reduisons ul li:nth-child(3):before {
  color: #c1bfbf;
  background-color: #c1bfbf;
}
.cv19 .economie ul li:nth-child(4):before,
.cv19 .reduisons ul li:nth-child(4):before {
  color: #f3d85b;
  background-color: #f3d85b;
}
.cv19 .economie ul li:nth-child(5):before,
.cv19 .reduisons ul li:nth-child(5):before {
  color: #98b5dd;
  background-color: #98b5dd;
}
.cv19 .economie ul li:nth-child(6):before,
.cv19 .reduisons ul li:nth-child(6):before {
  color: #aec57b;
  background-color: #aec57b;
}
.cv19 .economie ul li:nth-child(7):before,
.cv19 .reduisons ul li:nth-child(7):before {
  color: #8b9ecc;
  background-color: #8b9ecc;
}
.cv19 .reduisons ul {
  list-style: none;
  padding: 30px;
}
.cv19 .reduisons ul li:nth-child(1):before {
  color: #619a2f;
  background-color: #619a2f;
}
.cv19 .reduisons ul li:nth-child(2):before {
  color: #1c6434;
  background-color: #1c6434;
}
.cv19 .choisissez {
  margin-top: 20px;
}
.cv19 .caption {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 999;
}
.cv19 .caption h1 {
  color: #fff;
  font-size: 3.4em;
  font-weight: 300;
  vertical-align: middle;
  display: table-cell;
  /* text-transform: uppercase; */
  /* text-shadow: 1px 2px 1px #000; */
  text-align: left;
  padding-left: 1em;
}
.cv19 .w100 {
  display: block;
  width: 100%;
}

@media all and (max-width: 991px) {
  .cv19 .choisissez .col-sm-6 {
    margin: auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .cv19 .choisissez .col-sm-6:nth-child(3) {
    float: none;
  }
}
@media all and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .cv19 .s4 {
    font-size: 2.5em;
    /*32px;*/
    /*2.5em; */
    /*24pt;*/
  }
  .cv19 .s35 {
    font-size: 2.1em;
    /*30px;*/
    /*2.5em; */
    /*24pt;*/
  }
  .cv19 .s3 {
    font-size: 2em;
    /*28px;*/
    /*2.5em; */
    /*24pt;*/
  }
  .cv19 .s25 {
    font-size: 1.8em;
    /*24px;*/
    /*2.5em; */
    /*24pt;*/
  }
  .cv19 .s2 {
    font-size: 1.5em;
    /*20px;*/
    /* 2.0em;*/
    /*20pt;*/
  }
  .cv19 .s15 {
    font-size: 1.2em;
    /*14px;*/
    /* 1.8em;*/
    /*14pt;*/
  }
  .cv19 .s12 {
    font-size: 1em;
    /*12px;*/
    /* 1.7em;*/
    /*12pt;*/
  }
  .cv19 .s1 {
    font-size: 0.9em;
    /*12px;*/
    /* 1.7em;*/
    /*12pt;*/
  }
  .cv19 .s09 {
    font-size: 0.8em;
    /*12px;*/
    /* 1.7em;*/
    /*12pt;*/
  }
  .cv19 .s08 {
    font-size: 0.7em;
    /*12px;*/
    /* 1.7em;*/
    /*12pt;*/
  }
  .cv19 .s07 {
    font-size: 0.6em;
    /*1.2em; */
    /*10pt;*/
  }
  .cv19 .s06 {
    font-size: 0.6em;
    /*0.7em; */
    /*9pt;*/
  }
  .cv19 p {
    font-size: 1em;
    /*12px;*/
    /* 0.9em;*/
    /*12pt;*/
  }
  .cv19 .number {
    font-size: 4em;
  }

  .cv19.container > .row:nth-child(3) img,
  .cv19.container > .row:nth-child(4) img {
    padding: 10px;
  }
}
.cv19 .mw-100 {
  max-width: 100% !important;
}
.cv19 .mh-100 {
  max-height: 100% !important;
}
.cv19 .m-0 {
  margin: 0 !important;
}
.cv19 .mt-0, .cv19 .my-0 {
  margin-top: 0 !important;
}
.cv19 .mr-0, .cv19 .mx-0 {
  margin-right: 0 !important;
}
.cv19 .mb-0, .cv19 .my-0 {
  margin-bottom: 0 !important;
}
.cv19 .ml-0, .cv19 .mx-0 {
  margin-left: 0 !important;
}
.cv19 .m-1 {
  margin: 0.25rem !important;
}
.cv19 .mt-1, .cv19 .my-1 {
  margin-top: 0.25rem !important;
}
.cv19 .mr-1, .cv19 .mx-1 {
  margin-right: 0.25rem !important;
}
.cv19 .mb-1, .cv19 .my-1 {
  margin-bottom: 0.25rem !important;
}
.cv19 .ml-1, .cv19 .mx-1 {
  margin-left: 0.25rem !important;
}
.cv19 .m-2 {
  margin: 0.5rem !important;
}
.cv19 .mt-2, .cv19 .my-2 {
  margin-top: 0.5rem !important;
}
.cv19 .mr-2, .cv19 .mx-2 {
  margin-right: 0.5rem !important;
}
.cv19 .mb-2, .cv19 .my-2 {
  margin-bottom: 0.5rem !important;
}
.cv19 .ml-2, .cv19 .mx-2 {
  margin-left: 0.5rem !important;
}
.cv19 .m-3 {
  margin: 1rem !important;
}
.cv19 .mt-3, .cv19 .my-3 {
  margin-top: 1rem !important;
}
.cv19 .mr-3, .cv19 .mx-3 {
  margin-right: 1rem !important;
}
.cv19 .mb-3, .cv19 .my-3 {
  margin-bottom: 1rem !important;
}
.cv19 .ml-3, .cv19 .mx-3 {
  margin-left: 1rem !important;
}
.cv19 .m-4 {
  margin: 1.5rem !important;
}
.cv19 .mt-4, .cv19 .my-4 {
  margin-top: 1.5rem !important;
}
.cv19 .mr-4, .cv19 .mx-4 {
  margin-right: 1.5rem !important;
}
.cv19 .mb-4, .cv19 .my-4 {
  margin-bottom: 1.5rem !important;
}
.cv19 .ml-4, .cv19 .mx-4 {
  margin-left: 1.5rem !important;
}
.cv19 .m-5 {
  margin: 3rem !important;
}
.cv19 .mt-5, .cv19 .my-5 {
  margin-top: 3rem !important;
}
.cv19 .mr-5, .cv19 .mx-5 {
  margin-right: 3rem !important;
}
.cv19 .mb-5, .cv19 .my-5 {
  margin-bottom: 3rem !important;
}
.cv19 .ml-5, .cv19 .mx-5 {
  margin-left: 3rem !important;
}
.cv19 .p-0 {
  padding: 0 !important;
}
.cv19 .pt-0, .cv19 .py-0 {
  padding-top: 0 !important;
}
.cv19 .pr-0, .cv19 .px-0 {
  padding-right: 0 !important;
}
.cv19 .pb-0, .cv19 .py-0 {
  padding-bottom: 0 !important;
}
.cv19 .pl-0, .cv19 .px-0 {
  padding-left: 0 !important;
}
.cv19 .p-1 {
  padding: 0.25rem !important;
}
.cv19 .pt-1, .cv19 .py-1 {
  padding-top: 0.25rem !important;
}
.cv19 .pr-1, .cv19 .px-1 {
  padding-right: 0.25rem !important;
}
.cv19 .pb-1, .cv19 .py-1 {
  padding-bottom: 0.25rem !important;
}
.cv19 .pl-1, .cv19 .px-1 {
  padding-left: 0.25rem !important;
}
.cv19 .p-2 {
  padding: 0.5rem !important;
}
.cv19 .pt-2, .cv19 .py-2 {
  padding-top: 0.5rem !important;
}
.cv19 .pr-2, .cv19 .px-2 {
  padding-right: 0.5rem !important;
}
.cv19 .pb-2, .cv19 .py-2 {
  padding-bottom: 0.5rem !important;
}
.cv19 .pl-2, .cv19 .px-2 {
  padding-left: 0.5rem !important;
}
.cv19 .p-3 {
  padding: 1rem !important;
}
.cv19 .pt-3, .cv19 .py-3 {
  padding-top: 1rem !important;
}
.cv19 .pr-3, .cv19 .px-3 {
  padding-right: 1rem !important;
}
.cv19 .pb-3, .cv19 .py-3 {
  padding-bottom: 1rem !important;
}
.cv19 .pl-3, .cv19 .px-3 {
  padding-left: 1rem !important;
}
.cv19 .p-4 {
  padding: 1.5rem !important;
}
.cv19 .pt-4, .cv19 .py-4 {
  padding-top: 1.5rem !important;
}
.cv19 .pr-4, .cv19 .px-4 {
  padding-right: 1.5rem !important;
}
.cv19 .pb-4, .cv19 .py-4 {
  padding-bottom: 1.5rem !important;
}
.cv19 .pl-4, .cv19 .px-4 {
  padding-left: 1.5rem !important;
}
.cv19 .p-5 {
  padding: 3rem !important;
}
.cv19 .pt-5, .cv19 .py-5 {
  padding-top: 3rem !important;
}
.cv19 .pr-5, .cv19 .px-5 {
  padding-right: 3rem !important;
}
.cv19 .pb-5, .cv19 .py-5 {
  padding-bottom: 3rem !important;
}
.cv19 .pl-5, .cv19 .px-5 {
  padding-left: 3rem !important;
}
.cv19 .m-auto {
  margin: auto !important;
}
.cv19 .mt-auto, .cv19 .my-auto {
  margin-top: auto !important;
}
.cv19 .mr-auto, .cv19 .mx-auto {
  margin-right: auto !important;
}
.cv19 .mb-auto, .cv19 .my-auto {
  margin-bottom: auto !important;
}
.cv19 .ml-auto, .cv19 .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .cv19 .m-sm-0 {
    margin: 0 !important;
  }
  .cv19 .mt-sm-0, .cv19 .my-sm-0 {
    margin-top: 0 !important;
  }
  .cv19 .mr-sm-0, .cv19 .mx-sm-0 {
    margin-right: 0 !important;
  }
  .cv19 .mb-sm-0, .cv19 .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .cv19 .ml-sm-0, .cv19 .mx-sm-0 {
    margin-left: 0 !important;
  }
  .cv19 .m-sm-1 {
    margin: 0.25rem !important;
  }
  .cv19 .mt-sm-1, .cv19 .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .cv19 .mr-sm-1, .cv19 .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .cv19 .mb-sm-1, .cv19 .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .cv19 .ml-sm-1, .cv19 .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .cv19 .m-sm-2 {
    margin: 0.5rem !important;
  }
  .cv19 .mt-sm-2, .cv19 .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .cv19 .mr-sm-2, .cv19 .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .cv19 .mb-sm-2, .cv19 .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .cv19 .ml-sm-2, .cv19 .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .cv19 .m-sm-3 {
    margin: 1rem !important;
  }
  .cv19 .mt-sm-3, .cv19 .my-sm-3 {
    margin-top: 1rem !important;
  }
  .cv19 .mr-sm-3, .cv19 .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .cv19 .mb-sm-3, .cv19 .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .cv19 .ml-sm-3, .cv19 .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .cv19 .m-sm-4 {
    margin: 1.5rem !important;
  }
  .cv19 .mt-sm-4, .cv19 .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .cv19 .mr-sm-4, .cv19 .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .cv19 .mb-sm-4, .cv19 .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .cv19 .ml-sm-4, .cv19 .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .cv19 .m-sm-5 {
    margin: 3rem !important;
  }
  .cv19 .mt-sm-5, .cv19 .my-sm-5 {
    margin-top: 3rem !important;
  }
  .cv19 .mr-sm-5, .cv19 .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .cv19 .mb-sm-5, .cv19 .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .cv19 .ml-sm-5, .cv19 .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .cv19 .p-sm-0 {
    padding: 0 !important;
  }
  .cv19 .pt-sm-0, .cv19 .py-sm-0 {
    padding-top: 0 !important;
  }
  .cv19 .pr-sm-0, .cv19 .px-sm-0 {
    padding-right: 0 !important;
  }
  .cv19 .pb-sm-0, .cv19 .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .cv19 .pl-sm-0, .cv19 .px-sm-0 {
    padding-left: 0 !important;
  }
  .cv19 .p-sm-1 {
    padding: 0.25rem !important;
  }
  .cv19 .pt-sm-1, .cv19 .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .cv19 .pr-sm-1, .cv19 .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .cv19 .pb-sm-1, .cv19 .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .cv19 .pl-sm-1, .cv19 .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .cv19 .p-sm-2 {
    padding: 0.5rem !important;
  }
  .cv19 .pt-sm-2, .cv19 .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .cv19 .pr-sm-2, .cv19 .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .cv19 .pb-sm-2, .cv19 .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .cv19 .pl-sm-2, .cv19 .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .cv19 .p-sm-3 {
    padding: 1rem !important;
  }
  .cv19 .pt-sm-3, .cv19 .py-sm-3 {
    padding-top: 1rem !important;
  }
  .cv19 .pr-sm-3, .cv19 .px-sm-3 {
    padding-right: 1rem !important;
  }
  .cv19 .pb-sm-3, .cv19 .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .cv19 .pl-sm-3, .cv19 .px-sm-3 {
    padding-left: 1rem !important;
  }
  .cv19 .p-sm-4 {
    padding: 1.5rem !important;
  }
  .cv19 .pt-sm-4, .cv19 .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .cv19 .pr-sm-4, .cv19 .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .cv19 .pb-sm-4, .cv19 .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .cv19 .pl-sm-4, .cv19 .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .cv19 .p-sm-5 {
    padding: 3rem !important;
  }
  .cv19 .pt-sm-5, .cv19 .py-sm-5 {
    padding-top: 3rem !important;
  }
  .cv19 .pr-sm-5, .cv19 .px-sm-5 {
    padding-right: 3rem !important;
  }
  .cv19 .pb-sm-5, .cv19 .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .cv19 .pl-sm-5, .cv19 .px-sm-5 {
    padding-left: 3rem !important;
  }
  .cv19 .m-sm-auto {
    margin: auto !important;
  }
  .cv19 .mt-sm-auto, .cv19 .my-sm-auto {
    margin-top: auto !important;
  }
  .cv19 .mr-sm-auto, .cv19 .mx-sm-auto {
    margin-right: auto !important;
  }
  .cv19 .mb-sm-auto, .cv19 .my-sm-auto {
    margin-bottom: auto !important;
  }
  .cv19 .ml-sm-auto, .cv19 .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .cv19 .m-md-0 {
    margin: 0 !important;
  }
  .cv19 .mt-md-0, .cv19 .my-md-0 {
    margin-top: 0 !important;
  }
  .cv19 .mr-md-0, .cv19 .mx-md-0 {
    margin-right: 0 !important;
  }
  .cv19 .mb-md-0, .cv19 .my-md-0 {
    margin-bottom: 0 !important;
  }
  .cv19 .ml-md-0, .cv19 .mx-md-0 {
    margin-left: 0 !important;
  }
  .cv19 .m-md-1 {
    margin: 0.25rem !important;
  }
  .cv19 .mt-md-1, .cv19 .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .cv19 .mr-md-1, .cv19 .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .cv19 .mb-md-1, .cv19 .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .cv19 .ml-md-1, .cv19 .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .cv19 .m-md-2 {
    margin: 0.5rem !important;
  }
  .cv19 .mt-md-2, .cv19 .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .cv19 .mr-md-2, .cv19 .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .cv19 .mb-md-2, .cv19 .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .cv19 .ml-md-2, .cv19 .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .cv19 .m-md-3 {
    margin: 1rem !important;
  }
  .cv19 .mt-md-3, .cv19 .my-md-3 {
    margin-top: 1rem !important;
  }
  .cv19 .mr-md-3, .cv19 .mx-md-3 {
    margin-right: 1rem !important;
  }
  .cv19 .mb-md-3, .cv19 .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .cv19 .ml-md-3, .cv19 .mx-md-3 {
    margin-left: 1rem !important;
  }
  .cv19 .m-md-4 {
    margin: 1.5rem !important;
  }
  .cv19 .mt-md-4, .cv19 .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .cv19 .mr-md-4, .cv19 .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .cv19 .mb-md-4, .cv19 .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .cv19 .ml-md-4, .cv19 .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .cv19 .m-md-5 {
    margin: 3rem !important;
  }
  .cv19 .mt-md-5, .cv19 .my-md-5 {
    margin-top: 3rem !important;
  }
  .cv19 .mr-md-5, .cv19 .mx-md-5 {
    margin-right: 3rem !important;
  }
  .cv19 .mb-md-5, .cv19 .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .cv19 .ml-md-5, .cv19 .mx-md-5 {
    margin-left: 3rem !important;
  }
  .cv19 .p-md-0 {
    padding: 0 !important;
  }
  .cv19 .pt-md-0, .cv19 .py-md-0 {
    padding-top: 0 !important;
  }
  .cv19 .pr-md-0, .cv19 .px-md-0 {
    padding-right: 0 !important;
  }
  .cv19 .pb-md-0, .cv19 .py-md-0 {
    padding-bottom: 0 !important;
  }
  .cv19 .pl-md-0, .cv19 .px-md-0 {
    padding-left: 0 !important;
  }
  .cv19 .p-md-1 {
    padding: 0.25rem !important;
  }
  .cv19 .pt-md-1, .cv19 .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .cv19 .pr-md-1, .cv19 .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .cv19 .pb-md-1, .cv19 .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .cv19 .pl-md-1, .cv19 .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .cv19 .p-md-2 {
    padding: 0.5rem !important;
  }
  .cv19 .pt-md-2, .cv19 .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .cv19 .pr-md-2, .cv19 .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .cv19 .pb-md-2, .cv19 .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .cv19 .pl-md-2, .cv19 .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .cv19 .p-md-3 {
    padding: 1rem !important;
  }
  .cv19 .pt-md-3, .cv19 .py-md-3 {
    padding-top: 1rem !important;
  }
  .cv19 .pr-md-3, .cv19 .px-md-3 {
    padding-right: 1rem !important;
  }
  .cv19 .pb-md-3, .cv19 .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .cv19 .pl-md-3, .cv19 .px-md-3 {
    padding-left: 1rem !important;
  }
  .cv19 .p-md-4 {
    padding: 1.5rem !important;
  }
  .cv19 .pt-md-4, .cv19 .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .cv19 .pr-md-4, .cv19 .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .cv19 .pb-md-4, .cv19 .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .cv19 .pl-md-4, .cv19 .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .cv19 .p-md-5 {
    padding: 3rem !important;
  }
  .cv19 .pt-md-5, .cv19 .py-md-5 {
    padding-top: 3rem !important;
  }
  .cv19 .pr-md-5, .cv19 .px-md-5 {
    padding-right: 3rem !important;
  }
  .cv19 .pb-md-5, .cv19 .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .cv19 .pl-md-5, .cv19 .px-md-5 {
    padding-left: 3rem !important;
  }
  .cv19 .m-md-auto {
    margin: auto !important;
  }
  .cv19 .mt-md-auto, .cv19 .my-md-auto {
    margin-top: auto !important;
  }
  .cv19 .mr-md-auto, .cv19 .mx-md-auto {
    margin-right: auto !important;
  }
  .cv19 .mb-md-auto, .cv19 .my-md-auto {
    margin-bottom: auto !important;
  }
  .cv19 .ml-md-auto, .cv19 .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .cv19 .m-lg-0 {
    margin: 0 !important;
  }
  .cv19 .mt-lg-0, .cv19 .my-lg-0 {
    margin-top: 0 !important;
  }
  .cv19 .mr-lg-0, .cv19 .mx-lg-0 {
    margin-right: 0 !important;
  }
  .cv19 .mb-lg-0, .cv19 .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .cv19 .ml-lg-0, .cv19 .mx-lg-0 {
    margin-left: 0 !important;
  }
  .cv19 .m-lg-1 {
    margin: 0.25rem !important;
  }
  .cv19 .mt-lg-1, .cv19 .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .cv19 .mr-lg-1, .cv19 .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .cv19 .mb-lg-1, .cv19 .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .cv19 .ml-lg-1, .cv19 .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .cv19 .m-lg-2 {
    margin: 0.5rem !important;
  }
  .cv19 .mt-lg-2, .cv19 .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .cv19 .mr-lg-2, .cv19 .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .cv19 .mb-lg-2, .cv19 .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .cv19 .ml-lg-2, .cv19 .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .cv19 .m-lg-3 {
    margin: 1rem !important;
  }
  .cv19 .mt-lg-3, .cv19 .my-lg-3 {
    margin-top: 1rem !important;
  }
  .cv19 .mr-lg-3, .cv19 .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .cv19 .mb-lg-3, .cv19 .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .cv19 .ml-lg-3, .cv19 .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .cv19 .m-lg-4 {
    margin: 1.5rem !important;
  }
  .cv19 .mt-lg-4, .cv19 .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .cv19 .mr-lg-4, .cv19 .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .cv19 .mb-lg-4, .cv19 .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .cv19 .ml-lg-4, .cv19 .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .cv19 .m-lg-5 {
    margin: 3rem !important;
  }
  .cv19 .mt-lg-5, .cv19 .my-lg-5 {
    margin-top: 3rem !important;
  }
  .cv19 .mr-lg-5, .cv19 .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .cv19 .mb-lg-5, .cv19 .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .cv19 .ml-lg-5, .cv19 .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .cv19 .p-lg-0 {
    padding: 0 !important;
  }
  .cv19 .pt-lg-0, .cv19 .py-lg-0 {
    padding-top: 0 !important;
  }
  .cv19 .pr-lg-0, .cv19 .px-lg-0 {
    padding-right: 0 !important;
  }
  .cv19 .pb-lg-0, .cv19 .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .cv19 .pl-lg-0, .cv19 .px-lg-0 {
    padding-left: 0 !important;
  }
  .cv19 .p-lg-1 {
    padding: 0.25rem !important;
  }
  .cv19 .pt-lg-1, .cv19 .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .cv19 .pr-lg-1, .cv19 .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .cv19 .pb-lg-1, .cv19 .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .cv19 .pl-lg-1, .cv19 .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .cv19 .p-lg-2 {
    padding: 0.5rem !important;
  }
  .cv19 .pt-lg-2, .cv19 .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .cv19 .pr-lg-2, .cv19 .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .cv19 .pb-lg-2, .cv19 .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .cv19 .pl-lg-2, .cv19 .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .cv19 .p-lg-3 {
    padding: 1rem !important;
  }
  .cv19 .pt-lg-3, .cv19 .py-lg-3 {
    padding-top: 1rem !important;
  }
  .cv19 .pr-lg-3, .cv19 .px-lg-3 {
    padding-right: 1rem !important;
  }
  .cv19 .pb-lg-3, .cv19 .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .cv19 .pl-lg-3, .cv19 .px-lg-3 {
    padding-left: 1rem !important;
  }
  .cv19 .p-lg-4 {
    padding: 1.5rem !important;
  }
  .cv19 .pt-lg-4, .cv19 .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .cv19 .pr-lg-4, .cv19 .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .cv19 .pb-lg-4, .cv19 .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .cv19 .pl-lg-4, .cv19 .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .cv19 .p-lg-5 {
    padding: 3rem !important;
  }
  .cv19 .pt-lg-5, .cv19 .py-lg-5 {
    padding-top: 3rem !important;
  }
  .cv19 .pr-lg-5, .cv19 .px-lg-5 {
    padding-right: 3rem !important;
  }
  .cv19 .pb-lg-5, .cv19 .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .cv19 .pl-lg-5, .cv19 .px-lg-5 {
    padding-left: 3rem !important;
  }
  .cv19 .m-lg-auto {
    margin: auto !important;
  }
  .cv19 .mt-lg-auto, .cv19 .my-lg-auto {
    margin-top: auto !important;
  }
  .cv19 .mr-lg-auto, .cv19 .mx-lg-auto {
    margin-right: auto !important;
  }
  .cv19 .mb-lg-auto, .cv19 .my-lg-auto {
    margin-bottom: auto !important;
  }
  .cv19 .ml-lg-auto, .cv19 .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .cv19 .m-xl-0 {
    margin: 0 !important;
  }
  .cv19 .mt-xl-0, .cv19 .my-xl-0 {
    margin-top: 0 !important;
  }
  .cv19 .mr-xl-0, .cv19 .mx-xl-0 {
    margin-right: 0 !important;
  }
  .cv19 .mb-xl-0, .cv19 .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .cv19 .ml-xl-0, .cv19 .mx-xl-0 {
    margin-left: 0 !important;
  }
  .cv19 .m-xl-1 {
    margin: 0.25rem !important;
  }
  .cv19 .mt-xl-1, .cv19 .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .cv19 .mr-xl-1, .cv19 .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .cv19 .mb-xl-1, .cv19 .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .cv19 .ml-xl-1, .cv19 .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .cv19 .m-xl-2 {
    margin: 0.5rem !important;
  }
  .cv19 .mt-xl-2, .cv19 .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .cv19 .mr-xl-2, .cv19 .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .cv19 .mb-xl-2, .cv19 .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .cv19 .ml-xl-2, .cv19 .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .cv19 .m-xl-3 {
    margin: 1rem !important;
  }
  .cv19 .mt-xl-3, .cv19 .my-xl-3 {
    margin-top: 1rem !important;
  }
  .cv19 .mr-xl-3, .cv19 .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .cv19 .mb-xl-3, .cv19 .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .cv19 .ml-xl-3, .cv19 .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .cv19 .m-xl-4 {
    margin: 1.5rem !important;
  }
  .cv19 .mt-xl-4, .cv19 .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .cv19 .mr-xl-4, .cv19 .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .cv19 .mb-xl-4, .cv19 .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .cv19 .ml-xl-4, .cv19 .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .cv19 .m-xl-5 {
    margin: 3rem !important;
  }
  .cv19 .mt-xl-5, .cv19 .my-xl-5 {
    margin-top: 3rem !important;
  }
  .cv19 .mr-xl-5, .cv19 .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .cv19 .mb-xl-5, .cv19 .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .cv19 .ml-xl-5, .cv19 .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .cv19 .p-xl-0 {
    padding: 0 !important;
  }
  .cv19 .pt-xl-0, .cv19 .py-xl-0 {
    padding-top: 0 !important;
  }
  .cv19 .pr-xl-0, .cv19 .px-xl-0 {
    padding-right: 0 !important;
  }
  .cv19 .pb-xl-0, .cv19 .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .cv19 .pl-xl-0, .cv19 .px-xl-0 {
    padding-left: 0 !important;
  }
  .cv19 .p-xl-1 {
    padding: 0.25rem !important;
  }
  .cv19 .pt-xl-1, .cv19 .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .cv19 .pr-xl-1, .cv19 .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .cv19 .pb-xl-1, .cv19 .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .cv19 .pl-xl-1, .cv19 .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .cv19 .p-xl-2 {
    padding: 0.5rem !important;
  }
  .cv19 .pt-xl-2, .cv19 .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .cv19 .pr-xl-2, .cv19 .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .cv19 .pb-xl-2, .cv19 .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .cv19 .pl-xl-2, .cv19 .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .cv19 .p-xl-3 {
    padding: 1rem !important;
  }
  .cv19 .pt-xl-3, .cv19 .py-xl-3 {
    padding-top: 1rem !important;
  }
  .cv19 .pr-xl-3, .cv19 .px-xl-3 {
    padding-right: 1rem !important;
  }
  .cv19 .pb-xl-3, .cv19 .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .cv19 .pl-xl-3, .cv19 .px-xl-3 {
    padding-left: 1rem !important;
  }
  .cv19 .p-xl-4 {
    padding: 1.5rem !important;
  }
  .cv19 .pt-xl-4, .cv19 .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .cv19 .pr-xl-4, .cv19 .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .cv19 .pb-xl-4, .cv19 .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .cv19 .pl-xl-4, .cv19 .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .cv19 .p-xl-5 {
    padding: 3rem !important;
  }
  .cv19 .pt-xl-5, .cv19 .py-xl-5 {
    padding-top: 3rem !important;
  }
  .cv19 .pr-xl-5, .cv19 .px-xl-5 {
    padding-right: 3rem !important;
  }
  .cv19 .pb-xl-5, .cv19 .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .cv19 .pl-xl-5, .cv19 .px-xl-5 {
    padding-left: 3rem !important;
  }
  .cv19 .m-xl-auto {
    margin: auto !important;
  }
  .cv19 .mt-xl-auto, .cv19 .my-xl-auto {
    margin-top: auto !important;
  }
  .cv19 .mr-xl-auto, .cv19 .mx-xl-auto {
    margin-right: auto !important;
  }
  .cv19 .mb-xl-auto, .cv19 .my-xl-auto {
    margin-bottom: auto !important;
  }
  .cv19 .ml-xl-auto, .cv19 .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* / PAGE ID 4243 COVID19 */