.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-input-select option {
  color: #000;
}
.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 {
  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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:14px;font-family:arial;height:680px;width:1200px;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:#30004e;display:block;width:695px;position:absolute;font-family:ubuntu;font-size:39px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:1px 3px 3px rgba(0,0,0,0.5);top:192.515625px;left:0px;height:163.781px;font-style:normal;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:#000000;display:block;width:642px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:369.296875px;left:0px;height:140.75px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #30004e, #5f35fb);background-image: -moz-linear-gradient(14deg, #30004e, #5f35fb);background-image: -ms-linear-gradient(14deg, #30004e, #5f35fb);background-image: -o-linear-gradient(14deg, #30004e, #5f35fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );";background-image: linear-gradient(14deg, #30004e, #5f35fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 15px 10px 30px rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:552.5px;left:222.5px;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { 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;height:97px;width:150px;top:40px;left:0px;overflow:hidden;display:block; }
#Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { background-color:rgba(0,0,0,0);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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:61px;left:200px;display:block; }
#fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { background-color:rgba(0,0,0,0);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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61px;left:540px;display:block; }
#W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { position:absolute;display:block;z-index:15009;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;height:24px;width:25px;top:137px;left:198.5px;overflow:hidden;display:block; }
#m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:27px;width:27px;top:607.5px;left:124px;overflow:hidden;display:block; }
#oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:38px;top:515.5px;left:528px;overflow:hidden;display:block; }
#dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;height:15px;width:15px;top:137px;left:684px;display:block; }
#SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { position:absolute;display:block;z-index:15013;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #ffc143;border-left:3px solid #ffc143;border-right:3px solid #ffc143;border-bottom:3px solid #ffc143;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;height:15px;width:15px;top:131px;left:1010px;display:block; }
#GHwNNRlbHlL0pl9OgRGbEK3xnonG4NQt { position:absolute;display:block;z-index:15014;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;height:367px;width:555px;top:212.515625px;left:645px;overflow:hidden;display:block; }
#JypExNQe1sCe0ziphmT6QyCb4nf7uM63 { background-color:rgba(0,0,0,0);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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:61px;left:370px;display:block; }
#q8xD8xdFzpaXqaTKFneAKFwLi82T0eOb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { position:relative;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:100px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:#30004e;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK { position:relative;display:block; }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK { background-color: transparent; background-image: none; }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .row .container > .video-iframe-container { display: none; }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .row > .video-iframe-container { display: none; }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .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); }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK { border-width: 0; border-radius: 0; }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .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; }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:200px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:#000000;display:block;width:870px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:90px;left:250px;height:71.3906px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SoMUH1dEgbGKyI4Rzpur9gl4mZPoEBqs { box-sizing:content-box;color:#5d92ff;font-size:70px;font-weight:400;line-height:1;height:100px;width:100px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:50px;left:80px; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#9880a7;display:block;width:302px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40px;left:250px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso { position:relative;display:block; }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso { background-color: transparent; background-image: none; }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .row .container > .video-iframe-container { display: none; }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .row > .video-iframe-container { display: none; }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .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); }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso { border-width: 0; border-radius: 0; }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .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; }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:200px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:#000000;display:block;width:870px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:90px;left:80px;height:71.3906px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kykTp6aPScAWEKvcF1LJRxckT57KfKvO { box-sizing:content-box;color:#5d92ff;font-size:70px;font-weight:400;line-height:1;height:100px;width:100px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:50px;left:1020px; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:#9880a7;display:block;width:304px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40px;left:647px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d { position:relative;display:block; }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d { background-color: transparent; background-image: none; }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .row .container > .video-iframe-container { display: none; }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .row > .video-iframe-container { display: none; }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .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); }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d { border-width: 0; border-radius: 0; }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .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; }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:200px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T47s9k1lOmhgzJpUFcz4pzo4oIc6lxsv { color:#000000;display:block;width:870px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:90px;left:250px;height:71.3906px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wA3ndksFAu3eJi6LexR4MvITpNWWwgkQ { color:#9880a7;display:block;width:302px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40px;left:250px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WAqQmElLCazbKB6NWPo2aEMqFXsDpD78 { box-sizing:content-box;color:#5d92ff;font-size:70px;font-weight:400;line-height:1;height:100px;width:100px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:50px;left:80px; }
#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU { position:relative;display:block; }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU { background-color: transparent; background-image: none; }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .row .container > .video-iframe-container { display: none; }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .row > .video-iframe-container { display: none; }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .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); }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU { border-width: 0; border-radius: 0; }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .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; }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:207px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RA670SO6fiDAb2SI3cituGy2OxUN7iP6 { color:#000000;display:block;width:870px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:90px;left:80px;height:71.3906px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ORQOOJGuaLLxvlD7KEh9taG5vRDaRaSz { color:#9880a7;display:block;width:304px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40px;left:647px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#E5vO3yb6uUJuN8aU5cWSSqxHs9k5OhXR { box-sizing:content-box;color:#5d92ff;font-size:70px;font-weight:400;line-height:1;height:100px;width:100px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:50px;left:1020px; }
#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#30004e;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { font-size:14px;font-family:arial;height:339px;width:1200px;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #30004e, #5f35fb);background-image: -moz-linear-gradient(55deg, #30004e, #5f35fb);background-image: -ms-linear-gradient(55deg, #30004e, #5f35fb);background-image: -o-linear-gradient(55deg, #30004e, #5f35fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );";background-image: linear-gradient(55deg, #30004e, #5f35fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:294px;width:460px;top:28px;left:60px;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { color:#000000;display:block;width:403px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:70px;left:85px;height:52px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:115px;left:85px;height:135px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:23px;top:77.274993896484px;left:380px;overflow:hidden;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { position:absolute;display:block;z-index:15012;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;height:28px;width:28px;top:48.972229003906px;left:447px;overflow:hidden;display:block; }
#EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { color:rgba(255,255,255,0.19);display:block;width:200px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:254.28125px;left:290px;height:39px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #30004e, #5f35fb);background-image: -moz-linear-gradient(55deg, #30004e, #5f35fb);background-image: -ms-linear-gradient(55deg, #30004e, #5f35fb);background-image: -o-linear-gradient(55deg, #30004e, #5f35fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );";background-image: linear-gradient(55deg, #30004e, #5f35fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:294px;width:460px;top:28px;left:676px;display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { color:#000000;display:block;width:404px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:70px;left:702px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:115px;left:702px;height:108px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { 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;height:24px;width:23px;top:82.974975585938px;left:1074px;overflow:hidden;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { position:absolute;display:block;z-index:15020;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;height:28px;width:28px;top:50.25px;left:989px;overflow:hidden;display:block; }
#lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { color:rgba(255,255,255,0.19);display:block;width:200px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:254.28125px;left:907px;height:39px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { font-size:14px;font-family:arial;height:367px;width:1200px;position:relative;display:block; }#OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #30004e, #5f35fb);background-image: -moz-linear-gradient(55deg, #30004e, #5f35fb);background-image: -ms-linear-gradient(55deg, #30004e, #5f35fb);background-image: -o-linear-gradient(55deg, #30004e, #5f35fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );";background-image: linear-gradient(55deg, #30004e, #5f35fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:294px;width:460px;top:10px;left:60px;display:block; }
#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { color:#000000;display:block;width:428px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50px;left:85px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:100px;left:85px;height:108px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:24px;width:23px;top:59.262512207031px;left:393px;overflow:hidden;display:block; }
#lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { position:absolute;display:block;z-index:15012;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;height:28px;width:28px;top:30.962524414062px;left:460px;overflow:hidden;display:block; }
#i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { color:rgba(255,255,255,0.19);display:block;width:210px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:236.265625px;left:289px;height:39px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #30004e, #5f35fb);background-image: -moz-linear-gradient(55deg, #30004e, #5f35fb);background-image: -ms-linear-gradient(55deg, #30004e, #5f35fb);background-image: -o-linear-gradient(55deg, #30004e, #5f35fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );";background-image: linear-gradient(55deg, #30004e, #5f35fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:294px;width:460px;top:10px;left:676px;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { color:#000000;display:block;width:396px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:50px;left:702px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { color:#000000;display:block;width:391px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:100px;left:702px;height:108px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { 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;height:24px;width:23px;top:42.305603027344px;left:1076px;overflow:hidden;display:block; }
#b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { position:absolute;display:block;z-index:15020;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;height:28px;width:28px;top:43.638946533203px;left:977px;overflow:hidden;display:block; }
#zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { color:rgba(255,255,255,0.19);display:block;width:200px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:236.265625px;left:899px;height:39px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5f35fb, #30004e);background-image: -moz-linear-gradient(90deg, #5f35fb, #30004e);background-image: -ms-linear-gradient(90deg, #5f35fb, #30004e);background-image: -o-linear-gradient(90deg, #5f35fb, #30004e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#30004e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#30004e' );";background-image: linear-gradient(90deg, #5f35fb, #30004e);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container { background-color: transparent; background-image: none; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container > .video-iframe-container { display: none; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row > .video-iframe-container { display: none; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .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); }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container { border-width: 0; border-radius: 0; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:block; }#k12O6eAsbnNyiqqLKXW4Wc485QpBAXVw { color:#ffffff;display:block;width:232px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25px;left:484px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkSMmedB2gMELQMkPNKgWJwSc9byROaa { position:absolute;display:block;z-index:15006;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;height:50px;width:208px;top:98px;left:609px;overflow:hidden;display:block; }
#ssl4TAtSz17tW4RXqwqxn22tn8emmW0u { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:148px;top:98px;left:896px;overflow:hidden;display:block; }
#mu7orqU5d1NWi5MkJtQKQKTdnPFfmzFa { position:absolute;display:block;z-index:15008;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;height:50px;width:148px;top:98px;left:220px;overflow:hidden;display:block; }
#EIKT2sEMJMPnFLqyGKcBp0XTwkU4UrHK { position:absolute;display:block;z-index:15009;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;height:50px;width:93px;top:98px;left:444px;overflow:hidden;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:14px;font-family:arial;height:530px;width:1200px;position:relative;display:block; }#wTK95r2eEVccKUO94sxKaGKhAOAdixRT { 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;height:322px;width:379px;top:61px;left:71px;overflow:hidden;display:block; }
#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:#30004e;display:block;width:195px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15px;left:674px;height:52px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:#000000;display:block;width:451px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:61px;left:674px;height:230.375px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { color:#000000;display:block;width:98px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:335.484375px;left:702px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { color:#000000;display:block;width:100px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:383px;left:701px;height:43.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { color:#000000;display:block;width:100px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:383px;left:850px;height:43.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { color:#000000;display:block;width:98px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:335.484375px;left:851px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { color:#000000;display:block;width:116px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:383px;left:992px;height:43.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { color:#000000;display:block;width:133px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:335.484375px;left:983px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #30004e, #5f35fb);background-image: -moz-linear-gradient(14deg, #30004e, #5f35fb);background-image: -ms-linear-gradient(14deg, #30004e, #5f35fb);background-image: -o-linear-gradient(14deg, #30004e, #5f35fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );";background-image: linear-gradient(14deg, #30004e, #5f35fb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 15px 10px 30px rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:48px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:448.984375px;left:800px;display:block; }
#vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OogVSDqaUbLRkmmhwgfVEDLPn7cvifqG { position:absolute;display:block;z-index:15020;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;height:487px;width:378px;top:43px;left:111px;overflow:hidden;display:block; }
#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #30004e, #5f35fb);background-image: -moz-linear-gradient(45deg, #30004e, #5f35fb);background-image: -ms-linear-gradient(45deg, #30004e, #5f35fb);background-image: -o-linear-gradient(45deg, #30004e, #5f35fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );";background-image: linear-gradient(45deg, #30004e, #5f35fb);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { background-color: transparent; background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .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); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { border-width: 0; border-radius: 0; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { font-size:14px;font-family:arial;height:567px;width:1200px;position:relative;display:block; }#LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.578125px;left:0px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { color:#ffffff;display:block;width:458px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:93.8125px;left:371px;height:46.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:327px;padding-top:0;padding-right:0;padding-bottom:5px;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;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;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;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:327px;box-sizing:border-box;height:50px;color:#ffffff;font-size:17px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;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;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:327px;box-sizing:border-box;height:70px;color:#ffffff;font-size:17px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:327px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffc143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:65px;margin-bottom:4px;margin-left:65px;display:block;box-sizing:border-box;font-size:22px;font-weight:700;color:#5f35fb;width:196px;height:50px;font-family:ubuntu;overflow:hidden;box-shadow: 1px 1px 30px rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:17px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:17px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:17px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:17px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:15px;font-weight:300;color:#ffffff;vertical-align:top;width:307px;overflow:hidden;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:6px;padding-right:0;padding-bottom:6px;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:327px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:416px;top:151px;z-index:15005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:327px;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:327px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:416px;top:151px;z-index:15005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 { position:relative;z-index:2; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz { position:relative; }
#OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { 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;height:24px;width:23px;top:280px;left:317px;overflow:hidden;display:block; }
#JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { position:absolute;display:block;z-index:15022;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;height:28px;width:28px;top:247px;left:232px;overflow:hidden;display:block; }
#e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:28px;top:45.200000762939px;left:973px;overflow:hidden;display:block; }
#ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { 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;height:24px;width:23px;top:33.799999237061px;left:238px;overflow:hidden;display:block; }
#mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:28px;width:28px;top:435.79999923706px;left:926px;overflow:hidden;display:block; }
#dPNrqKzUsCuRLy54BAIke3bZ6818aidn { position:relative;display:block; }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn { background-color: transparent; background-image: none; }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .row .container > .video-iframe-container { display: none; }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .row > .video-iframe-container { display: none; }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .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); }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn { border-width: 0; border-radius: 0; }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .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; }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:190px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x6F4UNlTbr5eev4011Mh1BwlSHK0UCpg { color:#30004e;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20px;left:0px;height:41.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCqZNrJfyTl6O487QzSVMZk4pkD1nTdF { color:#000000;display:block;width:296px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:105px;left:240px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEQgNuCcAM5rIP7geo06rzTNxILGaygk { color:#000000;display:block;width:320px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:105px;left:640px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF.adaptive-delivery-prevent-bg, #shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF.lazyload, #shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF.lazyloading { background-image: none; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container { background-color: transparent; background-image: none; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,0,78,0.6); }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container > .video-iframe-container { display: none; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,0,78,0.6); }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row > .video-iframe-container { display: none; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .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); }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container { border-width: 0; border-radius: 0; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container { font-size:14px;font-family:arial;height:294px;width:1200px;position:relative;display:block; }#XU2Ort2TxJHQMrcvPwctpJkOspVXzw8s { color:#ffffff;display:block;width:445px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25px;left:377px;height:43.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGtEahH1vVGa6SDn0LTBMgBt3pvZFZFV { color:#ffffff;display:block;width:576px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:80px;left:312px;height:21.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oiQ7dX5mOFbOOxvPC3HTaiZtZhNr394O { 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;height:65px;width:65px;top:117px;left:567px;overflow:hidden;display:block; }
#gxTr2PnO4CiaEIcTX3nhowcewCvnJpCA { 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;height:65px;width:65px;top:117px;left:758px;overflow:hidden;display:block; }
#VWCPzU3k3R3brGpLJCufs4LxT9m2RLta { 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;height:65px;width:65px;top:117px;left:377px;overflow:hidden;display:block; }
#mBsK6JtDl63tfsyXTt1LxLilbJfhO9XO { background-color:transparent;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:217px;left:460px;display:block; }
#ykQEOQlPa38Li3IwLFqQkLvALcAKsfoL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:192px;left:0px;width:695px;height:163px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:369px;left:0px;width:642px;height:141px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:250px;height:55px;top:552px;left:4.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { top:40px;left:0px;width:150px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:120px;height:55px;top:61px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { width:120px;height:55px;top:61px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { top:137px;left:0px;width:25px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { top:607px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { top:515px;left:310px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { top:137px;left:466px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { top:131px;left:743px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GHwNNRlbHlL0pl9OgRGbEK3xnonG4NQt { top:212px;left:209px;width:555px;height:367px;display:block; }
 }@media only screen and (max-width: 763px) { #JypExNQe1sCe0ziphmT6QyCb4nf7uM63 { width:120px;height:55px;top:61px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #q8xD8xdFzpaXqaTKFneAKFwLi82T0eOb { display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:24px;left:0px;width:764px;height:52px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK { display:block; }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:90px;left:0px;width:764px;height:71px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SoMUH1dEgbGKyI4Rzpur9gl4mZPoEBqs { top:50px;left:0px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { top:40px;left:32px;width:302px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso { display:block; }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:90px;left:0px;width:764px;height:71px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kykTp6aPScAWEKvcF1LJRxckT57KfKvO { top:50px;left:664px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:40px;left:429px;width:304px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d { display:block; }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T47s9k1lOmhgzJpUFcz4pzo4oIc6lxsv { top:90px;left:0px;width:764px;height:71px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wA3ndksFAu3eJi6LexR4MvITpNWWwgkQ { top:40px;left:32px;width:302px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #WAqQmElLCazbKB6NWPo2aEMqFXsDpD78 { top:50px;left:0px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU { display:block; }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RA670SO6fiDAb2SI3cituGy2OxUN7iP6 { top:90px;left:0px;width:764px;height:95px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ORQOOJGuaLLxvlD7KEh9taG5vRDaRaSz { top:40px;left:429px;width:304px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #E5vO3yb6uUJuN8aU5cWSSqxHs9k5OhXR { top:50px;left:664px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:24px;left:0px;width:764px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { top:28px;left:0px;width:460px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { top:70px;left:0px;width:403px;height:52px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { top:115px;left:0px;width:380px;height:135px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { top:77px;left:271px;width:23px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { top:48px;left:338px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { top:254px;left:181px;width:200px;height:39px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { top:28px;left:304px;width:460px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { top:70px;left:360px;width:404px;height:26px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { top:115px;left:382px;width:380px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { top:82px;left:741px;width:23px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { top:50px;left:662px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { top:254px;left:564px;width:200px;height:39px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { top:10px;left:0px;width:460px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { top:50px;left:0px;width:428px;height:26px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { top:100px;left:0px;width:380px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { top:59px;left:284px;width:23px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { top:30px;left:351px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { top:236px;left:172px;width:210px;height:39px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { top:10px;left:304px;width:460px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { top:50px;left:368px;width:396px;height:26px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { top:100px;left:373px;width:391px;height:108px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { top:42px;left:741px;width:23px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { top:43px;left:650px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { top:236px;left:564px;width:200px;height:39px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #R01vJ39UEarPi13eXqbVRGT4g6JP2zyq { display:block; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k12O6eAsbnNyiqqLKXW4Wc485QpBAXVw { top:25px;left:266px;width:232px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #CkSMmedB2gMELQMkPNKgWJwSc9byROaa { top:98px;left:391px;width:208px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ssl4TAtSz17tW4RXqwqxn22tn8emmW0u { top:98px;left:616px;width:148px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #mu7orqU5d1NWi5MkJtQKQKTdnPFfmzFa { top:98px;left:2px;width:148px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #EIKT2sEMJMPnFLqyGKcBp0XTwkU4UrHK { top:98px;left:226px;width:93px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { top:61px;left:0px;width:379px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:15px;left:382px;width:195px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:61px;left:313px;width:451px;height:259px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { top:335px;left:382px;width:98px;height:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { top:383px;left:382px;width:100px;height:43px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { top:383px;left:523px;width:100px;height:43px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { top:335px;left:524px;width:98px;height:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { top:383px;left:648px;width:116px;height:43px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { top:335px;left:631px;width:133px;height:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:200px;height:48px;top:448px;left:473px;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #OogVSDqaUbLRkmmhwgfVEDLPn7cvifqG { top:43px;left:2px;width:378px;height:487px;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { top:32px;left:0px;width:764px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { top:93px;left:153px;width:458px;height:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { width:327px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { width:327px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { width:327px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { width:327px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { width:196px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:65px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-checkbox-label { width:308px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { width:327px;height:auto;top:151px;left:198px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { width:327px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { width:327px;height:auto;top:151px;left:198px; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { top:280px;left:99px;width:23px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { top:247px;left:14px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { top:45px;left:736px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { top:33px;left:20px;width:23px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { top:435px;left:708px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dPNrqKzUsCuRLy54BAIke3bZ6818aidn { display:block; }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6F4UNlTbr5eev4011Mh1BwlSHK0UCpg { top:20px;left:0px;width:764px;height:41px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mCqZNrJfyTl6O487QzSVMZk4pkD1nTdF { top:105px;left:22px;width:296px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VEQgNuCcAM5rIP7geo06rzTNxILGaygk { top:105px;left:422px;width:320px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF { display:block; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XU2Ort2TxJHQMrcvPwctpJkOspVXzw8s { width:521px;height:43px;top:80px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #xGtEahH1vVGa6SDn0LTBMgBt3pvZFZFV { width:521px;height:42px;top:148px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #oiQ7dX5mOFbOOxvPC3HTaiZtZhNr394O { width:65px;height:65px;top:48px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #gxTr2PnO4CiaEIcTX3nhowcewCvnJpCA { width:65px;height:65px;top:48px;left:439px;display:block; }
 }@media only screen and (max-width: 763px) { #VWCPzU3k3R3brGpLJCufs4LxT9m2RLta { width:65px;height:65px;top:48px;left:174px;display:block; }
 }@media only screen and (max-width: 763px) { #mBsK6JtDl63tfsyXTt1LxLilbJfhO9XO { width:280px;height:55px;top:217px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #ykQEOQlPa38Li3IwLFqQkLvALcAKsfoL { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:320px;height:877px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:282px;height:195.938px;top:120px;left:19px;font-size:28px;text-align:center;text-align-last:center;color:#30004e;text-shadow:1px 3px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:300px;height:216px;top:555px;left:10px;font-size:18px;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:180px;height:55px;top:795px;left:70px;font-size:18px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:120px;height:76px;top:20px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:100px;height:55px;top:116px;left:110px;font-family:ubuntu;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { width:100px;height:55px;top:298px;left:110px;font-family:ubuntu;display:none; }
 }@media only screen and (max-width: 763px) { #W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { width:25px;height:24px;top:137px;left:147px;display:none; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { width:27px;height:27px;top:607px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { width:38px;height:38px;top:515px;left:141px;display:none; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { width:15px;height:15px;top:137px;left:149px;display:none; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:6px;height:5px;top:131px;left:154px;display:none; }
 }@media only screen and (max-width: 763px) { #GHwNNRlbHlL0pl9OgRGbEK3xnonG4NQt { width:320px;height:212px;top:330px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JypExNQe1sCe0ziphmT6QyCb4nf7uM63 { width:100px;height:55px;top:191px;left:110px;font-family:ubuntu;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #q8xD8xdFzpaXqaTKFneAKFwLi82T0eOb { display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:320px;height:118px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:226px;height:84px;top:17px;left:47px;font-size:30px;line-height:1.4;color:#30004e;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK { display:block; }#M5pI2aCBkt4ySMt5TOh35KFgqEMkemEK > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:300px;height:226.688px;top:175px;left:10px;font-size:18px;text-align:justify;text-align-last:initial;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #SoMUH1dEgbGKyI4Rzpur9gl4mZPoEBqs { display:flex;width:75px;height:75px;top:25px;left:122.5px; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:303px;height:28.5938px;top:125px;left:8.5px;font-size:22px;font-family:ubuntu;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso { display:block; }#V1qNWLPfUd3nZ2T3P8kMOtTCcXIpTxso > .row .container { width:320px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:300px;height:251.875px;top:175px;left:10px;font-size:18px;text-align:justify;text-align-last:initial;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #kykTp6aPScAWEKvcF1LJRxckT57KfKvO { display:flex;width:75px;height:75px;top:25px;left:122.5px; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:296px;height:28.5938px;top:125px;left:12px;font-size:22px;font-family:ubuntu;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d { display:block; }#nSJ9wV6OzQ4zhgiTIThdVFUlJSR25O1d > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T47s9k1lOmhgzJpUFcz4pzo4oIc6lxsv { width:300px;height:251.875px;top:175px;left:10px;font-size:18px;text-align:justify;text-align-last:initial;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #wA3ndksFAu3eJi6LexR4MvITpNWWwgkQ { width:303px;height:28.5938px;top:125px;left:8.5px;font-size:22px;font-family:ubuntu;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAqQmElLCazbKB6NWPo2aEMqFXsDpD78 { display:flex;width:75px;height:75px;top:25px;left:122.5px; }
 }@media only screen and (max-width: 763px) { #P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU { display:block; }#P0T7GNT5DhdEaz3lwE9VT9helvUgr8mU > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RA670SO6fiDAb2SI3cituGy2OxUN7iP6 { width:300px;height:251.875px;top:175px;left:10px;font-size:18px;text-align:justify;text-align-last:initial;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #ORQOOJGuaLLxvlD7KEh9taG5vRDaRaSz { width:298px;height:28.5938px;top:125px;left:11px;font-size:22px;font-family:ubuntu;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5vO3yb6uUJuN8aU5cWSSqxHs9k5OhXR { display:flex;width:75px;height:75px;top:25px;left:123px; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:269px;height:78px;top:16px;left:25.5px;font-size:30px;color:#30004e;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { width:310px;height:250px;top:20px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { width:276px;height:57.1876px;top:40px;left:22px;font-size:22px;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { width:280px;height:142.781px;top:85px;left:20px;font-size:17px;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { width:23px;height:24px;top:226.46875px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { width:28px;height:28px;top:34px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { width:200px;height:0;top:26.6875px;left:101.99999809265px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { width:310px;height:250px;top:300px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { width:288px;height:28.5938px;top:320px;left:16px;font-size:22px;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { width:280px;height:142.781px;top:365px;left:20px;font-size:17px;text-align:justify;text-align-last:initial;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { width:23px;height:24px;top:322.296875px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { width:28px;height:28px;top:507.765625px;left:271px;display:block; }
 }@media only screen and (max-width: 763px) { #lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { width:200px;height:0;top:338px;left:106.99999809265px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { width:310px;height:250px;top:14px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { width:254px;height:28.5938px;top:40px;left:33px;font-size:22px;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { width:280px;height:142.781px;top:85px;left:20px;font-size:17px;font-family:ubuntu;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { width:23px;height:24px;top:227.765625px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { width:28px;height:28px;top:40.296875px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { width:200px;height:0;top:28.662506103516px;left:97.999998092651px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { width:310px;height:250px;top:300px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { width:282px;height:28.5938px;top:320px;left:19px;font-size:22px;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { width:280px;height:142.781px;top:365px;left:20px;font-size:17px;font-family:ubuntu;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { width:23px;height:24px;top:322.296875px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { width:28px;height:28px;top:507.765625px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { width:200px;height:0;top:345.99999237061px;left:97.999998092651px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #R01vJ39UEarPi13eXqbVRGT4g6JP2zyq { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #30004e, #5f35fb);background-image: -moz-linear-gradient(45deg, #30004e, #5f35fb);background-image: -ms-linear-gradient(45deg, #30004e, #5f35fb);background-image: -o-linear-gradient(45deg, #30004e, #5f35fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30004e', endColorstr='#5f35fb' );";background-image: linear-gradient(45deg, #30004e, #5f35fb);background-size:auto !important;display:block; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container { background-color: transparent; background-image: none; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container > .video-iframe-container { display: none; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row > .video-iframe-container { display: none; }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .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); }#R01vJ39UEarPi13eXqbVRGT4g6JP2zyq > .row .container { width:320px;height:359px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k12O6eAsbnNyiqqLKXW4Wc485QpBAXVw { width:232px;height:39px;top:20px;left:44px;font-size:30px;text-align:center;text-align-last:center;font-family:ubuntu;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CkSMmedB2gMELQMkPNKgWJwSc9byROaa { width:208px;height:50px;top:218px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #ssl4TAtSz17tW4RXqwqxn22tn8emmW0u { width:148px;height:50px;top:288px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #mu7orqU5d1NWi5MkJtQKQKTdnPFfmzFa { width:148px;height:50px;top:76px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #EIKT2sEMJMPnFLqyGKcBp0XTwkU4UrHK { width:93px;height:50px;top:146px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:320px;height:1017px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { width:320px;height:272px;top:712.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:307px;height:39px;top:12px;left:6.5px;font-size:30px;text-align:center;text-align-last:center;font-family:ubuntu;color:#30004e;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:310px;height:374.359px;top:70px;left:5px;font-size:18px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { width:105px;height:32.5px;top:465px;left:0px;font-size:25px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { width:105px;height:47.5938px;top:505px;left:0px;font-size:17px;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { width:105px;height:47.5938px;top:505px;left:215px;font-size:17px;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { width:105px;height:32.5px;top:467px;left:215px;font-size:25px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { width:110px;height:47.5938px;top:505px;left:105px;font-size:17px;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { width:110px;height:32.5px;top:467px;left:105px;font-size:25px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:190px;height:48px;top:590px;left:65px;font-size:18px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #OogVSDqaUbLRkmmhwgfVEDLPn7cvifqG { width:261px;height:337px;top:680px;left:29.5px;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:320px;height:552px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { width:239px;height:84px;top:20px;left:40.5px;font-size:30px;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { width:288px;height:72px;top:120px;left:16px;font-size:16px;text-align:center;text-align-last:center;line-height:1.5;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:280px;padding-top:0;padding-right:0;padding-bottom:5px;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;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;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;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:45px;color:#ffffff;font-size:15px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;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;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#ffffff;font-size:15px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:45px;color:#161616;font-family:quicksand;font-size:14px;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffc143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:35px;margin-bottom:4px;margin-left:35px;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#5f35fb;width:210px;height:52px;font-family:ubuntu;overflow:hidden;box-shadow: 1px 1px 30px rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:15px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:ubuntu;font-size:15px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:15px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:ubuntu;font-size:15px; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:quicksand;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:191px;z-index:15001; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:12px;line-height:1.3;font-weight:400;color:#000000;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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:191px;z-index:15001; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { width:23px;height:24px;top:432.641px;left:148px;display:none; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { width:28px;height:28px;top:384.641px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { width:28px;height:28px;top:162px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { width:23px;height:24px;top:118px;left:148px;display:none; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { width:28px;height:28px;top:895.407px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #dPNrqKzUsCuRLy54BAIke3bZ6818aidn { display:block; }#dPNrqKzUsCuRLy54BAIke3bZ6818aidn > .row .container { width:320px;height:214px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6F4UNlTbr5eev4011Mh1BwlSHK0UCpg { width:320px;height:65px;top:20px;left:0px;font-size:25px;font-family:ubuntu;color:#9880a7;display:block; }
 }@media only screen and (max-width: 763px) { #mCqZNrJfyTl6O487QzSVMZk4pkD1nTdF { width:296px;height:25.1875px;top:108px;left:12px;font-size:18px;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #VEQgNuCcAM5rIP7geo06rzTNxILGaygk { width:320px;height:25.1875px;top:150px;left:0px;font-size:18px;line-height:1.4;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF { background-color:#3f035f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF.adaptive-delivery-prevent-bg, #shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF.lazyload, #shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF.lazyloading { background-image: none; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container { background-color: transparent; background-image: none; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container > .video-iframe-container { display: none; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row > .video-iframe-container { display: none; }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .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); }#shfKtfgIKVlMOUTkcq6cCnMcWq9kTgxF > .row .container { width:320px;height:293px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XU2Ort2TxJHQMrcvPwctpJkOspVXzw8s { width:260px;height:33.5938px;top:41px;left:30px;text-align:center;text-align-last:center;font-size:28px;z-index:14999;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #xGtEahH1vVGa6SDn0LTBMgBt3pvZFZFV { width:286px;height:38.375px;top:88px;left:17px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oiQ7dX5mOFbOOxvPC3HTaiZtZhNr394O { width:40px;height:40px;top:158px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #gxTr2PnO4CiaEIcTX3nhowcewCvnJpCA { width:40px;height:40px;top:158px;left:251px;display:block; }
 }@media only screen and (max-width: 763px) { #VWCPzU3k3R3brGpLJCufs4LxT9m2RLta { width:40px;height:40px;top:158px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #mBsK6JtDl63tfsyXTt1LxLilbJfhO9XO { width:280px;height:55px;top:218px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ykQEOQlPa38Li3IwLFqQkLvALcAKsfoL { display:block; }
 }