.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb1aded5-2ae6-4ea7-b15f-a92f0192d506/informationscreenshoppingmall1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.61); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.61); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { color:#ffffff;display:block;width:54.4375rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:35.95068359375rem;left:2.78125rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:39.8251953125rem;left:2.625rem;height:5.79980625rem;text-align:center;text-align-last:center;display:block; }
#r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:45.5625rem;left:28.9375rem; }
#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { background-color: transparent; background-image: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .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); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { border-width: 0; border-radius: 0; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:block; }#yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { color:#434242;display:block;width:52.9375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:2.03173828125rem;left:3.53125rem;height:10.49805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { position:absolute;display:block;z-index:15012;background-color:#a73231;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:11.25rem;width:28.5rem;top:0rem;left:1.5rem;display:block; }
#ecanezNQd00fkniazH340Gn6BsvTyZZo { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.5625rem 1.625rem rgba(0,0,0,0.1) ;height:22.25rem;width:30rem;top:0rem;left:30rem;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-form-header {  }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;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:25.3125rem;box-sizing:border-box;height:2.5625rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;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:25.3125rem;box-sizing:border-box;height:4.375rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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:25.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox { width:1rem;height:1rem;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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#a73231;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#f2f9ff;width:21.5rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:first-of-type{padding-top:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:last-of-type{padding-bottom:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:31.09375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:31.09375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #P19uIW8KZyfaP1QQrRr2I7wg2xqSnuU5 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WNzCIRRVDAS9WFUQiA2o1l0hwWqOa9FF { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #duSRpeQ3HA9P07aMem0pxyu0nkzcsAsm { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u { position:relative; }
#aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { color:#dfe2ed;display:block;width:26.125rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.02490234375rem;left:2.125rem;height:7.19925rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:24.875rem;left:0rem;display:block; }
#uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { color:#2f403a;display:block;width:24.499rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:13.53125rem;left:3.8134765625rem;height:7.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { 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; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { background-color: transparent; background-image: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .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); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { border-width: 0; border-radius: 0; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:3.0634765625rem;left:2.5625rem;height:20.99609375rem;text-align:left;text-align-last:left;display:block; }
#xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { background-color:#a73231;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"source sans pro";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.1513671875rem;left:37.625rem;display:block; }
#hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LsXtU7cJKXLJg2vOwtzLHfDLUmtPauLK { 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:20.25rem;width:29.9375rem;top:3.0634765625rem;left:29.926957831325rem;overflow:hidden;display:block; }
#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg { position:relative;display:block; }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg { background-color: transparent; background-image: none; }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .row .container > .video-iframe-container { display: none; }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .row > .video-iframe-container { display: none; }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .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); }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg { border-width: 0; border-radius: 0; }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .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; }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25rem;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; }#h5pN0SLtK7DXCKVUHtW8tTE9HeVkxTZE { position:absolute;display:block;z-index:15010;background-color:rgba(47,64,58,0.14);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:16.75rem;width:12.375rem;top:6.375rem;left:45.03125rem;display:block; }
#m2GpR3TkDLndDUOwboLQd9TVo4dGOJVk { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.3125rem;left:49.25rem; }
#AX2A6lpUuRW1KmGLcoDSLWkTRztn8nGW { position:absolute;display:block;z-index:15008;background-color:rgba(47,64,58,0.14);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:16.75rem;width:12.375rem;top:6.375rem;left:31.1875rem;display:block; }
#sLqqnQTcT2JAopWTUhEBOsIrC2zQ1IH1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.3125rem;left:35.375rem; }
#bc30Etb8I0unpomcskQhoXpH5AGcHoG5 { position:absolute;display:block;z-index:15006;background-color:rgba(47,64,58,0.14);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:16.75rem;width:12.375rem;top:6.375rem;left:17.0625rem;display:block; }
#i0gvQOnpUuTMtNKJSKIBB1Sq7V2XxgB6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.3125rem;left:21.25rem; }
#xp7Qs2vHt4RbUmH7iobTlAdf4h62Deuq { position:absolute;display:block;z-index:15004;background-color:rgba(47,64,58,0.14);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:16.75rem;width:12.375rem;top:6.375rem;left:2.5625rem;display:block; }
#PKzkwEOX8ChSaND8ft5eSKIRLf7iU5Kv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.3125rem;left:6.75rem; }
#kH3FwM92aO5FUF8R6FWgVSfTA76fn3U3 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:14.125rem;left:3.5rem;height:6.6484375rem;text-align:center;text-align-last:center;display:block; }
#rORfWDqmBoqAwIVTvsyrDf6uhrCMFI2A { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:14.125rem;left:32.03125rem;height:6.6484375rem;text-align:center;text-align-last:center;display:block; }
#hMu8KDEWHG8k74aLtlXzKBpRGBMwxT4P { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:14.125rem;left:18.4375rem;height:6.6484375rem;text-align:center;text-align-last:center;display:block; }
#b2utXU8AHGhyAo1LknHRv554ur4dQhpe { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14.125rem;left:46.40625rem;height:6.6484375rem;text-align:center;text-align-last:center;display:block; }
#RZBRzl1MyH29NImoz7v1EW6abzlibTSq { color:#2f403a;display:block;width:24.499rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:2.4375rem;left:2.5625rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD { 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; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { background-color: transparent; background-image: none; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container > .video-iframe-container { display: none; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row > .video-iframe-container { display: none; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .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); }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { border-width: 0; border-radius: 0; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#WDIhqfi1pCZz2OP5GVtpN2eeAkNmcauT { position:absolute;display:block;z-index:15021;background-color:#a73231;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:14.8125rem;width:12.5rem;top:3.6884765625rem;left:32.5rem;display:block; }
#xiubpwTkzesM9FrcA4BLbMPqJx7o6Axi { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/636aad70-3be9-40e8-8a16-719b336c5aed/avitel_Screenshot20250514at1350041.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:14.812rem;width:12.5rem;top:3.6884765625rem;left:45rem;display:block; }#xiubpwTkzesM9FrcA4BLbMPqJx7o6Axi.adaptive-delivery-prevent-bg, #xiubpwTkzesM9FrcA4BLbMPqJx7o6Axi.lazyload, #xiubpwTkzesM9FrcA4BLbMPqJx7o6Axi.lazyloading { background-image: none; }
#rGGtgX48UTfLJFdkK9yrvBKz1pxES2Jd { position:absolute;display:block;z-index:15022;background-color:#a73231;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:14.812rem;width:12.5rem;top:18.5009765625rem;left:45rem;display:block; }
#dLPWGh3Qs46aTTQIDH42pOcVQTKZihSB { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1184c3a7-9e58-484c-8298-c38da06e1b36/avitel_Screenshot20250516at1315061.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:14.8108125rem;width:12.5rem;top:18.5009765625rem;left:32.5625rem;display:block; }#dLPWGh3Qs46aTTQIDH42pOcVQTKZihSB.adaptive-delivery-prevent-bg, #dLPWGh3Qs46aTTQIDH42pOcVQTKZihSB.lazyload, #dLPWGh3Qs46aTTQIDH42pOcVQTKZihSB.lazyloading { background-image: none; }
#MnGhqSooyETmTmnd0SxWmBwaeETetTsa { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:7.49462890625rem;left:32.96875rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEiakqOBFGPodZ8nCSwQwg8Mr5mKQbQL { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:"source sans pro";font-size:5.3125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:20.7509765625rem;left:45.375rem;height:5.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1KpV5XFuu5sag1Jn06igK63gS5KoSiX { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:26.7197265625rem;left:45.40625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtawaHJGDZ9T5K4uw86wenwoP61BdPWD { background-color:#142c4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"source sans pro";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.68701171875rem;left:37.625rem;display:block; }
#m1VeFdBO9k2XQFdO4D6SbAHsADOaTZWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3W0qeKru3zi5HNSNcTKysNStmmdixxW { color:#434242;display:block;width:24.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:3.6884765625rem;left:2.5625rem;height:39.8925625rem;text-align:left;text-align-last:left;display:block; }
#PlLbtVM1v1KJhF1xmoMfUTEp0l6WhgzH { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:0rem;display:block; }
#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row .container { background-color: transparent; background-image: none; }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row .container > .video-iframe-container { display: none; }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row > .video-iframe-container { display: none; }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .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); }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row .container { border-width: 0; border-radius: 0; }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#IzBSTMLRx3hQDIo1QFlB93a3nmHyIABV { color:#a73231;display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:4.02490234375rem;left:20.5rem;height:11.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/349e907a-f2da-4d57-a616-133d2f842167/29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:17.4375rem;width:16.1875rem;top:0.90625rem;left:2.5rem;display:block; }#obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.adaptive-delivery-prevent-bg, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyload, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyloading { background-image: none; }
#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { 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; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { background-color: transparent; background-image: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container > .video-iframe-container { display: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container { display: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .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); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { border-width: 0; border-radius: 0; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { color:#00204d;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:2.4873046875rem;left:0rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { background-color: transparent; background-image: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container > .video-iframe-container { display: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { display: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .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); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { border-width: 0; border-radius: 0; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#xNnfoP7KvUtIyvOXTBoCmWNr8PQDPWwf { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.98095703125rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a73231;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; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { background-color: transparent; background-image: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .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); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { border-width: 0; border-radius: 0; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { top:35.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { top:39.8125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:45.5625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { top:2rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { top:0rem;left:0rem;width:28.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { top:0rem;left:17.75rem;width:30rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:25.3125rem;height:auto;top:0rem;left:19.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:25.3125rem;height:auto;top:0rem;left:19.9375rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #P19uIW8KZyfaP1QQrRr2I7wg2xqSnuU5 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WNzCIRRVDAS9WFUQiA2o1l0hwWqOa9FF {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #duSRpeQ3HA9P07aMem0pxyu0nkzcsAsm {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { top:2rem;left:0rem;width:26.125rem;height:7.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { top:24.875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { top:13.5rem;left:0rem;width:24.4375rem;height:7.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { top:3.0625rem;left:0rem;width:25.75rem;height:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { width:14.75rem;height:3.4375rem;top:26.125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block; }
 }@media only screen and (max-width: 763px) { #LsXtU7cJKXLJg2vOwtzLHfDLUmtPauLK { top:3.0625rem;left:0rem;width:29.9375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg { display:block; }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5pN0SLtK7DXCKVUHtW8tTE9HeVkxTZE { top:6.375rem;left:35.375rem;width:12.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2GpR3TkDLndDUOwboLQd9TVo4dGOJVk { top:8.3125rem;left:43.125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX2A6lpUuRW1KmGLcoDSLWkTRztn8nGW { top:6.375rem;left:25.0625rem;width:12.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLqqnQTcT2JAopWTUhEBOsIrC2zQ1IH1 { top:8.3125rem;left:29.25rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc30Etb8I0unpomcskQhoXpH5AGcHoG5 { top:6.375rem;left:10.9375rem;width:12.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0gvQOnpUuTMtNKJSKIBB1Sq7V2XxgB6 { top:8.3125rem;left:15.125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7Qs2vHt4RbUmH7iobTlAdf4h62Deuq { top:6.375rem;left:0rem;width:12.375rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKzkwEOX8ChSaND8ft5eSKIRLf7iU5Kv { top:8.3125rem;left:0.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3FwM92aO5FUF8R6FWgVSfTA76fn3U3 { top:14.125rem;left:0rem;width:10.5625rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rORfWDqmBoqAwIVTvsyrDf6uhrCMFI2A { top:14.125rem;left:25.90625rem;width:10.6875rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMu8KDEWHG8k74aLtlXzKBpRGBMwxT4P { top:14.125rem;left:12.3125rem;width:9.625rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2utXU8AHGhyAo1LknHRv554ur4dQhpe { top:14.125rem;left:38.125rem;width:9.625rem;height:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZBRzl1MyH29NImoz7v1EW6abzlibTSq { top:2.4375rem;left:0rem;width:24.4375rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD { display:block; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDIhqfi1pCZz2OP5GVtpN2eeAkNmcauT { top:3.6875rem;left:23.875rem;width:12.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiubpwTkzesM9FrcA4BLbMPqJx7o6Axi { top:3.6875rem;left:35.25rem;width:12.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGtgX48UTfLJFdkK9yrvBKz1pxES2Jd { top:18.5rem;left:35.25rem;width:12.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPWGh3Qs46aTTQIDH42pOcVQTKZihSB { top:18.5rem;left:23.875rem;width:12.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGhqSooyETmTmnd0SxWmBwaeETetTsa { top:7.4375rem;left:23.875rem;width:11.5625rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiakqOBFGPodZ8nCSwQwg8Mr5mKQbQL { top:20.75rem;left:36.1875rem;width:11.5625rem;height:5.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1KpV5XFuu5sag1Jn06igK63gS5KoSiX { top:26.6875rem;left:36.1875rem;width:11.5625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtawaHJGDZ9T5K4uw86wenwoP61BdPWD { width:14.75rem;height:3.4375rem;top:37.625rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VeFdBO9k2XQFdO4D6SbAHsADOaTZWv { display:block; }
 }@media only screen and (max-width: 763px) { #D3W0qeKru3zi5HNSNcTKysNStmmdixxW { top:3.6875rem;left:0rem;width:24.875rem;height:39.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlLbtVM1v1KJhF1xmoMfUTEp0l6WhgzH { top:0.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s { display:block; }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzBSTMLRx3hQDIo1QFlB93a3nmHyIABV { top:4rem;left:11.375rem;width:36.375rem;height:11.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { top:0.875rem;left:0rem;width:16.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { display:block; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { top:2.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNnfoP7KvUtIyvOXTBoCmWNr8PQDPWwf { top:1.9375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb1aded5-2ae6-4ea7-b15f-a92f0192d506/informationscreenshoppingmall1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.65); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.65); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { width:20rem;height:6.07470625rem;top:23.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { width:17.625rem;height:6.5rem;top:30.13671875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:15.67383125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { width:19.0625rem;height:18.99905625rem;top:1.25rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:#ffffff;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; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { width:20rem;height:14.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { width:20rem;height:18rem;top:32.17340234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:14.875rem;margin-top:0.25rem;margin-right:1.3125rem;margin-bottom:0.25rem;margin-left:1.3125rem;height:4.5625rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:17.5rem;height:auto;top:25.42333984375rem;left:0rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:17.5rem;height:auto;top:25.42333984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #P19uIW8KZyfaP1QQrRr2I7wg2xqSnuU5 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WNzCIRRVDAS9WFUQiA2o1l0hwWqOa9FF {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #duSRpeQ3HA9P07aMem0pxyu0nkzcsAsm {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { width:19.0625rem;height:12.1494375rem;top:2.33740234375rem;left:0.46875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { width:20rem;height:0.125rem;top:50.11083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { width:18rem;height:6.07470625rem;top:17.41162109375rem;left:1rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { width:18.0625rem;height:22.79883125rem;top:14.9375rem;left:0.96875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { width:14.75rem;height:3.0625rem;top:39.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block; }
 }@media only screen and (max-width: 763px) { #LsXtU7cJKXLJg2vOwtzLHfDLUmtPauLK { width:20rem;height:13.527375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg { display:block; }#y4SF8WLkm8lTzoEHGiTnnCfhnVyZ16lg > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5pN0SLtK7DXCKVUHtW8tTE9HeVkxTZE { width:12.375rem;height:16.75rem;top:59.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2GpR3TkDLndDUOwboLQd9TVo4dGOJVk { display:flex;width:4.0625rem;height:4.0625rem;top:60.8369125rem;left:8.03125rem; }
 }@media only screen and (max-width: 763px) { #AX2A6lpUuRW1KmGLcoDSLWkTRztn8nGW { width:12.375rem;height:16.75rem;top:40.8994125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLqqnQTcT2JAopWTUhEBOsIrC2zQ1IH1 { display:flex;width:4.0625rem;height:4.0625rem;top:42.8369125rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #bc30Etb8I0unpomcskQhoXpH5AGcHoG5 { width:12.375rem;height:16.75rem;top:22.8994125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0gvQOnpUuTMtNKJSKIBB1Sq7V2XxgB6 { display:flex;width:4.0625rem;height:4.0625rem;top:24.8369125rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #xp7Qs2vHt4RbUmH7iobTlAdf4h62Deuq { width:12.375rem;height:16.75rem;top:4.8994125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKzkwEOX8ChSaND8ft5eSKIRLf7iU5Kv { display:flex;width:4.0625rem;height:4.0625rem;top:6.8369125rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #kH3FwM92aO5FUF8R6FWgVSfTA76fn3U3 { width:9.625rem;height:8.3105625rem;top:12.6494125rem;left:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rORfWDqmBoqAwIVTvsyrDf6uhrCMFI2A { width:9.625rem;height:8.3105625rem;top:48.6494125rem;left:4.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMu8KDEWHG8k74aLtlXzKBpRGBMwxT4P { width:9.625rem;height:6.6484375rem;top:30.6494125rem;left:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2utXU8AHGhyAo1LknHRv554ur4dQhpe { width:9.625rem;height:6.6484375rem;top:66.6494125rem;left:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZBRzl1MyH29NImoz7v1EW6abzlibTSq { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD { display:block; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDIhqfi1pCZz2OP5GVtpN2eeAkNmcauT { width:12.5rem;height:10.25rem;top:42.54296875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiubpwTkzesM9FrcA4BLbMPqJx7o6Axi { width:12.5rem;height:14.75rem;top:54.29296875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGtgX48UTfLJFdkK9yrvBKz1pxES2Jd { width:12.5rem;height:8.3125rem;top:87.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPWGh3Qs46aTTQIDH42pOcVQTKZihSB { width:12.5rem;height:14.75rem;top:70.79296875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGhqSooyETmTmnd0SxWmBwaeETetTsa { width:11.5625rem;height:7.19925rem;top:44.06787109375rem;left:4.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEiakqOBFGPodZ8nCSwQwg8Mr5mKQbQL { width:11.5625rem;height:2.19970625rem;top:88.375rem;left:4.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1KpV5XFuu5sag1Jn06igK63gS5KoSiX { width:11.5625rem;height:3.5996125rem;top:90.5625rem;left:4.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtawaHJGDZ9T5K4uw86wenwoP61BdPWD { width:14.75rem;height:3.4375rem;top:97.361328125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VeFdBO9k2XQFdO4D6SbAHsADOaTZWv { display:block; }
 }@media only screen and (max-width: 763px) { #D3W0qeKru3zi5HNSNcTKysNStmmdixxW { width:18.3125rem;height:37.9980625rem;top:2.34033203125rem;left:0.84375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlLbtVM1v1KJhF1xmoMfUTEp0l6WhgzH { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s { display:block; }#vGWOnASgcR9CCn2Gnvf1MOOyw043MV9s > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzBSTMLRx3hQDIo1QFlB93a3nmHyIABV { width:19.875rem;height:7.19925rem;top:18.9375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { width:13.9375rem;height:16.4375rem;top:1.25rem;left:3rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { display:block; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { width:20rem;height:4.79980625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNnfoP7KvUtIyvOXTBoCmWNr8PQDPWwf { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }