#d1768603 {
	margin-top: 50px;
	text-align: center;
}

#d1768603 h1 {
	margin-bottom: 20px;
	font-size: 70px;
	font-weight: 700;
}

#d1769829 .description {
    width: 60%;
    margin: 0 auto 20px;
	text-align: center;
}

[data-id="d1784516-1"] {
	margin-bottom: 20px;
}

[data-id="d1784516-1"] > .row {
	margin: 0;
}

/*    Type 1 in a row    */
.ngc-1-in-a-row.scriptTitle .container-fluid,
.ngc-1-in-a-row.script .container-fluid {
	max-width: 1200px;
	padding: 0;
}

.scriptTitle .wrapper,
.script .wrapper {
	padding: 0px;
}

.scriptTitle .descriptions,
.script .descriptions {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.scriptTitle p,
.script p {
	width: 100%;
	margin: 0;
	padding: 15px;
	font-weight: bold;
	border: 2px solid #fff;
	overflow: hidden;
}

.scriptTitle p:first-child,
.scriptTitle p:nth-of-type(2),
.scriptTitle p:nth-of-type(3),
.scriptTitle p:nth-of-type(4),
.scriptTitle p:nth-of-type(5),
.scriptTitle p:nth-of-type(6),
.scriptTitle p:nth-of-type(7) {
	color: #fff;
	background-color: #333;
}

.script p:first-child,
.script p:nth-of-type(2),
.script p:nth-of-type(3),
.script p:nth-of-type(4),
.script p:nth-of-type(5),
.script p:nth-of-type(6),
.script p:nth-of-type(7) {
	color: #333;
	font-weight: bold;
	background-color: #eee;
}

.script p:first-child {
	color: #fff;
	font-weight: bold;
	background-color: #999;
}

.script p:nth-of-type(2),
.script p:nth-of-type(3),
.script p:nth-of-type(4),
.script p:nth-of-type(5),
.script p:nth-of-type(6),
.script p:nth-of-type(7) {
	text-align: center;
}

.button .list-unstyled {
	list-style: none;
	text-align: center;
	box-sizing: border-box;
}

.button .list-unstyled li {
	display: inline-block;
	margin-right: 40px;
}

.button .list-unstyled li:last-child {
	margin-right: 0;
}

.button .list-unstyled li a {
	display: block;
	min-width: 300px;
	padding: 18px 5px 18px 30px;
	color: #fff;
	font-size: 1.8em;
	background-color: #333;
	border-radius: 10px;
}

.button .list-unstyled li a:hover {
	background-color: #333;
}

@media screen and (min-width:768px) and (max-width:1280px) {
#d1768603 h1 {
	font-size: 40px;
}

.scriptTitle p,
.script p {
	font-size: 80%;
}
}

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

#d1768603 {
	margin-top: 30px;
	margin-bottom: 20px;
}

#d1768603 h1 {
	font-size: 30px !important;
    margin-top: 30px !important;
}

#d1769829 .description {
    width: 100%;
}

[data-id="d1784516-1"] > .row {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.scriptTitle .descriptions,
.script .descriptions {
	width: 150%;
}

.scriptTitle p,
.script p {
	padding: 15px 5px;
	font-size: 85%;
	font-weight: normal;
	width: 25%;
}
.scriptTitle p:first-child,
.script p:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}

.script p:first-child,
.script p:nth-of-type(2),
.script p:nth-of-type(3),
.script p:nth-of-type(4),
.script p:nth-of-type(5),
.script p:nth-of-type(6),
.script p:nth-of-type(7) {
	font-size: 85%;
}

.scriptTitle p:nth-of-type(1),
.script p:nth-of-type(1) {
	width: 20%;
}

.scriptTitle p:nth-of-type(4),
.script p:nth-of-type(4) {
	width: 30%;
}

.button .list-unstyled li {
	width: 100%;
	margin: 0 0 30px;
}

.button .list-unstyled li a {
	padding: 22px 5px 22px 30px;
}

.button {
	margin: 20px 0px 30px 0px !important;
}
}