@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Rajdhani:wght@600;700&display=swap");
#ROCCAT_content {
	max-width: 940px;
	margin: auto;
	text-align: center;
	background: #ececec;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 0px;
}
#ROCCAT_content img {
	width: 100%;
	margin-bottom: 0px;
}
#ROCCAT_content .lazy {
	width: auto;
	max-width: 100%;
	height: auto;
}
#ROCCAT_content .Rtable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-box-align: center;
	position: relative;
	flex-wrap: wrap;
	padding: 0;
	top: 0px;
	left: 0px;
	align-items: center;
	background-color: #fcfcfc;
}
#ROCCAT_content .Rtable-cell {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#ROCCAT_content .Rtable-cell > h5,
#ROCCAT_content .Rtable-cell > h2,
#ROCCAT_content .Rtable-cell > h3,
#ROCCAT_content .Rtable-cell > h4,
#ROCCAT_content .Rtable-cell > h5,
#ROCCAT_content .Rtable-cell > h6 {
	margin: 0;
}
#ROCCAT_content .Rtable--2cols > .Rtable-cell {
	width: 50%;
}
#ROCCAT_content .Rtable--3cols > .Rtable-cell {
	width: 33.33%;
}
#ROCCAT_content .Rtable--4cols > .Rtable-cell {
	width: 25%;
}
#ROCCAT_content .Rtable--5cols > .Rtable-cell {
	width: 20%;
}
#ROCCAT_content .Rtable--6cols > .Rtable-cell {
	width: 16.6%;
}
#ROCCAT_content .Rtable-cell {
	margin: 0px;
	text-align: left;
}
#ROCCAT_content .Rtable-cell img {
	width: 100%;
	margin-bottom: 0px;
}
#ROCCAT_content .Rtable-cell h5 {
	margin-top: 30px;
	font-size: 30px;
	line-height: 30px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	color: #1c1a1a;
	text-align: left;
	text-transform: uppercase;
	padding: 0em 1.4em;
}
#ROCCAT_content .Rtable-cell p {
	margin-bottom: 20px;
	font-size: 14px;
	padding: 0.5em 3em;
}
#ROCCAT_content .Rtable-cell .Rfooter {
	margin-bottom: 20px;
	font-size: 10px;
	padding: 0.5em 3em;
}
#ROCCAT_content .Rtable-cell ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 0.25em;
	margin-right: 1em;
	font-size: 14px;
}
#ROCCAT_content .Rtable-cell li {
	list-style-type: disc;
}
#ROCCAT_content .ROCCAT_box {
	padding: 0.8em 1.2em;
	text-align: center;
}
#ROCCAT_content .ROCCAT_box h4 {
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 20px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #1c1a1a;
	padding: 0em 2em;
}
#ROCCAT_content .ROCCAT_box h5 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 35px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	color: #1c1a1a;
	text-align: center;
	letter-spacing: 2px;
}
#ROCCAT_content .ROCCAT_box h6 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #1c1a1a;
	padding: 0em 2em;
}
#ROCCAT_content .ROCCAT_box p {
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
	padding: 0em 3em;
}
#ROCCAT_content .ROCCAT_box button {
	border: 0px;
	background-color: #eb6e26;
	color: white;
	padding: 14px 28px;
	border-radius: 24px;
	font-size: 16px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	margin-bottom: 40px;
}
#ROCCAT_content .ROCCAT_box button:hover {
	color: black;
	background-color: #fff;
}
#ROCCAT_content .videoWrapper {
	position: relative;
	padding-bottom: 85%;
	height: 0;
}
#ROCCAT_content .videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 800px) {
	#ROCCAT_content .Rtable--collapse {
		display: block;
	}
	#ROCCAT_content .Rtable--collapse > #ROCCAT_content .Rtable-cell {
		width: 100% !important;
	}
}
.no-flexbox #ROCCAT_content .Rtable {
	display: block;
}
.no-flexbox #ROCCAT_content .Rtable > #ROCCAT_content .Rtable-cell {
	width: 100%;
}
