.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,229,224;--color-primary-1:248,170,150;--color-primary-2:240,84,45;--color-primary-3:120,42,23;--color-primary-4:36,13,7;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:115,115,115;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;overflow:visible;position:relative;display:block; }#kLZINlNytSfhrWB13t8AOKDE9TrLgNz7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:12.0625rem;top:0.5rem;left:1.25rem;overflow:hidden;display:block; }
#ttUwbNskp9qz2CFwR9DWGKo97kRqQZ9k { background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.875rem;left:42.59375rem;display:block; }
#Tr0K4irDZQfIQC31fw4S8dK44wamwR1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37279e63-93b4-4407-97b1-a580a64f1e33/SafeboundFencingGurminderPlainImage3Fence.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.adaptive-delivery-prevent-bg, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyload, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyloading { background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { background-color: transparent; background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.87); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.87); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { border-width: 0; border-radius: 0; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { color:rgba(var(--color-secondary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.5rem;left:0rem;height:13.1996875rem;font-style:normal;display:block; }
#FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { color:rgba(var(--color-secondary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.5625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-form-header { font-size:0.875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #cacdce;border-left:0.0625rem solid #cacdce;border-right:0.0625rem solid #cacdce;border-bottom:0.0625rem solid #cacdce;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;vertical-align:top; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #cacdce;border-left:0.0625rem solid #cacdce;border-right:0.0625rem solid #cacdce;border-bottom:0.0625rem solid #cacdce;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;vertical-align:top; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-4),0.6);vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-container:first-of-type{padding-top:0;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-container:last-of-type{padding-bottom:0;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0  { background-color:rgba(var(--color-tertiary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:17.4375rem;left:34.25rem;font-size:0.875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-2),1);vertical-align:top;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 {display:block;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 { background-color:rgba(var(--color-tertiary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:17.4375rem;left:34.25rem;font-size:0.875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #PKHWxsn9w4hkk3NTAdX2LSgWAWvD9vNF { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #JJyhMfALiMeae3z0KS58bXiuxEMRGs65 { position:relative;display:block; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #szUq4eAD7egNNw1hPil5Gi5cKmM92Zm2 { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #D7KBbzTxzFPAQTR7peew8cClfaH3yTuD { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #U0ktRDaL1QgBXqapJFeWCIEIsABu7plH { position:relative;display:block; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #R6mlb7eDE4TwSxdMnlPLLtA3J7T5rc9w { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #sTN0EwKlTOPhzdZX5IlSct431udkhP1s { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #MJ0uSckGla7qOUDUfvBclD90OoEtoAJN { position:relative;display:block; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #qXzInnLtkmPOJCyV8661iiHnqATtqiFJ { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #vtH7y950TBToOHEvTeDas2x8ckK2Vlkw { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #vtH7y950TBToOHEvTeDas2x8ckK2Vlkw .container-column{width:50%;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #hPTvABHNHR3VtSsZhZ7mVBoJ55Fo3R63 { position:relative;display:block; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #wxTfs34aRWdq4ZL9gLWT4aFaVkqelVdM { position:relative;z-index:2; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #aOgw9OhouG11nfbdmWC3crfMM9kd6m3e { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #IEVxTe55LZ9gTVdfZRKgiDlMe2gUR2wv { position:relative;z-index:2; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #ALIuVd8hkqLAkuQmvayaVpMzUiKeBMGx { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #L7sAw9Dclnv3ZuWBXF1udg7nAEcri7Ay { position:relative;z-index:2; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #dJsf4M65TymoGFbTvgykuveclqt7y2ll { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #mIwXX0ReDMM5XX7x8s1TD0NGeeA5z0Xz { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #G4qT0Tefx00SwRGMqyCkpSuu8J6E9U6E { position:relative; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #zs21LOC8bxFgrg77hloOTiqJOmZr9hUN { position:relative;display:block;z-index:15000; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #MmLSsBMWLBJsslzTenOubgbO9STf8www { position:relative;display:block;z-index:15000; }
#kVDvMOu8IdLhAHTLk07DMcCnsGSEdVb6 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:11rem;width:24.375rem;top:8.3125rem;left:34.25rem;display:block; }
#Kk2QISE05KUNq4STlGTWwrDom0TZ4Tvr { color:rgba(var(--color-secondary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.3125rem;left:38rem;height:1.23730625rem;font-style:normal;display:block; }
#dkTIvQTiRm6HdbnED6TNWzhH4rM6vUOl { color:rgba(var(--color-secondary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:10.75rem;left:40.125rem;height:1.23730625rem;font-style:normal;display:block; }
#ihdLUTTyow9eritZbAQcl9nrzxVKQwsM { box-sizing:content-box;height:4.6875rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:#f37803;background-image:none;box-shadow: none;border-top:0.125rem dotted rgba(var(--color-secondary-2),1);border-left:0.125rem dotted rgba(var(--color-secondary-2),1);border-right:0.125rem dotted rgba(var(--color-secondary-2),1);border-bottom:0.125rem dotted rgba(var(--color-secondary-2),1);top:12.875rem;left:35.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#TgXyULUuxqVAelas0DQ25c07CRAK99Gg { color:rgba(var(--color-secondary-0),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:13.6875rem;left:41.4375rem;height:1.23730625rem;font-style:normal;display:block; }
#Tc8kGkX2sUWTwArTCJWfeqvsaV8glv3g { color:rgba(var(--color-secondary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.3125rem;left:38.5625rem;height:1.23730625rem;font-style:normal;display:block; }
#X515tifPbfziHZpTkqMbcAVhcwDg0T3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container { background-color: transparent; background-image: none; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container > .video-iframe-container { display: none; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row > .video-iframe-container { display: none; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container { border-width: 0; border-radius: 0; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#W5TiWkXow9hDqtUen7Q6hFWCknuPiLZ7 { color:rgba(var(--color-secondary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.94970703125rem;left:1.375rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XToh92o8rUfkZO5c6qUi4rErNrO5x2FT { background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:51.375rem;left:23.5625rem;display:none; }
#Jako7y0KSgT7oW0xbFm2pSPQrk3xxdZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dp6zfHgeHghbz4QUeVwm0D6uATE8FwnM { color:rgba(var(--color-secondary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44.9375rem;left:26.3125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ECdTt42wh7ZpVsB3IcoehmPAhN26ACJz { color:rgba(var(--color-tertiary-4),1);display:block;width:55.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.375rem;height:19.49709375rem;font-style:normal;display:block; }
#eTepgkIKfLNbs07iITWVlAmGDNPJX8lt { background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.625rem;left:2.375rem;display:block; }
#UQP85kpCivsNvcZpNoCE8xXRUamxOwJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row .container { background-color: transparent; background-image: none; }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row .container > .video-iframe-container { display: none; }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row > .video-iframe-container { display: none; }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row .container { border-width: 0; border-radius: 0; }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#g4nlmsPBTDTWNnhKN4FTKzMULvshFSzx { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.375rem;left:14.84375rem;height:7.474625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQXluFZWWGbToHEIQeGQe5lfP2Nhyd8O { color:rgba(var(--color-secondary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44.9375rem;left:26.3125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rqLqwla3ONe95BRz6xNgUDTdVEuaoC2B { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.599609375rem;left:2.25rem;height:1.29980625rem;font-style:normal;display:block; }
#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 { position:relative;display:block; }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 { background-color: transparent; background-image: none; }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row .container > .video-iframe-container { display: none; }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row > .video-iframe-container { display: none; }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 { border-width: 0; border-radius: 0; }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ik7Da95kA3phh3aR191V1cTHpeHkOBde { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:23rem;width:23rem;top:6.8935546875rem;left:34.34375rem;overflow:hidden;display:block; }
#V4ktVkJo4QaEMs5Wl8SbWrPtT00nhTkr { color:rgba(var(--color-secondary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:9.875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvRTuPtMu4Xbrkr7J4rnBQhS19tkdTPo { background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.0810546875rem;left:4.75rem;display:block; }
#eJaFTv234Tq9MI3Ju1uwkxuC9eOwqhKf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlMs13bDGAr3JUxdOPMqwlSbSOTBX2qw { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3447265625rem;left:1.875rem;height:3.8994125rem;font-style:normal;display:block; }
#xqGG0uQ3JX3ihrdsyAvm1tKE9BtE1zXa { color:rgba(var(--color-secondary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.7001953125rem;left:1.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rV4b9A2rdImJk3PVsqACCtT9bdWVeaaB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:26.625rem;left:22.1875rem;overflow:hidden;display:none; }
#kqfbgfPGWNKpuxH4TBmZNlzirRSySH6a { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.4697265625rem;left:1.875rem;height:11.69825625rem;font-style:normal;display:block; }
#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE { position:relative;display:block; }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE { background-color: transparent; background-image: none; }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row .container > .video-iframe-container { display: none; }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row > .video-iframe-container { display: none; }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE { border-width: 0; border-radius: 0; }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OtyTR0FIPqcmTvWIkMlxrAGxdSCZHnFr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:23rem;width:23rem;top:6.8935546875rem;left:34.34375rem;overflow:hidden;display:block; }
#NudD4ros4ThkCHTM9n6PiHzANqs2SXgA { color:rgba(var(--color-secondary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:9.875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyT0QmbsAAKdo0gaEp38BQOCKQka7m9A { background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.3935546875rem;left:4.75rem;display:block; }
#qogByAcoG8WnW7DZNO9nQ6lzFCTsd4dx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw7rM3dTTfG8hdJ1Bs7wDwapWprXPrfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8935546875rem;left:1.78125rem;height:5.19921875rem;font-style:normal;display:block; }
#RT1PCSAb3ZzuvCE4lucLBsOmRzhy7Mqo { color:rgba(var(--color-secondary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5751953125rem;left:1.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eThxTpEXUJPzgwnnC0V1tq7u04zxlImI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:26.625rem;left:22.1875rem;overflow:hidden;display:none; }
#ATviNXGVmnSctsgeIH7V7pLsRqtg5OO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5322265625rem;left:1.875rem;height:11.69825625rem;font-style:normal;display:block; }
#vZce93nvSXGZt5MfDtHznn0IStsDGvrb { position:relative;display:block; }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb { background-color: transparent; background-image: none; }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row .container > .video-iframe-container { display: none; }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row > .video-iframe-container { display: none; }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb { border-width: 0; border-radius: 0; }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WTirWZWQuWCfCWVlTAblVe3EaoBQLUmR { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5322265625rem;left:4.53125rem;height:5.199225rem;font-style:normal;display:block; }
#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container { background-color: transparent; background-image: none; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container > .video-iframe-container { display: none; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row > .video-iframe-container { display: none; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container { border-width: 0; border-radius: 0; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#O8lS7ialxd3XCFITbBTrXZMAJMAhJwXO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:3.73730625rem;font-style:normal;display:block; }
#cS1aTF0THXx9avZFXvwgRFTruVsJ6TiH { color:rgba(var(--color-secondary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:8.1875rem;left:1.25rem;height:15.99608125rem;font-style:normal;display:block; }
#rZ2bLoNMuuz4fTRBDrUETE5pA7e4cStl { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:20.625rem;width:26.625rem;top:4.25rem;left:30.63671875rem;overflow:hidden;display:block; }
#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row .container { background-color: transparent; background-image: none; }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row .container > .video-iframe-container { display: none; }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row > .video-iframe-container { display: none; }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row .container { border-width: 0; border-radius: 0; }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#EmqMaZ9Ku11497wiJXc9TgWL0L2AnakH { color:rgba(var(--color-secondary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4375rem;left:11.03125rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sb7gokhPcppkQMozg6VvWxu9HsDTqBWk { color:rgba(var(--color-secondary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44.9375rem;left:26.3125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cOoTWPqKuSToW9EgH5XLuqeT7M28hfe1 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:15.875rem;top:5.9375rem;left:3.21533203125rem;overflow:hidden;display:block; }
#s5MVROVU4A5z0OUuF4yVAZp9kAfZWvGL { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:15.875rem;top:5.9375rem;left:22.0625rem;overflow:hidden;display:block; }
#ipMZ6VwtgeQQczSR9AH6O54QfwHRP4J6 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:15.875rem;top:5.9375rem;left:41.375rem;overflow:hidden;display:block; }
#PDiBdI8wffG3qFrudQAVwNTTFESFhIzT { background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:51.375rem;left:23.5625rem;display:none; }
#LPDcZdFu8RCcUk0QSiFPko1IHZOkHRyP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wThx4CdyxI4uglf7TfDoUU2TXkM6d1aJ { background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.1435546875rem;left:20.84375rem;display:block; }
#vfywa9feogmi72kJ4sXoWELTrqMyPcQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2ff7e2a-b02d-42a5-8857-0d40634444ce/GurminderPlainImage1Fence.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24.adaptive-delivery-prevent-bg, #aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24.lazyload, #aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24.lazyloading { background-image: none; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container { background-color: transparent; background-image: none; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.66); }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container > .video-iframe-container { display: none; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.66); }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row > .video-iframe-container { display: none; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container { border-width: 0; border-radius: 0; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#otl7m9D6oEzDWmQbbyAGIJDeXhcezqKa { color:rgba(var(--color-secondary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#q8tvZs6LT6QiALWMh5V8CHVADHS7mkns { color:rgba(var(--color-secondary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.25rem;height:9.666rem;font-style:normal;display:block; }
#SZKlCOo0SLL8D1dyAJWkDCVTVRmV0p9z { background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.5rem;left:0.65625rem;display:block; }
#KdetB4ruVu58qKe0hqJapPXfsLit9ezV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JhtEk8whTFMG11uifRno0A6po8DlDova { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:12.25rem;top:7.1875rem;left:38.4375rem;overflow:hidden;display:block; }
#WyLhldQio2QLMrWZg5lAD6THatCIGTRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row .container { background-color: transparent; background-image: none; }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row .container > .video-iframe-container { display: none; }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row > .video-iframe-container { display: none; }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row .container { border-width: 0; border-radius: 0; }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#pFqadpxzabo8Mn4vKVrfLNL5TVRVuCb1 { color:rgba(var(--color-secondary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44.9375rem;left:26.3125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JXTnOQ6qdXAQtbaquVhx8vQMTzRsSCUg { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:11.6875rem;top:0.59375rem;left:0.5556640625rem;overflow:hidden;display:block; }
#ZBTZdEvko2ntQhHOzsmf6kWMg4wzCBpH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.54345703125rem;left:46rem;height:2.5996125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLZINlNytSfhrWB13t8AOKDE9TrLgNz7 { width:12.0625rem;height:4.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttUwbNskp9qz2CFwR9DWGKo97kRqQZ9k { width:15.625rem;height:3.875rem;top:0.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0K4irDZQfIQC31fw4S8dK44wamwR1P { display:block; }
 }@media only screen and (max-width: 763px) { #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:33.375rem;height:13.1875rem;top:10.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:28.1875rem;height:3.25rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0  { width:21.875rem;height:auto;top:17.4375rem;left:23.375rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 {display:block;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 { width:21.875rem;height:auto;top:17.4375rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #PKHWxsn9w4hkk3NTAdX2LSgWAWvD9vNF {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #JJyhMfALiMeae3z0KS58bXiuxEMRGs65 { display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #szUq4eAD7egNNw1hPil5Gi5cKmM92Zm2 {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #D7KBbzTxzFPAQTR7peew8cClfaH3yTuD {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #U0ktRDaL1QgBXqapJFeWCIEIsABu7plH { display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #R6mlb7eDE4TwSxdMnlPLLtA3J7T5rc9w {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #sTN0EwKlTOPhzdZX5IlSct431udkhP1s {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #MJ0uSckGla7qOUDUfvBclD90OoEtoAJN { display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #qXzInnLtkmPOJCyV8661iiHnqATtqiFJ {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #vtH7y950TBToOHEvTeDas2x8ckK2Vlkw {  }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #vtH7y950TBToOHEvTeDas2x8ckK2Vlkw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #hPTvABHNHR3VtSsZhZ7mVBoJ55Fo3R63 { display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #wxTfs34aRWdq4ZL9gLWT4aFaVkqelVdM {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #aOgw9OhouG11nfbdmWC3crfMM9kd6m3e {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #IEVxTe55LZ9gTVdfZRKgiDlMe2gUR2wv {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #ALIuVd8hkqLAkuQmvayaVpMzUiKeBMGx {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #L7sAw9Dclnv3ZuWBXF1udg7nAEcri7Ay {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #dJsf4M65TymoGFbTvgykuveclqt7y2ll {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #mIwXX0ReDMM5XX7x8s1TD0NGeeA5z0Xz {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #G4qT0Tefx00SwRGMqyCkpSuu8J6E9U6E {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #zs21LOC8bxFgrg77hloOTiqJOmZr9hUN {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #MmLSsBMWLBJsslzTenOubgbO9STf8www {  }
 }@media only screen and (max-width: 763px) { #kVDvMOu8IdLhAHTLk07DMcCnsGSEdVb6 { width:24.375rem;height:11rem;top:8.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk2QISE05KUNq4STlGTWwrDom0TZ4Tvr { width:16.875rem;height:1.1875rem;top:9.3125rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkTIvQTiRm6HdbnED6TNWzhH4rM6vUOl { width:12.625rem;height:1.1875rem;top:10.75rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihdLUTTyow9eritZbAQcl9nrzxVKQwsM { top:12.875rem;left:25.625rem;width:21.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXyULUuxqVAelas0DQ25c07CRAK99Gg { width:10rem;height:1.1875rem;top:13.6875rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc8kGkX2sUWTwArTCJWfeqvsaV8glv3g { width:15.75rem;height:1.1875rem;top:15.3125rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X515tifPbfziHZpTkqMbcAVhcwDg0T3E { display:block; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5TiWkXow9hDqtUen7Q6hFWCknuPiLZ7 { width:47.75rem;height:3.125rem;top:0.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XToh92o8rUfkZO5c6qUi4rErNrO5x2FT { width:14.1875rem;height:3rem;top:51.375rem;left:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jako7y0KSgT7oW0xbFm2pSPQrk3xxdZH { display:block; }
 }@media only screen and (max-width: 763px) { #Dp6zfHgeHghbz4QUeVwm0D6uATE8FwnM { width:14.8125rem;height:3.25rem;top:92.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECdTt42wh7ZpVsB3IcoehmPAhN26ACJz { top:5.6875rem;left:0rem;width:47.75rem;height:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTepgkIKfLNbs07iITWVlAmGDNPJX8lt { width:18.3125rem;height:3.75rem;top:27.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQP85kpCivsNvcZpNoCE8xXRUamxOwJx { display:block; }
 }@media only screen and (max-width: 763px) { #uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC { display:block; }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4nlmsPBTDTWNnhKN4FTKzMULvshFSzx { width:31.125rem;height:7.4375rem;top:0.375rem;left:8.71875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQXluFZWWGbToHEIQeGQe5lfP2Nhyd8O { width:14.8125rem;height:3.25rem;top:92.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqLqwla3ONe95BRz6xNgUDTdVEuaoC2B { top:8.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 { display:block; }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik7Da95kA3phh3aR191V1cTHpeHkOBde { width:23rem;height:23rem;top:6.875rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4ktVkJo4QaEMs5Wl8SbWrPtT00nhTkr { width:40.25rem;height:3.375rem;top:1.25rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvRTuPtMu4Xbrkr7J4rnBQhS19tkdTPo { width:21rem;height:4.1875rem;top:29.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJaFTv234Tq9MI3Ju1uwkxuC9eOwqhKf { display:block; }
 }@media only screen and (max-width: 763px) { #TlMs13bDGAr3JUxdOPMqwlSbSOTBX2qw { top:7.3125rem;left:0rem;width:30.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqGG0uQ3JX3ihrdsyAvm1tKE9BtE1zXa { width:29.9375rem;height:1.75rem;top:12.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4b9A2rdImJk3PVsqACCtT9bdWVeaaB { width:16.75rem;height:16.75rem;top:26.625rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqfbgfPGWNKpuxH4TBmZNlzirRSySH6a { top:15.4375rem;left:0rem;width:30.125rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE { display:block; }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtyTR0FIPqcmTvWIkMlxrAGxdSCZHnFr { width:23rem;height:23rem;top:6.875rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NudD4ros4ThkCHTM9n6PiHzANqs2SXgA { width:40.25rem;height:3.375rem;top:1.25rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyT0QmbsAAKdo0gaEp38BQOCKQka7m9A { width:21rem;height:4.1875rem;top:29.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qogByAcoG8WnW7DZNO9nQ6lzFCTsd4dx { display:block; }
 }@media only screen and (max-width: 763px) { #Kw7rM3dTTfG8hdJ1Bs7wDwapWprXPrfQ { top:6.875rem;left:0rem;width:30.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1PCSAb3ZzuvCE4lucLBsOmRzhy7Mqo { width:29.9375rem;height:1.75rem;top:13.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eThxTpEXUJPzgwnnC0V1tq7u04zxlImI { width:16.75rem;height:16.75rem;top:26.625rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATviNXGVmnSctsgeIH7V7pLsRqtg5OO7 { top:16.5rem;left:0rem;width:30.125rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZce93nvSXGZt5MfDtHznn0IStsDGvrb { display:block; }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTirWZWQuWCfCWVlTAblVe3EaoBQLUmR { top:1.5rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv { display:block; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8lS7ialxd3XCFITbBTrXZMAJMAhJwXO { width:13.5625rem;height:3.6875rem;top:3.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS1aTF0THXx9avZFXvwgRFTruVsJ6TiH { width:26.375rem;height:14.375rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ2bLoNMuuz4fTRBDrUETE5pA7e4cStl { top:4.25rem;left:20.875rem;width:26.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 { display:block; }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmqMaZ9Ku11497wiJXc9TgWL0L2AnakH { width:38.75rem;height:3.6875rem;top:0.4375rem;left:4.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb7gokhPcppkQMozg6VvWxu9HsDTqBWk { width:14.8125rem;height:3.25rem;top:92.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOoTWPqKuSToW9EgH5XLuqeT7M28hfe1 { top:5.9375rem;left:0rem;width:15.875rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5MVROVU4A5z0OUuF4yVAZp9kAfZWvGL { top:5.9375rem;left:15.9375rem;width:15.875rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMZ6VwtgeQQczSR9AH6O54QfwHRP4J6 { top:5.9375rem;left:31.875rem;width:15.875rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDiBdI8wffG3qFrudQAVwNTTFESFhIzT { width:14.1875rem;height:3rem;top:51.375rem;left:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPDcZdFu8RCcUk0QSiFPko1IHZOkHRyP { display:block; }
 }@media only screen and (max-width: 763px) { #wThx4CdyxI4uglf7TfDoUU2TXkM6d1aJ { width:18.3125rem;height:3.75rem;top:33.125rem;left:14.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfywa9feogmi72kJ4sXoWELTrqMyPcQF { display:block; }
 }@media only screen and (max-width: 763px) { #aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 { display:block; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otl7m9D6oEzDWmQbbyAGIJDeXhcezqKa { width:20.125rem;height:2.4375rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8tvZs6LT6QiALWMh5V8CHVADHS7mkns { width:27.25rem;height:9.625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZKlCOo0SLL8D1dyAJWkDCVTVRmV0p9z { width:28.4375rem;height:3.875rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdetB4ruVu58qKe0hqJapPXfsLit9ezV { display:block; }
 }@media only screen and (max-width: 763px) { #JhtEk8whTFMG11uifRno0A6po8DlDova { top:7.1875rem;left:32.3125rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyLhldQio2QLMrWZg5lAD6THatCIGTRi { display:none; }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pFqadpxzabo8Mn4vKVrfLNL5TVRVuCb1 { width:14.8125rem;height:3.25rem;top:92.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXTnOQ6qdXAQtbaquVhx8vQMTzRsSCUg { top:0.5625rem;left:0rem;width:11.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTZdEvko2ntQhHOzsmf6kWMg4wzCBpH { top:1.5rem;left:34.5625rem;width:13.1875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLZINlNytSfhrWB13t8AOKDE9TrLgNz7 { width:9.375rem;height:3.75rem;top:0.5625rem;left:5.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ttUwbNskp9qz2CFwR9DWGKo97kRqQZ9k { width:17.625rem;height:3.4375rem;top:4.8125rem;left:1.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0K4irDZQfIQC31fw4S8dK44wamwR1P { display:block; }
 }@media only screen and (max-width: 763px) { #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37279e63-93b4-4407-97b1-a580a64f1e33/SafeboundFencingGurminderPlainImage3Fence.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.adaptive-delivery-prevent-bg, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyload, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyloading { background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { background-color: transparent; background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.87); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.87); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { border-width: 0; border-radius: 0; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:19.3125rem;height:3.4375rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:19.6875rem;height:2.2744125rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-weight:400;font-style:normal; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;color:rgba(var(--color-secondary-4),1);line-height:1.3;height:2.1875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;color:rgba(var(--color-secondary-4),1);line-height:1.3; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .widget-radio-label { font-weight:400;font-style:normal;font-size:0.8125rem;overflow:hidden; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0  { width:17.5rem;height:auto;top:27.0625rem;left:0rem;background-color:rgba(var(--color-tertiary-3),1);background-image:none; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 {display:block;}#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 { width:17.5rem;height:auto;top:25.625rem;left:0rem;background-color:rgba(var(--color-tertiary-3),1);background-image:none; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #PKHWxsn9w4hkk3NTAdX2LSgWAWvD9vNF {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #JJyhMfALiMeae3z0KS58bXiuxEMRGs65 { display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #szUq4eAD7egNNw1hPil5Gi5cKmM92Zm2 {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #D7KBbzTxzFPAQTR7peew8cClfaH3yTuD {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #U0ktRDaL1QgBXqapJFeWCIEIsABu7plH { display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #R6mlb7eDE4TwSxdMnlPLLtA3J7T5rc9w {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #sTN0EwKlTOPhzdZX5IlSct431udkhP1s {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #MJ0uSckGla7qOUDUfvBclD90OoEtoAJN { display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #qXzInnLtkmPOJCyV8661iiHnqATtqiFJ {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #vtH7y950TBToOHEvTeDas2x8ckK2Vlkw {  }
#OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #vtH7y950TBToOHEvTeDas2x8ckK2Vlkw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #hPTvABHNHR3VtSsZhZ7mVBoJ55Fo3R63 { display:block; }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #wxTfs34aRWdq4ZL9gLWT4aFaVkqelVdM {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #aOgw9OhouG11nfbdmWC3crfMM9kd6m3e {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #IEVxTe55LZ9gTVdfZRKgiDlMe2gUR2wv {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #ALIuVd8hkqLAkuQmvayaVpMzUiKeBMGx {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #L7sAw9Dclnv3ZuWBXF1udg7nAEcri7Ay {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #dJsf4M65TymoGFbTvgykuveclqt7y2ll {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #mIwXX0ReDMM5XX7x8s1TD0NGeeA5z0Xz {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #G4qT0Tefx00SwRGMqyCkpSuu8J6E9U6E {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #zs21LOC8bxFgrg77hloOTiqJOmZr9hUN {  }
 }@media only screen and (max-width: 763px) { #OTZSeEMF6ZTlO6q2IcBKUuzi7eotzGi0 #MmLSsBMWLBJsslzTenOubgbO9STf8www {  }
 }@media only screen and (max-width: 763px) { #kVDvMOu8IdLhAHTLk07DMcCnsGSEdVb6 { width:20rem;height:9.1875rem;top:17.625rem;left:0rem;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk2QISE05KUNq4STlGTWwrDom0TZ4Tvr { width:14.375rem;height:1.0996125rem;top:18.3125rem;left:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkTIvQTiRm6HdbnED6TNWzhH4rM6vUOl { width:11.1875rem;height:1.0996125rem;top:19.875rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihdLUTTyow9eritZbAQcl9nrzxVKQwsM { width:18.375rem;height:3.8125rem;top:21.5625rem;left:0.625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXyULUuxqVAelas0DQ25c07CRAK99Gg { width:8.875rem;height:1.0996125rem;top:22.1875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc8kGkX2sUWTwArTCJWfeqvsaV8glv3g { width:14.1875rem;height:1.0996125rem;top:23.6875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X515tifPbfziHZpTkqMbcAVhcwDg0T3E { display:block; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5TiWkXow9hDqtUen7Q6hFWCknuPiLZ7 { width:20rem;height:4.7119125rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XToh92o8rUfkZO5c6qUi4rErNrO5x2FT { width:14.1875rem;height:3rem;top:31.125rem;left:2.90625rem;z-index:15004;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jako7y0KSgT7oW0xbFm2pSPQrk3xxdZH { display:block; }
 }@media only screen and (max-width: 763px) { #Dp6zfHgeHghbz4QUeVwm0D6uATE8FwnM { width:15.8125rem;height:0;top:92.875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ECdTt42wh7ZpVsB3IcoehmPAhN26ACJz { width:19.375rem;height:23.88133125rem;top:6.20361328125rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTepgkIKfLNbs07iITWVlAmGDNPJX8lt { width:18.3125rem;height:3.75rem;top:27.625rem;left:0.8125rem;z-index:15005;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQP85kpCivsNvcZpNoCE8xXRUamxOwJx { display:block; }
 }@media only screen and (max-width: 763px) { #uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC { display:block; }#uhqOyHJIZTib4qoEsBhAFsCrnd9qVqAC > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4nlmsPBTDTWNnhKN4FTKzMULvshFSzx { width:20rem;height:5.19921875rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQXluFZWWGbToHEIQeGQe5lfP2Nhyd8O { width:15.8125rem;height:0;top:92.875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #rqLqwla3ONe95BRz6xNgUDTdVEuaoC2B { width:19.125rem;height:3.41161875rem;top:6.3388671875rem;left:0.4375rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 { display:block; }#WSqh2wPEWJnbBeLLqRR0AZVsH88vtk25 > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik7Da95kA3phh3aR191V1cTHpeHkOBde { width:16.75rem;height:16.75rem;top:149.9375rem;left:2.78125rem;z-index:15003;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4ktVkJo4QaEMs5Wl8SbWrPtT00nhTkr { width:19.75rem;height:4.875rem;top:0.375rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvRTuPtMu4Xbrkr7J4rnBQhS19tkdTPo { width:13.9375rem;height:3rem;top:50.07421875rem;left:3.03125rem;z-index:15005;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJaFTv234Tq9MI3Ju1uwkxuC9eOwqhKf { display:block; }
 }@media only screen and (max-width: 763px) { #TlMs13bDGAr3JUxdOPMqwlSbSOTBX2qw { width:20rem;height:5.6860375rem;top:25.87451171875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xqGG0uQ3JX3ihrdsyAvm1tKE9BtE1zXa { width:18.8125rem;height:4.0625rem;top:33.318359375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4b9A2rdImJk3PVsqACCtT9bdWVeaaB { width:18.75rem;height:18.75rem;top:6.12451171875rem;left:0.625rem;z-index:15002;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqfbgfPGWNKpuxH4TBmZNlzirRSySH6a { width:20rem;height:10.23485625rem;top:38.2890625rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE { display:block; }#cUefyTQySNnsoHTkqRE3OXkb5RBKlRxE > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtyTR0FIPqcmTvWIkMlxrAGxdSCZHnFr { width:16.75rem;height:16.75rem;top:149.9375rem;left:2.78125rem;z-index:15003;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NudD4ros4ThkCHTM9n6PiHzANqs2SXgA { width:19.75rem;height:2.4375rem;top:0.375rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyT0QmbsAAKdo0gaEp38BQOCKQka7m9A { width:13.9375rem;height:3rem;top:49.82421875rem;left:3.03125rem;z-index:15005;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogByAcoG8WnW7DZNO9nQ6lzFCTsd4dx { display:block; }
 }@media only screen and (max-width: 763px) { #Kw7rM3dTTfG8hdJ1Bs7wDwapWprXPrfQ { width:20rem;height:5.6860375rem;top:24.24951171875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RT1PCSAb3ZzuvCE4lucLBsOmRzhy7Mqo { width:18.8125rem;height:4.0625rem;top:31.693359375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eThxTpEXUJPzgwnnC0V1tq7u04zxlImI { width:18.75rem;height:18.75rem;top:4.31201171875rem;left:0.625rem;z-index:15002;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATviNXGVmnSctsgeIH7V7pLsRqtg5OO7 { width:20rem;height:11.3720625rem;top:36.94921875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vZce93nvSXGZt5MfDtHznn0IStsDGvrb { display:block; }#vZce93nvSXGZt5MfDtHznn0IStsDGvrb > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTirWZWQuWCfCWVlTAblVe3EaoBQLUmR { width:18.8125rem;height:9.75rem;top:1rem;left:0.59375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1ez33XH9/bg2-1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv.adaptive-delivery-prevent-bg, #pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv.lazyload, #pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv.lazyloading { background-image: none; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container { background-color: transparent; background-image: none; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container > .video-iframe-container { display: none; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row > .video-iframe-container { display: none; }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNVcDd5v8QeXf3I9gQK5VRR5L0ov5IIv > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8lS7ialxd3XCFITbBTrXZMAJMAhJwXO { width:20rem;height:2.03125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #cS1aTF0THXx9avZFXvwgRFTruVsJ6TiH { width:20rem;height:15.39895625rem;top:20.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-secondary-4),1);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rZ2bLoNMuuz4fTRBDrUETE5pA7e4cStl { width:20rem;height:15.5rem;top:3.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 { display:block; }#bUoEnZe6HQVbC1A3sQlD1wwp5p2iN8X0 > .row .container { width:20rem;height:94.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmqMaZ9Ku11497wiJXc9TgWL0L2AnakH { width:20rem;height:5.19921875rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb7gokhPcppkQMozg6VvWxu9HsDTqBWk { width:15.8125rem;height:0;top:97.25rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #cOoTWPqKuSToW9EgH5XLuqeT7M28hfe1 { width:15.875rem;height:28.5rem;top:6.44921875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5MVROVU4A5z0OUuF4yVAZp9kAfZWvGL { width:15.875rem;height:28.25rem;top:34.94921875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMZ6VwtgeQQczSR9AH6O54QfwHRP4J6 { width:15.875rem;height:28.25rem;top:63.19921875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDiBdI8wffG3qFrudQAVwNTTFESFhIzT { width:14.1875rem;height:3rem;top:89.6875rem;left:2.90625rem;z-index:15005;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDcZdFu8RCcUk0QSiFPko1IHZOkHRyP { display:block; }
 }@media only screen and (max-width: 763px) { #wThx4CdyxI4uglf7TfDoUU2TXkM6d1aJ { width:18.3125rem;height:3.75rem;top:33.125rem;left:0.8125rem;z-index:15005;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfywa9feogmi72kJ4sXoWELTrqMyPcQF { display:block; }
 }@media only screen and (max-width: 763px) { #aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2ff7e2a-b02d-42a5-8857-0d40634444ce/GurminderPlainImage1Fence.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24.adaptive-delivery-prevent-bg, #aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24.lazyload, #aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24.lazyloading { background-image: none; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container { background-color: transparent; background-image: none; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.7); }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container > .video-iframe-container { display: none; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.7); }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row > .video-iframe-container { display: none; }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWT8CMHqhvLxhJKgRna5NZqo1B1hHJ24 > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otl7m9D6oEzDWmQbbyAGIJDeXhcezqKa { width:20rem;height:1.625rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8tvZs6LT6QiALWMh5V8CHVADHS7mkns { width:20rem;height:11.69825rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SZKlCOo0SLL8D1dyAJWkDCVTVRmV0p9z { width:15.625rem;height:2.875rem;top:25.8125rem;left:2.1875rem;font-size:0.875rem;background-color:#f37803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdetB4ruVu58qKe0hqJapPXfsLit9ezV { display:block; }
 }@media only screen and (max-width: 763px) { #JhtEk8whTFMG11uifRno0A6po8DlDova { width:8.375rem;height:8.375rem;top:16.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyLhldQio2QLMrWZg5lAD6THatCIGTRi { display:block; }#WyLhldQio2QLMrWZg5lAD6THatCIGTRi > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFqadpxzabo8Mn4vKVrfLNL5TVRVuCb1 { width:15.8125rem;height:0;top:97.25rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #JXTnOQ6qdXAQtbaquVhx8vQMTzRsSCUg { width:11.5rem;height:4.4375rem;top:0.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTZdEvko2ntQhHOzsmf6kWMg4wzCBpH { width:17.1875rem;height:0.9746125rem;top:5.25rem;left:1.40625rem;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
 }