.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:#ffffff;background-image:none;position:relative;display:block; }
#ro75zLI4xVO0vnR20QNQ07QpzyRiTT2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ro75zLI4xVO0vnR20QNQ07QpzyRiTT2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ro75zLI4xVO0vnR20QNQ07QpzyRiTT2o > .row > .video-iframe-container { display: none; }#ro75zLI4xVO0vnR20QNQ07QpzyRiTT2o > .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); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ihld8aSc/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF.adaptive-delivery-prevent-bg, #SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF.lazyload, #SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF.lazyloading { background-image: none; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container { background-color: transparent; background-image: none; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container > .video-iframe-container { display: none; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row > .video-iframe-container { display: none; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .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); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container { border-width: 0; border-radius: 0; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container { width:60rem;height:46.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#r0FamM07PdVBe3NRdCahsFpO7xlwR6Cc { color:#f8c300;display:block;width:29.5625rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:9.625rem;left:0rem;height:5.55rem;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; }
#ca4WiCSEzzqTznQpKFAdFpKobgyHlle9 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.78125rem;left:0rem;height:11.375rem;font-style:normal;display:block; }
#ULktq7p9VxxmTACopqarK1B6o5Hxtbhx { background-color:transparent;background-image:none;border-top:0.0625rem solid #f8c300;border-left:0.0625rem solid #f8c300;border-right:0.0625rem solid #f8c300;border-bottom:0.0625rem solid #f8c300;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.65rem;height:3.275rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:33.21875rem;left:-0.0062503814697263rem;display:block; }
#WLW4s4QiXU4VaGkTJr9ERsalQT9pHCU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHV2W0QzkcrcNDJn4nm0XH2Tu13SWfNo { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:39.375rem;width:28.125rem;top:3.28125rem;left:31.875rem;display:block; }
#TpWqGW8DBn6pN9UWUfVITqPI62Nm8TAc { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:28.125rem;top:20.25rem;left:31.875rem;display:block; }
#rFot4WJQ5c4ULugMI35oQhyLNsOdefaC { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:0.625rem;top:3.28125rem;left:31.875rem;display:block; }
#V7v7Rp3h9zLROrdAyLKzyMOnGXwpgErP { background-color:transparent;background-image:none;border-top:0.0625rem solid #f8c300;border-left:0.0625rem solid #f8c300;border-right:0.0625rem solid #f8c300;border-bottom:0.0625rem solid #f8c300;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.525rem;height:3.15rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:33.28125rem;left:12.74374961853rem;display:block; }
#k2TBh74dzyxsZWOIQTmhTxVStWVsdEWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpZEgox28MVeCfxvfiJTiCJgnCa57Dzq { box-sizing:content-box;color:#f8c300;font-size:9.75rem;font-weight:400;line-height:1;height:14rem;width:14rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:19.081249237061rem;left:31.187498092651rem;display:block; }
#fFInf9h9N5hi4SGDwTL2CbLtZiMx0P0M { color:#000000;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:23.15625rem;left:34.624998092651rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#xtCX8gbk6uEyCQiTdFSQTqP5H9O3Kh8r { position:absolute;display:block;z-index:15028;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:2.5rem;width:11rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#DcwAiTGGS3GpxR6lCxcZhWG3RZ96X1p0 { position:absolute;display:block;z-index:15032;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:30.0625rem;width:21.75rem;top:5.09375rem;left:33.999998092651rem;overflow:hidden;display:block; }
#HJR0vNqoGkiqH68PzfTg2MXWpX9ebFW8 { position:absolute;display:block;z-index:15029;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:2.6875rem;width:9.375rem;top:0.64375019073488rem;left:11.643749237061rem;overflow:hidden;display:block; }
#BhnG8ZreD9uc73hZ9vXDETSo746WF1G3 { position:absolute;display:block;z-index:15028;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:2.5rem;width:8.75rem;top:0.8125rem;left:0rem;overflow:hidden;display:none; }
#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR { 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; }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row .container { background-color: transparent; background-image: none; }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row .container > .video-iframe-container { display: none; }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row > .video-iframe-container { display: none; }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .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); }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row .container { border-width: 0; border-radius: 0; }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#qeSaexuF6Xz577zAkaU3Sx6pfZC35cgH { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 { 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; }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row .container { background-color: transparent; background-image: none; }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row .container > .video-iframe-container { display: none; }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row > .video-iframe-container { display: none; }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .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); }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row .container { border-width: 0; border-radius: 0; }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;position:relative;display:block; }#yTMdlrJ4GLmL857ZKyDgnQtHwZlHk5oQ { position:absolute;display:block;z-index:15000;background-color:#f8c300;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:7.3125rem;left:0rem;display:block; }
#qNnbiazne5M34dqqm1lq1iV8pquvThk9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.375rem;width:10.4375rem;top:0.68749952316281rem;left:4.0716127098321rem;overflow:hidden;display:block; }
#cH8TtxHU8JOkpkcOgL9yEhZfwczfWHDl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.1875rem;width:11.25rem;top:0.625rem;left:24.374998092651rem;overflow:hidden;display:block; }
#oiaaA2dlS8rRvcLSKo07JWTCyvd7eVbl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.5rem;width:11.25rem;top:0.62500190734863rem;left:43.687498092651rem;overflow:hidden;display:block; }
#xaa5LUKbLR9Xpb5Cbytx3W9DqHyADhTz { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#gb0WyPVheci84thpUkk8LHTPl3x1i8Ap { color:#2a2373;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:7.3125rem;font-style:normal;display:block; }
#PTkrGTGT7Tf6xeQJxakHZWWSs1EISXiP { color:#2a2373;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:19.9375rem;height:5.85rem;font-style:normal;display:block; }
#JsF5Zem7wQKEV4xL64yTODGgigawGQTB { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8125rem;left:19.9375rem;height:1.95rem;font-style:normal;display:block; }
#QZh36xMQbDwTpCy4TaMxfdXED5lHRCF1 { position:absolute;display:block;z-index:15003;background-color:#f8c300;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:7.3125rem;left:19.9375rem;display:block; }
#Ea7lsDu7OCEZd0t8W1heF2NHexIPtm1e { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12rem;left:39.9375rem;height:5.85rem;font-style:normal;display:block; }
#OBCTSvLhRVuer5Jw1st3F09XWBGkuida { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:39.9375rem;height:1.95rem;font-style:normal;display:block; }
#mrUVcRagnzDRqbO2eZwiJtqO3hHsckk9 { position:absolute;display:block;z-index:15006;background-color:#f8c300;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:7.3125rem;left:39.9375rem;display:block; }
#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/X3obOo9i/bg_left.jpg");background-position:bottom center !important;background-repeat:no-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; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ.adaptive-delivery-prevent-bg, #RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ.lazyload, #RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ.lazyloading { background-image: none; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container { background-color: transparent; background-image: none; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container > .video-iframe-container { display: none; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row > .video-iframe-container { display: none; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .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); }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container { border-width: 0; border-radius: 0; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#k1zWx6GOTxCBNnDps4h54tt2TCm9eQX0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:22.125rem;width:39.125rem;top:1.6875rem;left:0rem;display:block; }
#XL5yv1ZfC4XnKpfpIi9SS0T1QTAbrCeh { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:16.875rem;top:0.0625rem;left:43.125rem;display:block; }
#LMqG9Adki2rBuIrxSs8KKMnXPM1urFOd { position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:0.625rem;top:0.0625rem;left:43.125rem;display:block; }
#feN4QOmFTfT6MiPJTe9qCAJQpAoI2fVq { position:absolute;display:block;z-index:15038;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:21.4375rem;width:15.0625rem;top:1.46875rem;left:44.124998092651rem;overflow:hidden;display:block; }
#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude { position:relative;display:block; }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude { background-color: transparent; background-image: none; }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .row .container > .video-iframe-container { display: none; }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .row > .video-iframe-container { display: none; }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .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); }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude { border-width: 0; border-radius: 0; }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .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; }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .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:2.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM { 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; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row .container { background-color: transparent; background-image: none; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row .container > .video-iframe-container { display: none; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row > .video-iframe-container { display: none; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .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); }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row .container { border-width: 0; border-radius: 0; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#sDn6x7VRge5sOEASQnPmVn1a2EBu40yC { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#satpO0T3m0S54DVv25C8F9tGJZebIWot { position:relative;display:block; }#satpO0T3m0S54DVv25C8F9tGJZebIWot { background-color: transparent; background-image: none; }#satpO0T3m0S54DVv25C8F9tGJZebIWot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .row .container > .video-iframe-container { display: none; }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .row > .video-iframe-container { display: none; }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .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); }#satpO0T3m0S54DVv25C8F9tGJZebIWot { border-width: 0; border-radius: 0; }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .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; }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .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:block; }#QXzm22py0TfgLa4CgVEuEZT7ewyktpDm { color:#2a2373;display:block;width:27.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:31.437498092651rem;height:21.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VAdISdX6KQqv6nuarn6r6eOA7mwCF7v2 { 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:20.0625rem;width:30.0625rem;top:3.6125001907349rem;left:0rem;overflow:hidden;display:block; }
#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX { position:relative;display:block; }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX { background-color: transparent; background-image: none; }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .row .container > .video-iframe-container { display: none; }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .row > .video-iframe-container { display: none; }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .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); }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX { border-width: 0; border-radius: 0; }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .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; }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .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:9.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:block; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/faDD3tdQ/bg_bottom.jpg");background-position:top center !important;background-repeat:repeat-y !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; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8.adaptive-delivery-prevent-bg, #hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8.lazyload, #hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8.lazyloading { background-image: none; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container { background-color: transparent; background-image: none; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container > .video-iframe-container { display: none; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row > .video-iframe-container { display: none; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .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); }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container { border-width: 0; border-radius: 0; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#QCmvUy06iBJM59RTmTuesK9mQddSeROL { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:39.375rem;width:28.125rem;top:6.3125rem;left:31.875rem;display:block; }
#bf87P0wZVava9igvrU5aHkwOqXH7JKsK { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:28.125rem;top:23.3125rem;left:31.875rem;display:block; }
#cz3bVSXAJTrx6XHPsQugudWG8QA5P3vx { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:0.625rem;top:6.3125rem;left:31.875rem;display:block; }
#sSQdSDlRdJTepJCNEecwh6z3C7bmafDS { color:#000000;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.25rem;height:11.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-form-header {  }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:19.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .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:#f8c300;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;width:19.875rem;box-sizing:border-box;height:3.875rem;color:#2a2373;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f8c300;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;width:19.875rem;box-sizing:border-box;height:4.375rem;color:#2a2373;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .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:19.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#fafbfb;width:13.875rem;height:3.875rem;font-family:lato;overflow:hidden; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 [class*="-text"]:-moz-placeholder { color:#2a2373;font-family:lato;font-size:1.0625rem;font-weight:300;font-style:normal; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 [class*="-text"]::-moz-placeholder { color:#2a2373;font-family:lato;font-size:1.0625rem;font-weight:300;font-style:normal; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 [class*="-text"]:-ms-input-placeholder { color:#2a2373;font-family:lato;font-size:1.0625rem;font-weight:300;font-style:normal; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 [class*="-text"]::-webkit-input-placeholder { color:#2a2373;font-family:lato;font-size:1.0625rem;font-weight:300;font-style:normal; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .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:lato;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.8125rem;overflow:hidden;font-style:normal;float:none; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .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; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-container:first-of-type{padding-top:0;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-container:last-of-type{padding-bottom:0;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.75rem;left:0rem; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.875rem;display:block;vertical-align:top; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 {display:block;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.75rem;left:0rem; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #bgDuUs2IP4s1RLqbDKq1qks9Xx3nFzsL { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #UlrxwxuKyog0AXTtkCHvOV4d7OKamfhS { position:relative;display:none; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #rdWwfTAPcFB8mvUas3Z1pIndBuSbhRcb { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #UfW7UcvGfxkr3TIH6mfP5VQBNsz4OFQZ { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #v94N56cxV6eCTtpA0E7ucLiTGcHsBaII { position:relative;display:none; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #L9QBbvTQgTlCeefCucRsI7NzK0Ph80Hb { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #n9TEDVd2JlCxBnsHGRFwFLSASEq6wB45 { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #T9UVRvbKH7v7SnSQrkGE5rT1FcfqGdrh { position:relative;z-index:2; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #pcrEyWhAMfOnIweT4qep9udPTbEngTef { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #dXUdPUIIFXI0OEEwmIucBDml0mAbGAbS { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #J9LzJVJwvRKT7vTswFp1DpgxCMDbkAvx { position:relative;z-index:2; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #fB0WSklulJFOlcvgu8P1T1f4TLT55vdT { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #CTxN8mMkcHfnz9lcw4wkk2i45kWfMCWa { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #tivt471M6WqFuT4ZNwbFtQRgN8bNCVsT { position:relative;z-index:2; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #itR4g9LQ6KIilwTJoxxqqaSHZoG7iOW5 { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #GF4yFcvBTkTQ6LquZsMisyTfEBkFoOUg { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #DrePM1RF6B8qJB2OpPLigcb58QkKgOND { position:relative;z-index:2; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #i6BVSNqdFCkDJEKLw55QM8hIJcNKWRvS { position:relative; }
#F1aVSIbWfOdP86iizQTE9ygFxigbovic { position:relative;display:block; }
#QBLJaVQF5QAze5wNf7ipn596NTqZtEDf { position:relative;display:block; }
#HbEvApBTEoCrtPuWauUvxuaFDqw7FBms { position:relative;display:block; }
#FkCldOUG7WZdVcVX9qDwqMkFTTZKvclC { position:relative;display:block; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #pcrzxyzL4mbus8d0HeV9bTdrKVug5Vg1 { position:relative; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #x5wZqqWiuTNgCsDmT0fQuSxT9mMfoQq4 { position:relative; }
#vVgbnxtMLioUpqHoL86DayGT6WTXAaqw { color:#000000;display:block;width:7.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:27.237499237061rem;left:36.425001144409rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#KEJmDdl7W4UTUBtl2CVNH0Hzpv3FLKGk { box-sizing:content-box;color:#f8c300;font-size:9.75rem;font-weight:400;line-height:1;height:14rem;width:14rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:23.3125rem;left:32.987501144409rem;display:block; }
#u9XHDmIzIVqvbyQfGdAb7Fa4dRBcmX9c { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:23.4375rem;top:8.78125rem;left:33.468748092651rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF { display:block; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0FamM07PdVBe3NRdCahsFpO7xlwR6Cc { width:29.5625rem;height:;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca4WiCSEzzqTznQpKFAdFpKobgyHlle9 { width:27.125rem;height:11.375rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULktq7p9VxxmTACopqarK1B6o5Hxtbhx { width:11.625rem;height:3.25rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLW4s4QiXU4VaGkTJr9ERsalQT9pHCU3 { display:block; }
 }@media only screen and (max-width: 763px) { #DHV2W0QzkcrcNDJn4nm0XH2Tu13SWfNo { width:28.125rem;height:39.375rem;top:3.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWqGW8DBn6pN9UWUfVITqPI62Nm8TAc { width:28.125rem;height:5.625rem;top:20.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFot4WJQ5c4ULugMI35oQhyLNsOdefaC { width:0.625rem;height:39.375rem;top:3.25rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7v7Rp3h9zLROrdAyLKzyMOnGXwpgErP { width:11.5rem;height:3.125rem;top:33.25rem;left:6.61874961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TBh74dzyxsZWOIQTmhTxVStWVsdEWs { display:block; }
 }@media only screen and (max-width: 763px) { #wpZEgox28MVeCfxvfiJTiCJgnCa57Dzq { width:14rem;height:14rem;top:19.0625rem;left:25.062498092651rem;font-size:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFInf9h9N5hi4SGDwTL2CbLtZiMx0P0M { width:7.125rem;height:5.8125rem;top:23.125rem;left:28.499998092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtCX8gbk6uEyCQiTdFSQTqP5H9O3Kh8r { width:11rem;height:2.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwAiTGGS3GpxR6lCxcZhWG3RZ96X1p0 { width:21.75rem;height:30.0625rem;top:5.0625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJR0vNqoGkiqH68PzfTg2MXWpX9ebFW8 { width:9.375rem;height:2.6875rem;top:0.625rem;left:5.5187492370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhnG8ZreD9uc73hZ9vXDETSo746WF1G3 { width:8.75rem;height:2.5rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR { display:block; }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeSaexuF6Xz577zAkaU3Sx6pfZC35cgH { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 { display:block; }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTMdlrJ4GLmL857ZKyDgnQtHwZlHk5oQ { width:1.5625rem;height:1.5625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNnbiazne5M34dqqm1lq1iV8pquvThk9 { width:10.4375rem;height:7.375rem;top:0.625rem;left:2.0091127098321rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH8TtxHU8JOkpkcOgL9yEhZfwczfWHDl { width:11.25rem;height:7.1875rem;top:0.625rem;left:18.187498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiaaA2dlS8rRvcLSKo07JWTCyvd7eVbl { width:11.25rem;height:7.5rem;top:0.625rem;left:33.374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaa5LUKbLR9Xpb5Cbytx3W9DqHyADhTz { width:18.75rem;height:1.9375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0WyPVheci84thpUkk8LHTPl3x1i8Ap { width:18.75rem;height:7.3125rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTkrGTGT7Tf6xeQJxakHZWWSs1EISXiP { width:18.75rem;height:5.8125rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsF5Zem7wQKEV4xL64yTODGgigawGQTB { width:18.75rem;height:1.9375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZh36xMQbDwTpCy4TaMxfdXED5lHRCF1 { width:1.5625rem;height:1.5625rem;top:7.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7lsDu7OCEZd0t8W1heF2NHexIPtm1e { width:18.75rem;height:5.8125rem;top:12rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBCTSvLhRVuer5Jw1st3F09XWBGkuida { width:18.75rem;height:1.9375rem;top:9.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrUVcRagnzDRqbO2eZwiJtqO3hHsckk9 { width:1.5625rem;height:1.5625rem;top:7.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ { display:block; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1zWx6GOTxCBNnDps4h54tt2TCm9eQX0 { width:39.125rem;height:22.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL5yv1ZfC4XnKpfpIi9SS0T1QTAbrCeh { width:16.875rem;height:23.625rem;top:0.0625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMqG9Adki2rBuIrxSs8KKMnXPM1urFOd { width:0.625rem;height:23.625rem;top:0.0625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #feN4QOmFTfT6MiPJTe9qCAJQpAoI2fVq { width:15.0625rem;height:21.4375rem;top:1.4375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude { display:block; }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM { display:block; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDn6x7VRge5sOEASQnPmVn1a2EBu40yC { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #satpO0T3m0S54DVv25C8F9tGJZebIWot { display:block; }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXzm22py0TfgLa4CgVEuEZT7ewyktpDm { width:27.125rem;height:;top:2.5rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAdISdX6KQqv6nuarn6r6eOA7mwCF7v2 { width:30.0625rem;height:20.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX { display:block; }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 { display:block; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCmvUy06iBJM59RTmTuesK9mQddSeROL { width:28.125rem;height:39.375rem;top:6.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf87P0wZVava9igvrU5aHkwOqXH7JKsK { width:28.125rem;height:5.625rem;top:23.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz3bVSXAJTrx6XHPsQugudWG8QA5P3vx { width:0.625rem;height:39.375rem;top:6.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSQdSDlRdJTepJCNEecwh6z3C7bmafDS { width:26.625rem;height:;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-regular-label { width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-text { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-textarea { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-select { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-button { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-checkbox-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8  { width:19.875rem;height:auto;top:21.75rem;left:0rem; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .radio-container { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 {display:block;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 { width:19.875rem;height:auto;top:21.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #bgDuUs2IP4s1RLqbDKq1qks9Xx3nFzsL {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #UlrxwxuKyog0AXTtkCHvOV4d7OKamfhS { display:none; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #rdWwfTAPcFB8mvUas3Z1pIndBuSbhRcb {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #UfW7UcvGfxkr3TIH6mfP5VQBNsz4OFQZ {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #v94N56cxV6eCTtpA0E7ucLiTGcHsBaII { display:none; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #L9QBbvTQgTlCeefCucRsI7NzK0Ph80Hb {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #n9TEDVd2JlCxBnsHGRFwFLSASEq6wB45 {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #T9UVRvbKH7v7SnSQrkGE5rT1FcfqGdrh {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #pcrEyWhAMfOnIweT4qep9udPTbEngTef {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #dXUdPUIIFXI0OEEwmIucBDml0mAbGAbS {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #J9LzJVJwvRKT7vTswFp1DpgxCMDbkAvx {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #fB0WSklulJFOlcvgu8P1T1f4TLT55vdT {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #CTxN8mMkcHfnz9lcw4wkk2i45kWfMCWa {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #tivt471M6WqFuT4ZNwbFtQRgN8bNCVsT {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #itR4g9LQ6KIilwTJoxxqqaSHZoG7iOW5 {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #GF4yFcvBTkTQ6LquZsMisyTfEBkFoOUg {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #DrePM1RF6B8qJB2OpPLigcb58QkKgOND {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #i6BVSNqdFCkDJEKLw55QM8hIJcNKWRvS {  }
 }@media only screen and (max-width: 763px) { #F1aVSIbWfOdP86iizQTE9ygFxigbovic { display:block; }
 }@media only screen and (max-width: 763px) { #QBLJaVQF5QAze5wNf7ipn596NTqZtEDf { display:block; }
 }@media only screen and (max-width: 763px) { #HbEvApBTEoCrtPuWauUvxuaFDqw7FBms { display:block; }
 }@media only screen and (max-width: 763px) { #FkCldOUG7WZdVcVX9qDwqMkFTTZKvclC { display:block; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #pcrzxyzL4mbus8d0HeV9bTdrKVug5Vg1 {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #x5wZqqWiuTNgCsDmT0fQuSxT9mMfoQq4 {  }
 }@media only screen and (max-width: 763px) { #vVgbnxtMLioUpqHoL86DayGT6WTXAaqw { width:7.125rem;height:5.8125rem;top:27.1875rem;left:30.300001144409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEJmDdl7W4UTUBtl2CVNH0Hzpv3FLKGk { width:14rem;height:14rem;top:23.3125rem;left:26.862501144409rem;font-size:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XHDmIzIVqvbyQfGdAb7Fa4dRBcmX9c { width:23.4375rem;height:32.375rem;top:8.75rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF { background-color:#ffffff;background-image:none;display:block; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container { background-color: transparent; background-image: none; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container > .video-iframe-container { display: none; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row > .video-iframe-container { display: none; }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .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); }#SGTFFqRc85hUgWF9Sae6uP2IIy87kkxF > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0FamM07PdVBe3NRdCahsFpO7xlwR6Cc { width:16.625rem;height:2.625rem;top:9.0875005722044rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ca4WiCSEzzqTznQpKFAdFpKobgyHlle9 { width:18.3125rem;height:7.9625rem;top:12.900000572204rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULktq7p9VxxmTACopqarK1B6o5Hxtbhx { width:11.6rem;height:3.225rem;top:22.52499961853rem;left:4.1999998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLW4s4QiXU4VaGkTJr9ERsalQT9pHCU3 { display:block; }
 }@media only screen and (max-width: 763px) { #DHV2W0QzkcrcNDJn4nm0XH2Tu13SWfNo { width:20rem;height:12.375rem;top:44.187498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWqGW8DBn6pN9UWUfVITqPI62Nm8TAc { width:20rem;height:3.75rem;top:24.0875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFot4WJQ5c4ULugMI35oQhyLNsOdefaC { width:0.125rem;height:0.125rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7v7Rp3h9zLROrdAyLKzyMOnGXwpgErP { width:11.5125rem;height:3.2rem;top:27.27499961853rem;left:4.2437496185303rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TBh74dzyxsZWOIQTmhTxVStWVsdEWs { display:block; }
 }@media only screen and (max-width: 763px) { #wpZEgox28MVeCfxvfiJTiCJgnCa57Dzq { width:14rem;height:14rem;top:46.1875rem;left:0rem;font-size:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFInf9h9N5hi4SGDwTL2CbLtZiMx0P0M { width:7.125rem;height:5.2rem;top:50.58749961853rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtCX8gbk6uEyCQiTdFSQTqP5H9O3Kh8r { width:10.375rem;height:2.375rem;top:1.0249996185302rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwAiTGGS3GpxR6lCxcZhWG3RZ96X1p0 { width:18.3125rem;height:25.375rem;top:33.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJR0vNqoGkiqH68PzfTg2MXWpX9ebFW8 { width:9.375rem;height:2.6875rem;top:4.3062496185303rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhnG8ZreD9uc73hZ9vXDETSo746WF1G3 { width:10.75rem;height:2.875rem;top:4.2124996185303rem;left:4.625rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR { display:block; }#mEZ4v8Q2DgkwKfvrTECZNIyPcFgysaFR > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeSaexuF6Xz577zAkaU3Sx6pfZC35cgH { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 { display:block; }#TBhcwzVNKAp9vagTlVEwbtSs9xK4Hfs4 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTMdlrJ4GLmL857ZKyDgnQtHwZlHk5oQ { width:1.5625rem;height:1.5625rem;top:4.4875001907349rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNnbiazne5M34dqqm1lq1iV8pquvThk9 { width:4.9375rem;height:3.5rem;top:2.5rem;left:5.3624992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH8TtxHU8JOkpkcOgL9yEhZfwczfWHDl { width:6.25rem;height:3.9375rem;top:16.424999237061rem;left:5.3624992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiaaA2dlS8rRvcLSKo07JWTCyvd7eVbl { width:6.25rem;height:4.0625rem;top:30.22500038147rem;left:5.3624992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaa5LUKbLR9Xpb5Cbytx3W9DqHyADhTz { width:18.75rem;height:1.625rem;top:6.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0WyPVheci84thpUkk8LHTPl3x1i8Ap { width:18.75rem;height:6.5rem;top:9.0937509536744rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTkrGTGT7Tf6xeQJxakHZWWSs1EISXiP { width:18.75rem;height:5.2rem;top:23.49374961853rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsF5Zem7wQKEV4xL64yTODGgigawGQTB { width:17.375rem;height:1.625rem;top:21.062499046326rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZh36xMQbDwTpCy4TaMxfdXED5lHRCF1 { width:1.5625rem;height:1.5625rem;top:32.77499961853rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7lsDu7OCEZd0t8W1heF2NHexIPtm1e { width:18.75rem;height:5.2rem;top:37.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBCTSvLhRVuer5Jw1st3F09XWBGkuida { width:17.0625rem;height:1.625rem;top:34.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrUVcRagnzDRqbO2eZwiJtqO3hHsckk9 { width:1.5625rem;height:1.5625rem;top:18.849999427796rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ { background-color:#ffffff;background-image:none;display:block; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container { background-color: transparent; background-image: none; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container > .video-iframe-container { display: none; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row > .video-iframe-container { display: none; }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .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); }#RmgfR9dvlVukn50ViZqEGEJx8Nnkn3aZ > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1zWx6GOTxCBNnDps4h54tt2TCm9eQX0 { height:11.3104375rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL5yv1ZfC4XnKpfpIi9SS0T1QTAbrCeh { width:16.875rem;height:23.625rem;top:13.8104375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMqG9Adki2rBuIrxSs8KKMnXPM1urFOd { width:0.5625rem;height:24.5625rem;top:14.06041431427rem;left:-0.023153560042502rem;display:block; }
 }@media only screen and (max-width: 763px) { #feN4QOmFTfT6MiPJTe9qCAJQpAoI2fVq { width:15rem;height:21.375rem;top:15.497917175293rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude { display:block; }#NUyeL0T5uqpcI4tBSdzduQnNZQ1EKude > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM { display:block; }#Mg8TA8QX8pLqbkKqZ9PTwnTr1etZOJKM > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDn6x7VRge5sOEASQnPmVn1a2EBu40yC { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #satpO0T3m0S54DVv25C8F9tGJZebIWot { display:block; }#satpO0T3m0S54DVv25C8F9tGJZebIWot > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXzm22py0TfgLa4CgVEuEZT7ewyktpDm { width:20rem;height:13.65rem;top:17.937501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAdISdX6KQqv6nuarn6r6eOA7mwCF7v2 { width:20rem;height:13.347193347193rem;top:2.7937564849854rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX { display:block; }#fV1HZBiEETnoP3GPDtBfdK7wvvDNfOFX > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 { background-color:#ffffff;background-image:none;display:block; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container { background-color: transparent; background-image: none; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container > .video-iframe-container { display: none; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row > .video-iframe-container { display: none; }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .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); }#hJtXAJ86K3ZsbWa36Mxz588tOGHRiDH8 > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCmvUy06iBJM59RTmTuesK9mQddSeROL { width:20rem;height:2.75rem;top:54.255207061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf87P0wZVava9igvrU5aHkwOqXH7JKsK { width:20rem;height:3.9375rem;top:54.255218505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz3bVSXAJTrx6XHPsQugudWG8QA5P3vx { width:0.4375rem;height:22.4375rem;top:30.3125rem;left:9.7977222711269rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSQdSDlRdJTepJCNEecwh6z3C7bmafDS { width:15.8125rem;height:4.675rem;top:0.87499618530275rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8  { width:17.5rem;height:auto;top:4.6750059127808rem;left:0rem; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 {display:block;}#qpxwJW3peAxFxqnVAJaQfvET707SyRP8 { width:17.5rem;height:auto;top:4.6750059127808rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #bgDuUs2IP4s1RLqbDKq1qks9Xx3nFzsL {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #UlrxwxuKyog0AXTtkCHvOV4d7OKamfhS { display:none; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #rdWwfTAPcFB8mvUas3Z1pIndBuSbhRcb {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #UfW7UcvGfxkr3TIH6mfP5VQBNsz4OFQZ {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #v94N56cxV6eCTtpA0E7ucLiTGcHsBaII { display:none; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #L9QBbvTQgTlCeefCucRsI7NzK0Ph80Hb {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #n9TEDVd2JlCxBnsHGRFwFLSASEq6wB45 {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #T9UVRvbKH7v7SnSQrkGE5rT1FcfqGdrh {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #pcrEyWhAMfOnIweT4qep9udPTbEngTef {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #dXUdPUIIFXI0OEEwmIucBDml0mAbGAbS {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #J9LzJVJwvRKT7vTswFp1DpgxCMDbkAvx {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #fB0WSklulJFOlcvgu8P1T1f4TLT55vdT {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #CTxN8mMkcHfnz9lcw4wkk2i45kWfMCWa {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #tivt471M6WqFuT4ZNwbFtQRgN8bNCVsT {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #itR4g9LQ6KIilwTJoxxqqaSHZoG7iOW5 {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #GF4yFcvBTkTQ6LquZsMisyTfEBkFoOUg {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #DrePM1RF6B8qJB2OpPLigcb58QkKgOND {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #i6BVSNqdFCkDJEKLw55QM8hIJcNKWRvS {  }
 }@media only screen and (max-width: 763px) { #F1aVSIbWfOdP86iizQTE9ygFxigbovic { display:block; }
 }@media only screen and (max-width: 763px) { #QBLJaVQF5QAze5wNf7ipn596NTqZtEDf { display:block; }
 }@media only screen and (max-width: 763px) { #HbEvApBTEoCrtPuWauUvxuaFDqw7FBms { display:block; }
 }@media only screen and (max-width: 763px) { #FkCldOUG7WZdVcVX9qDwqMkFTTZKvclC { display:block; }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #pcrzxyzL4mbus8d0HeV9bTdrKVug5Vg1 {  }
 }@media only screen and (max-width: 763px) { #qpxwJW3peAxFxqnVAJaQfvET707SyRP8 #x5wZqqWiuTNgCsDmT0fQuSxT9mMfoQq4 {  }
 }@media only screen and (max-width: 763px) { #vVgbnxtMLioUpqHoL86DayGT6WTXAaqw { width:7.125rem;height:5.2rem;top:44.149994850159rem;left:3.1604166030884rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEJmDdl7W4UTUBtl2CVNH0Hzpv3FLKGk { width:14rem;height:14rem;top:39.75rem;left:0rem;font-size:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XHDmIzIVqvbyQfGdAb7Fa4dRBcmX9c { width:18.3125rem;height:25.375rem;top:28.500008821488rem;left:0.6875rem;display:block; }
 }