.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(4,23,63,0.65);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container { background-color: transparent; background-image: none; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container > .video-iframe-container { display: none; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row > .video-iframe-container { display: none; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .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); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container { border-width: 0; border-radius: 0; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#lc6inBE4J6fvEOLyTrUSqDB9TepDroT3 { background-color:transparent;background-image: -webkit-linear-gradient(179deg, #9500ab, #c600e4);background-image: -moz-linear-gradient(179deg, #9500ab, #c600e4);background-image: -ms-linear-gradient(179deg, #9500ab, #c600e4);background-image: -o-linear-gradient(179deg, #9500ab, #c600e4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9500ab', endColorstr='#c600e4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9500ab', endColorstr='#c600e4' );";background-image: linear-gradient(179deg, #9500ab, #c600e4);background-size:auto !important;border-top:0.0625rem solid #f08eff;border-left:0.0625rem solid #f08eff;border-right:0.0625rem solid #f08eff;border-bottom:0.0625rem solid #f08eff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:20.25rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.53125rem;left:47.25rem;display:block; }
#MUnUGEhoHbT8PQuf8WJ64UdLTJzilCMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJi0nXaAnTEzpbHUiwOT9N86ZE2EUnMh { 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:3.1875rem;width:11.3125rem;top:0.46875rem;left:9.1875rem;overflow:hidden;display:block; }
#SFvpNJzxzbU8hAeUl1Xs00QOlmNENksL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.1875rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bf5696fc-dd35-4a58-b7a4-fc93eaf3c4a9/Untitled2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;overflow:visible;position:relative;display:block; }#OstkshXiGTc07NRQcaww4vB3PLTWcdZo { color:#ffffff;display:block;width:33rem;position:absolute;font-family:"avant garden";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.5rem #000000;top:25.5rem;left:3.8125rem;height:6.5rem;display:block; }
#XS9OENzCKPQtoJKf2FqHfekFliIJ4uw9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:36.75rem;top:17.9375rem;left:0rem;overflow:hidden;display:block; }
#A0TQLkSuXIMo4hBGsTrcLTKLXp2MvyyG { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.5625rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#kGPDI4duzmkfO9wtxXMXEJFbeDtFIWs0 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #2e2d2d;top:9.8125rem;left:2.375rem;height:8.125rem;font-style:normal;display:block; }
#U8vFFAewrSHdKoTaAlIsinLd76iB1pgQ { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:7.8125rem;left:46.5rem;height:3.91699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-form-header { font-size:1rem; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-regular-label { height:auto;display:block;font-family:"louis george cafe";font-size:1.0625rem;font-weight:400;color:#8e7b65;width:20.1875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-text {padding-top: 0; padding-bottom: 0;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;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:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-select { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.125rem solid #2575fc;border-left:0;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:#d6d4d4;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-select {padding-top: 0; padding-bottom: 0;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-button { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #0ba00b, #04ca00);background-image: -moz-linear-gradient(0deg, #0ba00b, #04ca00);background-image: -ms-linear-gradient(0deg, #0ba00b, #04ca00);background-image: -o-linear-gradient(0deg, #0ba00b, #04ca00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba00b', endColorstr='#04ca00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba00b', endColorstr='#04ca00' );";background-image: linear-gradient(0deg, #0ba00b, #04ca00);background-size:initial !important;border-top:0.0625rem solid #22ff1a;border-left:0.0625rem solid #22ff1a;border-right:0.0625rem solid #22ff1a;border-bottom:0.0625rem solid #22ff1a;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.25rem;font-weight:bold;color:#f2f9ff;width:20.1875rem;height:3.5rem;font-family:"louis george cafe";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV [class*="-text"]:-moz-placeholder { color:#5a5a5a;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV [class*="-text"]::-moz-placeholder { color:#5a5a5a;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV [class*="-text"]:-ms-input-placeholder { color:#5a5a5a;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV [class*="-text"]::-webkit-input-placeholder { color:#5a5a5a;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;float:none; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .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; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#2575fc;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-container:first-of-type{padding-top:0;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-container:last-of-type{padding-bottom:0;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;left:44.96875rem;top:11.8994140625rem;z-index:15031;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0) ;font-size:1rem; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem;display:block;vertical-align:top; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.2;font-weight:700;color:#339966;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV {display:block;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;left:44.96875rem;top:11.8994140625rem;z-index:15031;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0) ;font-size:1rem; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #utHJXvcexCwgK0EnOT2iTFndrJUuEytd { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #VSAtpkmlZiUTqpJPgBsaawZDdSDef2AN { position:relative;display:block; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #tHqb1o7xw8ZKzLGELgOlOw3OEHq7Jup1 { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #GlnMJ38rFsmnaKdZmXqLw7WvAkFFTnm3 { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #pVc8dJhhO2x9b3ES2piFf3fkzcFiOOy6 { position:relative;display:block; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #neo9BuAZix4oFEIgvv3GLU33QLy3Hy6K { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #IaP4O1wr0lvk2bPXkibdteGeGJILgJVA { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #BhXRs4uzabNieraWuVEcibZC2XVwUOCd { position:relative;display:block; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #cotpKKFBILiz0rchDupcnE7lZkKkuTto { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #DhBI6Pvs0qMUtcs4mE0CB35hWZ1hEZ2h { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #nLMXOboLQmSOcJq80TvIKRr2k3g2lXMy { position:relative;display:block; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #t77RxzIQx86xgzSCen9rvIZqrHxuiMfu { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #GliTMKSio7Ey263EWZz8cTgaOweAEkrw { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #mxsatdKhCRUpMErUbdMUIdWxpPmeC3eb { position:relative;display:block; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #PmVRQ9yAe2Jz3n12TnHnsOxkQrnKQiQA { position:relative; }
#TMvzJ5AEqhr7rLwNhWefm4ZIIs3fUG6z { position:relative;display:block; }
#HOeNxy4NfxWOEnxkOWhN1TJZfouQxMTT { position:relative;display:block; }
#LH5QVOtNNnG55CtsiaZZPQ6tsRhHbqnX { position:relative;display:block; }
#agmA5SGPzBIpqIuflGsw4QdCav05TakQ { position:relative;display:block; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #nWmudaDbtwBSOxLAZOHbGkh3cf9lSrUT { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #wcLfZEsKeW6vt7CLStFyKqxDeFMDgvkN { position:relative;z-index:2; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #XCCZb3TV2dMk5VqISonXl82NLVvChpLa { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #Hxd6lp7tkGxrHtQsVinqnrZD0muz85Tz { position:relative; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #Ll4nvviS9s2ZqlP75GHDDc62e50sRBAw { position:relative; }
#oDM65w1tcMV0vvl2OlbrwfLh79V7T1NR { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #001445, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #001445, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #001445, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #001445, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001445', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001445', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #001445, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.63) ;height:31.375rem;width:25rem;top:6.375rem;left:43.8125rem;display:block; }
#epG38Rl1l6SEexGTNtTrQT9ZswSEJTBE { background-color:#df0f90;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:33.625rem;left:8.75rem;display:block; }
#KeS3e0MmCmRMi8vivIi0sT3l14c7dpC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 { position:relative;display:block; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 { background-color: transparent; background-image: none; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row .container > .video-iframe-container { display: none; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row > .video-iframe-container { display: none; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .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); }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 { border-width: 0; border-radius: 0; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .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; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .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:13.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GipHoO15Ixu49f2AewrbUB464lH4Cnvw { position:absolute;display:block;z-index:15016;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:3.125rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.625rem;width:16.6875rem;top:4rem;left:34.9375rem;overflow:hidden;display:none; }
#FCbN0r0rIh1toBRqlB0dFUqk530Lcp15 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.5rem;width:24.875rem;top:37.625rem;left:8.4041554959788rem;overflow:hidden;display:none; }
#kBJyuDJN8CuneIpC14CobKOAtoiO8N7L { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:17.75rem;top:4.125rem;left:19.75rem;overflow:hidden;display:block; }
#fMXrgUuTQG7Wk40GtETigcBb27qHoDTe { position:absolute;display:block;z-index:15008;background-color:#ffd11c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.1875rem;top:5.4375rem;left:38.0625rem;display:block; }
#rVE7MctlPzW9Sp0sc1c7dLEtCPy0FkqU { color:#590082;display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:39.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 { 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;z-index:auto;display:block; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container { background-color: transparent; background-image: none; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container > .video-iframe-container { display: none; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row > .video-iframe-container { display: none; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .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); }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container { border-width: 0; border-radius: 0; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#CK0l82S6snA1lc7TugBcvUU7dPyGh8Hm { color:#401368;display:block;width:28.8125rem;position:absolute;font-family:"avant garden";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem #941aff;top:3.1875rem;left:2.6875rem;height:9.75rem;font-style:normal;display:block; }
#IE5SBPQM1K3sCeRGt2DtGMihWXWTARQo { color:#590082;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:16.875rem;left:2.6875rem;height:30.859375rem;font-style:normal;display:block; }
#bNRqtuhpph3fa7QTuisevhPzw2ZTo04G { position:absolute;display:block;z-index:15005;border-top:0.625rem solid #e1b71c;border-left:0.625rem solid #e1b71c;border-right:0.625rem solid #e1b71c;border-bottom:0.625rem solid #e1b71c;box-shadow: none;height:23.5625rem;width:41.8125rem;top:3.1875rem;left:31.9375rem;display:block; }
#iUGSZfXG7R7uxysLOEDEwgJSu4z5qXEX { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -moz-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -ms-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -o-linear-gradient(176deg, #ffd11c, #ca9900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd11c', endColorstr='#ca9900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd11c', endColorstr='#ca9900' );";background-image: linear-gradient(176deg, #ffd11c, #ca9900);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:23.125rem;width:23.125rem;top:19.0625rem;left:38.8125rem;display:block; }
#KyUpsfLJV1VmTJaUDw1oSnNFpNi0T3vE { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #82017a, #520179);background-image: -moz-linear-gradient(150deg, #82017a, #520179);background-image: -ms-linear-gradient(150deg, #82017a, #520179);background-image: -o-linear-gradient(150deg, #82017a, #520179);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82017a', endColorstr='#520179' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#82017a', endColorstr='#520179' );";background-image: linear-gradient(150deg, #82017a, #520179);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:25.625rem;left:59.3125rem;display:block; }
#X7cgrpfgdwddCPFKdfPq1zH2IFOMek0h { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;border-top:0.9375rem solid #e5ba0c;border-left:0.9375rem solid #e5ba0c;border-right:0.9375rem solid #e5ba0c;border-bottom:0.9375rem solid #e5ba0c;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.625rem;width:13.625rem;top:29rem;left:53.25rem;display:block; }
#WBSyaso7acAOSiOnUiSgHt9ptlVEQChs { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -moz-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -ms-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -o-linear-gradient(176deg, #ffd11c, #ca9900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd11c', endColorstr='#ca9900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd11c', endColorstr='#ca9900' );";background-image: linear-gradient(176deg, #ffd11c, #ca9900);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:8.875rem;width:8.875rem;top:30.1875rem;left:34.0625rem;display:block; }
#BHZRgeKSqWR7adKeGMnHFSFZUMXpkvpX { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #82017a, #520179);background-image: -moz-linear-gradient(150deg, #82017a, #520179);background-image: -ms-linear-gradient(150deg, #82017a, #520179);background-image: -o-linear-gradient(150deg, #82017a, #520179);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82017a', endColorstr='#520179' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#82017a', endColorstr='#520179' );";background-image: linear-gradient(150deg, #82017a, #520179);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.3125rem;width:7.3125rem;top:31rem;left:34.875rem;display:block; }
#OBr5zciApRWAQBTM5nyyo7FhUHtd4mwW { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -moz-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -ms-linear-gradient(176deg, #ffd11c, #ca9900);background-image: -o-linear-gradient(176deg, #ffd11c, #ca9900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd11c', endColorstr='#ca9900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd11c', endColorstr='#ca9900' );";background-image: linear-gradient(176deg, #ffd11c, #ca9900);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:8.875rem;width:8.875rem;top:0.5625rem;left:70.8125rem;display:block; }
#PUTI6XbiIg8s5AuRLX4QO9n4uxO0qTFU { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #82017a, #520179);background-image: -moz-linear-gradient(150deg, #82017a, #520179);background-image: -ms-linear-gradient(150deg, #82017a, #520179);background-image: -o-linear-gradient(150deg, #82017a, #520179);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82017a', endColorstr='#520179' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#82017a', endColorstr='#520179' );";background-image: linear-gradient(150deg, #82017a, #520179);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:1.5rem;left:71.6875rem;display:block; }
#wLv43GSNE8mfnqtFB0sR4qdErqa09Vlh { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.3125rem;width:7.3125rem;top:33.9375rem;left:57.5625rem;overflow:hidden;display:block; }
#pkiUwVThQrMzXTPfpRfWBdqLwu597XgE { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:21.75rem;width:21.75rem;top:3.625rem;left:60.8125rem;overflow:hidden;display:block; }
#L1HkLD4K4rqmxzyFPl0nT6ZRIB4qOMVq { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.375rem;width:11.375rem;top:30.4375rem;left:70.8125rem;overflow:hidden;display:block; }
#x8hDnUorhSbItD87gw8AeGmF2E2GmWC5 { position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #82017a, #520179);background-image: -moz-linear-gradient(150deg, #82017a, #520179);background-image: -ms-linear-gradient(150deg, #82017a, #520179);background-image: -o-linear-gradient(150deg, #82017a, #520179);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82017a', endColorstr='#520179' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#82017a', endColorstr='#520179' );";background-image: linear-gradient(150deg, #82017a, #520179);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.875rem;width:12.875rem;top:29.6875rem;left:70rem;display:block; }
#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2dead556-918b-4b59-9053-fecd1a0d3dfe/backsobremi.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; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg.adaptive-delivery-prevent-bg, #SDRiFRlLWyezC259SyFP8EpMrhg49Lxg.lazyload, #SDRiFRlLWyezC259SyFP8EpMrhg49Lxg.lazyloading { background-image: none; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container { background-color: transparent; background-image: none; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container > .video-iframe-container { display: none; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row > .video-iframe-container { display: none; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .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); }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container { border-width: 0; border-radius: 0; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;position:relative;display:block; }#WVm4ssBwzN5c2GBILSPHvCO1x6HTJn1S { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.1875rem 0.1875rem 1.8125rem rgba(0,0,0,0.7) ;height:27.1875rem;width:27.1875rem;top:10.375rem;left:1.875rem;overflow:hidden;display:block; }
#oDEipflEf7gvH77Osy1V03hpMuoH5aqp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.1875rem 0.1875rem 1.8125rem rgba(0,0,0,0.7) ;height:14.5rem;width:14.5rem;top:2.9375rem;left:18.75rem;overflow:hidden;display:block; }
#yT3GaFvP4MLgSRELhs4d9uGaT38vRtTv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.1875rem 0.1875rem 1.8125rem rgba(0,0,0,0.7) ;height:27.1875rem;width:27.1875rem;top:40.4375rem;left:47.8125rem;overflow:hidden;display:block; }
#MnG7cTDadfvAZNBLoDPiTfrZ6hInA0xr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.1875rem 0.1875rem 1.8125rem rgba(0,0,0,0.7) ;height:14.5rem;width:14.5rem;top:35.1875rem;left:45.6875rem;overflow:hidden;display:block; }
#F2lXq1TSti0SGtXGlbTBusWPi37RIgJw { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.142578125rem;left:39.125rem;height:18.51565625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eolv89T7AB2ooxClpB6mxkENwJCRwM1n { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:47.8134765625rem;left:8.5rem;height:15.4296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7c83c66c-7606-4adf-a269-b833c2334176/Untitled2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6.adaptive-delivery-prevent-bg, #wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6.lazyload, #wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6.lazyloading { background-image: none; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container { background-color: transparent; background-image: none; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container > .video-iframe-container { display: none; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row > .video-iframe-container { display: none; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .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); }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container { border-width: 0; border-radius: 0; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container { font-size:0.875rem;font-family:arial;height:149.0625rem;width:75rem;position:relative;display:block; }#u8Tnay3rNTfgneV0vo0t8b8sTNJ0UnrJ { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"avant garden";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#oqsZRF29HTTucwkx7apFHJ6kTodFEnin { color:#f8e3fb;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);top:6.3359375rem;left:15.46875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZSaKs8362cdmukDzcweplClBvTe8nTk6 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"avant garden";font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.5rem;left:28.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUTDsB6GBkvDdzMq1gZErFLgmyyIh5RG { position:absolute;display:block;z-index:15000;background-color:#430561;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.68) ;height:40.625rem;width:70.4375rem;top:38.0625rem;left:2.3125rem;display:block; }
#HOlg2GyIhe2X7isnpesqCZxf99BR5uEg { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:"avant garden";font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:40.9375rem;left:22.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEkb64wBXVEaU7TZ2mZQWZJGsJvcVqCq { color:#d831f2;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:21.03125rem;left:4.28125rem;height:10.449225rem;font-style:normal;display:block; }
#dD1ADzF9im4atrZirMBcAWLNBPIdNobU { position:absolute;display:block;z-index:14999;background-color:#430561;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.62) ;height:20.625rem;width:70.4375rem;top:14.25rem;left:2.25rem;display:block; }
#UDZaUQIovr0F0wZTDJ5fEw7DxV7dJdXd { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"avant garden";font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:84.6875rem;left:25.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcbdxVM700ZEU1OpXRo7nEEf77CJkNyF { color:#d831f2;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:90.8125rem;left:4.25rem;height:28.73536875rem;font-style:normal;display:block; }
#oh9TroD03BgQMcGFeAyWLHJMOqhzuDWP { position:absolute;display:block;z-index:15002;background-color:#430561;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.68) ;height:41.6875rem;width:70.4375rem;top:81.5rem;left:2.3125rem;display:block; }
#qfhzTuH3tvtlLOWGcQuiHXySECZbc2WQ { position:absolute;display:block;z-index:15003;background-color:#430561;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.68) ;height:17.5625rem;width:70.4375rem;top:126.25rem;left:2.3125rem;display:block; }
#uyaXc8UwO9k8kVLmunF8SMgRT29MQOSa { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"avant garden";font-size:2.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:129.1875rem;left:25.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cicfUXUhTcrWwovE6KDTZLb7TgOcaKS4 { color:#d831f2;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:133.125rem;left:4.3125rem;height:7.83691875rem;font-style:normal;display:block; }
#WTbDKzR82y2xOECZxg6I8267r2BQUO1F { color:#d831f2;display:block;width:66.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:45.4375rem;left:4.25rem;height:30.25rem;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; }
#HXuVcwKeLqdiCoypXxA1NDqm1ieHqFzu { background-color:#df0f90;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.8125rem;left:28.75rem;display:block; }
#ysZLHRTTuXTX4QFtAAFsJEan8Q7rmAZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/f951d80d-e742-43b3-b107-983a927f8547/Untitled2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ.adaptive-delivery-prevent-bg, #C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ.lazyload, #C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ.lazyloading { background-image: none; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container { background-color: transparent; background-image: none; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container > .video-iframe-container { display: none; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row > .video-iframe-container { display: none; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .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); }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container { border-width: 0; border-radius: 0; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container { font-size:0.875rem;font-family:arial;height:70.625rem;width:75rem;position:relative;display:block; }#pH7ox6WWAh3PWZStre3XaWWBu4t5DfKC { color:#590082;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.9375rem;left:15.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcXL0e9SHNq0KtevU01WPcgkX2mZPQHq { color:#590082;display:block;width:16.4375rem;position:absolute;font-family:"avant garden";font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.3125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#fsshRsZ3aBPMDuOA00TVQfJLq1FLQKWy { color:#590082;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:5.8125rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:16.8125rem;left:27.3125rem;height:5.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8VkSNnGwPaN4N0ZZMdQqHK3BBOqRcnP { color:#590082;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:52.625rem;left:23.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BcMAO96JvCQUOyEEmEnNXWT9QECfLzxR { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 3rem rgba(89,0,130,0.42) ;height:28.3125rem;width:53.0625rem;top:25.875rem;left:10rem;display:block; }
#Cq82xcZkbmEFeenANCkqTDTVwF62WGpe { color:#590082;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.8125rem;left:18.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#stle8Wtn3fU4d3BA22SA893hG6lp6kgQ { position:absolute;display:block;z-index:15016;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:3.0625rem;top:30.8125rem;left:15rem;overflow:hidden;display:block; }
#JlbLfLWyI0Dam1QgCXxAMrmgLzzCTV61 { color:#590082;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.375rem;left:18.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F253afKb3dQCyiTxlPMEe9hnBSgbbi8T { position:absolute;display:block;z-index:15017;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:3.0625rem;top:33.4375rem;left:15.0625rem;overflow:hidden;display:block; }
#QSyICX6elpWCpUa6JGTT7hTc6eNGnQKU { color:#590082;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34rem;left:18.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cALD9Sgn8IsS6WUrO2Taq1NPhZ4QQHLQ { position:absolute;display:block;z-index:15015;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:3.0625rem;top:36rem;left:15.125rem;overflow:hidden;display:block; }
#PG7TAkqpsdDcmL7r4NfWaqWdxKy80dsX { color:#590082;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.75rem;left:18.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gJkoczbWFu4Tacq7O4r8OidqwOUvWmWD { position:absolute;display:block;z-index:15016;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:3.0625rem;top:38.75rem;left:15.125rem;overflow:hidden;display:block; }
#KObgn8dgu1AwuuHpeitMdq9fqZJ1oa9S { color:#590082;display:block;width:42.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:39.5rem;left:18.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LEMvTx1qHaxP1FemuuJV2kPn3KgWm4IV { position:absolute;display:block;z-index:15017;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:3.0625rem;top:41.4375rem;left:15.125rem;overflow:hidden;display:block; }
#n19BEwf32tPA7NEe4meVczGQf1yMySt0 { color:#590082;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:42.25rem;left:18.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wFmtzU9eoNvBaFLpmE3AIMgGci7U664Z { color:#590082;display:block;width:42.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.875rem;left:18.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ab0TrZ9xvpgdD5CMDx3ddBtRyNGxVSqe { color:#590082;display:block;width:39.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:47.3125rem;left:18.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mLuTz04tstBktTTfvciPIafOOl4gsCct { position:absolute;display:block;z-index:15023;background-color:#590082;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:7rem;width:48.125rem;top:50.6875rem;left:12.5rem;display:block; }
#EHopymueP09aoJ6SrCQcpussiGnoU21K { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:52.75rem;left:14.75rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gvInUA6gPMx3xTfpXsdbEkHnnohNfVFs { color:#ffffff;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:59.625rem;left:14.75rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KzRnS0lKeB7czos6q2pfhn52J1qkOSkh { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(148,26,255,0.41) ;height:20.3125rem;width:48.125rem;top:46.125rem;left:12.5rem;overflow:hidden;display:block; }
#i7onB64Wa7sRENffLmCce9F65a29OL0T { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.0625rem;top:44.3125rem;left:15rem;overflow:hidden;display:block; }
#GiitUM1dpsNbNXifNm15dvh1J0oBtQTW { position:absolute;display:block;z-index:15019;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:3.0625rem;top:47.0625rem;left:15rem;overflow:hidden;display:block; }
#hroJfDkTUMaZu623s5OvuDIS60odBS0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/47f1687d-9be0-47c4-880d-f568c1974334/Mesadetrabajo1.png");background-position:top right !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; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q.adaptive-delivery-prevent-bg, #hroJfDkTUMaZu623s5OvuDIS60odBS0q.lazyload, #hroJfDkTUMaZu623s5OvuDIS60odBS0q.lazyloading { background-image: none; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container { background-color: transparent; background-image: none; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container > .video-iframe-container { display: none; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row > .video-iframe-container { display: none; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .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); }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container { border-width: 0; border-radius: 0; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#OtdONE2eRbM5vGfktR0znTwAQ2R7FkOk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25rem;height:2.2749rem;font-style:normal;display:block; }
#PpWRAdirbnEqJDydq22D7Zd8RiaFRPJz { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:27.375rem;height:3.16894375rem;font-style:normal;display:block; }
#DhSgH5bW2fZUUb2ytNee6ki6peCdDpvD { color:#d831f2;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:43rem;height:3.4121125rem;font-style:normal;display:block; }
#BZaCaqTi4VOSXOzfn41UgDy1Za0kd8Zt { position:absolute;display:block;z-index:14998;background-color:#f3dcfa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.35) ;height:35.0625rem;width:62.625rem;top:0.0625rem;left:6.1875rem;display:block; }
#NKcLRK54LytpbO9gCC3glMmmevIQv4OT { position:absolute;display:block;z-index:14999;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.25rem;width:35.9375rem;top:0rem;left:7.0625rem;overflow:hidden;display:block; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-form-header { font-size:1rem; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-regular-label { height:auto;display:block;font-family:"louis george cafe";font-size:1.0625rem;font-weight:400;color:#8e7b65;width:28.75rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:28.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-text {padding-top: 0; padding-bottom: 0;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;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:28.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:700;font-style:normal;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-select { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.125rem solid #2575fc;border-left:0;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:28.75rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-select {padding-top: 0; padding-bottom: 0;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-button { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #0ba00b, #04ca00);background-image: -moz-linear-gradient(0deg, #0ba00b, #04ca00);background-image: -ms-linear-gradient(0deg, #0ba00b, #04ca00);background-image: -o-linear-gradient(0deg, #0ba00b, #04ca00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba00b', endColorstr='#04ca00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba00b', endColorstr='#04ca00' );";background-image: linear-gradient(0deg, #0ba00b, #04ca00);background-size:initial !important;border-top:0.0625rem solid #22ff1a;border-left:0.0625rem solid #22ff1a;border-right:0.0625rem solid #22ff1a;border-bottom:0.0625rem solid #22ff1a;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.25rem;font-weight:bold;color:#f2f9ff;width:28.75rem;height:3.5rem;font-family:"louis george cafe";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F [class*="-text"]:-moz-placeholder { color:#5a5a5a;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F [class*="-text"]::-moz-placeholder { color:#5a5a5a;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F [class*="-text"]:-ms-input-placeholder { color:#5a5a5a;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F [class*="-text"]::-webkit-input-placeholder { color:#5a5a5a;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#2e2d2d;vertical-align:top;width:27.5rem;overflow:hidden;font-style:normal;float:none; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .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; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#2575fc;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-container:first-of-type{padding-top:0;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-container:last-of-type{padding-bottom:0;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.0625rem;top:7.4375rem;z-index:15032;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0) ;font-size:1rem; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.75rem;display:block;vertical-align:top; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.2;font-weight:700;color:#339966;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F {display:block;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.0625rem;top:7.4375rem;z-index:15032;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0) ;font-size:1rem; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #UGtHQ8C3CfniLgEPnxiGNA66bbySHdAJ { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #pBtpf5syicPZxRvSBEQONTPuSyl7eAXb { position:relative;display:block; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #Pp2rZvtnxZeSxOm487gAMTKuiXRkTATz { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #dLJcibM1cDRzb1c2sdmhXacFlRcmfE7C { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #UyfW4CEXKp2Q3pWbUsVaHmPxnzZ2ophV { position:relative;display:block; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #JTsg7nXMcdTpGAcM1WVWoHg2yU4pL5Jt { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #I1Lm03gbPuSMCeUf4TbbTUKwBQGXz0SZ { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #c6zdcg0KkHh4wZb3TpL11XvxFM5nl8FM { position:relative;display:block; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #DigFcrWRXxyKM4qqgJOhake7TEahTkFa { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #Fu43IaRrUr3wpcx1q22eCBCNym0tuOTl { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #r1VQuq136qzceEdR78lSGF6CAcs3quLq { position:relative;display:block; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #JakdM4HfOJshfq0MuIOwoQnpS0Lx8BIx { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #xu5OP1a2wfS3xw3NxUpUpKZG24EaCsJT { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #LRx2pQ51EOXgvxaV0NTVyNT5A5UWXiiA { position:relative;display:block; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #pbm5cJGdSBTnbGQlQOnyeGqZZeCy3s7z { position:relative; }
#B5EobE7d3gU0tEdSLNtud42HSnb6s6Sr { position:relative;display:block; }
#Q1fzHvzTvd2gvUKGOTcubTJPXFcFoerZ { position:relative;display:block; }
#AOqd6vnlmiLHoHKsZXTRmJvvgvmRyA48 { position:relative;display:block; }
#HHbE1BTtzxSunzVc5M9aAE7GaRhbXEBK { position:relative;display:block; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #BeyWOVcL76sPMiGAIIfrga0oBJPeuUBq { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #r389TVvrulTEdpR3rLBmGfMzEUCNMCFV { position:relative;z-index:2; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #IfGhJLLVKZo35JcTHpd7fM0Rc8Z1p0s9 { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #LR85lueZsLoabPuixQhGP9Z33DZxNmae { position:relative; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #ycdWZRHQ2ICvAdcPSvBxsr3Ek2QzUyoT { position:relative; }
#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#590082;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; }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row .container { background-color: transparent; background-image: none; }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row .container > .video-iframe-container { display: none; }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row > .video-iframe-container { display: none; }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .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); }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row .container { border-width: 0; border-radius: 0; }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#dRFwfH3Gnur4xE72WU3I65HSLZcggdbg { color:#ffffff;display:block;width:40rem;position:absolute;font-family:"louis george cafe";font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.109375rem;left:25.375rem;height:1.21875rem;font-style:normal;display:block; }
#Z0ggDqz5934sv06USqrCD03XtQeNLbnn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.875rem;top:1.34375rem;left:4.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl { display:block; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lc6inBE4J6fvEOLyTrUSqDB9TepDroT3 { width:20.25rem;height:3rem;top:0.5rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUnUGEhoHbT8PQuf8WJ64UdLTJzilCMa { display:block; }
 }@media only screen and (max-width: 763px) { #NJi0nXaAnTEzpbHUiwOT9N86ZE2EUnMh { width:11.3125rem;height:3.1875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFvpNJzxzbU8hAeUl1Xs00QOlmNENksL { width:;height:4.625rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OstkshXiGTc07NRQcaww4vB3PLTWcdZo { top:25.5rem;left:0rem;width:33rem;height:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS9OENzCKPQtoJKf2FqHfekFliIJ4uw9 { top:17.9375rem;left:0rem;width:36.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0TQLkSuXIMo4hBGsTrcLTKLXp2MvyyG { top:6.5625rem;left:0rem;width:17.3125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPDI4duzmkfO9wtxXMXEJFbeDtFIWs0 { top:9.8125rem;left:0rem;width:33.75rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8vFFAewrSHdKoTaAlIsinLd76iB1pgQ { top:7.8125rem;left:28.125rem;width:19.625rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-regular-label { display:block;width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-text { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-text {padding-top: 0; padding-bottom: 0;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-textarea { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-select { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-select {padding-top: 0; padding-bottom: 0;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-button { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV  { width:20.1875rem;height:auto;top:11.875rem;left:25.0625rem; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .radio-container { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV {display:block;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV { width:20.1875rem;height:auto;top:11.875rem;left:25.0625rem; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #utHJXvcexCwgK0EnOT2iTFndrJUuEytd {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #VSAtpkmlZiUTqpJPgBsaawZDdSDef2AN { display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #tHqb1o7xw8ZKzLGELgOlOw3OEHq7Jup1 {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #GlnMJ38rFsmnaKdZmXqLw7WvAkFFTnm3 {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #pVc8dJhhO2x9b3ES2piFf3fkzcFiOOy6 { display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #neo9BuAZix4oFEIgvv3GLU33QLy3Hy6K {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #IaP4O1wr0lvk2bPXkibdteGeGJILgJVA {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #BhXRs4uzabNieraWuVEcibZC2XVwUOCd {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #cotpKKFBILiz0rchDupcnE7lZkKkuTto {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #DhBI6Pvs0qMUtcs4mE0CB35hWZ1hEZ2h {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #nLMXOboLQmSOcJq80TvIKRr2k3g2lXMy { display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #t77RxzIQx86xgzSCen9rvIZqrHxuiMfu {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #GliTMKSio7Ey263EWZz8cTgaOweAEkrw {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #mxsatdKhCRUpMErUbdMUIdWxpPmeC3eb {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #PmVRQ9yAe2Jz3n12TnHnsOxkQrnKQiQA {  }
 }@media only screen and (max-width: 763px) { #TMvzJ5AEqhr7rLwNhWefm4ZIIs3fUG6z { display:block; }
 }@media only screen and (max-width: 763px) { #HOeNxy4NfxWOEnxkOWhN1TJZfouQxMTT { display:block; }
 }@media only screen and (max-width: 763px) { #LH5QVOtNNnG55CtsiaZZPQ6tsRhHbqnX { display:block; }
 }@media only screen and (max-width: 763px) { #agmA5SGPzBIpqIuflGsw4QdCav05TakQ { display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #nWmudaDbtwBSOxLAZOHbGkh3cf9lSrUT {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #wcLfZEsKeW6vt7CLStFyKqxDeFMDgvkN {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #XCCZb3TV2dMk5VqISonXl82NLVvChpLa {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #Hxd6lp7tkGxrHtQsVinqnrZD0muz85Tz {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #Ll4nvviS9s2ZqlP75GHDDc62e50sRBAw {  }
 }@media only screen and (max-width: 763px) { #oDM65w1tcMV0vvl2OlbrwfLh79V7T1NR { top:6.375rem;left:22.75rem;width:25rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epG38Rl1l6SEexGTNtTrQT9ZswSEJTBE { width:17.5rem;height:3.4375rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeS3e0MmCmRMi8vivIi0sT3l14c7dpC5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkOJxThVv17myHo9C6saVFt77CW8RcG8 { display:block; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GipHoO15Ixu49f2AewrbUB464lH4Cnvw { top:4rem;left:21.3125rem;width:16.6875rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCbN0r0rIh1toBRqlB0dFUqk530Lcp15 { top:37.625rem;left:0rem;width:24.875rem;height:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBJyuDJN8CuneIpC14CobKOAtoiO8N7L { width:17.75rem;height:4.9375rem;top:4.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMXrgUuTQG7Wk40GtETigcBb27qHoDTe { top:5.4375rem;left:24.4375rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVE7MctlPzW9Sp0sc1c7dLEtCPy0FkqU { top:5.75rem;left:25.4375rem;width:22.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 { display:block; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CK0l82S6snA1lc7TugBcvUU7dPyGh8Hm { top:3.1875rem;left:0rem;width:28.8125rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE5SBPQM1K3sCeRGt2DtGMihWXWTARQo { top:16.875rem;left:0rem;width:27.125rem;height:30.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNRqtuhpph3fa7QTuisevhPzw2ZTo04G { top:3.1875rem;left:4.6875rem;width:41.8125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGSZfXG7R7uxysLOEDEwgJSu4z5qXEX { top:19.0625rem;left:24.625rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyUpsfLJV1VmTJaUDw1oSnNFpNi0T3vE { top:25.625rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7cgrpfgdwddCPFKdfPq1zH2IFOMek0h { top:29rem;left:32.25rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBSyaso7acAOSiOnUiSgHt9ptlVEQChs { top:30.1875rem;left:20.4375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHZRgeKSqWR7adKeGMnHFSFZUMXpkvpX { top:31rem;left:21.25rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBr5zciApRWAQBTM5nyyo7FhUHtd4mwW { top:0.5625rem;left:38.1875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUTI6XbiIg8s5AuRLX4QO9n4uxO0qTFU { top:1.5rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLv43GSNE8mfnqtFB0sR4qdErqa09Vlh { top:33.9375rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkiUwVThQrMzXTPfpRfWBdqLwu597XgE { top:3.625rem;left:26rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1HkLD4K4rqmxzyFPl0nT6ZRIB4qOMVq { top:30.4375rem;left:36.375rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8hDnUorhSbItD87gw8AeGmF2E2GmWC5 { top:29.6875rem;left:34.25rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDRiFRlLWyezC259SyFP8EpMrhg49Lxg { display:block; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVm4ssBwzN5c2GBILSPHvCO1x6HTJn1S { top:10.375rem;left:0rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDEipflEf7gvH77Osy1V03hpMuoH5aqp { top:2.9375rem;left:5.125rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT3GaFvP4MLgSRELhs4d9uGaT38vRtTv { top:40.4375rem;left:20.5625rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnG7cTDadfvAZNBLoDPiTfrZ6hInA0xr { top:35.1875rem;left:32.0625rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2lXq1TSti0SGtXGlbTBusWPi37RIgJw { top:14.125rem;left:18.375rem;width:29.375rem;height:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eolv89T7AB2ooxClpB6mxkENwJCRwM1n { top:47.8125rem;left:0rem;width:27.125rem;height:15.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 { display:block; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8Tnay3rNTfgneV0vo0t8b8sTNJ0UnrJ { top:2.5rem;left:10.875rem;width:28.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqsZRF29HTTucwkx7apFHJ6kTodFEnin { top:6.3125rem;left:1.84375rem;width:44.0625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSaKs8362cdmukDzcweplClBvTe8nTk6 { top:16.5rem;left:14.9375rem;width:17.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUTDsB6GBkvDdzMq1gZErFLgmyyIh5RG { top:38.0625rem;left:0rem;width:47.75rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOlg2GyIhe2X7isnpesqCZxf99BR5uEg { top:40.9375rem;left:8.5625rem;width:30.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEkb64wBXVEaU7TZ2mZQWZJGsJvcVqCq { top:21rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD1ADzF9im4atrZirMBcAWLNBPIdNobU { top:14.25rem;left:0rem;width:47.75rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDZaUQIovr0F0wZTDJ5fEw7DxV7dJdXd { top:84.6875rem;left:11.5rem;width:22.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcbdxVM700ZEU1OpXRo7nEEf77CJkNyF { top:90.8125rem;left:0rem;width:47.75rem;height:28.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh9TroD03BgQMcGFeAyWLHJMOqhzuDWP { top:81.5rem;left:0rem;width:47.75rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfhzTuH3tvtlLOWGcQuiHXySECZbc2WQ { top:126.25rem;left:0rem;width:47.75rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyaXc8UwO9k8kVLmunF8SMgRT29MQOSa { top:129.1875rem;left:11.5rem;width:22.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cicfUXUhTcrWwovE6KDTZLb7TgOcaKS4 { top:133.125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbDKzR82y2xOECZxg6I8267r2BQUO1F { top:45.4375rem;left:0rem;width:47.75rem;height:30.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXuVcwKeLqdiCoypXxA1NDqm1ieHqFzu { width:17.5rem;height:3.4375rem;top:9.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysZLHRTTuXTX4QFtAAFsJEan8Q7rmAZL { display:block; }
 }@media only screen and (max-width: 763px) { #C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ { display:block; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pH7ox6WWAh3PWZStre3XaWWBu4t5DfKC { top:9.9375rem;left:2.125rem;width:39.9375rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcXL0e9SHNq0KtevU01WPcgkX2mZPQHq { top:6.3125rem;left:14.6875rem;width:16.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsshRsZ3aBPMDuOA00TVQfJLq1FLQKWy { top:16.8125rem;left:13.6875rem;width:17.9375rem;height:5.8125rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8VkSNnGwPaN4N0ZZMdQqHK3BBOqRcnP { top:52.625rem;left:10.125rem;width:24.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcMAO96JvCQUOyEEmEnNXWT9QECfLzxR { top:25.875rem;left:0rem;width:47.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq82xcZkbmEFeenANCkqTDTVwF62WGpe { top:27.8125rem;left:5.0625rem;width:36.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stle8Wtn3fU4d3BA22SA893hG6lp6kgQ { top:30.8125rem;left:1.375rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbLfLWyI0Dam1QgCXxAMrmgLzzCTV61 { top:31.375rem;left:5.0625rem;width:34.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F253afKb3dQCyiTxlPMEe9hnBSgbbi8T { top:33.4375rem;left:1.4375rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSyICX6elpWCpUa6JGTT7hTc6eNGnQKU { top:34rem;left:5.0625rem;width:34.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cALD9Sgn8IsS6WUrO2Taq1NPhZ4QQHLQ { top:36rem;left:1.5rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG7TAkqpsdDcmL7r4NfWaqWdxKy80dsX { top:36.75rem;left:5.0625rem;width:34.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJkoczbWFu4Tacq7O4r8OidqwOUvWmWD { top:38.75rem;left:1.5rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KObgn8dgu1AwuuHpeitMdq9fqZJ1oa9S { top:39.5rem;left:4.8125rem;width:42.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEMvTx1qHaxP1FemuuJV2kPn3KgWm4IV { top:41.4375rem;left:1.5rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19BEwf32tPA7NEe4meVczGQf1yMySt0 { top:42.25rem;left:5.0625rem;width:38.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFmtzU9eoNvBaFLpmE3AIMgGci7U664Z { top:44.875rem;left:4.8125rem;width:42.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0TrZ9xvpgdD5CMDx3ddBtRyNGxVSqe { top:47.3125rem;left:5.0625rem;width:39.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLuTz04tstBktTTfvciPIafOOl4gsCct { top:50.6875rem;left:0rem;width:47.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHopymueP09aoJ6SrCQcpussiGnoU21K { top:52.75rem;left:1.125rem;width:43.5625rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvInUA6gPMx3xTfpXsdbEkHnnohNfVFs { top:59.625rem;left:1.125rem;width:43.5625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzRnS0lKeB7czos6q2pfhn52J1qkOSkh { top:46.125rem;left:0rem;width:47.75rem;height:20.154220779221rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7onB64Wa7sRENffLmCce9F65a29OL0T { top:44.3125rem;left:1.375rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiitUM1dpsNbNXifNm15dvh1J0oBtQTW { top:47.0625rem;left:1.375rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hroJfDkTUMaZu623s5OvuDIS60odBS0q { display:block; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtdONE2eRbM5vGfktR0znTwAQ2R7FkOk { top:0.9375rem;left:11.375rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpWRAdirbnEqJDydq22D7Zd8RiaFRPJz { top:3.1875rem;left:13.75rem;width:15.125rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhSgH5bW2fZUUb2ytNee6ki6peCdDpvD { top:4rem;left:24.75rem;width:23rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZaCaqTi4VOSXOzfn41UgDy1Za0kd8Zt { top:0.0625rem;left:0rem;width:47.75rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKcLRK54LytpbO9gCC3glMmmevIQv4OT { top:0rem;left:0rem;width:35.9375rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-regular-label { display:block;width:28.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-text { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-text {padding-top: 0; padding-bottom: 0;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-textarea { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-select { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-select {padding-top: 0; padding-bottom: 0;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-button { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-checkbox-label { width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F  { width:28.75rem;height:auto;top:7.4375rem;left:16.5rem; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .radio-container { width:28.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F {display:block;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F { width:28.75rem;height:auto;top:7.4375rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #UGtHQ8C3CfniLgEPnxiGNA66bbySHdAJ {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #pBtpf5syicPZxRvSBEQONTPuSyl7eAXb { display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #Pp2rZvtnxZeSxOm487gAMTKuiXRkTATz {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #dLJcibM1cDRzb1c2sdmhXacFlRcmfE7C {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #UyfW4CEXKp2Q3pWbUsVaHmPxnzZ2ophV { display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #JTsg7nXMcdTpGAcM1WVWoHg2yU4pL5Jt {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #I1Lm03gbPuSMCeUf4TbbTUKwBQGXz0SZ {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #c6zdcg0KkHh4wZb3TpL11XvxFM5nl8FM {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #DigFcrWRXxyKM4qqgJOhake7TEahTkFa {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #Fu43IaRrUr3wpcx1q22eCBCNym0tuOTl {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #r1VQuq136qzceEdR78lSGF6CAcs3quLq { display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #JakdM4HfOJshfq0MuIOwoQnpS0Lx8BIx {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #xu5OP1a2wfS3xw3NxUpUpKZG24EaCsJT {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #LRx2pQ51EOXgvxaV0NTVyNT5A5UWXiiA {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #pbm5cJGdSBTnbGQlQOnyeGqZZeCy3s7z {  }
 }@media only screen and (max-width: 763px) { #B5EobE7d3gU0tEdSLNtud42HSnb6s6Sr { display:block; }
 }@media only screen and (max-width: 763px) { #Q1fzHvzTvd2gvUKGOTcubTJPXFcFoerZ { display:block; }
 }@media only screen and (max-width: 763px) { #AOqd6vnlmiLHoHKsZXTRmJvvgvmRyA48 { display:block; }
 }@media only screen and (max-width: 763px) { #HHbE1BTtzxSunzVc5M9aAE7GaRhbXEBK { display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #BeyWOVcL76sPMiGAIIfrga0oBJPeuUBq {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #r389TVvrulTEdpR3rLBmGfMzEUCNMCFV {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #IfGhJLLVKZo35JcTHpd7fM0Rc8Z1p0s9 {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #LR85lueZsLoabPuixQhGP9Z33DZxNmae {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #ycdWZRHQ2ICvAdcPSvBxsr3Ek2QzUyoT {  }
 }@media only screen and (max-width: 763px) { #barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa { display:block; }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRFwfH3Gnur4xE72WU3I65HSLZcggdbg { top:2.0625rem;left:7.75rem;width:40rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0ggDqz5934sv06USqrCD03XtQeNLbnn { top:1.3125rem;left:0rem;width:9.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0f39f0dc-77ef-48f0-87af-0bff40aa0d5c/firstresponsive.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl { position:fixed;z-index:199999;background-color:rgba(4,23,63,0.65);background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container { background-color: transparent; background-image: none; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container > .video-iframe-container { display: none; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row > .video-iframe-container { display: none; }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .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); }#C8ozk1FOkURSH1SxZW8DmUvaADMMt2kl > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lc6inBE4J6fvEOLyTrUSqDB9TepDroT3 { width:16.25rem;height:2.5rem;top:0.875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUnUGEhoHbT8PQuf8WJ64UdLTJzilCMa { display:block; }
 }@media only screen and (max-width: 763px) { #NJi0nXaAnTEzpbHUiwOT9N86ZE2EUnMh { width:4.9375rem;height:1.375rem;top:2.65625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFvpNJzxzbU8hAeUl1Xs00QOlmNENksL { top:0.46875rem;left:0rem;width:2.9375rem;height:3.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OstkshXiGTc07NRQcaww4vB3PLTWcdZo { width:17rem;height:3.4121125rem;top:18.4375rem;left:1.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:"avant garden";display:block; }
 }@media only screen and (max-width: 763px) { #XS9OENzCKPQtoJKf2FqHfekFliIJ4uw9 { width:20rem;height:3.134275rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0TQLkSuXIMo4hBGsTrcLTKLXp2MvyyG { width:13.875rem;height:4.30615rem;top:6.625rem;left:3.0625rem;font-size:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGPDI4duzmkfO9wtxXMXEJFbeDtFIWs0 { width:14.75rem;height:4.14355625rem;top:10.35595703125rem;left:2.625rem;font-size:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8vFFAewrSHdKoTaAlIsinLd76iB1pgQ { width:19.625rem;height:3.91699375rem;top:24.5371125rem;left:0.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-text {padding-top: 0; padding-bottom: 0;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-select {padding-top: 0; padding-bottom: 0;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.3;overflow:hidden;height:3.0625rem;font-size:1.125rem; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV  { width:17.5rem;height:auto;top:27.5371125rem;left:0rem; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV {display:block;}#vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV { width:17.5rem;height:auto;top:27.5371125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #utHJXvcexCwgK0EnOT2iTFndrJUuEytd {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #VSAtpkmlZiUTqpJPgBsaawZDdSDef2AN { display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #tHqb1o7xw8ZKzLGELgOlOw3OEHq7Jup1 {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #GlnMJ38rFsmnaKdZmXqLw7WvAkFFTnm3 {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #pVc8dJhhO2x9b3ES2piFf3fkzcFiOOy6 { display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #neo9BuAZix4oFEIgvv3GLU33QLy3Hy6K {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #IaP4O1wr0lvk2bPXkibdteGeGJILgJVA {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #BhXRs4uzabNieraWuVEcibZC2XVwUOCd {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #cotpKKFBILiz0rchDupcnE7lZkKkuTto {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #DhBI6Pvs0qMUtcs4mE0CB35hWZ1hEZ2h {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #nLMXOboLQmSOcJq80TvIKRr2k3g2lXMy { display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #t77RxzIQx86xgzSCen9rvIZqrHxuiMfu {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #GliTMKSio7Ey263EWZz8cTgaOweAEkrw {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #mxsatdKhCRUpMErUbdMUIdWxpPmeC3eb {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #PmVRQ9yAe2Jz3n12TnHnsOxkQrnKQiQA {  }
 }@media only screen and (max-width: 763px) { #TMvzJ5AEqhr7rLwNhWefm4ZIIs3fUG6z { display:block; }
 }@media only screen and (max-width: 763px) { #HOeNxy4NfxWOEnxkOWhN1TJZfouQxMTT { display:block; }
 }@media only screen and (max-width: 763px) { #LH5QVOtNNnG55CtsiaZZPQ6tsRhHbqnX { display:block; }
 }@media only screen and (max-width: 763px) { #agmA5SGPzBIpqIuflGsw4QdCav05TakQ { display:block; }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #nWmudaDbtwBSOxLAZOHbGkh3cf9lSrUT {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #wcLfZEsKeW6vt7CLStFyKqxDeFMDgvkN {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #XCCZb3TV2dMk5VqISonXl82NLVvChpLa {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #Hxd6lp7tkGxrHtQsVinqnrZD0muz85Tz {  }
 }@media only screen and (max-width: 763px) { #vfE4JdxeKbCJTPT3f0vNUDJdIoWraiCV #Ll4nvviS9s2ZqlP75GHDDc62e50sRBAw {  }
 }@media only screen and (max-width: 763px) { #oDM65w1tcMV0vvl2OlbrwfLh79V7T1NR { width:20rem;height:31.375rem;top:23.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epG38Rl1l6SEexGTNtTrQT9ZswSEJTBE { width:17.5rem;height:3.4375rem;top:55.724609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeS3e0MmCmRMi8vivIi0sT3l14c7dpC5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkOJxThVv17myHo9C6saVFt77CW8RcG8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row .container { background-color: transparent; background-image: none; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row .container > .video-iframe-container { display: none; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row > .video-iframe-container { display: none; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .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); }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row .container { border-width: 0; border-radius: 0; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkOJxThVv17myHo9C6saVFt77CW8RcG8 > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GipHoO15Ixu49f2AewrbUB464lH4Cnvw { width:16.6868125rem;height:9.6235625rem;top:59.8125rem;left:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #FCbN0r0rIh1toBRqlB0dFUqk530Lcp15 { width:20rem;height:22.1875rem;top:29.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #kBJyuDJN8CuneIpC14CobKOAtoiO8N7L { width:14.125rem;height:3.75rem;top:1.810546875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMXrgUuTQG7Wk40GtETigcBb27qHoDTe { width:0.1875rem;height:3.125rem;top:74.964875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVE7MctlPzW9Sp0sc1c7dLEtCPy0FkqU { width:15.25rem;height:3.57421875rem;top:6.58984375rem;left:2.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 { position:relative;z-index:auto;background-color:#faf6f7;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; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container { background-color: transparent; background-image: none; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container > .video-iframe-container { display: none; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row > .video-iframe-container { display: none; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .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); }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container { border-width: 0; border-radius: 0; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpK1rJbntdJaJigQQkO2T35wbE5cNfz6 > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CK0l82S6snA1lc7TugBcvUU7dPyGh8Hm { width:18.0625rem;height:7.3125rem;top:1.5rem;left:0.96875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IE5SBPQM1K3sCeRGt2DtGMihWXWTARQo { width:16.875rem;height:43.8574rem;top:10.2685546875rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNRqtuhpph3fa7QTuisevhPzw2ZTo04G { height:11.0625rem;width:18.75rem;top:58.5625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #iUGSZfXG7R7uxysLOEDEwgJSu4z5qXEX { width:20rem;height:20rem;top:54.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyUpsfLJV1VmTJaUDw1oSnNFpNi0T3vE { width:11.5625rem;height:11.5625rem;top:63.09375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7cgrpfgdwddCPFKdfPq1zH2IFOMek0h { width:4.5625rem;height:4.5625rem;top:63.375rem;left:-1.1875rem;border-top:0.625rem solid #e5ba0c;border-left:0.625rem solid #e5ba0c;border-right:0.625rem solid #e5ba0c;border-bottom:0.625rem solid #e5ba0c;display:block; }
 }@media only screen and (max-width: 763px) { #WBSyaso7acAOSiOnUiSgHt9ptlVEQChs { width:8.875rem;height:8.875rem;top:83.5rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHZRgeKSqWR7adKeGMnHFSFZUMXpkvpX { width:7.3125rem;height:7.3125rem;top:84.375rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBr5zciApRWAQBTM5nyyo7FhUHtd4mwW { width:2.9375rem;height:2.9375rem;top:66.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUTI6XbiIg8s5AuRLX4QO9n4uxO0qTFU { width:2.1875rem;height:2.1875rem;top:66.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLv43GSNE8mfnqtFB0sR4qdErqa09Vlh { width:7.8125rem;height:7.8125rem;top:57.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkiUwVThQrMzXTPfpRfWBdqLwu597XgE { width:9.5625rem;height:9.5625rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1HkLD4K4rqmxzyFPl0nT6ZRIB4qOMVq { width:9.1875rem;height:9.1875rem;top:55.5625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8hDnUorhSbItD87gw8AeGmF2E2GmWC5 { width:10.375rem;height:10.375rem;top:55.0625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDRiFRlLWyezC259SyFP8EpMrhg49Lxg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2dead556-918b-4b59-9053-fecd1a0d3dfe/backsobremi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg.adaptive-delivery-prevent-bg, #SDRiFRlLWyezC259SyFP8EpMrhg49Lxg.lazyload, #SDRiFRlLWyezC259SyFP8EpMrhg49Lxg.lazyloading { background-image: none; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container { background-color: transparent; background-image: none; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container > .video-iframe-container { display: none; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row > .video-iframe-container { display: none; }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .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); }#SDRiFRlLWyezC259SyFP8EpMrhg49Lxg > .row .container { width:20rem;height:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVm4ssBwzN5c2GBILSPHvCO1x6HTJn1S { width:16.375rem;height:16.375rem;top:4.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDEipflEf7gvH77Osy1V03hpMuoH5aqp { width:8.625rem;height:8.625rem;top:2.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT3GaFvP4MLgSRELhs4d9uGaT38vRtTv { width:16.375rem;height:16.375rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnG7cTDadfvAZNBLoDPiTfrZ6hInA0xr { width:8.625rem;height:8.625rem;top:58.1103515625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2lXq1TSti0SGtXGlbTBusWPi37RIgJw { width:20rem;height:23.3906rem;top:23.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eolv89T7AB2ooxClpB6mxkENwJCRwM1n { width:20rem;height:19.004875rem;top:67.6728515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7c83c66c-7606-4adf-a269-b833c2334176/Untitled2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6.adaptive-delivery-prevent-bg, #wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6.lazyload, #wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6.lazyloading { background-image: none; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container { background-color: transparent; background-image: none; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container > .video-iframe-container { display: none; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row > .video-iframe-container { display: none; }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .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); }#wkdSmtkHakQlTGLE5lclQFzqM0XvsbO6 > .row .container { width:20rem;height:232.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8Tnay3rNTfgneV0vo0t8b8sTNJ0UnrJ { width:20rem;height:2.6001rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"avant garden";display:block; }
 }@media only screen and (max-width: 763px) { #oqsZRF29HTTucwkx7apFHJ6kTodFEnin { width:17.5625rem;height:3.57421875rem;top:5.287109375rem;left:1.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZSaKs8362cdmukDzcweplClBvTe8nTk6 { width:17.875rem;height:2.5996125rem;top:19.5rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUTDsB6GBkvDdzMq1gZErFLgmyyIh5RG { width:20rem;height:71.875rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOlg2GyIhe2X7isnpesqCZxf99BR5uEg { width:17.875rem;height:5.19921875rem;top:56.4375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEkb64wBXVEaU7TZ2mZQWZJGsJvcVqCq { width:16.9375rem;height:25.640625rem;top:23.3125rem;left:1.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD1ADzF9im4atrZirMBcAWLNBPIdNobU { width:20rem;height:33.75rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDZaUQIovr0F0wZTDJ5fEw7DxV7dJdXd { width:20rem;height:2.5996125rem;top:132.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcbdxVM700ZEU1OpXRo7nEEf77CJkNyF { width:16.625rem;height:60.9081625rem;top:135.75rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh9TroD03BgQMcGFeAyWLHJMOqhzuDWP { width:20rem;height:66rem;top:130.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfhzTuH3tvtlLOWGcQuiHXySECZbc2WQ { width:20rem;height:28.1875rem;top:199.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyaXc8UwO9k8kVLmunF8SMgRT29MQOSa { width:20rem;height:2.5996125rem;top:201.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cicfUXUhTcrWwovE6KDTZLb7TgOcaKS4 { width:17.1875rem;height:20.30271875rem;top:206.4375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbDKzR82y2xOECZxg6I8267r2BQUO1F { width:17.6875rem;height:61.75rem;top:62.5rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXuVcwKeLqdiCoypXxA1NDqm1ieHqFzu { width:17.5rem;height:3.4375rem;top:10.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysZLHRTTuXTX4QFtAAFsJEan8Q7rmAZL { display:block; }
 }@media only screen and (max-width: 763px) { #C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/f951d80d-e742-43b3-b107-983a927f8547/Untitled2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ.adaptive-delivery-prevent-bg, #C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ.lazyload, #C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ.lazyloading { background-image: none; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container { background-color: transparent; background-image: none; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container > .video-iframe-container { display: none; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row > .video-iframe-container { display: none; }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .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); }#C7EOHCPtWdDy4iLbQoGcB6lFDsIG8KxZ > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pH7ox6WWAh3PWZStre3XaWWBu4t5DfKC { width:15.8125rem;height:2.76171875rem;top:14.0625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcXL0e9SHNq0KtevU01WPcgkX2mZPQHq { width:11.9375rem;height:2.5996125rem;top:4.375rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsshRsZ3aBPMDuOA00TVQfJLq1FLQKWy { width:12.5rem;height:4.6875rem;top:7.125rem;left:4rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8VkSNnGwPaN4N0ZZMdQqHK3BBOqRcnP { width:16rem;height:1.7871125rem;top:34.1875rem;left:1.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcMAO96JvCQUOyEEmEnNXWT9QECfLzxR { width:20rem;height:46.875rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq82xcZkbmEFeenANCkqTDTVwF62WGpe { width:16.3125rem;height:1.625rem;top:21rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stle8Wtn3fU4d3BA22SA893hG6lp6kgQ { width:3.125rem;height:2.5rem;top:28.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbLfLWyI0Dam1QgCXxAMrmgLzzCTV61 { width:11.5rem;height:2.923825rem;top:28.25rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F253afKb3dQCyiTxlPMEe9hnBSgbbi8T { width:3.0625rem;height:2.5rem;top:24.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSyICX6elpWCpUa6JGTT7hTc6eNGnQKU { width:11.625rem;height:2.923825rem;top:24.375rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cALD9Sgn8IsS6WUrO2Taq1NPhZ4QQHLQ { width:3.125rem;height:2.5rem;top:32.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG7TAkqpsdDcmL7r4NfWaqWdxKy80dsX { width:12.375rem;height:2.923825rem;top:32.4375rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJkoczbWFu4Tacq7O4r8OidqwOUvWmWD { width:3.0625rem;height:2.5rem;top:38rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KObgn8dgu1AwuuHpeitMdq9fqZJ1oa9S { width:13.875rem;height:4.38574375rem;top:38.0625rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEMvTx1qHaxP1FemuuJV2kPn3KgWm4IV { width:3.0625rem;height:2.5rem;top:43.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n19BEwf32tPA7NEe4meVczGQf1yMySt0 { width:14.5625rem;height:4.38574375rem;top:43.625rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFmtzU9eoNvBaFLpmE3AIMgGci7U664Z { width:13.1875rem;height:4.38574375rem;top:49rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0TrZ9xvpgdD5CMDx3ddBtRyNGxVSqe { width:13.1875rem;height:5.84765625rem;top:54.6875rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLuTz04tstBktTTfvciPIafOOl4gsCct { width:20rem;height:9.4375rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHopymueP09aoJ6SrCQcpussiGnoU21K { width:16.3125rem;height:7.0078125rem;top:62.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvInUA6gPMx3xTfpXsdbEkHnnohNfVFs { width:12.3125rem;height:14.296875rem;top:75.6875rem;left:3.84375rem;font-size:1.625rem;color:#543571;display:block; }
 }@media only screen and (max-width: 763px) { #KzRnS0lKeB7czos6q2pfhn52J1qkOSkh { width:20rem;height:8.4415584415587rem;top:182.94091796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7onB64Wa7sRENffLmCce9F65a29OL0T { width:3.0625rem;height:2.5rem;top:48.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiitUM1dpsNbNXifNm15dvh1J0oBtQTW { width:3.0625rem;height:2.5rem;top:54.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hroJfDkTUMaZu623s5OvuDIS60odBS0q { background-color:#faf8f8;background-image:url("https://images.assets-landingi.com/uc/47f1687d-9be0-47c4-880d-f568c1974334/Mesadetrabajo1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q.adaptive-delivery-prevent-bg, #hroJfDkTUMaZu623s5OvuDIS60odBS0q.lazyload, #hroJfDkTUMaZu623s5OvuDIS60odBS0q.lazyloading { background-image: none; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container { background-color: transparent; background-image: none; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container > .video-iframe-container { display: none; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row > .video-iframe-container { display: none; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .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); }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container { border-width: 0; border-radius: 0; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hroJfDkTUMaZu623s5OvuDIS60odBS0q > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtdONE2eRbM5vGfktR0znTwAQ2R7FkOk { width:12.5rem;height:2.2749rem;top:2.7255859375rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#543571;display:block; }
 }@media only screen and (max-width: 763px) { #PpWRAdirbnEqJDydq22D7Zd8RiaFRPJz { width:15.125rem;height:2.6001rem;top:4.99951171875rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;color:#543571;display:block; }
 }@media only screen and (max-width: 763px) { #DhSgH5bW2fZUUb2ytNee6ki6peCdDpvD { width:13.375rem;height:4.62890625rem;top:7.59912109375rem;left:3.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZaCaqTi4VOSXOzfn41UgDy1Za0kd8Zt { width:20rem;height:38.9375rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKcLRK54LytpbO9gCC3glMmmevIQv4OT { width:15.9375rem;height:13.375rem;top:14.0625rem;left:2.1838662790698rem;display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-text {padding-top: 0; padding-bottom: 0;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-select {padding-top: 0; padding-bottom: 0;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.3;overflow:hidden;height:3.0625rem;font-size:1.125rem; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#2e2d2d; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F  { width:17.5rem;height:auto;top:26.1875rem;left:0rem; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F {display:block;}#IonOAgqN0bhOmETW3apR1RcB4uuGzu3F { width:17.5rem;height:auto;top:26.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #UGtHQ8C3CfniLgEPnxiGNA66bbySHdAJ {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #pBtpf5syicPZxRvSBEQONTPuSyl7eAXb { display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #Pp2rZvtnxZeSxOm487gAMTKuiXRkTATz {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #dLJcibM1cDRzb1c2sdmhXacFlRcmfE7C {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #UyfW4CEXKp2Q3pWbUsVaHmPxnzZ2ophV { display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #JTsg7nXMcdTpGAcM1WVWoHg2yU4pL5Jt {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #I1Lm03gbPuSMCeUf4TbbTUKwBQGXz0SZ {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #c6zdcg0KkHh4wZb3TpL11XvxFM5nl8FM {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #DigFcrWRXxyKM4qqgJOhake7TEahTkFa {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #Fu43IaRrUr3wpcx1q22eCBCNym0tuOTl {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #r1VQuq136qzceEdR78lSGF6CAcs3quLq { display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #JakdM4HfOJshfq0MuIOwoQnpS0Lx8BIx {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #xu5OP1a2wfS3xw3NxUpUpKZG24EaCsJT {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #LRx2pQ51EOXgvxaV0NTVyNT5A5UWXiiA {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #pbm5cJGdSBTnbGQlQOnyeGqZZeCy3s7z {  }
 }@media only screen and (max-width: 763px) { #B5EobE7d3gU0tEdSLNtud42HSnb6s6Sr { display:block; }
 }@media only screen and (max-width: 763px) { #Q1fzHvzTvd2gvUKGOTcubTJPXFcFoerZ { display:block; }
 }@media only screen and (max-width: 763px) { #AOqd6vnlmiLHoHKsZXTRmJvvgvmRyA48 { display:block; }
 }@media only screen and (max-width: 763px) { #HHbE1BTtzxSunzVc5M9aAE7GaRhbXEBK { display:block; }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #BeyWOVcL76sPMiGAIIfrga0oBJPeuUBq {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #r389TVvrulTEdpR3rLBmGfMzEUCNMCFV {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #IfGhJLLVKZo35JcTHpd7fM0Rc8Z1p0s9 {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #LR85lueZsLoabPuixQhGP9Z33DZxNmae {  }
 }@media only screen and (max-width: 763px) { #IonOAgqN0bhOmETW3apR1RcB4uuGzu3F #ycdWZRHQ2ICvAdcPSvBxsr3Ek2QzUyoT {  }
 }@media only screen and (max-width: 763px) { #barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa { display:block; }#barbZBkWo9zCM3ONHKIoKZsTdFcqlJVa > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRFwfH3Gnur4xE72WU3I65HSLZcggdbg { width:20rem;height:2.111325rem;top:5.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0ggDqz5934sv06USqrCD03XtQeNLbnn { width:11.125rem;height:3.125rem;top:1.25rem;left:4.3125rem;overflow:hidden;display:block; }
 }