.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW.adaptive-delivery-prevent-bg, #eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW.lazyload, #eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW.lazyloading { background-image: none; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row .container { border-width: 0; border-radius: 0; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:none; }#AMoCuTv4dS8hGQluql1CTDBy5grJKJZa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.1);top:6.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O8zMtkC0RTyOwlNk67BE1JqtEVN5hbeB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.1);top:10.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hqio9Z6G5ZwGFG1P0q4yWgr1ZllJrCh5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:17.9375rem;top:19.60000038147rem;left:8.71249961853rem;overflow:hidden;display:block; }
#k7RfWEICMJOwWBAdC9awSubizR7D5nzK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.1875rem;top:41.72500038147rem;left:32.89999961853rem;overflow:hidden;display:block; }
#OkBmn9K9RRG3uw56gpcJ8cTx2ep8paqL { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:75rem;width:60rem;display:none; }
#IJOzAbzXm4EcVMM8r7DRmxf0kCpkKv5h { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.437500953674rem;left:38.249219894409rem;display:none; }
#a8qo781e31pv6HytgUvTPv7J26puzSWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlM7adUIzDrMlp2hRtnZzF3ydffv0acf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.1);top:10.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#imk70DZKGMb399trSeGQ79IWrp7T9Clk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk.adaptive-delivery-prevent-bg, #imk70DZKGMb399trSeGQ79IWrp7T9Clk.lazyload, #imk70DZKGMb399trSeGQ79IWrp7T9Clk.lazyloading { background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { border-width: 0; border-radius: 0; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:17.9375rem;top:19.60000038147rem;left:8.71249961853rem;overflow:hidden;display:block; }
#IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.1875rem;top:41.72500038147rem;left:32.89999961853rem;overflow:hidden;display:block; }
#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t { position:relative;display:none; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t { border-width: 0; border-radius: 0; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .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; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .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:18.75rem;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:none; }#RN2Ulb4QNHWTRUGTyFVp69Puyaq38bov { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-form-header {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .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;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:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-text {padding-top: 0; padding-bottom: 0;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .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;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:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-select {padding-top: 0; padding-bottom: 0;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .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:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.875rem;font-family:ubuntu;overflow:hidden; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .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; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .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:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-container:first-of-type{padding-top:0;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-container:last-of-type{padding-bottom:0;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.748046875rem;left:17.873046875rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-info-text { display:block;height:auto;font-family:ubuntu;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; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI {display:block;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.748046875rem;left:17.873046875rem;display:none; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #sFS9U0Lv7yH7GNLCfFk8l9xcfI8UKs2G { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #iXc0PAGrUnf6VWIylHIDtVKsvkrozcqu { position:relative;display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #HyquoPT9z2cULeqDGtPUg13fEv3yG6Hb { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #ymiEnp1oygTnnoVJuPXES3mVwyXDQBIL { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #oooM3TCPNuSZ119zN5UUUTyawICF4D2U { position:relative;display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #Sn2tL75nQq1MMREVRPyDy92PMUx8Hr48 { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #eD6brZqu95HLfdxhuzF7WVMBW5JoQuWN { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #NWsftNmTUIi7RnTqyt9TDBQGdr81Zkg0 { position:relative;display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #P6ELTFmzkrZ4NwDWmFFGLA3Wc7V6Q3Qh { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #NCv9avunXP4PEPCSfHTzr1dPwKIXU3KV { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #qBNTFCOyqkbxB1XA8fe5IiGiS9WB7D6z { position:relative;display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #qvtPgO2TVKr494W4blO2SsMo0wuakpoP { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #TdXCdGXw4Bq8Jf8Pt2vNgbTuSRcEffeg { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #LJTDkcsBN6MOp85FDsT7v3IsMzgNLCaq { position:relative;display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #Vcx2C5m999uK0yf6QgtPC5a7JbG2Fk6L { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #H9zdJfRlk98MIC3PKSE6cfGhHW6B5ycF { position:relative; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #UfNL9CIWtPc0EDo3LT5eGC1VMVUFwSOE { position:relative; }
#xqf2wFtVnhh8BTZVlfJsk7aIcixd5WnV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.1);top:6.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SXkczBVz6s4uZiQ2B6klF47EAQD9pTwC { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.1);top:10.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Pb8TcRdEV3Jz8SeFKQuPPVw8q0XkHDkg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#ZQ6L1fAIyGH2TMQmBMsXaJG3Hi78Itn4 { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#dRsMAmqCPgp4sIdlewENTSEzBnatxlqX { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#I4JF0Zpp0Mz8XqcIKgeonXb43i9GLvSM { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#IQc4G59c2741vJ4sk99FGtf2CzFhw7K8 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#lyybeIE6cpvx3N4BwueXvmDBzW2DJzox { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#wzq09CVdosReCm5K8ZAfu3z3oGZZhMwR { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw { 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; }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row .container { background-color: transparent; background-image: none; }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row .container > .video-iframe-container { display: none; }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row > .video-iframe-container { display: none; }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .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); }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row .container { border-width: 0; border-radius: 0; }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#lpeXGvCv02VfCgz1NyLhFTpu1oPRJqwi { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.624998092651rem;left:10.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uv6Eui7NggwdKhHthEXXP5GPqv8lZS4b { color:#57bde2;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dvNGelXqfya5lFNXx29A5NSkGNKx7Tt4 { position:absolute;display:block;z-index:15013;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:13rem;width:10.375rem;top:6.9375rem;left:0.96875rem;overflow:hidden;display:block; }
#FDQ3AqOWCTgcmNhGaxaLLhgsw8z4HnBg { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.624998092651rem;left:10.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#upDTQSF80T63JTdIqN8WkQqNBc6aucUv { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.624998092651rem;left:10.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XwigBZkaNgPA4StxTeXToUykFHMp9aVw { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.437500953674rem;left:38.249219894409rem;display:none; }
#lcwEz3NtZ3AtHQezpZiqntHtxiqxqCSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMbTSiBI2ti4NxphsQ8oI5vAyzEVKX2P { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.624998092651rem;left:10.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ham5jacV/BG2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT.adaptive-delivery-prevent-bg, #uDuTefOJm1ydxTmulwmTa2pixT3nZgpT.lazyload, #uDuTefOJm1ydxTmulwmTa2pixT3nZgpT.lazyloading { background-image: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { background-color: transparent; background-image: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .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); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { border-width: 0; border-radius: 0; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#WiKdTHgng7T6QG5f4vIeaoQhvJpITexc { color:#57bde2;display:block;width:42.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.1875rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k1cK1ZIcXoJgvmROAMn2kkz6VVeGWOMA { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.75rem;left:29.375rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.437500953674rem;left:38.249219894409rem;display:block; }
#MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnLlv4FgNaEO4TGSxMcHyuntedXJ5cay { 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:7.9375rem;width:7.9375rem;top:0.3125rem;left:2.875rem;overflow:hidden;display:block; }
#BkTiQoIAVhqfmBf6chzStQRJAtrroTze { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.75rem;left:29.375rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xFVqa6K5v6Bb1D815B8bcXHAf1gTy9G8 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.75rem;left:29.375rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mE6u1lUgbSZFlu4TPdaBGCpTTMKyaIwg { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.75rem;left:29.375rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nc22e737665b4713698eea5dedd44d2e.widget-smartsection { 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:none; } #nc22e737665b4713698eea5dedd44d2e.widget-smartsection *:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="text"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="email"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="tel"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection textarea:focus-visible { outline: none; } #BBE62faUe2494z8aU6CWI8fN6HScb7sd > .row .container { border-width: 0; border-radius: 0; }#BBE62faUe2494z8aU6CWI8fN6HScb7sd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBE62faUe2494z8aU6CWI8fN6HScb7sd > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:none; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW.adaptive-delivery-prevent-bg, #hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW.lazyload, #hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW.lazyloading { background-image: none; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row .container { border-width: 0; border-radius: 0; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:none; }#s0DAUZsoxnT9WAveR2MTTDs6k3HtJdRX { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.437500953674rem;left:38.249219894409rem;display:none; }
#sWxc7uykeOTrsLRCCM4SBGrbTiAsmBRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFUuu2rp6qprSVWxJAm1ioqtvR5w5Ogz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.1);top:6.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UrAUJNHrReEku2QBe7CMNQtxLucK2Qlc { 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:84.8125rem;width:60rem;display:none; }
#QUnshmI6vSusyIur0yfRIGJCmnGEFVLT { 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:84.8125rem;width:60rem;display:none; }
#wx7mFUNoAzZH6Z91A5Tz09fTzd0zmkam { position:relative;display:none; }#wx7mFUNoAzZH6Z91A5Tz09fTzd0zmkam { border-width: 0; border-radius: 0; }#wx7mFUNoAzZH6Z91A5Tz09fTzd0zmkam > .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; }#wx7mFUNoAzZH6Z91A5Tz09fTzd0zmkam > .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:18.75rem;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:none; }#i7O0GKy9wUn1oQ9DhUs13N6U0fkCVGXy { position:absolute;display:block;z-index:15007;background-color:#daf5ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:19.375rem;width:17.5rem;top:24.000000953674rem;left:0rem;display:none; }
#wsRA3ZEhRdWO5okTv2cPBBrgwg4lZTSS { color:#000000;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.5rem;left:1.9375rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VTdqMURBtKWxJS8U5PD7rwHHIwrcsQKG { color:#000000;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { 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; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { background-color: transparent; background-image: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .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); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { border-width: 0; border-radius: 0; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.875rem;left:10.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { color:#57bde2;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG.adaptive-delivery-prevent-bg, #XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG.lazyload, #XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG.lazyloading { background-image: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { background-color: transparent; background-image: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container > .video-iframe-container { display: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row > .video-iframe-container { display: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .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); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { border-width: 0; border-radius: 0; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#WPQi1KEDyeC6oShpGuOo38KWmwAlHEsP { color:#57bde2;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KrMFMqqKmb47UscZoVlJO0TacfzwbHFm { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.875rem;left:10.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aWCKPkqEc1Wudp3yZToXBbTQyuEeRnXT { color:#000000;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.5rem;left:1.9375rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tP9gmO759dqrTtht76mxg8t3w9nxAI3r { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.437500953674rem;left:38.249219894409rem;display:none; }
#KIpK1eIqlsIXxgTpfi5RLhkEvq7DPSWR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxqlGvg1tvTI2Tv3NSfGtTvhE6c0PQZ5 { position:relative;display:none; }#SxqlGvg1tvTI2Tv3NSfGtTvhE6c0PQZ5 { border-width: 0; border-radius: 0; }#SxqlGvg1tvTI2Tv3NSfGtTvhE6c0PQZ5 > .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; }#SxqlGvg1tvTI2Tv3NSfGtTvhE6c0PQZ5 > .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:18.75rem;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:none; }#vgw5qFxJqcoNDwPeckZ4P1LeoTNbzvk7 { color:#57bde2;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LnIoK0vtCKTL0imF0rwcmpyQgDKmDeUe { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.875rem;left:10.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dp2Z6a8tgWqcrLa3IKv4NcmlhkypZFTy { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.875rem;left:10.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KzAmml7dIUorb1NLMKxvPbywDN12HPFi { color:rgba(0,0,0,0.5);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.875rem;left:10.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RibmMS1a0QFArQpJkvzAUBTVZe51047e { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.437500953674rem;left:38.249219894409rem;display:none; }
#ttwzTlPeshowPqqaNFXKBeUJEvSQUy10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SEe54cae/bg7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p.adaptive-delivery-prevent-bg, #t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p.lazyload, #t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p.lazyloading { background-image: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { background-color: transparent; background-image: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container > .video-iframe-container { display: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container { display: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .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); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { border-width: 0; border-radius: 0; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#Sr43o0vuK4l67SOTXJgGyZzLA5py8l20 { 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:4.3125rem;width:1.6875rem;top:8.38671875rem;left:6.6875rem;overflow:hidden;display:block; }
#C0mVaK1qt7JGLTtvbBd1tzkGzqJdTnTG { color:#000000;display:block;width:15rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.375rem;left:-0.0062503814697263rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SVqL9Blqb8STiLQ5kJR9fLOkMd6i8ugf { position:absolute;display:block;z-index:15004;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:5.125rem;width:4.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#yIyaqPB0ExcdH577Fbp32cDy6ZtWbPLl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:1.6875rem;top:8.38671875rem;left:21.6875rem;overflow:hidden;display:block; }
#WuGd5kvXnl2LwwghetAZoqeszJe12BCA { position:absolute;display:block;z-index:15007;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:5.125rem;width:4.75rem;top:0rem;left:35.132032394409rem;overflow:hidden;display:block; }
#gJtgmL4BfbBVwgDzEGdNM9Ln6aHAm3Sg { color:#000000;display:block;width:15rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.375rem;left:30.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt { 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; }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row .container { background-color: transparent; background-image: none; }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row .container > .video-iframe-container { display: none; }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row > .video-iframe-container { display: none; }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .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); }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row .container { border-width: 0; border-radius: 0; }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#SI68pJqSaxiHZS4PDvH9WeepDaPXybpI { 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:16.75rem;width:28.8125rem;top:1.3742179870606rem;left:15.593751907349rem;overflow:hidden;display:block; }
#G0uHePzRrKXsuCV4yXTXks1X52db4wOb { 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; }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row .container { background-color: transparent; background-image: none; }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row .container > .video-iframe-container { display: none; }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row > .video-iframe-container { display: none; }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .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); }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row .container { border-width: 0; border-radius: 0; }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#kyG3FGi6L5QvvAQ7Rv3xRecSEVyp2475 { position:absolute;display:block;z-index:15015;background-color:#daf5ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:29.375rem;width:18.75rem;top:0rem;left:20.6875rem;display:block; }
#Tbx84f0GJeWaJ9Fk2pdXMdq4A7doqapD { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:20.6875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FoO2mDIDA62GMSzbUT7k5SFOXiChlUED { position:absolute;display:block;z-index:15018;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.375rem;width:13rem;top:6.9375rem;left:21.625rem;overflow:hidden;display:block; }
#ZaJWOyUDdR6rXRH1oEG4BBXsWK6KfBZv { position:absolute;display:block;z-index:15020;background-color:rgba(218,245,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 1.5625rem rgba(0,0,0,0.1) ;height:29.375rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#lFqCELilWDrL4TFVFspH68XnrIR4ibcm { position:absolute;display:block;z-index:15023;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:13rem;width:13rem;top:6.9375rem;left:42.1875rem;overflow:hidden;display:block; }
#MveVdpSBdimVXDyfsb1bSyEd5BI9T706 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:3.125rem;left:41.25rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nH2ih4ZBbs7hnkuhN6pOyGul4HibBhME { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:24.0625rem;left:1.84375rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HyX5MCVI9CTlu3So5HFy7eOcKvyQRcQb { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:3.125rem;left:41.25rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DeRWdM16fnbS2VdgDBMgqPWQnsrmJlG4 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.437500953674rem;left:38.249219894409rem;display:none; }
#EDGW3guizUdiDDC887qT2NxKToTpOHfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW { display:none; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row .container { width:47.75rem;position:relative;display:none; }#AMoCuTv4dS8hGQluql1CTDBy5grJKJZa { width:20rem;height:;top:0.6875rem;left:0rem;font-size:2rem;display:block; }
#O8zMtkC0RTyOwlNk67BE1JqtEVN5hbeB { width:20rem;height:;top:7.6875rem;left:0rem;font-size:1.5rem;display:block; }
#Hqio9Z6G5ZwGFG1P0q4yWgr1ZllJrCh5 { width:17.9375rem;height:4.5625rem;top:19.5625rem;left:2.5874996185302rem;display:block; }
#k7RfWEICMJOwWBAdC9awSubizR7D5nzK { width:19.1875rem;height:4.625rem;top:41.6875rem;left:26.77499961853rem;display:block; }
#OkBmn9K9RRG3uw56gpcJ8cTx2ep8paqL { width:47.75rem;height:59.6875rem;display:none; }
#IJOzAbzXm4EcVMM8r7DRmxf0kCpkKv5h { width:14.375rem;height:3.625rem;top:13.4375rem;left:32.124219894409rem;display:none; }
#a8qo781e31pv6HytgUvTPv7J26puzSWl { display:block; }
#LlM7adUIzDrMlp2hRtnZzF3ydffv0acf { width:20rem;height:;top:46.4375rem;left:0rem;font-size:1.25rem;display:none; }
#imk70DZKGMb399trSeGQ79IWrp7T9Clk { display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:47.75rem;position:relative;display:block; }#KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { width:17.9375rem;height:4.5625rem;top:19.5625rem;left:2.5874996185302rem;display:block; }
#IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { width:19.1875rem;height:4.625rem;top:41.6875rem;left:26.77499961853rem;display:block; }
#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t { display:none; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row .container { width:47.75rem;position:relative;display:none; }#RN2Ulb4QNHWTRUGTyFVp69Puyaq38bov { display:none; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-text {padding-top: 0; padding-bottom: 0;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-select {padding-top: 0; padding-bottom: 0;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI {display:block;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem;display:none; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #sFS9U0Lv7yH7GNLCfFk8l9xcfI8UKs2G {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #iXc0PAGrUnf6VWIylHIDtVKsvkrozcqu { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #HyquoPT9z2cULeqDGtPUg13fEv3yG6Hb {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #ymiEnp1oygTnnoVJuPXES3mVwyXDQBIL {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #oooM3TCPNuSZ119zN5UUUTyawICF4D2U { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #Sn2tL75nQq1MMREVRPyDy92PMUx8Hr48 {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #eD6brZqu95HLfdxhuzF7WVMBW5JoQuWN {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #NWsftNmTUIi7RnTqyt9TDBQGdr81Zkg0 { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #P6ELTFmzkrZ4NwDWmFFGLA3Wc7V6Q3Qh {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #NCv9avunXP4PEPCSfHTzr1dPwKIXU3KV {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #qBNTFCOyqkbxB1XA8fe5IiGiS9WB7D6z { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #qvtPgO2TVKr494W4blO2SsMo0wuakpoP {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #TdXCdGXw4Bq8Jf8Pt2vNgbTuSRcEffeg {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #LJTDkcsBN6MOp85FDsT7v3IsMzgNLCaq { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #Vcx2C5m999uK0yf6QgtPC5a7JbG2Fk6L {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #H9zdJfRlk98MIC3PKSE6cfGhHW6B5ycF {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #UfNL9CIWtPc0EDo3LT5eGC1VMVUFwSOE {  }
#xqf2wFtVnhh8BTZVlfJsk7aIcixd5WnV { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.625rem;display:none; }
#SXkczBVz6s4uZiQ2B6klF47EAQD9pTwC { width:20rem;height:;top:8.5rem;left:0rem;font-size:1.1875rem;display:none; }
#Pb8TcRdEV3Jz8SeFKQuPPVw8q0XkHDkg { display:none; }
#ZQ6L1fAIyGH2TMQmBMsXaJG3Hi78Itn4 { top:117.3125rem;left:0rem;width:20rem;height:2rem;font-size:1.25rem;display:none; }
#dRsMAmqCPgp4sIdlewENTSEzBnatxlqX { top:56.5625rem;left:0rem;width:16.5rem;height:2rem;font-size:1.25rem;display:none; }
#I4JF0Zpp0Mz8XqcIKgeonXb43i9GLvSM { top:128.25rem;left:0rem;width:16.5rem;height:4rem;font-size:1.1875rem;display:none; }
#IQc4G59c2741vJ4sk99FGtf2CzFhw7K8 { display:none; }
#lyybeIE6cpvx3N4BwueXvmDBzW2DJzox { display:none; }
#wzq09CVdosReCm5K8ZAfu3z3oGZZhMwR { display:none; }
#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw { display:block; }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row .container { width:47.75rem;position:relative;display:block; }#lpeXGvCv02VfCgz1NyLhFTpu1oPRJqwi { width:20rem;height:80.625rem;top:9.5rem;left:0rem;font-size:1.3125rem;display:block; }
#uv6Eui7NggwdKhHthEXXP5GPqv8lZS4b { width:20rem;height:;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
#dvNGelXqfya5lFNXx29A5NSkGNKx7Tt4 { width:10.375rem;height:13rem;top:6.9375rem;left:0rem;display:block; }
#FDQ3AqOWCTgcmNhGaxaLLhgsw8z4HnBg { width:20rem;height:3.75rem;top:4.5625rem;left:0rem;font-size:1.25rem;display:none; }
#upDTQSF80T63JTdIqN8WkQqNBc6aucUv { width:20rem;height:7.5rem;top:90.75rem;left:0rem;font-size:1.25rem;display:none; }
#XwigBZkaNgPA4StxTeXToUykFHMp9aVw { width:14.375rem;height:3.625rem;top:13.4375rem;left:32.124219894409rem;display:none; }
#lcwEz3NtZ3AtHQezpZiqntHtxiqxqCSi { display:block; }
#KMbTSiBI2ti4NxphsQ8oI5vAyzEVKX2P { width:20rem;height:5.625rem;top:33.5rem;left:0rem;font-size:1.25rem;display:none; }
#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { display:block; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { width:47.75rem;position:relative;display:block; }#WiKdTHgng7T6QG5f4vIeaoQhvJpITexc { width:20rem;height:;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
#k1cK1ZIcXoJgvmROAMn2kkz6VVeGWOMA { width:20rem;height:3.875rem;top:31.625rem;left:0rem;font-size:1.25rem;display:block; }
#WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { width:14.375rem;height:3.625rem;top:13.4375rem;left:32.124219894409rem;display:block; }
#MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block; }
#SnLlv4FgNaEO4TGSxMcHyuntedXJ5cay { width:7.9375rem;height:7.9375rem;top:0.3125rem;left:0rem;display:block; }
#BkTiQoIAVhqfmBf6chzStQRJAtrroTze { width:20rem;height:2.5625rem;top:37.5625rem;left:0rem;font-size:1.25rem;display:none; }
#xFVqa6K5v6Bb1D815B8bcXHAf1gTy9G8 { width:20rem;height:2.5625rem;top:40.5625rem;left:0rem;font-size:1.25rem;display:none; }
#mE6u1lUgbSZFlu4TPdaBGCpTTMKyaIwg { width:20rem;height:3.875rem;top:44.3125rem;left:0rem;font-size:1.25rem;display:none; }
#nc22e737665b4713698eea5dedd44d2e.widget-smartsection { display:none; } #nc22e737665b4713698eea5dedd44d2e.widget-smartsection *:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="text"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="email"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="tel"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection textarea:focus-visible { outline: none; } #BBE62faUe2494z8aU6CWI8fN6HScb7sd > .row .container { width:47.75rem;position:relative;display:none; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW { display:none; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row .container { width:47.75rem;position:relative;display:none; }#s0DAUZsoxnT9WAveR2MTTDs6k3HtJdRX { width:14.375rem;height:3.625rem;top:13.4375rem;left:32.124219894409rem;display:none; }
#sWxc7uykeOTrsLRCCM4SBGrbTiAsmBRp { display:block; }
#WFUuu2rp6qprSVWxJAm1ioqtvR5w5Ogz { width:20rem;height:;top:74.8125rem;left:0rem;font-size:1.625rem;display:none; }
#UrAUJNHrReEku2QBe7CMNQtxLucK2Qlc { width:47.75rem;height:67.5rem;display:none; }
#QUnshmI6vSusyIur0yfRIGJCmnGEFVLT { width:47.75rem;height:67.5rem;display:none; }
#wx7mFUNoAzZH6Z91A5Tz09fTzd0zmkam { display:none; }#wx7mFUNoAzZH6Z91A5Tz09fTzd0zmkam > .row .container { width:47.75rem;position:relative;display:none; }#i7O0GKy9wUn1oQ9DhUs13N6U0fkCVGXy { width:17.5rem;height:19.375rem;top:24rem;left:0rem;display:none; }
#wsRA3ZEhRdWO5okTv2cPBBrgwg4lZTSS { width:20rem;height:1.5rem;top:15.0625rem;left:0rem;font-size:1.6875rem;display:none; }
#VTdqMURBtKWxJS8U5PD7rwHHIwrcsQKG { width:19.25rem;height:61.1875rem;top:103.5625rem;left:0rem;font-size:1.25rem;display:none; }
#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { width:47.75rem;position:relative;display:block; }#u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { width:20rem;height:17.0625rem;top:11.1875rem;left:0rem;font-size:1.25rem;display:block; }
#b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { width:20rem;height:;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG { display:block; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { width:47.75rem;position:relative;display:block; }#WPQi1KEDyeC6oShpGuOo38KWmwAlHEsP { width:20rem;height:;top:2rem;left:0rem;font-size:1.8125rem;display:none; }
#KrMFMqqKmb47UscZoVlJO0TacfzwbHFm { width:20rem;height:32.25rem;top:7.5rem;left:0rem;font-size:1.25rem;display:none; }
#aWCKPkqEc1Wudp3yZToXBbTQyuEeRnXT { width:20rem;height:3.0625rem;top:42.8125rem;left:0rem;font-size:1.25rem;display:none; }
#tP9gmO759dqrTtht76mxg8t3w9nxAI3r { width:14.375rem;height:3.625rem;top:13.4375rem;left:32.124219894409rem;display:none; }
#KIpK1eIqlsIXxgTpfi5RLhkEvq7DPSWR { display:block; }
#SxqlGvg1tvTI2Tv3NSfGtTvhE6c0PQZ5 { display:none; }#SxqlGvg1tvTI2Tv3NSfGtTvhE6c0PQZ5 > .row .container { width:47.75rem;position:relative;display:none; }#vgw5qFxJqcoNDwPeckZ4P1LeoTNbzvk7 { width:20rem;height:;top:1.6875rem;left:0rem;font-size:1.8125rem;display:none; }
#LnIoK0vtCKTL0imF0rwcmpyQgDKmDeUe { width:20rem;height:20.875rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:none; }
#dp2Z6a8tgWqcrLa3IKv4NcmlhkypZFTy { width:20rem;height:7.5625rem;top:35rem;left:0rem;font-size:1.1875rem;display:none; }
#KzAmml7dIUorb1NLMKxvPbywDN12HPFi { width:20rem;height:3.75rem;top:46.4375rem;left:0rem;font-size:1.1875rem;display:none; }
#RibmMS1a0QFArQpJkvzAUBTVZe51047e { width:14.375rem;height:3.625rem;top:13.4375rem;left:32.124219894409rem;display:none; }
#ttwzTlPeshowPqqaNFXKBeUJEvSQUy10 { display:block; }
#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p { display:block; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { width:47.75rem;position:relative;display:block; }#Sr43o0vuK4l67SOTXJgGyZzLA5py8l20 { width:1.6875rem;height:4.3125rem;top:8.375rem;left:5.15625rem;display:block; }
#C0mVaK1qt7JGLTtvbBd1tzkGzqJdTnTG { width:15rem;height:;top:23.25rem;left:0rem;font-size:1rem;display:block; }
#SVqL9Blqb8STiLQ5kJR9fLOkMd6i8ugf { width:4.75rem;height:5.125rem;top:0rem;left:15.53125rem;display:block; }
#yIyaqPB0ExcdH577Fbp32cDy6ZtWbPLl { width:1.6875rem;height:4.3125rem;top:8.375rem;left:17.09375rem;display:block; }
#WuGd5kvXnl2LwwghetAZoqeszJe12BCA { width:4.75rem;height:5.125rem;top:0rem;left:27.475782394409rem;display:block; }
#gJtgmL4BfbBVwgDzEGdNM9Ln6aHAm3Sg { width:15rem;height:;top:37.5rem;left:0rem;font-size:1rem;display:block; }
#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt { display:block; }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row .container { width:47.75rem;position:relative;display:block; }#SI68pJqSaxiHZS4PDvH9WeepDaPXybpI { width:28.8125rem;height:16.75rem;top:1.3125rem;left:9.4687519073488rem;display:block; }
#G0uHePzRrKXsuCV4yXTXks1X52db4wOb { display:block; }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row .container { width:47.75rem;position:relative;display:block; }#kyG3FGi6L5QvvAQ7Rv3xRecSEVyp2475 { width:18.75rem;height:29.375rem;top:0rem;left:13rem;display:block; }
#Tbx84f0GJeWaJ9Fk2pdXMdq4A7doqapD { width:18.75rem;height:;top:36.625rem;left:0rem;font-size:1.9375rem;display:block; }
#FoO2mDIDA62GMSzbUT7k5SFOXiChlUED { width:13rem;height:10.375rem;top:6.9375rem;left:15.0625rem;display:block; }
#ZaJWOyUDdR6rXRH1oEG4BBXsWK6KfBZv { width:18.75rem;height:29.375rem;top:0rem;left:28.875rem;display:block; }
#lFqCELilWDrL4TFVFspH68XnrIR4ibcm { width:13rem;height:13rem;top:6.9375rem;left:30.9375rem;display:block; }
#MveVdpSBdimVXDyfsb1bSyEd5BI9T706 { width:18.75rem;height:;top:71rem;left:0rem;font-size:2.25rem;display:block; }
#nH2ih4ZBbs7hnkuhN6pOyGul4HibBhME { width:15.0625rem;height:2.375rem;top:59.125rem;left:0.40625rem;font-size:1.25rem;display:none; }
#HyX5MCVI9CTlu3So5HFy7eOcKvyQRcQb { width:18.75rem;height:;top:91.25rem;left:0rem;font-size:1.25rem;display:none; }
#DeRWdM16fnbS2VdgDBMgqPWQnsrmJlG4 { width:14.375rem;height:3.625rem;top:13.4375rem;left:32.124219894409rem;display:none; }
#EDGW3guizUdiDDC887qT2NxKToTpOHfd { display:block; }
body { position:relative;display:block; }
#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW { background-color:#5596b9;background-image:none;display:block; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row .container { background-color: transparent; background-image: none; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row .container > .video-iframe-container { display: none; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row > .video-iframe-container { display: none; }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .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); }#eUIZuX4cHaSxXQOIN5G1rfvoHtSpgeiW > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; }#AMoCuTv4dS8hGQluql1CTDBy5grJKJZa { width:20rem;height:10.3984375rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:zarid;font-weight:700;font-style:normal;display:block; }
#O8zMtkC0RTyOwlNk67BE1JqtEVN5hbeB { width:20rem;height:3.8994125rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:zarid;display:block; }
#Hqio9Z6G5ZwGFG1P0q4yWgr1ZllJrCh5 { width:17.9375rem;height:4.5625rem;top:32.125rem;left:1rem;display:none; }
#k7RfWEICMJOwWBAdC9awSubizR7D5nzK { width:19.1875rem;height:4.625rem;top:68.875rem;left:0.375rem;display:none; }
#OkBmn9K9RRG3uw56gpcJ8cTx2ep8paqL { top:12.2685546875rem;left:1.375rem;width:17.3125rem;height:21.6875rem;z-index:15019;overflow:hidden;border-top:0.1875rem solid #d5dbe6;border-left:0.1875rem solid #d5dbe6;border-right:0.1875rem solid #d5dbe6;border-bottom:0.1875rem solid #d5dbe6;border-top-left-radius:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#IJOzAbzXm4EcVMM8r7DRmxf0kCpkKv5h { width:14.375rem;height:3.75rem;top:35.625rem;left:2.8125rem;font-family:zarid;font-weight:700;font-style:normal;font-size:1.875rem;z-index:15019;background-color:#ff7f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
#a8qo781e31pv6HytgUvTPv7J26puzSWl { display:block; }
#LlM7adUIzDrMlp2hRtnZzF3ydffv0acf { width:20rem;height:13.5rem;top:40.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:zarid;z-index:15005;font-weight:300;font-style:normal;line-height:1.2;display:block; }
#imk70DZKGMb399trSeGQ79IWrp7T9Clk { background-color:#5596b9;background-image:none;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; }#KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { width:17.9375rem;height:4.5625rem;top:32.125rem;left:1rem;display:none; }
#IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { width:19.1875rem;height:4.625rem;top:68.875rem;left:0.375rem;display:none; }
#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t { background-color:#faf2e9;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; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row .container { background-color: transparent; background-image: none; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row .container > .video-iframe-container { display: none; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row > .video-iframe-container { display: none; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .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); }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row .container { border-width: 0; border-radius: 0; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJImEex4KvPaTFhoaDh0xAXCvVWOGI6t > .row .container { width:20rem;height:55.125rem;position:relative;display:block; }#RN2Ulb4QNHWTRUGTyFVp69Puyaq38bov { top:6.5625rem;left:2.5625rem;width:14.625rem;height:4.25rem;z-index:15005;background-color:#ffffff;background-image:none;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;font-family:zarid;font-size:1.3125rem;overflow:hidden;color:#666666; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(112,123,139,0.19);border-left:0.0625rem solid rgba(112,123,139,0.19);border-right:0.0625rem solid rgba(112,123,139,0.19);border-bottom:0.0625rem solid rgba(112,123,139,0.19); }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-text {padding-top: 0; padding-bottom: 0;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(112,123,139,0.19);border-left:0.0625rem solid rgba(112,123,139,0.19);border-right:0.0625rem solid rgba(112,123,139,0.19);border-bottom:0.0625rem solid rgba(112,123,139,0.19);height:2.875rem; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:zarid;font-weight:700;font-style:normal;font-size:1.125rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-select {padding-top: 0; padding-bottom: 0;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:5.125rem;font-size:2.5rem;overflow:hidden;background-color:#e64a19;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;font-family:zarid;color:#ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5); }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI [class*="-text"]:-moz-placeholder { color:#000000;font-family:zarid; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI [class*="-text"]::-moz-placeholder { color:#000000;font-family:zarid; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:zarid; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:zarid; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI  { width:17.5rem;height:auto;top:11.875rem;left:0rem;background-color:#faf9f6;background-image:none;z-index:15006; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI {display:block;}#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI { width:17.5rem;height:auto;top:11.875rem;left:0rem;background-color:#faf9f6;background-image:none;z-index:15006; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #sFS9U0Lv7yH7GNLCfFk8l9xcfI8UKs2G {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #iXc0PAGrUnf6VWIylHIDtVKsvkrozcqu { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #HyquoPT9z2cULeqDGtPUg13fEv3yG6Hb {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #ymiEnp1oygTnnoVJuPXES3mVwyXDQBIL {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #oooM3TCPNuSZ119zN5UUUTyawICF4D2U { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #Sn2tL75nQq1MMREVRPyDy92PMUx8Hr48 {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #eD6brZqu95HLfdxhuzF7WVMBW5JoQuWN {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #NWsftNmTUIi7RnTqyt9TDBQGdr81Zkg0 { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #P6ELTFmzkrZ4NwDWmFFGLA3Wc7V6Q3Qh {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #NCv9avunXP4PEPCSfHTzr1dPwKIXU3KV {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #qBNTFCOyqkbxB1XA8fe5IiGiS9WB7D6z { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #qvtPgO2TVKr494W4blO2SsMo0wuakpoP {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #TdXCdGXw4Bq8Jf8Pt2vNgbTuSRcEffeg {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #LJTDkcsBN6MOp85FDsT7v3IsMzgNLCaq { display:block; }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #Vcx2C5m999uK0yf6QgtPC5a7JbG2Fk6L {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #H9zdJfRlk98MIC3PKSE6cfGhHW6B5ycF {  }
#T5diUwTFiI36iC3AdLTPXDQDBgH9esEI #UfNL9CIWtPc0EDo3LT5eGC1VMVUFwSOE {  }
#xqf2wFtVnhh8BTZVlfJsk7aIcixd5WnV { width:20rem;height:4.2246125rem;top:1.22607421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-family:zarid;z-index:15005;color:#333333;display:block; }
#SXkczBVz6s4uZiQ2B6klF47EAQD9pTwC { width:14.3125rem;height:3.0869125rem;top:7.2373046875rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:vazirmatn;z-index:15006;color:#ce2f2f;font-weight:400;font-style:normal;display:block; }
#Pb8TcRdEV3Jz8SeFKQuPPVw8q0XkHDkg { top:46.5rem;left:0.25rem;width:19.5625rem;height:7.0625rem;z-index:15014;background-color:#fffef8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ZQ6L1fAIyGH2TMQmBMsXaJG3Hi78Itn4 { width:14.875rem;height:4rem;top:47.09375rem;left:2.375rem;font-size:1.25rem;text-align:right;text-align-last:right;color:#1f419b;font-family:zarid;z-index:15020;font-weight:700;font-style:normal;display:block; }
#dRsMAmqCPgp4sIdlewENTSEzBnatxlqX { width:13.9375rem;height:4rem;top:49.03125rem;left:3.3125rem;font-size:1.25rem;text-align:right;text-align-last:right;color:#1f419b;font-family:zarid;z-index:15021;font-weight:700;font-style:normal;display:block; }
#I4JF0Zpp0Mz8XqcIKgeonXb43i9GLvSM { width:16.5rem;height:3.79980625rem;top:51.03125rem;left:0.75rem;font-size:1.1875rem;text-align:right;text-align-last:right;color:#1f419b;font-family:zarid;z-index:15022;font-weight:700;font-style:normal;display:block; }
#IQc4G59c2741vJ4sk99FGtf2CzFhw7K8 { display:flex;top:49.03125rem;left:17.1875rem;width:2rem;height:2rem;z-index:15030; }
#lyybeIE6cpvx3N4BwueXvmDBzW2DJzox { display:flex;top:50.9375rem;left:17.1875rem;width:1.9375rem;height:1.9375rem;z-index:15031; }
#wzq09CVdosReCm5K8ZAfu3z3oGZZhMwR { display:flex;top:47rem;left:17.1875rem;width:2rem;height:2rem;z-index:15031; }
#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw { display:block; }#dF1iz0WAeOO8VcqfT9JHhULnictWIqnw > .row .container { width:20rem;height:138.25rem;position:relative;display:block; }#lpeXGvCv02VfCgz1NyLhFTpu1oPRJqwi { width:20rem;height:101.057225rem;top:9.5rem;left:0rem;text-align:right;text-align-last:right;color:#212121;font-size:1.3125rem;font-family:zarid;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#uv6Eui7NggwdKhHthEXXP5GPqv8lZS4b { width:20rem;height:4.5rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;font-family:zarid;color:#3f82a7;display:block; }
#dvNGelXqfya5lFNXx29A5NSkGNKx7Tt4 { width:19rem;height:23.75rem;top:102.125rem;left:0.5rem;overflow:hidden;display:block; }
#FDQ3AqOWCTgcmNhGaxaLLhgsw8z4HnBg { width:20rem;height:3.75rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;color:#212121;font-size:1.25rem;font-family:zarid;font-weight:300;font-style:normal;z-index:15007;display:block; }
#upDTQSF80T63JTdIqN8WkQqNBc6aucUv { width:20rem;height:7.5rem;top:94.1875rem;left:0rem;text-align:center;text-align-last:center;color:#212121;font-size:1.25rem;font-family:zarid;font-weight:300;font-style:normal;z-index:15007;display:block; }
#XwigBZkaNgPA4StxTeXToUykFHMp9aVw { width:14.375rem;height:3.75rem;top:126.5625rem;left:2.8125rem;font-family:zarid;font-weight:700;font-style:normal;font-size:1.875rem;z-index:15013;background-color:#ec9e10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#lcwEz3NtZ3AtHQezpZiqntHtxiqxqCSi { display:block; }
#KMbTSiBI2ti4NxphsQ8oI5vAyzEVKX2P { width:20rem;height:5.625rem;top:131.3125rem;left:0rem;text-align:center;text-align-last:center;color:#212121;font-size:1.25rem;font-family:zarid;font-weight:300;font-style:normal;z-index:15008;display:block; }
#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ham5jacV/BG2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT.adaptive-delivery-prevent-bg, #uDuTefOJm1ydxTmulwmTa2pixT3nZgpT.lazyload, #uDuTefOJm1ydxTmulwmTa2pixT3nZgpT.lazyloading { background-image: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { background-color: transparent; background-image: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .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); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { width:20rem;height:51.625rem;position:relative;display:block; }#WiKdTHgng7T6QG5f4vIeaoQhvJpITexc { width:20rem;height:7.3125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:zarid;display:block; }
#k1cK1ZIcXoJgvmROAMn2kkz6VVeGWOMA { width:20rem;height:4.875rem;top:26.0625rem;left:0rem;text-align:right;text-align-last:right;font-family:zarid;font-weight:400;font-style:normal;font-size:1.25rem;color:#212121;display:block; }
#WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { width:14.375rem;height:3.75rem;top:46.3125rem;left:2.8125rem;font-family:zarid;font-weight:700;font-style:normal;font-size:1.875rem;background-color:#ec9e10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block; }
#SnLlv4FgNaEO4TGSxMcHyuntedXJ5cay { width:17rem;height:17rem;top:7.0625rem;left:1.5rem;overflow:hidden;display:block; }
#BkTiQoIAVhqfmBf6chzStQRJAtrroTze { width:20rem;height:4.875rem;top:32rem;left:0rem;text-align:right;text-align-last:right;font-family:zarid;font-weight:400;font-style:normal;z-index:15010;font-size:1.25rem;display:block; }
#xFVqa6K5v6Bb1D815B8bcXHAf1gTy9G8 { width:20rem;height:3.25rem;top:36.25rem;left:0rem;text-align:right;text-align-last:right;font-family:zarid;font-weight:400;font-style:normal;z-index:15011;font-size:1.25rem;color:#212121;display:block; }
#mE6u1lUgbSZFlu4TPdaBGCpTTMKyaIwg { width:20rem;height:4.875rem;top:41.5rem;left:0rem;text-align:right;text-align-last:right;font-family:zarid;font-weight:400;font-style:normal;z-index:15012;font-size:1.25rem;color:#212121;display:block; }
#nc22e737665b4713698eea5dedd44d2e.widget-smartsection { display:block; } #nc22e737665b4713698eea5dedd44d2e.widget-smartsection *:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="text"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="email"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection input[type="tel"]:focus-visible, #nc22e737665b4713698eea5dedd44d2e.widget-smartsection textarea:focus-visible { outline: none; } #BBE62faUe2494z8aU6CWI8fN6HScb7sd > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW { background-color:#ffffff;background-image:none;display:block; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row .container { background-color: transparent; background-image: none; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row .container > .video-iframe-container { display: none; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row > .video-iframe-container { display: none; }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .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); }#hWqX9RK9lFpalMPHpt6dL1kfSC7DvdKW > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; }#s0DAUZsoxnT9WAveR2MTTDs6k3HtJdRX { width:14.375rem;height:3.75rem;top:65.08837890625rem;left:2.8125rem;font-family:zarid;font-weight:700;font-style:normal;font-size:1.875rem;z-index:15017;background-color:#ec9e10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#sWxc7uykeOTrsLRCCM4SBGrbTiAsmBRp { display:block; }
#WFUuu2rp6qprSVWxJAm1ioqtvR5w5Ogz { width:20rem;height:6.3369375rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-family:zarid;z-index:15007;color:#212121;display:block; }
#UrAUJNHrReEku2QBe7CMNQtxLucK2Qlc { top:6.8125rem;left:0rem;width:20rem;height:28.25rem;z-index:15018;overflow:hidden;display:block; }
#QUnshmI6vSusyIur0yfRIGJCmnGEFVLT { top:35.8125rem;left:0rem;width:20rem;height:28.25rem;z-index:15019;overflow:hidden;display:block; }
#wx7mFUNoAzZH6Z91A5Tz09fTzd0zmkam { display:block; }#wx7mFUNoAzZH6Z91A5Tz09fTzd0zmkam > .row .container { width:20rem;height:76.49658203125rem;position:relative;display:block; }#i7O0GKy9wUn1oQ9DhUs13N6U0fkCVGXy { width:20rem;height:70.9375rem;top:0.125rem;left:0rem;z-index:15010;display:block; }
#wsRA3ZEhRdWO5okTv2cPBBrgwg4lZTSS { width:20rem;height:4.38671875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:zarid;font-weight:700;font-style:normal;z-index:15012;color:#212121;display:block; }
#VTdqMURBtKWxJS8U5PD7rwHHIwrcsQKG { width:19.25rem;height:70rem;top:6.49658203125rem;left:0.375rem;text-align:right;text-align-last:right;font-family:zarid;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.25rem;line-height:1.6;z-index:15013;color:#212121;display:block; }
#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { width:20rem;height:24.13671875rem;position:relative;display:block; }#u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { width:20rem;height:18rem;top:6.13671875rem;left:0rem;text-align:right;text-align-last:right;color:#212121;font-family:zarid;font-weight:400;font-style:normal;line-height:1.6;font-size:1.25rem;display:block; }
#b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:zarid;color:#3f82a7;display:block; }
#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG { background-color:#5596b9;background-image:none;display:block; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { background-color: transparent; background-image: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container > .video-iframe-container { display: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row > .video-iframe-container { display: none; }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .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); }#XqJ6sTI6tNbSss1nJLcdTzqTIcUgVGzG > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; }#WPQi1KEDyeC6oShpGuOo38KWmwAlHEsP { width:20rem;height:7.067875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:zarid;z-index:15006;color:#ffffff;display:block; }
#KrMFMqqKmb47UscZoVlJO0TacfzwbHFm { width:20rem;height:32rem;top:7.375rem;left:0rem;text-align:right;text-align-last:right;color:#ffffff;font-family:zarid;font-weight:400;font-style:normal;line-height:1.6;font-size:1.25rem;z-index:15007;display:block; }
#aWCKPkqEc1Wudp3yZToXBbTQyuEeRnXT { width:20rem;height:3.25rem;top:38.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:zarid;font-weight:300;font-style:normal;z-index:15011;color:#dbfaeb;display:block; }
#tP9gmO759dqrTtht76mxg8t3w9nxAI3r { width:14.375rem;height:3.75rem;top:44.46337890625rem;left:2.8125rem;font-family:zarid;font-weight:700;font-style:normal;font-size:1.875rem;z-index:15017;background-color:#ec9e10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#KIpK1eIqlsIXxgTpfi5RLhkEvq7DPSWR { display:block; }
#SxqlGvg1tvTI2Tv3NSfGtTvhE6c0PQZ5 { display:block; }#SxqlGvg1tvTI2Tv3NSfGtTvhE6c0PQZ5 > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; }#vgw5qFxJqcoNDwPeckZ4P1LeoTNbzvk7 { width:20rem;height:7.067875rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:zarid;z-index:15007;color:#649cbc;display:block; }
#LnIoK0vtCKTL0imF0rwcmpyQgDKmDeUe { width:20rem;height:20rem;top:10.11962890625rem;left:0rem;text-align:right;text-align-last:right;color:#212121;font-family:zarid;font-weight:400;font-style:normal;line-height:1.6;font-size:1.25rem;z-index:15008;display:block; }
#dp2Z6a8tgWqcrLa3IKv4NcmlhkypZFTy { width:20rem;height:7.599625rem;top:30.11962890625rem;left:0rem;text-align:center;text-align-last:center;color:#1874b0;font-family:zarid;font-weight:700;font-style:normal;line-height:1.6;font-size:1.1875rem;z-index:15009;display:block; }
#KzAmml7dIUorb1NLMKxvPbywDN12HPFi { width:20rem;height:3.79980625rem;top:42.93212890625rem;left:0rem;text-align:center;text-align-last:center;color:#2d90c5;font-family:zarid;font-weight:700;font-style:normal;line-height:1.6;font-size:1.1875rem;z-index:15010;display:block; }
#RibmMS1a0QFArQpJkvzAUBTVZe51047e { width:14.375rem;height:3.75rem;top:36.83837890625rem;left:2.8125rem;font-family:zarid;font-weight:700;font-style:normal;font-size:1.875rem;z-index:15016;background-color:#ec9e10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ttwzTlPeshowPqqaNFXKBeUJEvSQUy10 { display:block; }
#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SEe54cae/bg7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p.adaptive-delivery-prevent-bg, #t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p.lazyload, #t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p.lazyloading { background-image: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { background-color: transparent; background-image: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container > .video-iframe-container { display: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row > .video-iframe-container { display: none; }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .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); }#t6rgaGMMCehITKMLzHwmTSXwVCMqDG7p > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; }#Sr43o0vuK4l67SOTXJgGyZzLA5py8l20 { width:1.625rem;height:4.3125rem;top:0rem;left:9.1875rem;display:block; }
#C0mVaK1qt7JGLTtvbBd1tzkGzqJdTnTG { width:15rem;height:1.29980625rem;top:10.125rem;left:2.5rem;text-align:center;text-align-last:center;font-family:zarid;font-weight:700;font-style:normal;display:block; }
#SVqL9Blqb8STiLQ5kJR9fLOkMd6i8ugf { width:4.75rem;height:5.125rem;top:4.3125rem;left:7.625rem;display:block; }
#yIyaqPB0ExcdH577Fbp32cDy6ZtWbPLl { width:1.625rem;height:4.375rem;top:13.25rem;left:9.1875rem;display:block; }
#WuGd5kvXnl2LwwghetAZoqeszJe12BCA { width:4.75rem;height:5.125rem;top:18.8125rem;left:7.625rem;display:block; }
#gJtgmL4BfbBVwgDzEGdNM9Ln6aHAm3Sg { width:15rem;height:1.29980625rem;top:25.1875rem;left:2.5rem;text-align:center;text-align-last:center;font-family:vazirmatn;font-weight:700;font-style:normal;display:block; }
#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt { display:block; }#nh3lNaIHoM4Trg8dCMXTMuxLP0kOGfQt > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; }#SI68pJqSaxiHZS4PDvH9WeepDaPXybpI { width:20rem;height:11.625rem;top:2.875rem;left:-0.0062500238418581rem;display:block; }
#G0uHePzRrKXsuCV4yXTXks1X52db4wOb { display:block; }#G0uHePzRrKXsuCV4yXTXks1X52db4wOb > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; }#kyG3FGi6L5QvvAQ7Rv3xRecSEVyp2475 { width:18.75rem;height:33.3125rem;top:1.6875rem;left:0.75rem;z-index:15009;display:block; }
#Tbx84f0GJeWaJ9Fk2pdXMdq4A7doqapD { width:20rem;height:5.0371125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-family:zarid;font-weight:700;font-style:normal;font-size:1.9375rem;color:#212121;display:block; }
#FoO2mDIDA62GMSzbUT7k5SFOXiChlUED { width:18.25rem;height:14.5625rem;top:11.0625rem;left:0.875rem;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ZaJWOyUDdR6rXRH1oEG4BBXsWK6KfBZv { width:18.75rem;height:39.8125rem;top:38.5rem;left:0.75rem;display:block; }
#lFqCELilWDrL4TFVFspH68XnrIR4ibcm { width:18.3125rem;height:18.3125rem;top:43.125rem;left:0.96875rem;overflow:hidden;display:block; }
#MveVdpSBdimVXDyfsb1bSyEd5BI9T706 { width:18.75rem;height:3.375rem;top:39.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.5;font-family:zarid;font-weight:700;font-style:normal;color:#212121;display:block; }
#nH2ih4ZBbs7hnkuhN6pOyGul4HibBhME { width:19.5rem;height:5.25rem;top:30.1875rem;left:0rem;text-align:center;text-align-last:center;z-index:15013;font-family:zarid;font-weight:700;font-style:normal;font-size:1.25rem;line-height:1.4;color:#212121;display:block; }
#HyX5MCVI9CTlu3So5HFy7eOcKvyQRcQb { width:17.5rem;height:14.875rem;top:62.125rem;left:1.25rem;text-align:right;text-align-last:right;font-size:1.25rem;line-height:1.7;font-family:zarid;font-weight:400;font-style:normal;z-index:15022;color:#212121;display:block; }
#DeRWdM16fnbS2VdgDBMgqPWQnsrmJlG4 { width:14.375rem;height:3.75rem;top:79.625rem;left:2.9375rem;font-family:zarid;font-weight:700;font-style:normal;font-size:1.875rem;z-index:15014;background-color:#ec9e10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#EDGW3guizUdiDDC887qT2NxKToTpOHfd { display:block; }
