.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:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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.125rem;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:2.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.5rem;left:0rem;height:12.375rem;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; }
#wMqV7eR9FTJxZz0m0azi2nysdiLCaDBT { color:rgba(var(--color-secondary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:28.5rem;left:0rem;height:1.625rem;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:300;z-index:15001;line-height:1.6;letter-spacing:0;top:8.1875rem;left:1.25rem;height:14.39645625rem;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; }
#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:78.3125rem;width:60rem;position:relative;display:block; }#uOSQt7bdg4GLx1LtIUO71gEfTm81VpCF { color:rgba(var(--color-secondary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:40.1875rem;left:22.1875rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5TiWkXow9hDqtUen7Q6hFWCknuPiLZ7 { color:rgba(var(--color-secondary-4),1);display:block;width:22.8125rem;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:0rem;left:18.59375rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#peQNg0woFXPWWFEf27Hx9l9G6ttnpvF1 { color:rgba(var(--color-secondary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kU1qHudcc8MqLHiZ7qAgIF0bE7O7XUPG { color:rgba(var(--color-secondary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.875rem;left:34.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#no4T9JchhLPTIv5rKVwBtafoTFCwbTHk { color:rgba(var(--color-secondary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.3125rem;left:35.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfrcHgDJiFmLyuA1OvmHT9ZOLm8rJzNd { color:rgba(var(--color-secondary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.3125rem;left:3.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3msKZhXWlxp4IbU0gH4oACJmqESsNPc { 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:45.5625rem;left:21.875rem;overflow:hidden;display:block; }
#wOXFh2KMLIzqWofcts2kGn7G4uwd3xO5 { 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:16.75rem;width:16.75rem;top:45.5625rem;left:41.0625rem;overflow:hidden;display:block; }
#VVnmvFxAukSShQARpC7TvoOOTKiebheT { box-sizing:content-box;height:30.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.875rem;left:21.1875rem;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; }
#MXbsUCBocgw8qEmPdBAs4zsVxye7oM3i { box-sizing:content-box;height:30.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.875rem;left:40.375rem;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; }
#MWDoWe3F9qLgfSwhPuPqMNAHwt77Cfc0 { box-sizing:content-box;height:30.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.9375rem;left:2.375rem;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:none; }
#mhzld1X0aPxKWSp8AVlNxKEsNV9LqnPT { 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; }
#qu2O2i1enB2xiXFusme4StWhQiWrLD48 { 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; }
#zUov13KTP01kB6ZcO9gF3pmVxWN2a9eI { position:absolute;display:block;z-index:15001;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:16.75rem;width:16.75rem;top:12.6875rem;left:37.3125rem;overflow:hidden;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; }
#kcF87HsVh14ZTwovVLm6cQ3it5X3DTiB { 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: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:34.375rem;left:38.75rem;display:block; }
#eb3m6rX3tnnh4vSKw913nbvOImEPSsQy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSb59LdVGeCUVtOWbLISfToNp08rVRR7 { color:rgba(var(--color-secondary-4),1);display:block;width:22.8125rem;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:1.5rem;left:19.25rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#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; }
#TBtsXdmqsDQrlwltrfR5VkPbxyckr5Xl { 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; }
#ofBkr4tnvU7R3WyaJORm0npCGAy91B4A { box-sizing:content-box;height:29.5rem;width:22.3125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1875rem;left:34.75rem;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; }
#n14XsTKJuvhCv5Tg4Kmu4fSJ1beBi7K6 { 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: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:15004;text-align:center;text-align-last:center;top:34.375rem;left:7.0625rem;display:block; }
#X6WiovwSiHolQFTIBFNnDofhNnDdMaQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aJqMTwxorVxu232QUM0mrTLlTU2RuTcv { box-sizing:content-box;height:29.5rem;width:22.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1875rem;left:3rem;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; }
#Kc4f5U3I3sm8abHaNdgPAGukbA1EUlvp { 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:16.75rem;width:16.75rem;top:12.6875rem;left:5.75rem;overflow:hidden;display:block; }
#xXg0Z6914XI2OPlzbqNodulbvduEPGTT { color:rgba(var(--color-secondary-4),1);display:block;width:13.5rem;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:63.4375rem;left:23.625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmE19JEilAPr39WCeuGvW5ORdaRXxDU2 { 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: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:70rem;left:23.25rem;display:block; }
#gGbv34ELcTVecHuMFr41ffI74Qp4tUuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhdFXh3GJr6uSwc0w0il6ZZoz2O8iX8e { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:63.4375rem;left:42.5625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8D76KNCSWlReRl7foNHPHrzyx4A8VKu { 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: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:15004;text-align:center;text-align-last:center;top:70rem;left:42.375rem;display:block; }
#qVkKZzKqqtPE0JWyndVlEbEmcT6f3erO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5J7Hz6sLEZlZAmTNzcskyJamerUQdvr { box-sizing:content-box;height:30.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.875rem;left:1.4375rem;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; }
#CyQeK4eOzyATHUcqseqIrU6dS4PSE5Jw { 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:16.75rem;width:16.75rem;top:45.5625rem;left:2.1875rem;overflow:hidden;display:block; }
#zTLv6ZxpeQ9EZtvw7wCDQ9ChRbUmqa5M { color:rgba(var(--color-secondary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:63.4375rem;left:3.8125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpX6W6gHXf5FrevBsSMdTyeUucDkgP0b { 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: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:15004;text-align:center;text-align-last:center;top:70rem;left:3.4375rem;display:block; }
#cI5Grtg0tSQdwE2QRBwI8GTuRnd1lI5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mN7BXuEJuZ7idOUmkQy8ZmsdW9Lmc0wE { box-sizing:content-box;height:30.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.0625rem;left:20.8125rem;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:none; }
#sIhwT3QtQGQH44AsFCZo10i0fS5VJFtt { box-sizing:content-box;height:30.5625rem;width:18.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.9375rem;left:2.375rem;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:none; }
#ECdTt42wh7ZpVsB3IcoehmPAhN26ACJz { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:11.25rem;height:2.5996125rem;font-style:normal;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:34.4375rem;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; }
#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:12.375rem;top:10.5rem;left:0rem;font-size:1.5rem;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) { #wMqV7eR9FTJxZz0m0azi2nysdiLCaDBT { width:25.4375rem;height:1.625rem;top:28.5rem;left:0rem;font-size:0.8125rem;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) { #X515tifPbfziHZpTkqMbcAVhcwDg0T3E { display:block; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOSQt7bdg4GLx1LtIUO71gEfTm81VpCF { width:16.4375rem;height:3.6875rem;top:40.1875rem;left:16.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5TiWkXow9hDqtUen7Q6hFWCknuPiLZ7 { width:22.8125rem;height:3.6875rem;top:0rem;left:12.46875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peQNg0woFXPWWFEf27Hx9l9G6ttnpvF1 { width:22.8125rem;height:2.4375rem;top:9.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU1qHudcc8MqLHiZ7qAgIF0bE7O7XUPG { width:22.8125rem;height:2.4375rem;top:9.875rem;left:24.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4T9JchhLPTIv5rKVwBtafoTFCwbTHk { width:20.875rem;height:3.25rem;top:30.3125rem;left:26.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrcHgDJiFmLyuA1OvmHT9ZOLm8rJzNd { width:20.875rem;height:3.25rem;top:30.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3msKZhXWlxp4IbU0gH4oACJmqESsNPc { width:16.75rem;height:16.75rem;top:45.5625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOXFh2KMLIzqWofcts2kGn7G4uwd3xO5 { width:16.75rem;height:16.75rem;top:45.5625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVnmvFxAukSShQARpC7TvoOOTKiebheT { top:44.875rem;left:15.0625rem;width:18.1875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXbsUCBocgw8qEmPdBAs4zsVxye7oM3i { top:44.875rem;left:29.5625rem;width:18.1875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDoWe3F9qLgfSwhPuPqMNAHwt77Cfc0 { top:25.9375rem;left:0rem;width:18.1875rem;height:30.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhzld1X0aPxKWSp8AVlNxKEsNV9LqnPT { width:16.75rem;height:16.75rem;top:26.625rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qu2O2i1enB2xiXFusme4StWhQiWrLD48 { width:16.75rem;height:16.75rem;top:26.625rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUov13KTP01kB6ZcO9gF3pmVxWN2a9eI { width:16.75rem;height:16.75rem;top:12.6875rem;left:31rem;display:none; }
 }@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) { #kcF87HsVh14ZTwovVLm6cQ3it5X3DTiB { width:14.1875rem;height:3rem;top:34.375rem;left:32.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb3m6rX3tnnh4vSKw913nbvOImEPSsQy { display:block; }
 }@media only screen and (max-width: 763px) { #rSb59LdVGeCUVtOWbLISfToNp08rVRR7 { width:20rem;height:2.5625rem;top:61.625rem;left:0rem;font-size:2.875rem;display:none; }
 }@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) { #TBtsXdmqsDQrlwltrfR5VkPbxyckr5Xl { width:11.75rem;height:3.25rem;top:120.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofBkr4tnvU7R3WyaJORm0npCGAy91B4A { top:9.1875rem;left:25.4375rem;width:22.3125rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n14XsTKJuvhCv5Tg4Kmu4fSJ1beBi7K6 { width:14.1875rem;height:3rem;top:34.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6WiovwSiHolQFTIBFNnDofhNnDdMaQb { display:block; }
 }@media only screen and (max-width: 763px) { #aJqMTwxorVxu232QUM0mrTLlTU2RuTcv { top:9.1875rem;left:0rem;width:22.3125rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc4f5U3I3sm8abHaNdgPAGukbA1EUlvp { width:16.75rem;height:16.75rem;top:12.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXg0Z6914XI2OPlzbqNodulbvduEPGTT { width:13.5rem;height:5.8125rem;top:63.4375rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmE19JEilAPr39WCeuGvW5ORdaRXxDU2 { width:14.1875rem;height:3rem;top:70rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGbv34ELcTVecHuMFr41ffI74Qp4tUuu { display:block; }
 }@media only screen and (max-width: 763px) { #yhdFXh3GJr6uSwc0w0il6ZZoz2O8iX8e { width:13.75rem;height:5.8125rem;top:63.4375rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8D76KNCSWlReRl7foNHPHrzyx4A8VKu { width:14.1875rem;height:3rem;top:70rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVkKZzKqqtPE0JWyndVlEbEmcT6f3erO { display:block; }
 }@media only screen and (max-width: 763px) { #X5J7Hz6sLEZlZAmTNzcskyJamerUQdvr { top:44.875rem;left:0rem;width:18.1875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQeK4eOzyATHUcqseqIrU6dS4PSE5Jw { width:16.75rem;height:16.75rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLv6ZxpeQ9EZtvw7wCDQ9ChRbUmqa5M { width:13.5rem;height:5.8125rem;top:63.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpX6W6gHXf5FrevBsSMdTyeUucDkgP0b { width:14.1875rem;height:3rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI5Grtg0tSQdwE2QRBwI8GTuRnd1lI5q { display:block; }
 }@media only screen and (max-width: 763px) { #mN7BXuEJuZ7idOUmkQy8ZmsdW9Lmc0wE { top:41.0625rem;left:14.6875rem;width:18.1875rem;height:30.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIhwT3QtQGQH44AsFCZo10i0fS5VJFtt { top:25.9375rem;left:0rem;width:18.1875rem;height:30.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECdTt42wh7ZpVsB3IcoehmPAhN26ACJz { top:4.625rem;left:5.125rem;width:38.3125rem;height:2.5625rem;font-size:0.875rem;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) { #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:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:19.3125rem;height:4.94970625rem;top:9.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:19.6875rem;height:2.2744125rem;top:15.375rem;left:0.15625rem;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:28.125rem;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:28.125rem;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:20.125rem;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:20.8125rem;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:22.375rem;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:24.0625rem;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:24.6875rem;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:26.1875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMqV7eR9FTJxZz0m0azi2nysdiLCaDBT { width:20rem;height:1.05615rem;top:18.14892578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:rgba(var(--color-secondary-0),1);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:13.99901875rem;top:20.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-secondary-4),1);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) { #X515tifPbfziHZpTkqMbcAVhcwDg0T3E { display:block; }#X515tifPbfziHZpTkqMbcAVhcwDg0T3E > .row .container { width:20rem;height:149.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOSQt7bdg4GLx1LtIUO71gEfTm81VpCF { width:17.625rem;height:2.5996125rem;top:52.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5TiWkXow9hDqtUen7Q6hFWCknuPiLZ7 { width:20rem;height:2.5996125rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #peQNg0woFXPWWFEf27Hx9l9G6ttnpvF1 { width:14.5625rem;height:2.03125rem;top:10.0625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU1qHudcc8MqLHiZ7qAgIF0bE7O7XUPG { width:20rem;height:2.03125rem;top:38.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4T9JchhLPTIv5rKVwBtafoTFCwbTHk { width:16.375rem;height:2.4375rem;top:58rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrcHgDJiFmLyuA1OvmHT9ZOLm8rJzNd { width:16.375rem;height:2.4375rem;top:30rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3msKZhXWlxp4IbU0gH4oACJmqESsNPc { width:16.75rem;height:16.75rem;top:95.34375rem;left:1.625rem;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) { #wOXFh2KMLIzqWofcts2kGn7G4uwd3xO5 { width:16.75rem;height:16.75rem;top:99.4375rem;left:1.625rem;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) { #VVnmvFxAukSShQARpC7TvoOOTKiebheT { width:18.1875rem;height:25.625rem;top:92rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXbsUCBocgw8qEmPdBAs4zsVxye7oM3i { width:18.1875rem;height:25.75rem;top:95.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDoWe3F9qLgfSwhPuPqMNAHwt77Cfc0 { width:18.1875rem;height:27.0625rem;top:9.625rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mhzld1X0aPxKWSp8AVlNxKEsNV9LqnPT { width:16.75rem;height:16.75rem;top:12.625rem;left:1.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) { #qu2O2i1enB2xiXFusme4StWhQiWrLD48 { width:16.75rem;height:16.75rem;top:72.25rem;left:1.625rem;z-index:15003;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) { #zUov13KTP01kB6ZcO9gF3pmVxWN2a9eI { width:16.75rem;height:16.75rem;top:40.8125rem;left:1.625rem;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:block; }
 }@media only screen and (max-width: 763px) { #XToh92o8rUfkZO5c6qUi4rErNrO5x2FT { width:14.1875rem;height:3rem;top:32.875rem;left:2.9375rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #Jako7y0KSgT7oW0xbFm2pSPQrk3xxdZH { display:block; }
 }@media only screen and (max-width: 763px) { #kcF87HsVh14ZTwovVLm6cQ3it5X3DTiB { width:14.1875rem;height:3rem;top:60.9375rem;left:2.9375rem;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:block; }
 }@media only screen and (max-width: 763px) { #eb3m6rX3tnnh4vSKw913nbvOImEPSsQy { display:block; }
 }@media only screen and (max-width: 763px) { #rSb59LdVGeCUVtOWbLISfToNp08rVRR7 { width:20rem;height:2.5996125rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15003;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) { #TBtsXdmqsDQrlwltrfR5VkPbxyckr5Xl { width:14.875rem;height:1.625rem;top:96.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ofBkr4tnvU7R3WyaJORm0npCGAy91B4A { width:20rem;height:29.5rem;top:177.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n14XsTKJuvhCv5Tg4Kmu4fSJ1beBi7K6 { width:14.1875rem;height:3rem;top:171.6123046875rem;left:4.0625rem;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) { #X6WiovwSiHolQFTIBFNnDofhNnDdMaQb { display:block; }
 }@media only screen and (max-width: 763px) { #aJqMTwxorVxu232QUM0mrTLlTU2RuTcv { width:20rem;height:29.5rem;top:146.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kc4f5U3I3sm8abHaNdgPAGukbA1EUlvp { 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) { #xXg0Z6914XI2OPlzbqNodulbvduEPGTT { width:12.375rem;height:1.625rem;top:69.75rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmE19JEilAPr39WCeuGvW5ORdaRXxDU2 { width:14.1875rem;height:3rem;top:90rem;left:2.9375rem;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) { #gGbv34ELcTVecHuMFr41ffI74Qp4tUuu { display:block; }
 }@media only screen and (max-width: 763px) { #yhdFXh3GJr6uSwc0w0il6ZZoz2O8iX8e { width:11.375rem;height:3.25rem;top:42.9375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8D76KNCSWlReRl7foNHPHrzyx4A8VKu { width:14.1875rem;height:3rem;top:117.375rem;left:2.9375rem;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) { #qVkKZzKqqtPE0JWyndVlEbEmcT6f3erO { display:block; }
 }@media only screen and (max-width: 763px) { #X5J7Hz6sLEZlZAmTNzcskyJamerUQdvr { width:18.1875rem;height:25rem;top:122.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQeK4eOzyATHUcqseqIrU6dS4PSE5Jw { width:16.75rem;height:16.75rem;top:125.9375rem;left:1.6875rem;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) { #zTLv6ZxpeQ9EZtvw7wCDQ9ChRbUmqa5M { width:15rem;height:1.625rem;top:123.4375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpX6W6gHXf5FrevBsSMdTyeUucDkgP0b { width:14.1875rem;height:3rem;top:143.6875rem;left:2.9375rem;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) { #cI5Grtg0tSQdwE2QRBwI8GTuRnd1lI5q { display:block; }
 }@media only screen and (max-width: 763px) { #mN7BXuEJuZ7idOUmkQy8ZmsdW9Lmc0wE { width:18.1875rem;height:25.625rem;top:68.9375rem;left:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sIhwT3QtQGQH44AsFCZo10i0fS5VJFtt { width:18.1875rem;height:27.0625rem;top:37.75rem;left:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ECdTt42wh7ZpVsB3IcoehmPAhN26ACJz { width:19.125rem;height:4.548825rem;top:3.95361328125rem;left:0.4375rem;font-size:0.875rem;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) { #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;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; }
 }