.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { background-color: transparent; background-image: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .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); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { border-width: 0; border-radius: 0; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { font-size:14px;font-family:arial;height:62px;width:960px;position:relative;display:block; }#vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { position:absolute;display:block;z-index:15025;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:31px;width:167px;top:13.49609375px;left:15px;overflow:hidden;display:block; }
#r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #fcc931, #fcc931);background-image: -moz-linear-gradient(84deg, #fcc931, #fcc931);background-image: -ms-linear-gradient(84deg, #fcc931, #fcc931);background-image: -o-linear-gradient(84deg, #fcc931, #fcc931);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc931', endColorstr='#fcc931' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc931', endColorstr='#fcc931' );";background-image: linear-gradient(84deg, #fcc931, #fcc931);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:72px;border-top-right-radius:72px;border-bottom-left-radius:72px;border-bottom-right-radius:72px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:112px;height:42px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10px;left:848px;display:block; }
#sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/988a4d8d-a2f3-4896-8912-1271e812e4ab/backgrounddigittecnic6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;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.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:14px;font-family:arial;height:741px;width:960px;overflow:visible;position:relative;display:block; }#yb4FUwon7TssB0Z66QyOssby6UTtLoyl { position:absolute;display:block;z-index:15000;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:252px;width:214px;top:300.97918701172px;left:0px;display:block; }
#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:#ffffff;display:block;width:837.938px;position:absolute;font-family:lato;font-size:63px;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:1px 5px 10px rgba(0,0,0,0.3);top:343.47918701172px;left:93.041687011719px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:9px solid rgba(0,0,0,0);border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);border-bottom:9px solid rgba(0,0,0,0);border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:235px;height:60px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:596.95837402344px;left:345.41674804688px;display:block; }
#Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL { position:relative;display:block; }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL { background-color: transparent; background-image: none; }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .row .container > .video-iframe-container { display: none; }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .row > .video-iframe-container { display: none; }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .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); }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL { border-width: 0; border-radius: 0; }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:145px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kb2HkzUkQbmpcTKKveOm7tTtfOHncbSe { color:#000000;display:block;width:912.979px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:41.312530517578px;left:23.458374023438px;height:62.375px;text-align:center;text-align-last:center;display:block; }
#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2eif3S96/Background4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.adaptive-delivery-prevent-bg, #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.lazyload, #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6.lazyloading { background-image: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { background-color: transparent; background-image: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f1f1f1; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container > .video-iframe-container { display: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f1f1f1; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container { display: none; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .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); }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { border-width: 0; border-radius: 0; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6::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; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { font-size:14px;font-family:arial;height:483px;width:960px;position:relative;display:block; }#ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 38px rgba(168,168,168,0.26) ;height:440px;width:960px;top:20.458312988281px;left:0px;display:block; }
#NRLGvTicBZeABKT3yTQZdO9ptycp78pR { color:#000000;display:block;width:386px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:142.95837402344px;left:83.708374023438px;height:65px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfBzDnpQsZI5sAKTbT3TniV3iWTBKRx2 { color:#000000;display:block;width:357.958px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:243.16668701172px;left:83.708374023438px;height:41.6px;font-style:normal;display:block; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-form-header {  }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:280px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-text {padding-top: 0; padding-bottom: 0;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-select {padding-top: 0; padding-bottom: 0;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fcc931;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#000000;width:280px;height:55px;font-family:"open sans";overflow:hidden; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .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:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-container:first-of-type{padding-top:0;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-container:last-of-type{padding-bottom:0;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:48px;left:579px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f {display:block;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:48px;left:579px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #KGviUNGDbO5S2eDLtPsMWBRmxyMRXJ04 { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #RB77VCIOREBCxEqxF6ut3BFkEAXdxy6e { position:relative;display:block; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #ppFlncDVAQuomafBNyANlUsXfQf0XzUt { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #fnq7sBgVIlxzfG1HNMziW7FTFoKpwuqF { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #rD5hsbQVghCeu1uVlnfQqIvdxc9iu5RM { position:relative;display:block; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #SiHkxqBThzrqfDdnvBdRF9xMiMPzfG0P { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #KhOVkWXus0OcaG7HnbNOpx71CxPMHwdP { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #iw1CMz7221R8CVp7yg0JWABlqQWi71Ur { position:relative;display:block; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #uUzTT6A2F1AmKeWX5GGpGmbUpRgRQd8o { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #poOhCKbApOEzJgxKcogqaKtcmBMUrvKK { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #tZM1CLzpEZI2Kg63WIJB760fMNvOMIWf { position:relative;display:block; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #v8H9R2XNUG4e5TuZ0c5fo6LrQzTmbOgU { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #VB9Kdfp6dQVq5ymHQvKRR53GcLUvfCsN { position:relative; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f #vsU4cz1ekNv8ZgxnOmLa7tdvvhtQQ1Lx { position:relative; }
#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ { position:relative;display:block; }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ { background-color: transparent; background-image: none; }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .row .container > .video-iframe-container { display: none; }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .row > .video-iframe-container { display: none; }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .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); }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ { border-width: 0; border-radius: 0; }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:95px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wHBDT33RB5Hv359RP1F362W83KiWkBr8 { color:#020101;display:block;width:960px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:26.499954223633px;left:0px;height:39px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu { position:relative;display:block; }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu { background-color: transparent; background-image: none; }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .row .container > .video-iframe-container { display: none; }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .row > .video-iframe-container { display: none; }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .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); }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu { border-width: 0; border-radius: 0; }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:439px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gakDRAvF6Fpm6VnBMlrk13QuuuLB1vTB { position:absolute;display:block;z-index:15000;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:304px;width:533px;top:47.949996948242px;left:0px;overflow:hidden;display:block; }
#iyUkKmGAsbHgrXTIxUE0x61GcZBaoe8T { 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:453px;width:453px;top:0px;left:506.9833984375px;overflow:hidden;display:block; }
#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf { position:relative;display:block; }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf { background-color: transparent; background-image: none; }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .row .container > .video-iframe-container { display: none; }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .row > .video-iframe-container { display: none; }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .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); }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf { border-width: 0; border-radius: 0; }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fcc931;background-image:none;font-size:14px;font-family:arial;height:123px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l51qefqFnIsK8oTGLIiyKtmIxGOFs70C { color:#020101;display:block;width:960px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:42px;left:0px;height:39px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row .container { background-color: transparent; background-image: none; }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row .container > .video-iframe-container { display: none; }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row > .video-iframe-container { display: none; }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .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); }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row .container { border-width: 0; border-radius: 0; }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row .container { font-size:14px;font-family:arial;height:1116px;width:960px;position:relative;display:block; }#R4RV5anaynOrhGSoF3xcFDOyGaKdgSWr { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:496px;left:10px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LU2ntcccXhaR2i45IGmZE4wsUo8el8Rc { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:567px;left:10px;height:102.333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHX7pfBXJniMhWWnx2HpfqfMm9XD1M1G { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:567px;left:330px;height:102.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtT5CreoI3mlsAx5UAz1ocO9RnvNqfw6 { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:496px;left:330px;height:46.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvJyd0DNPhRIP9SInmgRAvEMHrD80c3g { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:567px;left:650px;height:102.333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEE0ECMVM2xLH4LRZQ2s65cqUyv88GDI { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:496px;left:650px;height:46.7916px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HywpQB6KlLSNzk9pzCBaCv176chmDFEK { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:195px;left:10px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yuegD3PhMiZWAQon55hGr1JVVZg9Mw93 { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:195px;left:330px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1kEVEQEE0rrpVdtwwPTTNrNGfm3dzkh { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:241.99993896484px;left:10px;height:102.333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBRiBvmSKIEXeGiKlVw9p5Zl6OTpaZ3K { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:241.91662597656px;left:330px;height:102.3334px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wcJgSqOCHiFehzaQ5dXdenPGCzhiSGCi { color:#121111;display:block;width:261px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:241.95832824707px;left:670px;height:102.333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxEaA4ODocuFcmEiBouGV0U9hgMnRk2J { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:195px;left:650px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmtRveeoGp0k9k1oEp0ZGCHGoQ4TU1dE { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:866px;left:10px;height:46.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpHApE7xPC98mF312roL9fGDDbE6EtMb { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:950px;left:10px;height:102.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aioKVrx7wghhxIrEawHE2mW5AaigvvnS { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:866px;left:330px;height:46.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hX3ySEZS9qmCbX1RwHfU106zGtKcSBEE { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:950px;left:330px;height:102.333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXZT15X9t6hTlZ3UnXHsg2v00iG25EOU { color:#020101;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:866px;left:650px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LclySvzCZBG6rsObJE07gMV2FoJJBaOV { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:950px;left:650px;height:102.333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnMqnNiCVo8ppaUhFfX9USfuV1h9FGSQ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:96px;width:96px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:73px;left:112px; }
#WTRHwKBCFQ8ugDW4VQE3Xlxc73N3xieT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:95px;width:95px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:73px;left:433px; }
#LM9B5QW8mi5CRHsJ36IXlVb0xWwBKETR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:116px;width:116px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:63px;left:742px; }
#coATbAWsVAa6oD9uPRt0q1D1XlfyJMmv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:94px;width:94px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:382px;left:433px; }
#fosOtskQqtTB6gPnvD8er7KXPfyutNCw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85px;width:85px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:386px;left:758px; }
#ytNxhooTuOuhz9tSt7ZtycSoQQ73Llcm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:75px;width:75px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:755px;left:443px; }
#rlSeQHNhWbXs5GPDUzMZRXch8UB4Slov { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:82px;width:82px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:751px;left:119px; }
#JD6F9HpylrkDEPz8ZMDWIF3BUAdDgDua { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:81px;width:81px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:752px;left:763px; }
#cH7ZWgVfizu8QZLIhNgeEhCEJRQf1nv5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79px;width:79px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:389px;left:121px; }
#P5d8QNEb35OW18eRPtebfkXHQkQpaauW { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:695px;left:409px;height:22.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHf9MsFdRMpArSx3avPEDfAMim8lcVfZ { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:695px;left:640px;height:22.4px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bgeDPXvzoTdlZ9n2Tw80rSK9Jg1rIHR3 { color:#121111;display:block;width:300px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:1076px;left:640px;height:22.4px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xir2e47XhHo894esC47Gat4fIWGGoINK { position:relative;display:block; }#xir2e47XhHo894esC47Gat4fIWGGoINK { background-color: transparent; background-image: none; }#xir2e47XhHo894esC47Gat4fIWGGoINK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xir2e47XhHo894esC47Gat4fIWGGoINK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xir2e47XhHo894esC47Gat4fIWGGoINK > .row .container > .video-iframe-container { display: none; }#xir2e47XhHo894esC47Gat4fIWGGoINK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xir2e47XhHo894esC47Gat4fIWGGoINK > .row > .video-iframe-container { display: none; }#xir2e47XhHo894esC47Gat4fIWGGoINK > .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); }#xir2e47XhHo894esC47Gat4fIWGGoINK { border-width: 0; border-radius: 0; }#xir2e47XhHo894esC47Gat4fIWGGoINK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xir2e47XhHo894esC47Gat4fIWGGoINK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fcc931;background-image:none;font-size:14px;font-family:arial;height:145px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KDwDPE2vfN737tPu7pZ3yKG4XcJlWKiN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:415px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:45px;left:272.5px;display:block; }
#zOKciqSl1lJ0nCTpT0nw6CUklZeBnwSi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo { position:relative;display:none; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo { border-width: 0; border-radius: 0; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fcc931;background-image:none;font-size:14px;font-family:arial;height:16px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { background-color: transparent; background-image: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .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); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { border-width: 0; border-radius: 0; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { font-size:14px;font-family:arial;height:351px;width:960px;position:relative;display:block; }#kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { position:absolute;display:block;z-index:15003;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:44px;width:235px;top:54.94140625px;left:361.97265625px;overflow:hidden;display:block; }
#avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { color:#0b0a0a;display:block;width:369px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:133px;left:295.5px;height:76.7499px;text-align:center;text-align-last:center;display:block; }
#InSIabkZkXIGLdFQMC4JCW03MB3w0swl { color:#0e0d0d;display:block;width:369px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:287px;left:295.5px;height:22.4023px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:234px;left:395px; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:234px;left:468px; }
#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:232px;left:530px; }
#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k > img { max-width: 100%;max-height:100%; width:35px; height:35px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { top:13px;left:0px;width:167px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { width:112px;height:42px;top:10px;left:652px;display:block; }
 }@media only screen and (max-width: 763px) { #sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:214px;height:252px;top:300px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:764px;height:;top:343px;left:0px;font-size:63px;display:block; }
 }@media only screen and (max-width: 763px) { #rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { width:235px;height:60px;top:596px;left:247.41674804688px;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block; }
 }@media only screen and (max-width: 763px) { #tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL { display:block; }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb2HkzUkQbmpcTKKveOm7tTtfOHncbSe { top:41px;left:0px;width:764px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { display:block; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { top:20px;left:0px;width:764px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #NRLGvTicBZeABKT3yTQZdO9ptycp78pR { top:142px;left:0px;width:386px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bfBzDnpQsZI5sAKTbT3TniV3iWTBKRx2 { top:243px;left:0px;width:357px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-text {padding-top: 0; padding-bottom: 0;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-select {padding-top: 0; padding-bottom: 0;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f  { width:280px;height:auto;top:48px;left:444px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f {display:block;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f { width:280px;height:auto;top:48px;left:444px; }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #KGviUNGDbO5S2eDLtPsMWBRmxyMRXJ04 {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #RB77VCIOREBCxEqxF6ut3BFkEAXdxy6e {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #ppFlncDVAQuomafBNyANlUsXfQf0XzUt {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #fnq7sBgVIlxzfG1HNMziW7FTFoKpwuqF {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #rD5hsbQVghCeu1uVlnfQqIvdxc9iu5RM {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #SiHkxqBThzrqfDdnvBdRF9xMiMPzfG0P {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #KhOVkWXus0OcaG7HnbNOpx71CxPMHwdP {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #iw1CMz7221R8CVp7yg0JWABlqQWi71Ur {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #uUzTT6A2F1AmKeWX5GGpGmbUpRgRQd8o {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #poOhCKbApOEzJgxKcogqaKtcmBMUrvKK {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #tZM1CLzpEZI2Kg63WIJB760fMNvOMIWf {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #v8H9R2XNUG4e5TuZ0c5fo6LrQzTmbOgU {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #VB9Kdfp6dQVq5ymHQvKRR53GcLUvfCsN {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #vsU4cz1ekNv8ZgxnOmLa7tdvvhtQQ1Lx {  }
 }@media only screen and (max-width: 763px) { #Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ { display:block; }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHBDT33RB5Hv359RP1F362W83KiWkBr8 { width:764px;height:39px;top:26px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu { display:block; }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gakDRAvF6Fpm6VnBMlrk13QuuuLB1vTB { top:47px;left:0px;width:533px;height:304px;display:block; }
 }@media only screen and (max-width: 763px) { #iyUkKmGAsbHgrXTIxUE0x61GcZBaoe8T { top:0px;left:311px;width:453px;height:453px;display:block; }
 }@media only screen and (max-width: 763px) { #z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf { display:block; }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l51qefqFnIsK8oTGLIiyKtmIxGOFs70C { width:764px;height:39px;top:42px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 { display:block; }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4RV5anaynOrhGSoF3xcFDOyGaKdgSWr { width:300px;height:23px;top:496px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LU2ntcccXhaR2i45IGmZE4wsUo8el8Rc { width:300px;height:102px;top:567px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHX7pfBXJniMhWWnx2HpfqfMm9XD1M1G { width:300px;height:102px;top:567px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KtT5CreoI3mlsAx5UAz1ocO9RnvNqfw6 { width:300px;height:46px;top:496px;left:208px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QvJyd0DNPhRIP9SInmgRAvEMHrD80c3g { width:300px;height:102px;top:567px;left:462px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IEE0ECMVM2xLH4LRZQ2s65cqUyv88GDI { width:300px;height:46px;top:496px;left:462px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HywpQB6KlLSNzk9pzCBaCv176chmDFEK { width:300px;height:23px;top:195px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yuegD3PhMiZWAQon55hGr1JVVZg9Mw93 { width:300px;height:23px;top:195px;left:208px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #s1kEVEQEE0rrpVdtwwPTTNrNGfm3dzkh { width:300px;height:102px;top:241px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UBRiBvmSKIEXeGiKlVw9p5Zl6OTpaZ3K { width:300px;height:102px;top:241px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wcJgSqOCHiFehzaQ5dXdenPGCzhiSGCi { width:261px;height:102px;top:241px;left:501px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kxEaA4ODocuFcmEiBouGV0U9hgMnRk2J { width:300px;height:23px;top:195px;left:462px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fmtRveeoGp0k9k1oEp0ZGCHGoQ4TU1dE { width:300px;height:46px;top:866px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zpHApE7xPC98mF312roL9fGDDbE6EtMb { width:300px;height:102px;top:950px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aioKVrx7wghhxIrEawHE2mW5AaigvvnS { width:300px;height:46px;top:866px;left:208px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hX3ySEZS9qmCbX1RwHfU106zGtKcSBEE { width:300px;height:102px;top:950px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WXZT15X9t6hTlZ3UnXHsg2v00iG25EOU { width:300px;height:23px;top:866px;left:462px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LclySvzCZBG6rsObJE07gMV2FoJJBaOV { width:300px;height:102px;top:950px;left:462px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TnMqnNiCVo8ppaUhFfX9USfuV1h9FGSQ { top:73px;left:79px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #WTRHwKBCFQ8ugDW4VQE3Xlxc73N3xieT { top:73px;left:334px;width:95px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #LM9B5QW8mi5CRHsJ36IXlVb0xWwBKETR { top:63px;left:577px;width:116px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #coATbAWsVAa6oD9uPRt0q1D1XlfyJMmv { top:382px;left:334px;width:94px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #fosOtskQqtTB6gPnvD8er7KXPfyutNCw { top:386px;left:593px;width:85px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #ytNxhooTuOuhz9tSt7ZtycSoQQ73Llcm { top:755px;left:344px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #rlSeQHNhWbXs5GPDUzMZRXch8UB4Slov { top:751px;left:86px;width:82px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #JD6F9HpylrkDEPz8ZMDWIF3BUAdDgDua { top:752px;left:598px;width:81px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #cH7ZWgVfizu8QZLIhNgeEhCEJRQf1nv5 { top:389px;left:88px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #P5d8QNEb35OW18eRPtebfkXHQkQpaauW { width:300px;height:22px;top:695px;left:208px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nHf9MsFdRMpArSx3avPEDfAMim8lcVfZ { width:300px;height:22px;top:695px;left:462px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bgeDPXvzoTdlZ9n2Tw80rSK9Jg1rIHR3 { width:300px;height:22px;top:1076px;left:462px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xir2e47XhHo894esC47Gat4fIWGGoINK { display:block; }#xir2e47XhHo894esC47Gat4fIWGGoINK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDwDPE2vfN737tPu7pZ3yKG4XcJlWKiN { width:415px;height:55px;top:45px;left:174.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zOKciqSl1lJ0nCTpT0nw6CUklZeBnwSi { display:block; }
 }@media only screen and (max-width: 763px) { #V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo { display:none; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { display:block; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { width:235px;height:44px;top:54px;left:263.97265625px;display:block; }
 }@media only screen and (max-width: 763px) { #avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { top:132px;left:197.48828125px;width:368px;height:76px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #InSIabkZkXIGLdFQMC4JCW03MB3w0swl { top:287px;left:197.5px;width:369px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { top:234px;left:297px;width:30px;height:30px;display:block; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { top:234px;left:370px;width:30px;height:30px;display:block; }
#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { top:232px;left:432px;width:35px;height:35px;display:block; }
#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { background-color: transparent; background-image: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row > .video-iframe-container { display: none; }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .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); }#KHqPN0MgsdUd03lt3p3mgeEkTwgSLilO > .row .container { width:320px;height:114px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRkRtmxnXccN9MX6Kps6scmeVKHTvvqr { width:140px;height:26px;top:8px;left:90.999997138977px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r8Qe3oLbN2K690XFCCAkJ05QUlRWai0p { width:90.9792px;height:32.9792px;top:62px;left:114.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sd199Ed6rSbnSxBGTbeUQ91EAeMUZOmN { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/988a4d8d-a2f3-4896-8912-1271e812e4ab/backgrounddigittecnic6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { width:320px;height:425px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:152px;height:238px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:300px;height:190px;top:85px;left:20px;text-align:left;text-align-last:left;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { width:236.979px;height:60px;top:343.95834350586px;left:41.458335876465px;background-color:#fcc931;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block; }
 }@media only screen and (max-width: 763px) { #tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL { display:block; }#tsxSIi9KM8x2oQ0WmSAHhpy11WXUULuL > .row .container { width:320px;height:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb2HkzUkQbmpcTKKveOm7tTtfOHncbSe { width:320px;height:195px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 { display:block; }#OycH9MTy3PEgU2EcosiHT5tAw2ZBzIX6 > .row .container { width:320px;height:725px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezdOxlqsQaZvWbgDModsQD8LfD0XhCcH { width:320px;height:262px;top:9.96875px;left:0px;border-top-left-radius:33px;border-top-right-radius:25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NRLGvTicBZeABKT3yTQZdO9ptycp78pR { width:320px;height:124.75px;top:55.000007629395px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfBzDnpQsZI5sAKTbT3TniV3iWTBKRx2 { width:290.996px;height:62.375px;top:188.984375px;left:14.47265625px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-text {padding-top: 0; padding-bottom: 0;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-select {padding-top: 0; padding-bottom: 0;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f  { width:280px;height:auto;top:291.95837402344px;left:0px; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#JtsF9VReM9y3xaUqP4grUCgRb297DN6f {display:block;}#JtsF9VReM9y3xaUqP4grUCgRb297DN6f { width:280px;height:auto;top:291.95837402344px;left:0px; }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #KGviUNGDbO5S2eDLtPsMWBRmxyMRXJ04 {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #RB77VCIOREBCxEqxF6ut3BFkEAXdxy6e {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #ppFlncDVAQuomafBNyANlUsXfQf0XzUt {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #fnq7sBgVIlxzfG1HNMziW7FTFoKpwuqF {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #rD5hsbQVghCeu1uVlnfQqIvdxc9iu5RM {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #SiHkxqBThzrqfDdnvBdRF9xMiMPzfG0P {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #KhOVkWXus0OcaG7HnbNOpx71CxPMHwdP {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #iw1CMz7221R8CVp7yg0JWABlqQWi71Ur {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #uUzTT6A2F1AmKeWX5GGpGmbUpRgRQd8o {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #poOhCKbApOEzJgxKcogqaKtcmBMUrvKK {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #tZM1CLzpEZI2Kg63WIJB760fMNvOMIWf {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #v8H9R2XNUG4e5TuZ0c5fo6LrQzTmbOgU {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #VB9Kdfp6dQVq5ymHQvKRR53GcLUvfCsN {  }
 }@media only screen and (max-width: 763px) { #JtsF9VReM9y3xaUqP4grUCgRb297DN6f #vsU4cz1ekNv8ZgxnOmLa7tdvvhtQQ1Lx {  }
 }@media only screen and (max-width: 763px) { #Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ { display:block; }#Mf2bAsqk9RNmh9r6n89y99DL9AiQu0KQ > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHBDT33RB5Hv359RP1F362W83KiWkBr8 { width:320px;height:78px;top:21.5px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu { display:block; }#UGpWJ2x0sm6lDVf8goLfqPfJ0XqGkNlu > .row .container { width:320px;height:509px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gakDRAvF6Fpm6VnBMlrk13QuuuLB1vTB { width:320px;height:182.51407129456px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iyUkKmGAsbHgrXTIxUE0x61GcZBaoe8T { width:281px;height:281px;top:226.50000953674px;left:31.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf { display:block; }#z8E1ptlM4WAGESiU5lVrBQiOekDdv7zf > .row .container { width:320px;height:199px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l51qefqFnIsK8oTGLIiyKtmIxGOFs70C { width:320px;height:156px;top:21.5px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 { display:block; }#U5d8klKafJ2I9KrAOxAWS9y0OEZKFo54 > .row .container { width:320px;height:2711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4RV5anaynOrhGSoF3xcFDOyGaKdgSWr { width:300px;height:23.3958px;top:965px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LU2ntcccXhaR2i45IGmZE4wsUo8el8Rc { width:300px;height:102.333px;top:1002px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHX7pfBXJniMhWWnx2HpfqfMm9XD1M1G { width:300px;height:102.3333px;top:1278px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtT5CreoI3mlsAx5UAz1ocO9RnvNqfw6 { width:300px;height:46.7917px;top:1223px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvJyd0DNPhRIP9SInmgRAvEMHrD80c3g { width:300px;height:102.333px;top:1606px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEE0ECMVM2xLH4LRZQ2s65cqUyv88GDI { width:300px;height:46.7916px;top:1553px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HywpQB6KlLSNzk9pzCBaCv176chmDFEK { width:300px;height:23.3958px;top:162px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuegD3PhMiZWAQon55hGr1JVVZg9Mw93 { width:300px;height:23.3958px;top:424px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1kEVEQEE0rrpVdtwwPTTNrNGfm3dzkh { width:300px;height:102.333px;top:188px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBRiBvmSKIEXeGiKlVw9p5Zl6OTpaZ3K { width:300px;height:102.3334px;top:450px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcJgSqOCHiFehzaQ5dXdenPGCzhiSGCi { width:300px;height:102.333px;top:737px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxEaA4ODocuFcmEiBouGV0U9hgMnRk2J { width:300px;height:23.3958px;top:711px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmtRveeoGp0k9k1oEp0ZGCHGoQ4TU1dE { width:300px;height:41.6px;top:1887px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zpHApE7xPC98mF312roL9fGDDbE6EtMb { width:300px;height:102.3333px;top:1949px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aioKVrx7wghhxIrEawHE2mW5AaigvvnS { width:300px;height:41.6px;top:2199px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hX3ySEZS9qmCbX1RwHfU106zGtKcSBEE { width:300px;height:102.333px;top:2261px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WXZT15X9t6hTlZ3UnXHsg2v00iG25EOU { width:300px;height:20.8px;top:2496px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LclySvzCZBG6rsObJE07gMV2FoJJBaOV { width:300px;height:102.333px;top:2537px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TnMqnNiCVo8ppaUhFfX9USfuV1h9FGSQ { display:flex;width:96px;height:96px;top:47px;left:112px; }
 }@media only screen and (max-width: 763px) { #WTRHwKBCFQ8ugDW4VQE3Xlxc73N3xieT { display:flex;width:95px;height:95px;top:322px;left:113px; }
 }@media only screen and (max-width: 763px) { #LM9B5QW8mi5CRHsJ36IXlVb0xWwBKETR { display:flex;width:116px;height:116px;top:588px;left:102px; }
 }@media only screen and (max-width: 763px) { #coATbAWsVAa6oD9uPRt0q1D1XlfyJMmv { display:flex;width:94px;height:94px;top:1130px;left:113px; }
 }@media only screen and (max-width: 763px) { #fosOtskQqtTB6gPnvD8er7KXPfyutNCw { display:flex;width:85px;height:85px;top:1449px;left:118px; }
 }@media only screen and (max-width: 763px) { #ytNxhooTuOuhz9tSt7ZtycSoQQ73Llcm { display:flex;width:75px;height:75px;top:2108px;left:123px; }
 }@media only screen and (max-width: 763px) { #rlSeQHNhWbXs5GPDUzMZRXch8UB4Slov { display:flex;width:82px;height:82px;top:1788px;left:119px; }
 }@media only screen and (max-width: 763px) { #JD6F9HpylrkDEPz8ZMDWIF3BUAdDgDua { display:flex;width:81px;height:81px;top:2400px;left:120px; }
 }@media only screen and (max-width: 763px) { #cH7ZWgVfizu8QZLIhNgeEhCEJRQf1nv5 { display:flex;width:79px;height:79px;top:878px;left:121px; }
 }@media only screen and (max-width: 763px) { #P5d8QNEb35OW18eRPtebfkXHQkQpaauW { width:300px;height:25.6px;top:2656px;left:10px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nHf9MsFdRMpArSx3avPEDfAMim8lcVfZ { width:300px;height:25.6px;top:1716.9999389648px;left:0px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bgeDPXvzoTdlZ9n2Tw80rSK9Jg1rIHR3 { width:300px;height:25.6px;top:1388.7708435059px;left:0px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xir2e47XhHo894esC47Gat4fIWGGoINK { display:block; }#xir2e47XhHo894esC47Gat4fIWGGoINK > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDwDPE2vfN737tPu7pZ3yKG4XcJlWKiN { width:304px;height:55px;top:20px;left:8px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zOKciqSl1lJ0nCTpT0nw6CUklZeBnwSi { display:block; }
 }@media only screen and (max-width: 763px) { #V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo { display:block; }#V55ItyFoG5UlLbyZluUNrOZ1s9BltZGo > .row .container { width:320px;height:15px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { background-color: transparent; background-image: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row > .video-iframe-container { display: none; }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .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); }#A6Acaw6DaQcQzqmXCJmudN8wbnGtgPb7 > .row .container { width:320px;height:335px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZSZeNFBWqfTdBgz92VOzPep7cooZdV5 { width:121px;height:23px;top:36.97900390625px;left:99.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #avcKRxzMWPn4bmvnI1BDVwpcARr4BGVG { width:320px;height:102.3333px;top:103.984375px;left:0px;font-size:16px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #InSIabkZkXIGLdFQMC4JCW03MB3w0swl { width:320px;height:22.4023px;top:287px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb { width:30px;height:30px;top:255px;left:102px;display:block; }
#RhcXwSDwxm0K6TyRdGoJrO32aW1E7SOb > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #xuwfxawGeABGtxDONpLtFUPhHv9tbeuT { width:30px;height:30px;top:255px;left:143px;display:block; }
#xuwfxawGeABGtxDONpLtFUPhHv9tbeuT > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k { width:35px;height:35px;top:253px;left:183px;display:block; }
#UFGXOKKpJvUlL0k5h7iNwba0XL9PSa0k > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }