.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:url("https://images.assets-landingi.com/7LecCd9D/Landing_Page_Banners.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { 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; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { background-color: transparent; background-image: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container > .video-iframe-container { display: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row > .video-iframe-container { display: none; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .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); }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { border-width: 0; border-radius: 0; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#Qiay8B2aN6lh3w8GipbEXcQh08VVNLTP { 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:4.186525rem;width:22.062rem;top:1.40478515625rem;left:0rem;overflow:hidden;display:block; }
#d8nw1vvTRouirfnRyixN6QATp3RmIIwd { color:#09a6d7;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:2.373046875rem;left:43.6884765625rem;height:2.69986875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HnHadhUh24ZdL465calWpe0tZlWZw6EO { position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:22.40625rem;left:19.436851501465rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S1Vs6QMC1vgATbOxSCVR7J2mFv5J2Twa { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:32.248046875rem;left:19.5625rem;height:3.674475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT { 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; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { background-color: transparent; background-image: none; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container > .video-iframe-container { display: none; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row > .video-iframe-container { display: none; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .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); }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { border-width: 0; border-radius: 0; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:60rem;position:relative;display:block; }#r1wr8zPUHAxgX6tfsasI6Xz3NmzCke7P { 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:3.4375rem;width:14.625rem;top:4.125rem;left:45.180398903011rem;overflow:hidden;display:block; }
#SsizUTa4lp15bIEv9tcRtEsNsnRHLNaX { color:#2d2d2d;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:10.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XOhcaBIgntqbT0tVRq2tbaxSiHo0RPd4 { color:#2d2d2d;display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:21.1875rem;left:0rem;height:8.921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pWTJ7lGDIy9fXUd2WfDlZgRcBkWvHyCk { color:#96c043;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:18.8125rem;left:0rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vlTd09wJXNJkcNp1H0RI4JXGFCPSIwrA { position:absolute;display:block;z-index:15033;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:23.6865rem;width:34.2495rem;top:10.72705078125rem;left:25.75048828125rem;overflow:hidden;display:block; }
#zfPtkIL7TRXUsQ0vdAxFzhOZMH4LuwuR { color:#2d2d2d;display:block;width:19.5625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:39.625rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ur6Zq1Ex1X47Dm9TsruZlTu3fIFcDUN9 { position:absolute;display:block;z-index:15034;background-color:#47bdff;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:10.5625rem;width:18.3125rem;top:43.6875rem;left:0rem;display:block; }
#tPCwonNfRes9uno6HyH0cekyw2ZP0ipe { position:absolute;display:block;z-index:15035;background-color:#a7cf58;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:10.5625rem;width:18.3125rem;top:43.8125rem;left:20.8125rem;display:block; }
#vORazB4zQfEhRlLORh697pC2ip1mXPKZ { position:absolute;display:block;z-index:15036;background-color:#0099d9;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:10.5625rem;width:18.3125rem;top:43.6875rem;left:41.6875rem;display:block; }
#sSbbHXHZGLmlRp9Tgde7SLRRxrxOJxxl { background-color:#0099d9;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:57.4375rem;left:20.8125rem;display:block; }
#PpqDJUIdwbp3x0sXzT4iZdAfT21Dxz2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSiropTxd0GTVqmpLmUSkufcC38fzmlg { color:#2d2d2d;display:block;width:27.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:62.0625rem;left:16.3125rem;height:2.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wn20B88TnGhqfP0NBW6yacHPXuwcw6Wa { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:46rem;left:0.6875rem;height:5.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K4DloJL0dlrU85cWJK7PnXgPPmS1VdWn { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:46rem;left:21.4375rem;height:5.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qDZWKTAkktmuNGnknpSKVsLe5IlvtQok { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:46.75rem;left:42.75rem;height:4.4609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKPI4xb00xKWiQ7Ju4bvFq6Fou3SAOcT { background-color:#a7cf58;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.312rem;height:3.061525rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:31.4443359375rem;left:0rem;display:block; }
#uRqVcTQDK4fHa8fKAVkDyTh1bdPyTMIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO { 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; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { background-color: transparent; background-image: none; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container > .video-iframe-container { display: none; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row > .video-iframe-container { display: none; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .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); }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { border-width: 0; border-radius: 0; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#LTvlCzek4m2SmK64KmCJZ8nRxVKEnVCh { 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:3.4375rem;width:14.625rem;top:4.125rem;left:45.180398903011rem;overflow:hidden;display:block; }
#LLMzHOoEW97v6bgICGIPrrUQlXTR6g5o { color:#2d2d2d;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:10.7988625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V7xDdGBnKP0ue7Fq1MOlH2hU0a22DFZI { color:#2d2d2d;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:21.1875rem;left:0rem;height:8.921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pqQXktfD4Awfm2tTf7SdBFQ608rQRN3W { color:#96c043;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:18.8125rem;left:0rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KtTB5JAESOtU6lbcBsDp2Rz2ef0RuhFi { position:absolute;display:block;z-index:15033;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:25.5rem;width:33.25rem;top:8.3580741882325rem;left:26.750001907349rem;overflow:hidden;display:block; }
#Xpl7gpqguqZ72TWMPRegVeJUM0Xx3RlZ { background-color:#0099d9;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:39.311197996139rem;left:0rem;display:block; }
#Ti32GHK26mKwpsclSMt5Z6Alw10MRepi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g3y7EPRDZce1PKI8UV7wKeaFDyQQXpGf { color:#2d2d2d;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:32.287761688233rem;left:0rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ab6xAgblnhp8ZS4f65Z2OXFyLuXANPi5 { color:#2d2d2d;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:34.225260496139rem;left:0rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C8MAPdKnR4om7uXy12yR8PHMbRSkR83h { color:#96c043;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:35.937502622604rem;left:0rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA { 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; }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row .container { background-color: transparent; background-image: none; }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row .container > .video-iframe-container { display: none; }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row > .video-iframe-container { display: none; }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .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); }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row .container { border-width: 0; border-radius: 0; }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#EaT9Z43B4zp59SHeuJeNomIiddaWZ5UO { color:#2d2d2d;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:7.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dcvg5G57JihcJisGSeEJo9Xa5uP0suDm { color:#2d2d2d;display:block;width:24.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:17.6875rem;left:0rem;height:5.94791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKt0ZTAfmlk68rGJG80S1Zo0MqFOeQKv { color:#96c043;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:15.3125rem;left:0rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3IoLzZF1sv5CwpoVmOHzulG65kKrqnh { position:absolute;display:block;z-index:15033;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:20.0625rem;width:32.875rem;top:8.9166660308837rem;left:27.125001907349rem;overflow:hidden;display:block; }
#M8q17ikMVrn0J2WtEdICPT8GnKbc3E6m { background-color:#0099d9;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:25.833334445953rem;left:0rem;display:block; }
#LM1OBOeZE4kA3tBGAnGF9KpnDxzkkWrx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d9puXTq5gDKhsp5FZqldE22JtfOsM7EN { 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:3.4375rem;width:14.625rem;top:4.9153652191162rem;left:45.375001907349rem;overflow:hidden;display:block; }
#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row .container { background-color: transparent; background-image: none; }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row .container > .video-iframe-container { display: none; }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row > .video-iframe-container { display: none; }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .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); }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row .container { border-width: 0; border-radius: 0; }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-form-header {  }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:49.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.3125rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:roboto;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;font-weight:700;font-style:normal; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-text {padding-top: 0; padding-bottom: 0;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.3125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:roboto;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;font-weight:700;font-style:normal; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-select {padding-top: 0; padding-bottom: 0;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#0099d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.5rem;margin-bottom:0.25rem;margin-left:4.9375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:39.4375rem;height:3.75rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;text-align:center;text-align-last:center; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:1rem; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:1rem; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .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:roboto;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:48.3125rem;overflow:hidden;font-style:normal; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-container:first-of-type{padding-top:0;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-container:last-of-type{padding-bottom:0;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5625rem;left:3.6875rem; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:49.3125rem;display:block;vertical-align:top; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;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; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT {display:block;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom: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:12.5625rem;left:3.6875rem; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #G0B9qZXsLUlqGl7U7BDnimTsz7LHEmkl { position:relative; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #mT2zcW8xwMi05GgelnRg24iW0qlfGZ1v { position:relative;display:none; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #nap9ZTMzfA83IybHGWaVPtVDGkdp75F9 { position:relative; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #rTcC9PtFDyhFfLLtxaTB6AsTJEc6u9qL { position:relative; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #EPLxXS91CDrNlLeZF5nzHlzmq2m20DAO { position:relative;display:none; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #VCb65H3e6CUHkbyOoq2UyvUMrKWB0x8m { position:relative; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #GvJQH9nLnRSLkDTHvHefprpJryCR7LZh { position:relative; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #ksKqtEu93EsFONQChcfbCuRn1kUT9r1y { position:relative;display:none; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #grCWCfQHMfkTenswQ4bOghpTzNuQyNoU { position:relative; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #eOTMxGdgvTd6otH1uIBoTJnnX5tWyymN { position:relative; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT #R16FQUQstfNAhsEA7rkHTqEPoBrRdyPK { position:relative; }
#bHiigHH28dN4fTUL9k0naW85mLhuDEsF { color:#2d2d2d;display:block;width:43.25rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:4.5625rem;left:8rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFlz5xaGomorzpCBWSCeDwOzyuV8Wpcv { color:#2d2d2d;display:block;width:46.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:8.625rem;left:7.375rem;height:2.97395625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b5c89;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; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { background-color: transparent; background-image: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container > .video-iframe-container { display: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container { display: none; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .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); }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { border-width: 0; border-radius: 0; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { color:#4f4f4f;display:block;width:16.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:2.7614593505859rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { color:#111111;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:6.296875rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZbUbuynUEeU9IML71cIUoBfslu0efvr { color:#111111;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:11.681640625rem;left:18.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:6.625rem;left:47.34375rem;display:block; }
#MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:6.625rem;left:52.21875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { display:block; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qiay8B2aN6lh3w8GipbEXcQh08VVNLTP { top:1.375rem;left:0rem;width:22rem;height:4.1747597679267rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nw1vvTRouirfnRyixN6QATp3RmIIwd { width:16.1875rem;height:2.6875rem;top:2.3125rem;left:31.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { width:40.25rem;height:9rem;top:22.375rem;left:7.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1Vs6QMC1vgATbOxSCVR7J2mFv5J2Twa { width:40.1875rem;height:3.625rem;top:32.1875rem;left:7.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT { display:block; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1wr8zPUHAxgX6tfsasI6Xz3NmzCke7P { top:4.125rem;left:28.3125rem;width:14.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsizUTa4lp15bIEv9tcRtEsNsnRHLNaX { width:17.375rem;height:10.75rem;top:7.0625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOhcaBIgntqbT0tVRq2tbaxSiHo0RPd4 { width:24.125rem;height:8.9375rem;top:21.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTJ7lGDIy9fXUd2WfDlZgRcBkWvHyCk { width:21.9375rem;height:1.4375rem;top:18.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTd09wJXNJkcNp1H0RI4JXGFCPSIwrA { top:10.6875rem;left:13.5rem;width:34.1875rem;height:23.643621622214rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfPtkIL7TRXUsQ0vdAxFzhOZMH4LuwuR { width:19.5rem;height:2.0625rem;top:39.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur6Zq1Ex1X47Dm9TsruZlTu3fIFcDUN9 { top:43.6875rem;left:0rem;width:18.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPCwonNfRes9uno6HyH0cekyw2ZP0ipe { top:43.8125rem;left:14.6875rem;width:18.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vORazB4zQfEhRlLORh697pC2ip1mXPKZ { top:43.6875rem;left:29.4375rem;width:18.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSbbHXHZGLmlRp9Tgde7SLRRxrxOJxxl { width:18.25rem;height:3rem;top:57.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpqDJUIdwbp3x0sXzT4iZdAfT21Dxz2s { display:block; }
 }@media only screen and (max-width: 763px) { #DSiropTxd0GTVqmpLmUSkufcC38fzmlg { width:27.25rem;height:2.375rem;top:62.0625rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn20B88TnGhqfP0NBW6yacHPXuwcw6Wa { width:16.5rem;height:5.9375rem;top:46rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4DloJL0dlrU85cWJK7PnXgPPmS1VdWn { width:17.25rem;height:5.9375rem;top:46rem;left:15.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDZWKTAkktmuNGnknpSKVsLe5IlvtQok { width:16.3125rem;height:4.4375rem;top:46.75rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKPI4xb00xKWiQ7Ju4bvFq6Fou3SAOcT { width:18.25rem;height:3rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRqVcTQDK4fHa8fKAVkDyTh1bdPyTMIw { display:block; }
 }@media only screen and (max-width: 763px) { #ec63PnXPGogzpckRwiTHBnkFpnCvhdzO { display:block; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTvlCzek4m2SmK64KmCJZ8nRxVKEnVCh { top:4.125rem;left:28.3125rem;width:14.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLMzHOoEW97v6bgICGIPrrUQlXTR6g5o { width:17.4375rem;height:10.75rem;top:7.0625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xDdGBnKP0ue7Fq1MOlH2hU0a22DFZI { width:24.0625rem;height:8.875rem;top:21.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqQXktfD4Awfm2tTf7SdBFQ608rQRN3W { width:21.9375rem;height:1.4375rem;top:18.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtTB5JAESOtU6lbcBsDp2Rz2ef0RuhFi { top:8.3125rem;left:14.5rem;width:33.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpl7gpqguqZ72TWMPRegVeJUM0Xx3RlZ { width:18.3125rem;height:3.0625rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti32GHK26mKwpsclSMt5Z6Alw10MRepi { display:block; }
 }@media only screen and (max-width: 763px) { #g3y7EPRDZce1PKI8UV7wKeaFDyQQXpGf { width:21.9375rem;height:1.4375rem;top:32.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab6xAgblnhp8ZS4f65Z2OXFyLuXANPi5 { width:21.9375rem;height:1.4375rem;top:34.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8MAPdKnR4om7uXy12yR8PHMbRSkR83h { width:21.9375rem;height:1.4375rem;top:35.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqq36Tbio8VFXcOfryZqiARHJMA2dkQA { display:block; }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaT9Z43B4zp59SHeuJeNomIiddaWZ5UO { width:19.9375rem;height:7.1875rem;top:7.0625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcvg5G57JihcJisGSeEJo9Xa5uP0suDm { width:24.0625rem;height:5.9375rem;top:17.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKt0ZTAfmlk68rGJG80S1Zo0MqFOeQKv { width:21.9375rem;height:1.4375rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IoLzZF1sv5CwpoVmOHzulG65kKrqnh { top:8.875rem;left:14.875rem;width:32.875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8q17ikMVrn0J2WtEdICPT8GnKbc3E6m { width:18.3125rem;height:3.0625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM1OBOeZE4kA3tBGAnGF9KpnDxzkkWrx { display:block; }
 }@media only screen and (max-width: 763px) { #d9puXTq5gDKhsp5FZqldE22JtfOsM7EN { top:4.875rem;left:33.125rem;width:14.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb { display:block; }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-text {padding-top: 0; padding-bottom: 0;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-select {padding-top: 0; padding-bottom: 0;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-button { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.5rem; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-checkbox-label { width:44.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT  { width:45.25rem;height:0;top:12.5625rem;left:0rem; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT {display:block;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT { width:45.25rem;height:0;top:12.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #G0B9qZXsLUlqGl7U7BDnimTsz7LHEmkl {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #mT2zcW8xwMi05GgelnRg24iW0qlfGZ1v { display:none; }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #nap9ZTMzfA83IybHGWaVPtVDGkdp75F9 {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #rTcC9PtFDyhFfLLtxaTB6AsTJEc6u9qL {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #EPLxXS91CDrNlLeZF5nzHlzmq2m20DAO { display:none; }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #VCb65H3e6CUHkbyOoq2UyvUMrKWB0x8m {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #GvJQH9nLnRSLkDTHvHefprpJryCR7LZh {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #ksKqtEu93EsFONQChcfbCuRn1kUT9r1y { display:none; }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #grCWCfQHMfkTenswQ4bOghpTzNuQyNoU {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #eOTMxGdgvTd6otH1uIBoTJnnX5tWyymN {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #R16FQUQstfNAhsEA7rkHTqEPoBrRdyPK {  }
 }@media only screen and (max-width: 763px) { #bHiigHH28dN4fTUL9k0naW85mLhuDEsF { width:43.25rem;height:3.5625rem;top:4.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFlz5xaGomorzpCBWSCeDwOzyuV8Wpcv { width:46.0625rem;height:2.9375rem;top:8.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { width:16.75rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { width:30.25rem;height:3.0625rem;top:6.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbUbuynUEeU9IML71cIUoBfslu0efvr { width:22.875rem;height:1.125rem;top:11.625rem;left:12.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { top:6.625rem;left:41.21875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { top:6.625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmtCgW62HxkrpVTRyG88LoLZvAT7MFac { display:block; }#mmtCgW62HxkrpVTRyG88LoLZvAT7MFac > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qiay8B2aN6lh3w8GipbEXcQh08VVNLTP { width:20rem;height:3.7949630301142rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nw1vvTRouirfnRyixN6QATp3RmIIwd { width:16.1875rem;height:0;top:6.2949630301144rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEhdlqznudlI23IaKaEcGz8K6Up9iky4 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1Vs6QMC1vgATbOxSCVR7J2mFv5J2Twa { width:20rem;height:0;top:11.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT { display:block; }#dbvVkE7TwB9iduygeG7ukkFJaXXs4GGT > .row .container { width:20rem;height:96.724846516474rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1wr8zPUHAxgX6tfsasI6Xz3NmzCke7P { width:14.625rem;height:3.4375rem;top:13.2981875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsizUTa4lp15bIEv9tcRtEsNsnRHLNaX { width:17.375rem;height:0;top:1.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOhcaBIgntqbT0tVRq2tbaxSiHo0RPd4 { width:20rem;height:0;top:20.72266875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTJ7lGDIy9fXUd2WfDlZgRcBkWvHyCk { width:20rem;height:0;top:17.9856875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTd09wJXNJkcNp1H0RI4JXGFCPSIwrA { width:20rem;height:13.831602766474rem;top:35.14454375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfPtkIL7TRXUsQ0vdAxFzhOZMH4LuwuR { width:19.5rem;height:0;top:50.226146516474rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur6Zq1Ex1X47Dm9TsruZlTu3fIFcDUN9 { width:18.25rem;height:10.5rem;top:53.575759016474rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPCwonNfRes9uno6HyH0cekyw2ZP0ipe { width:18.25rem;height:10.5rem;top:65.325759016475rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vORazB4zQfEhRlLORh697pC2ip1mXPKZ { width:18.25rem;height:10.5rem;top:77.075759016475rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSbbHXHZGLmlRp9Tgde7SLRRxrxOJxxl { width:18.25rem;height:3rem;top:88.825759016475rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpqDJUIdwbp3x0sXzT4iZdAfT21Dxz2s { display:block; }
 }@media only screen and (max-width: 763px) { #DSiropTxd0GTVqmpLmUSkufcC38fzmlg { width:20rem;height:0;top:93.075759016475rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn20B88TnGhqfP0NBW6yacHPXuwcw6Wa { width:16.5rem;height:0;top:55.888259016474rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4DloJL0dlrU85cWJK7PnXgPPmS1VdWn { width:17.25rem;height:0;top:67.513259016475rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDZWKTAkktmuNGnknpSKVsLe5IlvtQok { width:16.3125rem;height:0;top:80.138259016475rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKPI4xb00xKWiQ7Ju4bvFq6Fou3SAOcT { width:18.25rem;height:3rem;top:30.89454375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRqVcTQDK4fHa8fKAVkDyTh1bdPyTMIw { display:block; }
 }@media only screen and (max-width: 763px) { #ec63PnXPGogzpckRwiTHBnkFpnCvhdzO { display:block; }#ec63PnXPGogzpckRwiTHBnkFpnCvhdzO > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTvlCzek4m2SmK64KmCJZ8nRxVKEnVCh { width:14.625rem;height:3.4375rem;top:13.2988125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLMzHOoEW97v6bgICGIPrrUQlXTR6g5o { width:17.4375rem;height:0;top:1.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xDdGBnKP0ue7Fq1MOlH2hU0a22DFZI { width:20rem;height:0;top:20.72329375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqQXktfD4Awfm2tTf7SdBFQ608rQRN3W { width:20rem;height:0;top:17.9863125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtTB5JAESOtU6lbcBsDp2Rz2ef0RuhFi { width:20rem;height:15.338345864662rem;top:33.63215rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpl7gpqguqZ72TWMPRegVeJUM0Xx3RlZ { width:18.3125rem;height:3.0625rem;top:55.694458364662rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti32GHK26mKwpsclSMt5Z6Alw10MRepi { display:block; }
 }@media only screen and (max-width: 763px) { #g3y7EPRDZce1PKI8UV7wKeaFDyQQXpGf { width:20rem;height:0;top:30.89516875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab6xAgblnhp8ZS4f65Z2OXFyLuXANPi5 { width:20rem;height:0;top:50.220495864662rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8MAPdKnR4om7uXy12yR8PHMbRSkR83h { width:20rem;height:0;top:52.957477114662rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqq36Tbio8VFXcOfryZqiARHJMA2dkQA { display:block; }#kqq36Tbio8VFXcOfryZqiARHJMA2dkQA > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaT9Z43B4zp59SHeuJeNomIiddaWZ5UO { width:19.9375rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcvg5G57JihcJisGSeEJo9Xa5uP0suDm { width:20rem;height:0;top:17.12373125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKt0ZTAfmlk68rGJG80S1Zo0MqFOeQKv { width:20rem;height:0;top:14.38675rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3IoLzZF1sv5CwpoVmOHzulG65kKrqnh { width:20rem;height:12.205323193916rem;top:28.63415rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8q17ikMVrn0J2WtEdICPT8GnKbc3E6m { width:18.3125rem;height:3.0625rem;top:24.32165rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM1OBOeZE4kA3tBGAnGF9KpnDxzkkWrx { display:block; }
 }@media only screen and (max-width: 763px) { #d9puXTq5gDKhsp5FZqldE22JtfOsM7EN { width:14.625rem;height:3.4375rem;top:9.69925rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb { display:block; }#arUlVTVeSGzl7SSlE5LqgmqVAdrfp4Nb > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-text {padding-top: 0; padding-bottom: 0;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-select {padding-top: 0; padding-bottom: 0;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT  { width:17.5rem;height:auto;top:9rem;left:0rem;background-color:transparent;background-image:none; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWVxLJJ9ITPel26PAp83kPUwNOD297sT {display:block;}#DWVxLJJ9ITPel26PAp83kPUwNOD297sT { width:17.5rem;height:auto;top:9rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #G0B9qZXsLUlqGl7U7BDnimTsz7LHEmkl {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #mT2zcW8xwMi05GgelnRg24iW0qlfGZ1v { display:none; }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #nap9ZTMzfA83IybHGWaVPtVDGkdp75F9 {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #rTcC9PtFDyhFfLLtxaTB6AsTJEc6u9qL {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #EPLxXS91CDrNlLeZF5nzHlzmq2m20DAO { display:none; }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #VCb65H3e6CUHkbyOoq2UyvUMrKWB0x8m {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #GvJQH9nLnRSLkDTHvHefprpJryCR7LZh {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #ksKqtEu93EsFONQChcfbCuRn1kUT9r1y { display:none; }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #grCWCfQHMfkTenswQ4bOghpTzNuQyNoU {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #eOTMxGdgvTd6otH1uIBoTJnnX5tWyymN {  }
 }@media only screen and (max-width: 763px) { #DWVxLJJ9ITPel26PAp83kPUwNOD297sT #R16FQUQstfNAhsEA7rkHTqEPoBrRdyPK {  }
 }@media only screen and (max-width: 763px) { #bHiigHH28dN4fTUL9k0naW85mLhuDEsF { width:20rem;height:0;top:20.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFlz5xaGomorzpCBWSCeDwOzyuV8Wpcv { width:20rem;height:0;top:25.2871125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T { display:block; }#dm2Ov1nO4NeksJI2WvNRLOOEHLiTda6T > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqUmUHwlGT0Tpu6gFyN4CEpvy9rvTfS4 { width:20rem;height:2.0996125rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kgmz9VcpaDcJbee6HtPKC9w64Cri70 { width:18.625rem;height:11.34375rem;top:7.4375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbUbuynUEeU9IML71cIUoBfslu0efvr { width:20rem;height:1.125rem;top:24.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvdPyS6Kiy9p66v1J7VKcGzGUFt18yR { width:3.125rem;height:3.125rem;top:19.9375rem;left:5.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSLfZG5KL7gG4NTA8A8FrTcATdBUzOC { width:3.125rem;height:3.125rem;top:19.9375rem;left:11rem;font-size:2.1875rem;display:block; }
 }