.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  text-align: left;
  /* max-width: 1300px; */ /* disabled to make it full width */
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.section.header.home .div-block {
	max-width: 1300px; 
}

.div-block.quality {
  padding-bottom: 20px;
}

.div-block.footer {
  /*padding-bottom: 20px;*/
}

.div-block.privacy-policy-copy {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section {
  text-align: left;
  background-image: linear-gradient(#001d4c9c, #001d4c9c), url('../images/home_hero_new.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section.black {
  background-image: linear-gradient(#000, #000);
}

.section.blue {
  background-image: linear-gradient(#00225a, #00225a);
  padding-top: 0;
  padding-bottom: 0;
}

.section.blue.footer {
  background-image: linear-gradient(#00225a, #000);
  padding-top: 20px;
  padding-bottom: 0;
}

.section.blue.products {
  padding-top: 10px;
  padding-bottom: 20px;
}

.section.blue.quality {
  background-image: url('../images/home_dedicated_to_quality_gradient.jpg'), linear-gradient(#00225a, #00225a), linear-gradient(#0000, #0000);
  background-position: 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
}

.section.header {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  padding-bottom: 0;
}

.section.header.home {
  /*background-image: linear-gradient(#000, #001d4cb0), url('../images/home_hero_new.jpg'); */ /* #001d4cb0, #001d4cb0 */
  background-image: url('../images/home_hero_new_4.jpg'); /* #001d4cb0, #001d4cb0 */
  background-position: center center;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-repeat:no-repeat;
  /*padding-bottom: 170px;*/ /* replaced with "height" */
  height:100vh;
}

.div-block-2 {
  max-width: 1300px; 
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 60px;
}

.image {
  float: left;
  width: 100%;
  max-width: 280px;
}

.navbar {
  float: right;
  background-color: #ddd0;
  margin-top: 30px;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  font-family: Montserrat, sans-serif;
}

.heading.blue {
  color: #33b3ff;
  text-align: center;
}

.heading.align-right {
  text-align: right;
}

.heading.home-heading, .heading.product-heading {
  text-align: left;
  /*min-height:150px;*/
}
@media screen and (max-width: 1300px) {
	.heading.home-heading, .heading.product-heading {
  		font-size:26px;
	}
}

.heading.home-heading {
	margin-top: 200px !important;
	/*margin-left: 96px;*/ /* requested to move to the left */
}
@media screen and (max-width: 767px) {
	.heading.home-heading {
		margin-left:0px;
		line-height:1.0;
	}
}

.button {
  float: none;
  clear: none;
  text-align: left;
  background-color: #3898ec00;
  border: 2px solid #66c3f2;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;/* transition effect */
}
.button:hover {
  background-color:#66c3f2;
  color:#000;
}|

.button.button-blue {
  background-color: #33b3ff;
}

.button.button-blue.w-button {
  color: #33b3ff;
}
.button.button-blue.w-button:hover {
  color: #fff;
}
.button.w-button.heading-button {
	/* margin-left:100px; */ /* requested to move to the left */
}
@media screen and (max-width: 767px) {
	.button.w-button.heading-button {
		margin-left:0px;
	}
}

.button.float-right {
  float: right;
	clear:both;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-left: 0px solid #33b3ff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0 30px 40px;
  display: block;
  top: auto;
}

.text-block {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-block.align-right {
  text-align: right;
}

.text-block.footer-link {
  margin-top: 0;
}

.image-2 {
  clear: both;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
}

.image-2.left {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.image-2.left.product-page-image {
  border-bottom-right-radius: 60px;
}

.image-2.right {
  border-bottom-left-radius: 40px;
  margin-top: 0;
}

.column-2 {
  border: 0 #000;
  border-right: 0px solid #33b3ff;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.column-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.column-4 {
  border-left: 0 solid #33b3ff;
  padding-left: 40px;
  padding-right: 0;
}

.blue-label {
  float: none;
  clear: both;
  color: #33b3ff;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.blue-label.float-left {
  float: left;
  clear: none;
}

.blue-label.margin-top {
  padding-top: 20px;
}

.white-text {
  float: left;
  color: #fff;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.white-text.uppercase {
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: 700;
	clear:both;
}

.blue-label-copy, .blue-label-copy-copy {
  color: #33b3ff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-3, .div-block-3-copy {
  clear: both;
}

.image-3 {
  display:block;
  clear:both;
}

.field-label {
  color: #186cbb;
  font-family: Montserrat, sans-serif;
}

.form-block {
  background-color: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 31px 80px;
  margin-bottom: -20px;
}

.field-half {
	width:50%;
	display:inline-block;
}

.field-half-1 {
	padding-rigth:20px;
}

.field-half-2 {
	padding-left:20px;
}

.field-label-copy {
  color: #186cbb;
}

.field-input {
  mix-blend-mode: normal;
  border-radius: 30px;
  box-shadow: 0 2px 5px #0003;
}
textarea.field-input {
  border-radius: 20px;
}

.field-input.field-textarea {
  height: 200px;
	resize: none;
}

.container {
  background-color: #fff0;
  border-top-left-radius: 30px;
}

.nav-menu {
  background-color: transparent;
  border-top-left-radius: 20px;
}

.w-nav-overlay .nav-menu {
  background-color: #00296b;
}

.nav-link {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing:1px;
}

.nav-link:hover {
  color: #0082f3;
}

.column-7 {
  padding-bottom: 20px;
}

.image-4 {
}

.section-2 {
  background-color: #000;
  height: 50px;
}

.section-3 {
  background-color: #186cbb;
}

.section.blue.footer .section-3 .w-col.w-col-6,
.section-3.contact-page .w-col.w-col-6 {
	width:50%;
	margin-top:0px;
}

@media screen and (max-width: 768px) {
	.section.blue.footer .section-3 .w-col.w-col-6 {
		width:100%;
		text-align:center;
	}
}

.text-block-2 {
  color: #fff;
  text-align: right;
  background-color: #fff0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.body {
  background-color: #000;
}

.columns-2 {
  display: flex;
}

.body-2 {
  background-color: #000;
  background-image: url('../images/overall-level-2-bg.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.section-4 {
  margin-top: 0;
}

.product-box {
  background-color: #00296b;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  height:100%;
}

.product-description {
  padding: 20px;
  /*min-height:780px;*/
}
.quality-page .product-description {
  /*min-height:auto;*/
}

@media screen and (max-width: 1100px) {
	.product-description {
		/*min-height:540px;*/
	}
}

.product-description.terms-and-conditions-description {
  border-top-left-radius: 60px;
}

.product-box.terms-and-conditions-box {
  margin-bottom: 40px;
}

.product-columns {
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-columns.w-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 20px;
}

.product-columns.quality-columns.w-row {
  grid-template-columns: repeat(2, 1fr); /* 4 equal columns */
}

.product-columns.smaller-columns.w-row {
  width:60%;
  margin:0 auto;
}
.text-block-3.product-page-description {
  width:60%;
  margin:20px auto;
}

.product-columns.smallest-columns.w-row {
  grid-template-columns: repeat(1, 1fr); /* 4 equal columns */
  width:30%;
  margin:0 auto;
}

@media screen and (max-width: 1100px) {
	.product-columns.w-row {
  		grid-template-columns: repeat(2, 1fr); /* 4 equal columns */
	}
}

@media screen and (max-width: 600px) {
	.product-columns.w-row {
  		grid-template-columns: 1fr; /* 4 equal columns */
	}
	.product-columns.smaller-columns.w-row {
  		width:100%;
	}
	.text-block-3.product-page-description {
  		width:100%;
	}
}

.text-block-3 {
  color: #fff;
  text-align: center;
}

.text-block-3.product-page-description {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid {
  grid-template: "Area Area-3 Area-4"
                 "Area-2 Area-5 Area-6"
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  background-color: #00296b;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.text-block-5.catalog-header {
  padding-left: 10px;
  padding-right: 10px;
}

.catalog-item {
  color: #fff;
  background-color: #fff0;
  padding: 10px;
}

.rich-text-block {
  color: #fff;
  margin-bottom: 20px;
}

.link-block-2 {
  text-decoration: none;
}

.rich-text-block-2 {
  text-align: right;
  width: 100%;
}

.section.black.products .div-block {
	padding:0px;
}

.section.black.products .div-block .text-block,
.section.black.products .div-block h2 {
	float:right;
}

.section.black h2,
.section.black .text-block {
	/*width:80%; */ /* disabled via client feedback to fill the space */
}

body.home .section.black .text-block {
	font-size:22px;
}

@media screen and (max-width: 1500px) {
	body.home .section.black .text-block {
		font-size:18px;
	}
}

@media screen and (max-width: 1100px) { /* 991px */
  .section.blue.quality {
    background-image: url('../images/home_dedicated_to_quality_gradient.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 100%, 0 0, 0 0;
    background-size: contain, auto, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .icon {
    color: #00296b;
    background-color: #fff;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section.black h2,
  .section.black .text-block {
	width:100%;
  }
	
	

.section.black.products .div-block .text-block {
	padding:0px 20px;
}
	
	.section.black .column {
		padding:30px 0px 30px 0px;
	}
	
  .section.blue.quality {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  }
	
  .section.black.products .w-row {
	  display:flex;
	  flex-direction:column-reverse;
  }

  .column {
    border-top: 0px solid #33b3ff;
    border-left-width: 0;
  }

  .heading {
    text-align: center !important;
  }
	
  .section.header.home .div-block  {
    text-align: center !important;
  }
	
  .text-block {
    text-align: center !important;
  }
	
  .section.black .w-col-7  {
    text-align: center !important;
  }
	
  .section.black .w-col-7 a {
	float:none;
  }

  .column-2 {
    border-bottom: 0px solid #33b3ff;
    border-right-width: 0;
    margin-bottom: 20px;
  }

  .column-4 {
    text-align: center;
    padding-left: 0;
  }

  .column-5 {
    text-align: center;
    padding-top: 20px;
  }

  .blue-label.float-left {
    float: none;
    display: block;
  }

  .white-text {
    clear: both;
    width: 100%;
    display: inline;
  }

  .image-4 {
    text-align: center;
    display: block;
  }

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

  .columns-2 {
    flex-flow: wrap-reverse;
	flex-direction: column;
  }

  .text-block-5.catalog-header {
    font-size: 14px;
  }

  .catalog-item {
    font-size: 12px;
  }
	
  .image-3 {
  	margin-left: auto;
  	margin-right: auto;
  }
	
  .field-half {
	width:100%;
	padding:0px !important;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 200px;
  }
	
  .heading.home-heading, .heading.product-heading {
    font-size:18px;
	line-height:1.0;
  }

  .navbar {
    margin-top: 0;
  }

  .text-block-5.catalog-header {
    font-size: 12px;
  }
}

#w-node-_9ed5f5e4-e4e3-20d5-6e0d-dbe909837f43-39aa18dd {
  grid-area: Area-2;
}

#w-node-bfc40b9b-0198-0ae0-aa52-821c2dcf42e1-39aa18dd {
  grid-area: Area;
}

#w-node-_88ce50a9-5a18-c9c8-7f87-7d383fe7b8b7-39aa18dd, #w-node-_16167307-5273-5f10-b9fb-344f66608856-39aa18dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_557237dd-064c-ca95-5d15-8d3e30b0dcc2-39aa18dd {
  grid-area: Area-5;
}

#w-node-ccc7daf7-bdac-72ef-77f1-e0cf40538881-39aa18dd {
  grid-area: Area-6;
}

#w-node-_1375f055-585e-f521-b026-a45ff3c568c3-39aa18dd, #w-node-cef07caf-d6ed-380d-7d4e-646a358ed2e5-39aa18dd, #w-node-eb0a8410-6325-8d77-cfa9-eab54c615473-39aa18dd, #w-node-_5278582c-637d-4c2e-2b7b-c375d18d805d-39aa18dd, #w-node-_4ffbcfa6-dd17-79f3-1a7b-bc4ce1a33e66-39aa18dd, #w-node-_85e2cb33-e685-2161-c854-362353260949-39aa18dd, #w-node-_579c46d7-d229-0ca7-b408-49485f133cf2-39aa18dd, #w-node-_0e4cdadc-16c4-8a28-8fe2-8dab3c6cbaf3-39aa18dd, #w-node-ffc74e2f-e3d5-ae4f-5e5b-6b1c8f05cbd6-39aa18dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


table.dataTable.dtr-column > tbody > tr > td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control::before, table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
	color:#000 !important;
}

.data-tables-container {
 	background:#fff;
	color:#000;
	border:0px;
	border-radius: 30px;
	padding:30px 40px 40px 40px;
	margin:0 auto;
	max-width:1300px;
}
.data-tables-container th {
	font-size:14px;
}
.data-tables-container td {
	border-bottom:1px solid #000;
	font-size:14px;
}
.data-tables-container td p {
	margin-top:10px !important;
	margin-bottom:10px !important;
}

/* BACKGROUND VIDEO */
.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#youtube-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -2;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 90, 0.6); /* #00225a with 60% opacity */
  z-index: -1;
}
iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section.header.home.video-container {
	background-image:none !important;
}

/* HEADLINE */
h1 .blue-text {
	color:#33b3ff;
}

/* FOOTER */
.footer {
	max-width:none !important;
}

.footer > .div_block {
	max-width:none !important;
}

.footer .footer-left {
  width: 100%;
  max-width: 350px;
  margin: 32px auto;
}

.white-text a {
	color:#fff;
}

.credit {
	color:#FFF;
}

.designs_title {
	font-size:18px;
}

.repair_title {
	font-size:14px;
}

.other_title {
	font-size:12px;
}

/* WEBTRAX */
img[name="pphLoggerImage"] {
  display: none;
}
