.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;
}body { background-color:#f4fdef;background-image:none;position:relative;display:block; }
#iN5GlZtBHPSnilSrEA0fmZ4fmewQi29u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN5GlZtBHPSnilSrEA0fmZ4fmewQi29u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN5GlZtBHPSnilSrEA0fmZ4fmewQi29u > .row > .video-iframe-container { display: none; }#iN5GlZtBHPSnilSrEA0fmZ4fmewQi29u > .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); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:url("https://images.assets-landingi.com/uc/36bcbe95-aa98-42fc-94e1-67d98e55334a/Oza2.png");background-position:top right !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; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.adaptive-delivery-prevent-bg, #TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.lazyload, #TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.lazyloading { background-image: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container { background-color: transparent; background-image: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container > .video-iframe-container { display: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row > .video-iframe-container { display: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .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); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container { border-width: 0; border-radius: 0; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container { font-size:14px;font-family:arial;height:710px;width:1200px;position:relative;display:block; }#t0oZB1hhLp4q1PszVNdIEqmssrHsKaEg { color:#effafa;display:block;width:307px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:120px;left:719px;height:65px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LwtFOz6JdhGbnJTe9Xlh2afBbyA3VIaT { color:#effafa;display:block;width:490px;position:absolute;font-family:"josefin sans";font-size:50px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:215px;left:628px;height:130px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r8HAUyXyCmN33u82CZsUTtsIAf9AxR3l { border-bottom:0;border-left:0;border-right:0;border-top:0;height:75px;width:75px;position:absolute;display:block;z-index:15023;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:23px;left:835px;overflow:hidden;display:block; }
#HtDKfeUAKOJ9XJp2mnzHMm0JOQE9XOF1 { position:absolute;display:block;z-index:15001;height:35px;width:63px;top:11px;left:0px;display:block; }
#ntH4T93mqXtTN0aqIHMQZwsCHoKINhdM { position:absolute;display:block;z-index:15000;background-color:#f3ab21;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:86px;width:385px;top:109px;left:680px;display:block; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-form-header {  }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#f2f9ff;width:402px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(13,148,166,0.25);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;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:50px;color:#47545a;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-text {padding-top: 0; padding-bottom: 0;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(13,148,166,0.25);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: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:402px;box-sizing:border-box;height:70px;color:#47545a;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:402px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:13px;overflow:hidden;vertical-align:top; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-select {padding-top: 0; padding-bottom: 0;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#4bae16;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: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:25px;font-weight:400;color:#f2f9ff;width:402px;height:55px;font-family:"josefin sans";overflow:hidden;font-style:normal; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .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:"josefin sans";font-size:14px;font-weight:400;color:#47545a;vertical-align:top;width:385px;overflow:hidden;font-style:normal;float:none; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .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; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .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:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-container { padding-top:6px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-container:first-of-type{padding-top:0;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-container:last-of-type{padding-bottom:0;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP  { background-color:#ffffff;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:652.00001525879px;top:369.00012207031px;z-index:15026;position:absolute; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:402px;display:block;vertical-align:top; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-info-text { font-size:14px; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP {display:block;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP { background-color:#ffffff;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:652.00001525879px;top:369.00012207031px;z-index:15026;position:absolute; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #guxAmiF3IyMFbJlLSNd0wr0mcnJgQJHQ { position:relative; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #Oxtvruv5KXstmCV09X7ZtQsgdyK2rTP4 { position:relative;display:none; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #r7HmobJgbMfnSyb1apRiTUqe2lkpaidP { position:relative; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #tApLxfp6Rmx0Ia5JleKa3l1JUGhS7oTc { position:relative; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #xnEBi4vG5mxM0JcV4q9ZNFE3GknLKhMT { position:relative;display:none; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #JyTdTVt3AA39ufh9rfDTomV7byt2WFey { position:relative; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #V4y0vThVXUMp2s7DG6fRWhfAVqvgMDZL { position:relative; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #Z9y7DwfIg1WtJh75zsPUaiFMAB3mmxEI { position:relative;z-index:2; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #eRCS3NL7KoaOGgWho3EQMohRmJS8B3gC { position:relative; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #E2S0MCrFVl3cG2kUhyMwARcAqgFLUPdJ { position:relative; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #l2qqwFZJBRT9diu1m9dVP9Rkg6eG3TzT { position:relative; }
#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs { z-index:;position:relative;display:block; }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs { background-color: transparent; background-image: none; }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs > .row .container > .video-iframe-container { display: none; }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs > .row > .video-iframe-container { display: none; }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs > .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); }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs { border-width: 0; border-radius: 0; }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs > .row .container { background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:283px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#UmPA9wXLoHw8e8pMLwZX6p0UcBQTf4zt { display:block;width:827px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:95.500015258789px;left:186.48750305176px;height:156px;color:#fff5f4;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCv5OnOxT4RWe3GmCXiNvTAgrdeo1lV6 { position:absolute;display:block;z-index:15001;background-color:#377815;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:215px;width:1200px;top:66px;left:0px;display:block; }
#EBPH6oKWmqHLJmIz5UQPDIda7CfuXEON { display:block;width:1200px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:138.51123046875px;left:0px;height:77.647057px;color:#fff5f4;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn { position:relative;display:block; }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn { background-color: transparent; background-image: none; }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .row .container > .video-iframe-container { display: none; }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .row > .video-iframe-container { display: none; }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .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); }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn { border-width: 0; border-radius: 0; }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .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; }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:14px;font-family:arial;height:403px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cJJIChmDnexspCiwatH8P1OTNyIcCuI5 { display:block;width:745px;position:absolute;font-family:"josefin sans";font-size:20px;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:54px;left:227px;height:204px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nERvvvhHsdcIZJQCo6pi8pgUkyKuB61G { display:block;width:336px;position:absolute;font-family:"josefin sans";font-size:20px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:293.00003814697px;left:432.00001525879px;height:60px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBqqi53OnlgL3wIt7uipDVFmCOLb6qo7 { display:block;width:745px;position:absolute;font-family:"josefin sans";font-size:18px;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:54px;left:227px;height:183.6px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb { position:relative;display:block; }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb { background-color: transparent; background-image: none; }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .row .container > .video-iframe-container { display: none; }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .row > .video-iframe-container { display: none; }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .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); }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb { border-width: 0; border-radius: 0; }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .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; }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:14px;font-family:arial;height:372px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XXn0GKDBLHbnNV6eJQfKatMJKIwUovLd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:150px;width:300px;position:absolute;display:block;z-index:15003;top:175.00001525879px;left:56px;display:block; }
#p3DrHnRUcXzSEdEKoTBqulPLaAMVdEwf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:104px;width:104px;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:57px;left:154px;overflow:hidden;display:block; }
#MqOL6HxwZCmBZn14CBtT3biqkL6UKbTZ { display:block;width:257px;position:absolute;font-family:"josefin sans";font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:196.00001525879px;left:71.5px;height:112.8px;color:#fafbfb;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1mnLnROV9anTUW1EZnTbb3Zu1nwGstF { display:block;width:255px;position:absolute;font-family:"josefin sans";font-size:18px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:196.00001525879px;left:472.50003051758px;height:82.6px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUVFdgHn9gmzQ3TVNRPdod6vNzpxrxIh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:150px;width:300px;position:absolute;display:block;z-index:15002;top:175.00001525879px;left:450.00003051758px;display:block; }
#UFQGAlwaqZQf75dR9qwI4Qk2nGEvP38e { border-bottom:0;border-left:0;border-right:0;border-top:0;height:104px;width:104px;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:57px;left:554px;overflow:hidden;display:block; }
#MZMmilTs6cAeaavhyJyyicKTUpV1dqqM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:150px;width:300px;position:absolute;display:block;z-index:15001;top:175.00001525879px;left:850.00003051758px;display:block; }
#os7PHvZplxp4cPHaRQTEl4qsdZ6OiXpM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:104px;width:104px;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:57px;left:954px;overflow:hidden;display:block; }
#JAHmIohcZQMO45sDArG0ZLRR5hJMlH7w { display:block;width:288px;position:absolute;font-family:"josefin sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:213.00001525879px;left:856.00003051758px;height:76px;color:#fafbfb;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyJLSDpBNKJ9nKgtZaF0LZ4iKKpzD5im { position:absolute;display:block;z-index:15010;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:200px;width:200px;top:315.80004882812px;left:944.80006408691px;overflow:hidden;display:block; }
#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm { background-color:transparent;background-image:none;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; }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row .container { background-color: transparent; background-image: none; }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row .container > .video-iframe-container { display: none; }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row > .video-iframe-container { display: none; }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .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); }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row .container { border-width: 0; border-radius: 0; }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row .container { font-size:14px;font-family:arial;height:296px;width:1200px;overflow:visible;position:relative;display:block; }#gRZuf2244x2QRZ3Dc6s8xNtNWG7I5SWh { display:block;width:1200px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:138.51123046875px;left:0px;height:78px;color:#fff5f4;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXREhhhDahmAy4Wy9gTlLCCza33qBeOP { position:absolute;display:block;z-index:15001;background-color:#377815;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:1200px;top:60px;left:0px;display:block; }
#WAPhZ3TTf3tx6sviWfK5Dcv9cgM8NMEX { display:block;width:1200px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:138.51123046875px;left:0px;height:77.647057px;color:#fff5f4;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HdcviRUsTniMPSroGmy34sQFVkK1W9mU { position:relative;display:block; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU { background-color: transparent; background-image: none; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container > .video-iframe-container { display: none; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row > .video-iframe-container { display: none; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .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); }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU { border-width: 0; border-radius: 0; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .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; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:14px;font-family:arial;height:399px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-form-header {  }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#f2f9ff;width:360px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(55,120,21,0.5);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;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:360px;box-sizing:border-box;height:50px;color:#222b2f;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-text {padding-top: 0; padding-bottom: 0;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(55,120,21,0.5);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: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:360px;box-sizing:border-box;height:70px;color:#222b2f;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:360px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:13px;overflow:hidden;vertical-align:top; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-select {padding-top: 0; padding-bottom: 0;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#377815;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: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:25px;font-weight:400;color:#f2f9ff;width:360px;height:55px;font-family:"josefin sans";overflow:hidden;font-style:normal; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:16px; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:16px; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:16px; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:16px; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .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:"josefin sans";font-size:14px;font-weight:400;color:#47545a;vertical-align:top;width:343px;overflow:hidden;font-style:normal;float:none; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .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; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .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:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-container { padding-top:6px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-container:first-of-type{padding-top:0;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-container:last-of-type{padding-bottom:0;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS  { background-color:#dff8d2;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:360px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:400.00001525879px;top:45.499984741211px;z-index:15004;position:absolute; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:360px;display:block;vertical-align:top; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-info-text { font-size:14px; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS {display:block;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS { background-color:#dff8d2;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:360px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:400.00001525879px;top:45.499984741211px;z-index:15004;position:absolute; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #AZXuZPZDlTyKXA2K9Jc9tKfL1vkE0wFl { position:relative; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #u2wKvankAa5231VpcpoIy5uKoBpwK6UQ { position:relative;display:none; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #o2PVtGAIUVfJaapQLCDKukg7fA2h32wg { position:relative; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #amKCLKPpWEXTpQolA58e21Rg6WT9zZqr { position:relative; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #GbQEPryK91wFDHwPGwBrbQh2T3ldUaq8 { position:relative;display:none; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #qoAw1JGOuFOwrkhvptF6hA3rwhdFzPiN { position:relative; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #Wh8V0r9C9x4I5bTmX7GoOF54LdAgGLvA { position:relative; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #eGTx7z5nN1VyBd4BPXckoO0hR7hMxncE { position:relative;z-index:2; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #qDOT0zXNGPVEtfIiMHvFTtWQ59oVhlzS { position:relative; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #e0M1ckcSJGIeqx8IVobHBOzBGWKTxDDT { position:relative; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #TT3B48fB7HL5srGTVGPwxAIOfRx8P0qL { position:relative; }
#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container { background-color: transparent; background-image: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container > .video-iframe-container { display: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row > .video-iframe-container { display: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .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); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container { border-width: 0; border-radius: 0; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container { font-size:14px;font-family:arial;height:152px;width:1200px;position:relative;display:block; }#MKx4EkJ6ifa8IV6eDbq6KrW1gCTlHOdP { position:absolute;display:block;z-index:15006;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:59px;width:150px;top:46.487518310547px;left:525.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn { background-color:#effafa;background-image:url("https://images.assets-landingi.com/uc/36bcbe95-aa98-42fc-94e1-67d98e55334a/Oza2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.adaptive-delivery-prevent-bg, #TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.lazyload, #TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.lazyloading { background-image: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container { background-color: transparent; background-image: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container > .video-iframe-container { display: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row > .video-iframe-container { display: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .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); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container { width:764px;height:497px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t0oZB1hhLp4q1PszVNdIEqmssrHsKaEg { width:400px;height:0;top:45px;left:272px;font-size:28px;display:none; }
 }@media only screen and (max-width: 1199px) { #LwtFOz6JdhGbnJTe9Xlh2afBbyA3VIaT { width:400px;height:78px;top:85px;left:331px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #r8HAUyXyCmN33u82CZsUTtsIAf9AxR3l { width:75px;height:75px;top:11px;left:493px;display:block; }
 }@media only screen and (max-width: 1199px) { #HtDKfeUAKOJ9XJp2mnzHMm0JOQE9XOF1 { width:141px;height:79px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ntH4T93mqXtTN0aqIHMQZwsCHoKINhdM { width:302px;height:85px;top:21px;left:321px;display:none; }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-regular-label { width:386px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-text { width:386px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-text {padding-top: 0; padding-bottom: 0;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-textarea { width:386px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-select { width:386px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-select {padding-top: 0; padding-bottom: 0;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-button { width:386px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:22px;overflow:hidden; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-checkbox-label { width:370px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP  { width:386px;height:auto;top:176px;left:331px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .radio-container { width:386px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP {display:block;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP { width:386px;height:auto;top:176px;left:331px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #guxAmiF3IyMFbJlLSNd0wr0mcnJgQJHQ {  }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #Oxtvruv5KXstmCV09X7ZtQsgdyK2rTP4 { display:none; }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #r7HmobJgbMfnSyb1apRiTUqe2lkpaidP {  }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #tApLxfp6Rmx0Ia5JleKa3l1JUGhS7oTc {  }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #xnEBi4vG5mxM0JcV4q9ZNFE3GknLKhMT { display:none; }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #JyTdTVt3AA39ufh9rfDTomV7byt2WFey {  }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #V4y0vThVXUMp2s7DG6fRWhfAVqvgMDZL {  }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #Z9y7DwfIg1WtJh75zsPUaiFMAB3mmxEI {  }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #eRCS3NL7KoaOGgWho3EQMohRmJS8B3gC {  }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #E2S0MCrFVl3cG2kUhyMwARcAqgFLUPdJ {  }
 }@media only screen and (max-width: 1199px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #l2qqwFZJBRT9diu1m9dVP9Rkg6eG3TzT {  }
 }@media only screen and (max-width: 1199px) { #bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs { display:block; }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs > .row .container { width:764px;height:236px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UmPA9wXLoHw8e8pMLwZX6p0UcBQTf4zt { width:463px;height:91px;top:98px;left:150.50000858307px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #KCv5OnOxT4RWe3GmCXiNvTAgrdeo1lV6 { width:740px;height:161px;top:63px;left:11.999999046326px;display:block; }
 }@media only screen and (max-width: 1199px) { #EBPH6oKWmqHLJmIz5UQPDIda7CfuXEON { width:700px;height:116px;top:58.166687011719px;left:32px;font-size:45px;display:none; }
 }@media only screen and (max-width: 1199px) { #x7smr9PmaTTFJHtEPBkHo07oTckUnwNn { display:block; }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cJJIChmDnexspCiwatH8P1OTNyIcCuI5 { width:715px;height:204px;top:22px;left:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #nERvvvhHsdcIZJQCo6pi8pgUkyKuB61G { width:300px;height:60px;top:259.00007629395px;left:232.00000572205px;display:block; }
 }@media only screen and (max-width: 1199px) { #NBqqi53OnlgL3wIt7uipDVFmCOLb6qo7 { width:715px;height:183.6px;top:22px;left:24px;display:none; }
 }@media only screen and (max-width: 1199px) { #mJASKJlBvQ90XTTU22CGJdH6urx6GlFb { display:block; }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XXn0GKDBLHbnNV6eJQfKatMJKIwUovLd { width:240px;height:124px;top:176px;left:7px;display:block; }
 }@media only screen and (max-width: 1199px) { #p3DrHnRUcXzSEdEKoTBqulPLaAMVdEwf { width:104px;height:104px;top:58px;left:75px;display:block; }
 }@media only screen and (max-width: 1199px) { #MqOL6HxwZCmBZn14CBtT3biqkL6UKbTZ { width:253px;height:108px;top:185px;left:1px;display:block; }
 }@media only screen and (max-width: 1199px) { #u1mnLnROV9anTUW1EZnTbb3Zu1nwGstF { width:240px;height:108px;top:188px;left:261.66666666667px;display:block; }
 }@media only screen and (max-width: 1199px) { #TUVFdgHn9gmzQ3TVNRPdod6vNzpxrxIh { width:240px;height:124px;top:175px;left:261.66666666667px;display:block; }
 }@media only screen and (max-width: 1199px) { #UFQGAlwaqZQf75dR9qwI4Qk2nGEvP38e { width:104px;height:104px;top:57px;left:329.66666666667px;display:block; }
 }@media only screen and (max-width: 1199px) { #MZMmilTs6cAeaavhyJyyicKTUpV1dqqM { width:240px;height:124px;top:173px;left:516.33333333333px;display:block; }
 }@media only screen and (max-width: 1199px) { #os7PHvZplxp4cPHaRQTEl4qsdZ6OiXpM { width:104px;height:104px;top:55px;left:584.33333333333px;display:block; }
 }@media only screen and (max-width: 1199px) { #JAHmIohcZQMO45sDArG0ZLRR5hJMlH7w { width:253px;height:72px;top:186px;left:510.33333333333px;display:block; }
 }@media only screen and (max-width: 1199px) { #gyJLSDpBNKJ9nKgtZaF0LZ4iKKpzD5im { width:200px;height:200px;top:315px;left:562px;display:block; }
 }@media only screen and (max-width: 1199px) { #uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm { display:block; }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row .container { width:764px;height:171px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gRZuf2244x2QRZ3Dc6s8xNtNWG7I5SWh { width:700px;height:45.5px;top:92px;left:32px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #sXREhhhDahmAy4Wy9gTlLCCza33qBeOP { width:740px;height:103px;top:63px;left:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #WAPhZ3TTf3tx6sviWfK5Dcv9cgM8NMEX { width:700px;height:116px;top:58.166687011719px;left:32px;font-size:45px;display:none; }
 }@media only screen and (max-width: 1199px) { #HdcviRUsTniMPSroGmy34sQFVkK1W9mU { display:block; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container { width:764px;height:371px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-regular-label { width:360px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-text { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-text {padding-top: 0; padding-bottom: 0;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-textarea { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-select { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-select {padding-top: 0; padding-bottom: 0;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-button { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:22px;overflow:hidden; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-checkbox-label { width:343px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS  { width:360px;height:auto;top:31.500076293945px;left:182.00000572205px; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .radio-container { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS {display:block;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS { width:360px;height:auto;top:31.500076293945px;left:182.00000572205px; }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #AZXuZPZDlTyKXA2K9Jc9tKfL1vkE0wFl {  }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #u2wKvankAa5231VpcpoIy5uKoBpwK6UQ { display:none; }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #o2PVtGAIUVfJaapQLCDKukg7fA2h32wg {  }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #amKCLKPpWEXTpQolA58e21Rg6WT9zZqr {  }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #GbQEPryK91wFDHwPGwBrbQh2T3ldUaq8 { display:none; }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #qoAw1JGOuFOwrkhvptF6hA3rwhdFzPiN {  }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #Wh8V0r9C9x4I5bTmX7GoOF54LdAgGLvA {  }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #eGTx7z5nN1VyBd4BPXckoO0hR7hMxncE {  }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #qDOT0zXNGPVEtfIiMHvFTtWQ59oVhlzS {  }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #e0M1ckcSJGIeqx8IVobHBOzBGWKTxDDT {  }
 }@media only screen and (max-width: 1199px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #TT3B48fB7HL5srGTVGPwxAIOfRx8P0qL {  }
 }@media only screen and (max-width: 1199px) { #h7WZdRnayyFw9A1w68WZzilTyvtMfOQy { display:block; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy { background-color: transparent; background-image: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container > .video-iframe-container { display: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row > .video-iframe-container { display: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .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); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container { width:764px;height:124px;background-color:#f4fdef;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MKx4EkJ6ifa8IV6eDbq6KrW1gCTlHOdP { width:120px;height:48px;top:40.937530517578px;left:322.00000572205px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36bcbe95-aa98-42fc-94e1-67d98e55334a/Oza2.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.adaptive-delivery-prevent-bg, #TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.lazyload, #TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn.lazyloading { background-image: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container { background-color: transparent; background-image: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container > .video-iframe-container { display: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row > .video-iframe-container { display: none; }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .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); }#TNGI6f9xklcTada9wGLJAl4ZSiBL56Pn > .row .container { width:320px;height:615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0oZB1hhLp4q1PszVNdIEqmssrHsKaEg { width:121px;height:93.6px;top:50px;left:170.00000858307px;font-size:18px;color:#effafa;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LwtFOz6JdhGbnJTe9Xlh2afBbyA3VIaT { width:300px;height:65px;top:187.25px;left:9.9875001907349px;font-size:25px;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #r8HAUyXyCmN33u82CZsUTtsIAf9AxR3l { width:50px;height:50px;top:0px;left:205.50000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #HtDKfeUAKOJ9XJp2mnzHMm0JOQE9XOF1 { width:70px;height:39px;top:0px;left:160.00000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #ntH4T93mqXtTN0aqIHMQZwsCHoKINhdM { width:144px;height:99px;top:50px;left:158.50000858307px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-text {padding-top: 0; padding-bottom: 0;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-select {padding-top: 0; padding-bottom: 0;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP  { width:280px;height:auto;top:282.00012207031px;left:0px; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP {display:block;}#D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP { width:280px;height:auto;top:282.00012207031px;left:0px; }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #guxAmiF3IyMFbJlLSNd0wr0mcnJgQJHQ {  }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #Oxtvruv5KXstmCV09X7ZtQsgdyK2rTP4 { display:none; }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #r7HmobJgbMfnSyb1apRiTUqe2lkpaidP {  }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #tApLxfp6Rmx0Ia5JleKa3l1JUGhS7oTc {  }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #xnEBi4vG5mxM0JcV4q9ZNFE3GknLKhMT { display:none; }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #JyTdTVt3AA39ufh9rfDTomV7byt2WFey {  }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #V4y0vThVXUMp2s7DG6fRWhfAVqvgMDZL {  }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #Z9y7DwfIg1WtJh75zsPUaiFMAB3mmxEI {  }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #eRCS3NL7KoaOGgWho3EQMohRmJS8B3gC {  }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #E2S0MCrFVl3cG2kUhyMwARcAqgFLUPdJ {  }
 }@media only screen and (max-width: 763px) { #D2w6st1fdmz3MPm7H28eHeV7ELlMmMSP #l2qqwFZJBRT9diu1m9dVP9Rkg6eG3TzT {  }
 }@media only screen and (max-width: 763px) { #bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs { display:block; }#bBPlJmNk4lPSZMmsdTzu6xpf1dy6IqXs > .row .container { width:320px;height:148.975006103516px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmPA9wXLoHw8e8pMLwZX6p0UcBQTf4zt { width:320px;height:57.2px;top:61.162498474121px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCv5OnOxT4RWe3GmCXiNvTAgrdeo1lV6 { width:320px;height:104px;top:44.975036621094px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EBPH6oKWmqHLJmIz5UQPDIda7CfuXEON { width:320px;height:0;top:52.375px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #x7smr9PmaTTFJHtEPBkHo07oTckUnwNn { display:block; }#x7smr9PmaTTFJHtEPBkHo07oTckUnwNn > .row .container { width:320px;height:492px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJJIChmDnexspCiwatH8P1OTNyIcCuI5 { width:320px;height:0;top:40px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nERvvvhHsdcIZJQCo6pi8pgUkyKuB61G { width:300px;height:60px;top:413px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBqqi53OnlgL3wIt7uipDVFmCOLb6qo7 { width:320px;height:336.6px;top:39px;left:0px;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mJASKJlBvQ90XTTU22CGJdH6urx6GlFb { display:block; }#mJASKJlBvQ90XTTU22CGJdH6urx6GlFb > .row .container { width:320px;height:971px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXn0GKDBLHbnNV6eJQfKatMJKIwUovLd { width:300px;height:150px;top:139.99996185303px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #p3DrHnRUcXzSEdEKoTBqulPLaAMVdEwf { width:80px;height:80px;top:36.987503051758px;left:120.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #MqOL6HxwZCmBZn14CBtT3biqkL6UKbTZ { width:257px;height:96px;top:166.98754882812px;left:31.500001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #u1mnLnROV9anTUW1EZnTbb3Zu1nwGstF { width:255px;height:72px;top:515.98751068115px;left:32.500001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TUVFdgHn9gmzQ3TVNRPdod6vNzpxrxIh { width:300px;height:150px;top:476.99998474121px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UFQGAlwaqZQf75dR9qwI4Qk2nGEvP38e { width:80px;height:80px;top:374.00001907349px;left:120.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #MZMmilTs6cAeaavhyJyyicKTUpV1dqqM { width:300px;height:150px;top:809px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #os7PHvZplxp4cPHaRQTEl4qsdZ6OiXpM { width:80px;height:80px;top:702px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #JAHmIohcZQMO45sDArG0ZLRR5hJMlH7w { width:288px;height:64px;top:851px;left:16px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gyJLSDpBNKJ9nKgtZaF0LZ4iKKpzD5im { width:50px;height:50px;top:915.00003051758px;left:269.99999332428px;display:block; }
 }@media only screen and (max-width: 763px) { #uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm { display:block; }#uW6rkiFDaf6mCZizZR6DMC7fzGnWlSlm > .row .container { width:320px;height:68px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRZuf2244x2QRZ3Dc6s8xNtNWG7I5SWh { width:320px;height:0;top:60.666687011719px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sXREhhhDahmAy4Wy9gTlLCCza33qBeOP { width:320px;height:66px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WAPhZ3TTf3tx6sviWfK5Dcv9cgM8NMEX { width:320px;height:28.6px;top:19px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HdcviRUsTniMPSroGmy34sQFVkK1W9mU { display:block; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container { width:320px;height:348px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-text {padding-top: 0; padding-bottom: 0;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-select {padding-top: 0; padding-bottom: 0;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:20px;overflow:hidden; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS  { width:280px;height:268px;top:20px;left:0px; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS {display:block;}#dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS { width:280px;height:268px;top:20px;left:0px; }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #AZXuZPZDlTyKXA2K9Jc9tKfL1vkE0wFl {  }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #u2wKvankAa5231VpcpoIy5uKoBpwK6UQ { display:none; }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #o2PVtGAIUVfJaapQLCDKukg7fA2h32wg {  }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #amKCLKPpWEXTpQolA58e21Rg6WT9zZqr {  }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #GbQEPryK91wFDHwPGwBrbQh2T3ldUaq8 { display:none; }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #qoAw1JGOuFOwrkhvptF6hA3rwhdFzPiN {  }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #Wh8V0r9C9x4I5bTmX7GoOF54LdAgGLvA {  }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #eGTx7z5nN1VyBd4BPXckoO0hR7hMxncE {  }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #qDOT0zXNGPVEtfIiMHvFTtWQ59oVhlzS {  }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #e0M1ckcSJGIeqx8IVobHBOzBGWKTxDDT {  }
 }@media only screen and (max-width: 763px) { #dRSudUOTZMRxg6wOkG73nrW9IhTu3TQS #TT3B48fB7HL5srGTVGPwxAIOfRx8P0qL {  }
 }@media only screen and (max-width: 763px) { #h7WZdRnayyFw9A1w68WZzilTyvtMfOQy { background-color:#f4fdef;background-image:none;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; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container { background-color: transparent; background-image: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container > .video-iframe-container { display: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row > .video-iframe-container { display: none; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .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); }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container { border-width: 0; border-radius: 0; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7WZdRnayyFw9A1w68WZzilTyvtMfOQy > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKx4EkJ6ifa8IV6eDbq6KrW1gCTlHOdP { width:90px;height:36px;top:27.500061035156px;left:114.99999809265px;display:block; }
 }