.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;
}
:root { --color-primary-0:221,248,245;--color-primary-1:143,230,221;--color-primary-2:30,205,186;--color-primary-3:15,103,93;--color-primary-4:5,31,28;--color-secondary-0:255,255,255;--color-secondary-1:247,247,247;--color-secondary-2:235,235,235;--color-secondary-3:141,141,141;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:rgba(var(--color-tertiary-4),0.5);background-image:url("https://images.assets-landingi.com/uc/8ac2e8e0-7fd7-427d-88f4-5445767ec68f/nasara_padresHero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla.adaptive-delivery-prevent-bg, #TumlXP4MMA6arvszvbJlKaargqOaWwla.lazyload, #TumlXP4MMA6arvszvbJlKaargqOaWwla.lazyloading { background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:60rem;height:71.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);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:40.4375rem;width:25rem;top:22.6875rem;left:35rem;display:block; }
#BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:43.875rem;left:13.0625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:65.625rem;left:28.437503814698rem;display:block; }
#UJCPnWXPbNklticRUTFKA0NTJL7esBSF { color:#21382b;display:block;width:23.125rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.9375rem;left:35.9375rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-form-header {  }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:20.1875rem;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;font-style:normal; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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:#f6f5f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:20.1875rem;box-sizing:border-box;height:3.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f5f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;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:20.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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:20.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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:#21382b;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#f2f9ff;width:20.1875rem;height:3.5rem;font-family:"roboto condensed";overflow:hidden;font-style:normal; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;line-height:1.6; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:first-of-type{padding-top:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:last-of-type{padding-bottom:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.6875rem;left:36.1875rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.6875rem;left:36.1875rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #v5hmx7Vfv4PCC1BlK65pwoXl4MbOlW4I { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #z5tGN22AZCipfAG4QObKKGh7ihwdUABS { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #LuLp51ivcpIdOkJwSMZRiwV8RDATdPU9 { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #XmHrFWda1vVs4p2Gy9WI7pkSLQ44EUux { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #twKXyvh32UcWhrsdOboyGFso5z2fZ12F { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #Z9umrTm6ThFm8besCgbbcNO3Ih3Q7yiW { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w { position:relative; }
#sWbN2lqOu1yx1W1umcvRCFah4MuHMNh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45.6875rem;left:35.9375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { color:#21382b;display:block;width:23.125rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:51.512502670288rem;left:35.9375rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:#21382b;padding-top:0.570625rem;padding-right:0.49875rem;padding-bottom:0.570625rem;padding-left:0.49875rem;display:block;align-items:center;width:2.99375rem;min-width:2.99375rem;height:3.06875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.28375rem;font-weight:700;line-height:49.1px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.356875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.991875rem;height:1.213125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.85625rem;font-weight:400;line-height:19.41px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.9375rem;height:5.78rem;padding-top:0.71375rem;padding-right:0.713125rem;padding-bottom:0.71375rem;padding-left:0.713125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:54.675001144409rem;left:36.817581176757rem;z-index:15010; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0rem;left:0rem; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs { width:auto; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0rem;left:0rem; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0rem;left:0rem; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0rem;left:0rem; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
#WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:51.3125rem;left:7.3125rem; }
#mZyt2Lyr43SmXavwHJ7OedTwvmAX3RFy { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:23.625rem;top:2.9791669845581rem;left:18.187503814698rem;overflow:hidden;display:block; }
#GUknrFpB8eauUJmaBPUiF6ylyvWsnARk { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:34.1875rem;top:22.666667938233rem;left:0.85416793823244rem;overflow:hidden;display:block; }
#n3ftG3or1AwEvMn7TTAvImnFf0OPPr8o { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:"roboto condensed";font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:45.4375rem;left:9.375rem;height:7.6375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvON9Hu6AemgMgSOdD8DCMNnV5GyRZea { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15015;background-color:#e9e100;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50rem;left:7.625rem;display:block; }
#ChLGmGhsxktWxTeHAOLffvgp07iK6u3B { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:51.3125rem;left:7.625rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcSlwXJdazvM2GZTCHOKtwAyddKsetOS { color:#e9e100;display:block;width:19.875rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:57.5625rem;left:7.0625rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZdanhthOVBpokWrqWu5WQCQvMC08hilM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e100;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; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { background-color: transparent; background-image: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .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); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { border-width: 0; border-radius: 0; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUvr6C0reCBwS0kUuBAy0zuLX1JNDGP4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/5FdcML6t/webinar_02.png");background-position:bottom center !important;background-repeat:repeat-x !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; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP.adaptive-delivery-prevent-bg, #fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP.lazyload, #fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP.lazyloading { background-image: none; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { background-color: transparent; background-image: none; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container > .video-iframe-container { display: none; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row > .video-iframe-container { display: none; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .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); }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { border-width: 0; border-radius: 0; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#DzmqBp7ud6ilcx2UQK0Z9fp5OWyT0rRt { color:#21382b;display:block;width:2.375rem;position:absolute;font-family:"roboto condensed";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gGgNC3Gg1hg9x7oXpqpkinbITqxubw2b { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCzHc7w8meACTLihkNn3iIDu1RyvJBA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:15.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ceXRNF6yiT5DaUu1zePfAKEF3oUmHf2W { color:#21382b;display:block;width:4.6875rem;position:absolute;font-family:"roboto condensed";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:17.718753814698rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiw9ffhdu0km3cuXleLFXFzftnqbACCE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:30.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etcIn0cdDcWzlJG5sOlBWae84VdTtInT { color:#21382b;display:block;width:2.375rem;position:absolute;font-family:"roboto condensed";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:31.062503814698rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k37J9kq5Zo3FubX0mxfcSfSQKwHtbmut { color:#21382b;display:block;width:15.5rem;position:absolute;font-family:"roboto condensed";font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:44.593753814698rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21382b;background-image:url("https://images.assets-landingi.com/uc/b658df32-83aa-4c4d-8045-af434f055741/nasaraBack.jpg");background-position: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; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe.adaptive-delivery-prevent-bg, #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe.lazyload, #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe.lazyloading { background-image: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { background-color: transparent; background-image: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container { display: none; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .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); }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { border-width: 0; border-radius: 0; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#ReK0vTqykbaGJTLNli6Qyt1c3DnJFVaE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:26.1875rem;width:60rem;top:11.187499046326rem;left:0rem;overflow:hidden;display:block; }
#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21382b;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; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { border-width: 0; border-radius: 0; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { color:#e9e100;display:block;width:60rem;position:absolute;font-family:"roboto condensed";font-size:3.75rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.0416717529297rem;left:0rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { background-color:#e9e100;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#21382b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.75rem;left:18.875003814698rem;display:block; }
#xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up { position:relative;display:block; }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up { background-color: transparent; background-image: none; }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .row .container > .video-iframe-container { display: none; }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .row > .video-iframe-container { display: none; }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .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); }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up { border-width: 0; border-radius: 0; }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .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; }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;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; }#yZnJMIo4wKw5PEeim5EtRhVbZAL5Upr0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:6.1875rem;width:23.5625rem;top:2.78125rem;left:18.218753814698rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:24.0625rem;height:42.5rem;top:0rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:3.125rem;height:3.125rem;top:36.0625rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJCPnWXPbNklticRUTFKA0NTJL7esBSF { width:23.125rem;height:1.9375rem;top:5.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-button { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { width:20.1875rem;height:auto;top:9.5625rem;left:24.8125rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { width:20.1875rem;height:auto;top:9.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #v5hmx7Vfv4PCC1BlK65pwoXl4MbOlW4I {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #z5tGN22AZCipfAG4QObKKGh7ihwdUABS { display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #LuLp51ivcpIdOkJwSMZRiwV8RDATdPU9 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #XmHrFWda1vVs4p2Gy9WI7pkSLQ44EUux {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #twKXyvh32UcWhrsdOboyGFso5z2fZ12F {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #Z9umrTm6ThFm8besCgbbcNO3Ih3Q7yiW {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w {  }
 }@media only screen and (max-width: 763px) { #sWbN2lqOu1yx1W1umcvRCFah4MuHMNh7 { width:23.125rem;height:1.125rem;top:26.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { width:23.125rem;height:1.4375rem;top:30.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { display:flex;width:18rem;height:5.0625rem;top:59.375rem;left:25.9375rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
 }@media only screen and (max-width: 763px) { #WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { width:2.125rem;height:2.125rem;top:51.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZyt2Lyr43SmXavwHJ7OedTwvmAX3RFy { top:2.9375rem;left:12.062503814698rem;width:23.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUknrFpB8eauUJmaBPUiF6ylyvWsnARk { top:22.625rem;left:0rem;width:34.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ftG3or1AwEvMn7TTAvImnFf0OPPr8o { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvON9Hu6AemgMgSOdD8DCMNnV5GyRZea { top:50rem;left:1.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChLGmGhsxktWxTeHAOLffvgp07iK6u3B { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcSlwXJdazvM2GZTCHOKtwAyddKsetOS { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:47.75rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvr6C0reCBwS0kUuBAy0zuLX1JNDGP4 { width:47.75rem;height:5.6875rem;top:4.75rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP { display:block; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzmqBp7ud6ilcx2UQK0Z9fp5OWyT0rRt { width:2.375rem;height:4.875rem;top:1.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGgNC3Gg1hg9x7oXpqpkinbITqxubw2b { width:14.625rem;height:;top:6.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCzHc7w8meACTLihkNn3iIDu1RyvJBA9 { width:14.625rem;height:;top:6.8125rem;left:9.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceXRNF6yiT5DaUu1zePfAKEF3oUmHf2W { width:4.6875rem;height:4.875rem;top:1.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiw9ffhdu0km3cuXleLFXFzftnqbACCE { width:14.625rem;height:;top:6.8125rem;left:21.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etcIn0cdDcWzlJG5sOlBWae84VdTtInT { width:2.375rem;height:4.875rem;top:1.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k37J9kq5Zo3FubX0mxfcSfSQKwHtbmut { width:4.6875rem;height:4.875rem;top:1.4375rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReK0vTqykbaGJTLNli6Qyt1c3DnJFVaE { top:11.125rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:47.75rem;height:7.5rem;top:8.875rem;left:0rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:22.25rem;height:3.75rem;top:29.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }@media only screen and (max-width: 763px) { #yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up { display:block; }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZnJMIo4wKw5PEeim5EtRhVbZAL5Upr0 { top:2.75rem;left:12.093753814698rem;width:23.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:#21382b;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; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:20rem;height:37.375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { width:18.75rem;height:1.95rem;top:65.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:3.125rem;height:3.125rem;top:83.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJCPnWXPbNklticRUTFKA0NTJL7esBSF { width:17.5rem;height:2.68125rem;top:25.6875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { width:17.5rem;height:auto;top:28.368750572204rem;left:0rem; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { width:17.5rem;height:auto;top:28.368750572204rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #v5hmx7Vfv4PCC1BlK65pwoXl4MbOlW4I {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #z5tGN22AZCipfAG4QObKKGh7ihwdUABS { display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #LuLp51ivcpIdOkJwSMZRiwV8RDATdPU9 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #XmHrFWda1vVs4p2Gy9WI7pkSLQ44EUux {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #twKXyvh32UcWhrsdOboyGFso5z2fZ12F {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #Z9umrTm6ThFm8besCgbbcNO3Ih3Q7yiW {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w {  }
 }@media only screen and (max-width: 763px) { #sWbN2lqOu1yx1W1umcvRCFah4MuHMNh7 { width:20rem;height:1.1375rem;top:47.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { width:17.5rem;height:3.025rem;top:51.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { display:flex;width:18rem;height:5.0625rem;top:54.812501907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
 }@media only screen and (max-width: 763px) { #WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { width:2.125rem;height:2.125rem;top:72.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZyt2Lyr43SmXavwHJ7OedTwvmAX3RFy { width:18.125rem;height:4.3125rem;top:2.4958333969116rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUknrFpB8eauUJmaBPUiF6ylyvWsnARk { width:20rem;height:12.43125rem;top:10.252083778381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ftG3or1AwEvMn7TTAvImnFf0OPPr8o { width:15.25rem;height:2.6rem;top:67.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvON9Hu6AemgMgSOdD8DCMNnV5GyRZea { width:18.75rem;height:0.3125rem;top:71.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChLGmGhsxktWxTeHAOLffvgp07iK6u3B { width:16.75rem;height:3.3rem;top:72.9375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcSlwXJdazvM2GZTCHOKtwAyddKsetOS { width:19.875rem;height:2.6rem;top:78.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:18.75rem;height:4.5rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #TUvr6C0reCBwS0kUuBAy0zuLX1JNDGP4 { width:20rem;height:2.6rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP { display:block; }#fmQ0DrcrC8cxSvceEBgD5wVTtERUBgnP > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzmqBp7ud6ilcx2UQK0Z9fp5OWyT0rRt { width:2.375rem;height:4.875rem;top:1.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGgNC3Gg1hg9x7oXpqpkinbITqxubw2b { width:14.625rem;height:2.03125rem;top:5.5rem;left:2.6875rem;line-height:1.3;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCzHc7w8meACTLihkNn3iIDu1RyvJBA9 { width:14.625rem;height:2.03125rem;top:13.375rem;left:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceXRNF6yiT5DaUu1zePfAKEF3oUmHf2W { width:4.6875rem;height:4.875rem;top:9.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiw9ffhdu0km3cuXleLFXFzftnqbACCE { width:14.625rem;height:2.03125rem;top:20.875rem;left:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etcIn0cdDcWzlJG5sOlBWae84VdTtInT { width:2.375rem;height:4.875rem;top:16.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k37J9kq5Zo3FubX0mxfcSfSQKwHtbmut { width:11.5625rem;height:4.875rem;top:24.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLEplZsszp6UsS8q05nyP69ZKMnCPfhe { display:block; }#qLEplZsszp6UsS8q05nyP69ZKMnCPfhe > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReK0vTqykbaGJTLNli6Qyt1c3DnJFVaE { width:20rem;height:8.7291875rem;top:6.1458320617676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:18.75rem;height:12.5rem;top:4.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:19rem;height:3.75rem;top:19.437492370606rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }@media only screen and (max-width: 763px) { #yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up { display:block; }#yMGQ443R9RGK7BlGlhmKyIpOEZCSE9Up > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZnJMIo4wKw5PEeim5EtRhVbZAL5Upr0 { width:20rem;height:5.25208125rem;top:3.4052085876465rem;left:0rem;display:block; }
 }