.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b18467d1-bb3d-449e-89a5-bf7ba06326c1/SwamiJyothirmayahKleur.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM.adaptive-delivery-prevent-bg, #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM.lazyload, #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM.lazyloading { background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container {  }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:cooperhewitt;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:11.75rem;left:0rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkU0HiVRthrunmCqAyTIZ8zvToTMOpCg { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"opinion pro";font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.0625rem;left:1.46875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttLAlFIWszGwH9S5Awi3G3g43sfQTTEC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:5.5625rem;top:3.0625rem;left:9.15625rem;overflow:hidden;display:block; }
#aBgFDtAOJGeFJQmnToraez5F6lzNAgZz { background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.75rem;left:3.9375rem;display:block; }
#v9gpOkPB3K0yTWQ4nWXw6H65XPbCzMl4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iglELZTTBTcHcUKGX02Uu4T6SeNLQ4bx { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#9e7ed4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.375rem;left:3.8125rem;display:block; }
#XC1EBzZZ3ud3qb2T8n8tBLE8IJQoTWUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEG5dJSLpSTGEEMkbrS9dbSblTXV8Ddm { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:cooperhewitt;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15.8125rem;left:0rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e7ed4;background-image:none;position:relative;display:block; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container { background-color: transparent; background-image: none; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container > .video-iframe-container { display: none; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row > .video-iframe-container { display: none; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .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); }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container { border-width: 0; border-radius: 0; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row > .video-iframe-container {  }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container { font-size:0.875rem;font-family:"open sans";height:11.375rem;width:60rem;position:relative;display:block; }#b7knxkVZlRgmwa8HBErAAxT5Ma3ouNJn { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.625rem;left:8.1875rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container {  }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.09375rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.1875rem;left:1.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:15002;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:12.5rem;left:8.75rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:22.59375rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.5625rem;left:21.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { position:absolute;display:block;z-index:15007;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:12.8125rem;left:28.75rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:42.84375rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:13.5625rem;left:41.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { position:absolute;display:block;z-index:15012;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:12.8125rem;left:48.75rem;display:block; }
#RcfXNuZDPHpGsqJKJgEwrJqV5UfOTlqN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.3125rem;top:2.71875rem;left:8.34375rem;overflow:hidden;display:block; }
#nakpib4IVqbizSfKFNu9AWBrqqCUgqHF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:2.5625rem;left:28.1875rem;overflow:hidden;display:block; }
#rHJg47Pnw9M4svJHBEwWcvUslvhcuQ5r { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.65625rem;left:48.28125rem;overflow:hidden;display:block; }
#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e7ed4;background-image:none;position:relative;display:block; }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row .container { background-color: transparent; background-image: none; }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row .container > .video-iframe-container { display: none; }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row > .video-iframe-container { display: none; }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .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); }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row .container { border-width: 0; border-radius: 0; }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row > .video-iframe-container {  }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row .container { font-size:0.875rem;font-family:"open sans";height:1.875rem;width:60rem;position:relative;display:block; }#LXNyySLaszlBQlCdikBwllRtnN26zd4t { box-sizing:content-box;color:#ff6251;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:14.5625rem;left:1.5rem;display:none; }
#XTUvLuL5ZNp9Z7VtMKtuIW7kRHzvauE7 { box-sizing:content-box;color:#ff6251;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:14.5625rem;left:1.5rem;display:none; }
#NhExLWmoMWkO4g3auOO2koMfpzhIt3xb { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:10.6875rem;left:8.75rem;height:0;font-style:normal;display:none; }
#GTltPP1N9MR5p6A8yHPBTl1nsRwTyGyT { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:13.1875rem;left:5.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u1dUoU5rulpyJ6wgVGdcJxTfUqBKlabt { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:16.125rem;left:13.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container {  }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#RIJmDl3zy3idrmHBzD40JP721PaL7842 { color:#000000;display:block;width:33.5rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5rem;left:23.46875rem;height:14rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTl6UBIVml9gkd4SidHswTOcdPiTrS96 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:4.5625rem;left:2.1875rem;height:15.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TXOVxhrnrkqmx7D6SbIMIfwfMxcd02wn { position:absolute;display:block;z-index:15002;background-color:#9e7ed4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:15.75rem;width:19rem;top:3.1875rem;left:1.1875rem;display:block; }
#kBTT9mKTnhUALtH4XAtUTVa0Xt5eqgIA { background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:21.6875rem;left:19.5rem;display:block; }
#mAe4ql143zIRO09JRMu7uzDkh0U13XWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e7ed4;background-image:none;position:relative;display:block; }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row .container { background-color: transparent; background-image: none; }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row .container > .video-iframe-container { display: none; }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row > .video-iframe-container { display: none; }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .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); }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row .container { border-width: 0; border-radius: 0; }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row > .video-iframe-container {  }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row .container { font-size:0.875rem;font-family:"open sans";height:1.875rem;width:60rem;position:relative;display:block; }#RC1ITUn3eNo7vzqf3feTRnpTElk7O3Z8 { box-sizing:content-box;color:#ff6251;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:14.5625rem;left:1.5rem;display:none; }
#dpWqh0LscQwTI8QHIdzzS1EQrWqD7qgk { box-sizing:content-box;color:#ff6251;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:14.5625rem;left:1.5rem;display:none; }
#xeEvGiCWo5U9GWXaBJTcAkdneitLZCVr { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:10.6875rem;left:8.75rem;height:0;font-style:normal;display:none; }
#qAkxeAD6tGlGL9uTNGDnaeQSDoB3tw9W { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:13.1875rem;left:5.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#msAkmApRKFrdsFrWREwkf4eDQsuqer64 { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:16.125rem;left:13.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container { background-color: transparent; background-image: none; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container > .video-iframe-container { display: none; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row > .video-iframe-container { display: none; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .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); }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container { border-width: 0; border-radius: 0; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row > .video-iframe-container {  }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#nqtuuLvR2Aa1lT0qnOwbPCSa0uUaq4h5 { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:8rem;left:0rem;height:19.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkN4JIqZ3bJ46RnC67O6W38KBZJb32iN { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #9e7ed4;border-left:0.3125rem solid #9e7ed4;border-right:0.3125rem solid #9e7ed4;border-bottom:0.3125rem solid #9e7ed4;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:19.875rem;width:29.625rem;top:3.65625rem;left:34.9375rem;overflow:hidden;display:block; }
#HR9m51QISQUwWpWiy7tIovCoQvOkTROi { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.3125rem;left:0rem;height:3.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nAiNCuIs/Santi_Final_Empatado_4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.adaptive-delivery-prevent-bg, #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.lazyload, #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.lazyloading { background-image: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { background-color: transparent; background-image: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container > .video-iframe-container { display: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container { display: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .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); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { border-width: 0; border-radius: 0; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container {  }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#nce1vX4M1JB0ibcIVH5kCDCzB5bL6t6H { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:12.9375rem;left:0rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkmfeRQKTgrSHVDKl8HJupAKJ8AUlT0L { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6rem;left:0rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQAk6NeJ2fVDTbV0anwEiaIUJN8VC5PN { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:8.875rem;left:0rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e7ed4;background-image:none;position:relative;display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { background-color: transparent; background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .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); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { border-width: 0; border-radius: 0; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container {  }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.625rem;left:5.4375rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#six3sdnBoz7aLypuURtn1FaZ976JMu8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { background-color: transparent; background-image: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .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); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { border-width: 0; border-radius: 0; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container {  }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#OKGe6zM0C9QCkJqHX4TvBp9vXuVwOPlJ { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3rem;left:10.3125rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { background-color: transparent; background-image: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .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); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { border-width: 0; border-radius: 0; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container {  }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:15.4375rem;left:3.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.9375rem;left:1.75rem;height:7.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { position:absolute;display:block;z-index:15005;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:0rem;left:8.4375rem;display:block; }
#fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.875rem;left:9.25rem;display:block; }
#XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { position:absolute;display:block;z-index:15010;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:0rem;left:28.4375rem;display:block; }
#wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.875rem;left:29.25rem;display:block; }
#SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { position:absolute;display:block;z-index:15015;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:0rem;left:48.4375rem;display:block; }
#c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.875rem;left:49.25rem;display:block; }
#pHpG6zQuWSbbJVQMgDNTQfPndQPbFTTl { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:15.4375rem;left:23.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0ndrAXBK8i8IJXPM52pVXSp7R19LcZL { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.0625rem;left:21.75rem;height:7.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3Dcr0fZigGMR0HgNEkXdngTN7CAywL8 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:15.4375rem;left:43.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZVMhAbDdMz1NA54iQRM5lzTuOCrMkbb { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.125rem;left:41.75rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e7ed4;background-image:none;position:relative;display:block; }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row .container { background-color: transparent; background-image: none; }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row .container > .video-iframe-container { display: none; }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row > .video-iframe-container { display: none; }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .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); }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row .container { border-width: 0; border-radius: 0; }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row > .video-iframe-container {  }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#J1TQrOWQdO6haTNg7Da8Jwc7GATX7tfg { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.375rem;left:10.3125rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row .container { background-color: transparent; background-image: none; }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row .container > .video-iframe-container { display: none; }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row > .video-iframe-container { display: none; }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .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); }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row .container { border-width: 0; border-radius: 0; }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row > .video-iframe-container {  }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row .container { font-size:0.875rem;font-family:"open sans";height:25.3125rem;width:60rem;position:relative;display:block; }#VX5x8n0iq74t8xU7g2OH9rBATC8pSrXP { box-sizing:content-box;color:#ff6251;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:14.5625rem;left:1.5rem;display:none; }
#v2lq1ASw51QedLmtHb6MKwRigfpDtPoX { box-sizing:content-box;color:#ff6251;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:14.5625rem;left:1.5rem;display:none; }
#RS9tkhKhHUgtgGS5sTnv1SmrTzfQ0Aix { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:10.6875rem;left:8.75rem;height:0;font-style:normal;display:none; }
#a4aHJ5v25WkKnvaBstQkFQ6s5EJUmxor { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:13.1875rem;left:5.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ut313MfFi3PDxVJ8w9GIgOG76lrnHObn { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:16.125rem;left:13.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y8iCIVm6H3g9uGaHmyhu3QDPcE4BgXsM { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#007873;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:21.6875rem;left:2.625rem;display:none; }
#S7vBeJIOTa22GRb4Nw7zc8eULmcoTIMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-form-header {  }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:19.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-text { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-textarea { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-select { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.35);border-right:0.125rem solid rgba(242,249,255,0.35);border-bottom:0.125rem solid rgba(242,249,255,0.35);border-left:0.125rem solid rgba(242,249,255,0.35);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:2.5625rem;font-family:"open sans";color:#ffffff;font-size:0.8125rem;overflow:hidden; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-button { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:19.5rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 [class*="-text"]:-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"open sans";font-size:0.8125rem; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 [class*="-text"]::-moz-placeholder { color:rgba(242,249,255,0.4);font-family:"open sans";font-size:0.8125rem; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 [class*="-text"]:-ms-input-placeholder { color:rgba(242,249,255,0.4);font-family:"open sans";font-size:0.8125rem; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 [class*="-text"]::-webkit-input-placeholder { color:rgba(242,249,255,0.4);font-family:"open sans";font-size:0.8125rem; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .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";font-size:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-container:first-of-type{padding-top:0;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-container:last-of-type{padding-bottom:0;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2  { background-color:#007873;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34rem;top:6.9375rem;z-index:100025;position:absolute; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5rem; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 {display:block;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 { background-color:#007873;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34rem;top:6.9375rem;z-index:15025;position:absolute;display:none; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #Rnb1VSIPgDiXWaUPO12DUbvrzQdl9l3G { position:relative; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #hPLKdNChC3CgHqwHi8OXsPsoT2rFIGyf { position:relative;display:block; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #IKccO2LX0G2cH7kSkNNINgF2c6J0ZTbe { position:relative; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #QXpcC6L4VLTsrqb8SEZG6IBtuRXspshr { position:relative; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #CnRSTtBpOA1Lqesv2Nfp1XuN979ZQlEs { position:relative;display:block; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #rbynCECEVrMUIelhc8FSgyM5Hp8lM5X3 { position:relative; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #Uk7iJTqpNCzutZNofcHzsekkDgGXFaNm { position:relative; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #cHLuy38JffOUWpJTaeXNfsmJkyURgKnm { position:relative;display:block; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #ekJEHAqLGMk7weSRo2vl64dTpQkSA0UL { position:relative; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #VW31CZu5uXmJPtknuJ9R4ivKVrqibuyR { position:relative; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #JysGk1r93KHUFvVOfrJ0ou4PBGUT7PZd { position:relative; }
#QfotFTlWTV5lc4KQy44lupTlH1PzSHNa { background-color:#ff2a61;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.75rem;left:2.25rem;display:none; }
#ic6tsfI9eLwlI0kIvs9iuilHQZO1Dnff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5VLdeQPlEGMFSQNGSNPn3JPeXfoXgoe { color:#585858;display:block;width:24.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:4.375rem;left:5.875rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IkmVlNDxMA0BpcusVz0gZUrVk6ElcGex { background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.6875rem;left:5.875rem;display:block; }
#aiHEBKz6izNFEVFttd25zItTTwqRSvQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-form-header {  }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.75rem;font-weight:bold;color:#585858;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-text {padding-top: 0; padding-bottom: 0;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-select {padding-top: 0; padding-bottom: 0;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#9e7ed4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:9.75rem;height:3.4375rem;font-family:"gotham narrow";overflow:hidden;font-style:normal; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU [class*="-text"]:-moz-placeholder { color:#585858;font-family:"open sans";font-size:0.875rem; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU [class*="-text"]::-moz-placeholder { color:#585858;font-family:"open sans";font-size:0.875rem; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU [class*="-text"]:-ms-input-placeholder { color:#585858;font-family:"open sans";font-size:0.875rem; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU [class*="-text"]::-webkit-input-placeholder { color:#585858;font-family:"open sans";font-size:0.875rem; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-container:first-of-type{padding-top:0;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-container:last-of-type{padding-bottom:0;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:37.0625rem;top:4.375rem;z-index:15026;position:absolute; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;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; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU {display:block;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:37.0625rem;top:4.375rem;z-index:15026;position:absolute; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #TyeXLkFwhfmnuO8h1GxQpubOAXDkLFFN { position:relative; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NXdTny4KiwJNI97zR6Ge5ro19mp2zpio { position:relative;display:block; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NKd7eyIATqvLKZQZvBZ5KfGbUFXeNok4 { position:relative; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #qQNsO0msFnD8q9CLySnTSAdgFeBToLXL { position:relative; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #Gy4DRr7hmKDP4rsabrC4FpJO4V9TeKIL { position:relative;display:block; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #CrOLutKxX29GZRDD9RuRMsmG0F5tGWra { position:relative; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NZklqdsWQWbP1UhBL9T6w4IV9mD2dIMu { position:relative; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #N7N05NArf7KCMNoXGBfif7TZrwov90Ep { position:relative;display:block; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #z2puFg7h7KIWb2gdT3yTgWNPATcwZ44b { position:relative; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #VaBKKnd8lhr6yWABcaTctaadGJdu7KJh { position:relative; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #Q1goD47JymiKyqJ14RLC48tM5nQ4rCNe { position:relative; }
#kUOJ80cFoaoH0vt7vJfEk1XKf2LI6ZIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#kUOJ80cFoaoH0vt7vJfEk1XKf2LI6ZIO > .row .container { border-width: 0; border-radius: 0; }#kUOJ80cFoaoH0vt7vJfEk1XKf2LI6ZIO > .row > .video-iframe-container {  }#kUOJ80cFoaoH0vt7vJfEk1XKf2LI6ZIO > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:none; }#N05T7XIGfs0KKXZzSvPXlDkI6rmIVKcV { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:7.21875rem;left:0rem;height:19.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFbNIUgw8xaQZ0zTaMQpn0NvysPFV8wA { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #997165;border-left:0.3125rem solid #997165;border-right:0.3125rem solid #997165;border-bottom:0.3125rem solid #997165;border-top-left-radius:12.75rem;border-top-right-radius:12.75rem;border-bottom-left-radius:12.75rem;border-bottom-right-radius:12.75rem;height:21.625rem;width:21.625rem;top:4.15625rem;left:34.9375rem;overflow:hidden;display:block; }
#NhZXoyDQ8R88S74ks6mT1aXw5nNXRDyq { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.9375rem;left:0rem;height:3.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row .container { background-color: transparent; background-image: none; }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row .container > .video-iframe-container { display: none; }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row > .video-iframe-container { display: none; }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .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); }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row .container { border-width: 0; border-radius: 0; }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row > .video-iframe-container {  }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#S80q7m0cs9WMyJynRWBvSo5yVSTANlX1 { position:absolute;display:block;z-index:15005;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:2.75rem;left:6.875rem;display:block; }
#O85FENITaVETOiz7KiIXa3xTAawfWZI5 { box-sizing:content-box;color:#ffffff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:3.625rem;left:7.75rem;display:block; }
#rT0sO4wX5iFKBdSTFVgsL020SCgf86VR { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:10.25rem;left:3.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THNHPdnxJmkFqN3TF1TafXa8gFC79X2F { position:absolute;display:block;z-index:15008;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:13.75rem;left:8.75rem;display:block; }
#rGmRnJLCOAlNt9gyDT1CqoSmfy3xCs4A { color:#585858;display:block;width:11.25rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.375rem;left:4.375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNTQ43Itm5akcK7INm6lhcm7fUbQOpR8 { position:absolute;display:block;z-index:15010;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:2.75rem;left:26.875rem;display:block; }
#ph76seWRxMlX9wsJoZMfgmHKZMXwuRIE { box-sizing:content-box;color:#ffffff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:3.625rem;left:27.75rem;display:block; }
#HozxnDTTLaZCcH3Q42rU6xwQEvgzi6dF { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:10.25rem;left:25.1875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqCoNmAcxo4nldV2cJEF1bCpRtpOb8ln { position:absolute;display:block;z-index:15013;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:13.75rem;left:28.75rem;display:block; }
#FAgmDO3CR8HnNAzqRg8v6X52Q7QNtmqt { color:#585858;display:block;width:10.125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:14.375rem;left:24.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AH56fJkCXWRROWbmD3GE6VTk9ShLs3kU { position:absolute;display:block;z-index:15020;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:2.6875rem;left:46.9375rem;display:block; }
#bMsny7HZgWxE6FQ7gOtu9m8ebkDiI1kc { box-sizing:content-box;color:#ffffff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:3.5625rem;left:47.75rem;display:block; }
#n6rhUO2hF861QNIFm9ll47hdKCwN9rAA { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:10.1875rem;left:45.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLboGnVb60ifTdAWwa6t1eIxcXLPrBId { position:absolute;display:block;z-index:15023;background-color:#2b77a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.5rem;top:13.6875rem;left:48.8125rem;display:block; }
#eNEpZApxPTyIIq7Cr4SxBJ5fDAGBmte2 { color:#585858;display:block;width:10.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:14.375rem;left:44.625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#9e7ed4;background-image:none;position:relative;display:block; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { background-color: transparent; background-image: none; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container > .video-iframe-container { display: none; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row > .video-iframe-container { display: none; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .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); }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { border-width: 0; border-radius: 0; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row > .video-iframe-container {  }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#Uz79mXFIRu9rpod8iLZrEqGw2Rftk53U { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.1875rem;left:30.625rem;display:block; }
#CDHw8qXiiThGO9iRoy6Bhz4eWKHhqb5a { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.1875rem;left:33.1875rem;display:block; }
#MfOySV2brQit0szu9eFggvLPh15I9MRm { display:block;width:29.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.998046875rem;left:0.873046875rem;height:1.4375rem;font-style:normal;display:block; }
#nQrNSC9ZBqU5w5i2N2tnRr5iH0ZkS416 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.1875rem;left:35.75rem;display:block; }
#Ls6olRPHo9Tk1J9VozSrOlOGQQHcH9mx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:6.75rem;top:1.25rem;left:53.25rem;overflow:hidden;display:block; }
#E2IQ5Im5auGs46g3ktWNUumXIgLrz5Bd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.125rem;left:38.1875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:23.875rem;height:2.625rem;top:11.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkU0HiVRthrunmCqAyTIZ8zvToTMOpCg { width:20.9375rem;height:2.5rem;top:8.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttLAlFIWszGwH9S5Awi3G3g43sfQTTEC { width:5.5625rem;height:4.0625rem;top:3.0625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBgFDtAOJGeFJQmnToraez5F6lzNAgZz { width:15.5625rem;height:3.625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9gpOkPB3K0yTWQ4nWXw6H65XPbCzMl4 { display:block; }
 }@media only screen and (max-width: 763px) { #iglELZTTBTcHcUKGX02Uu4T6SeNLQ4bx { width:16.0625rem;height:3.625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC1EBzZZ3ud3qb2T8n8tBLE8IJQoTWUG { display:block; }
 }@media only screen and (max-width: 763px) { #fEG5dJSLpSTGEEMkbrS9dbSblTXV8Ddm { width:23.75rem;height:4.75rem;top:15.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgK018hEWOZZHWfGZNruqSGKd5aWUu6l { display:block; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7knxkVZlRgmwa8HBErAAxT5Ma3ouNJn { width:39.375rem;height:7.75rem;top:1.625rem;left:2.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:4.5rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:4.5rem;top:13.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:4.5rem;top:13.5625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfXNuZDPHpGsqJKJgEwrJqV5UfOTlqN { width:3.3125rem;height:3.3125rem;top:2.6875rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nakpib4IVqbizSfKFNu9AWBrqqCUgqHF { width:3.625rem;height:3.625rem;top:2.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJg47Pnw9M4svJHBEwWcvUslvhcuQ5r { width:3.4375rem;height:3.4375rem;top:2.625rem;left:37.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGDPXbS0kpURx7waJRBTkOL9N9F10mQA { display:block; }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXNyySLaszlBQlCdikBwllRtnN26zd4t { width:1.1875rem;height:1.3125rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTUvLuL5ZNp9Z7VtMKtuIW7kRHzvauE7 { width:1.1875rem;height:1.3125rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhExLWmoMWkO4g3auOO2koMfpzhIt3xb { width:17.5625rem;height:1.6875rem;top:21.875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTltPP1N9MR5p6A8yHPBTl1nsRwTyGyT { width:26.125rem;height:2.25rem;top:13.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1dUoU5rulpyJ6wgVGdcJxTfUqBKlabt { width:17.375rem;height:2.75rem;top:16.125rem;left:7rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:33.5rem;height:15.75rem;top:2.5rem;left:14.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTl6UBIVml9gkd4SidHswTOcdPiTrS96 { width:17.3125rem;height:15.625rem;top:4.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXOVxhrnrkqmx7D6SbIMIfwfMxcd02wn { width:19rem;height:15.75rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBTT9mKTnhUALtH4XAtUTVa0Xt5eqgIA { width:15.5625rem;height:3.4375rem;top:21.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAe4ql143zIRO09JRMu7uzDkh0U13XWM { display:block; }
 }@media only screen and (max-width: 763px) { #D6U9TuytyUuv52DFH23pTbLNPZP1qRRA { display:block; }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RC1ITUn3eNo7vzqf3feTRnpTElk7O3Z8 { width:1.1875rem;height:1.3125rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpWqh0LscQwTI8QHIdzzS1EQrWqD7qgk { width:1.1875rem;height:1.3125rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeEvGiCWo5U9GWXaBJTcAkdneitLZCVr { width:17.5625rem;height:1.6875rem;top:21.875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAkxeAD6tGlGL9uTNGDnaeQSDoB3tw9W { width:26.125rem;height:2.25rem;top:13.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #msAkmApRKFrdsFrWREwkf4eDQsuqer64 { width:17.375rem;height:2.75rem;top:16.125rem;left:7rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8HsoewoV2WFe7cwTug16TWXT4r9aFIa { display:none; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nqtuuLvR2Aa1lT0qnOwbPCSa0uUaq4h5 { width:30.375rem;height:19.25rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkN4JIqZ3bJ46RnC67O6W38KBZJb32iN { width:29.625rem;height:19.875rem;top:3.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR9m51QISQUwWpWiy7tIovCoQvOkTROi { width:41.4375rem;height:3.875rem;top:2.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w { display:block; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nce1vX4M1JB0ibcIVH5kCDCzB5bL6t6H { width:38.8125rem;height:16rem;top:12.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmfeRQKTgrSHVDKl8HJupAKJ8AUlT0L { width:47.75rem;height:2.875rem;top:6rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQAk6NeJ2fVDTbV0anwEiaIUJN8VC5PN { width:47.75rem;height:1.9375rem;top:8.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:47.75rem;height:8.75rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKGe6zM0C9QCkJqHX4TvBp9vXuVwOPlJ { width:39.375rem;height:5.75rem;top:3rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHpG6zQuWSbbJVQMgDNTQfPndQPbFTTl { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ndrAXBK8i8IJXPM52pVXSp7R19LcZL { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3Dcr0fZigGMR0HgNEkXdngTN7CAywL8 { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZVMhAbDdMz1NA54iQRM5lzTuOCrMkbb { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl { display:block; }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1TQrOWQdO6haTNg7Da8Jwc7GATX7tfg { width:39.375rem;height:5.75rem;top:1.375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg { display:block; }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX5x8n0iq74t8xU7g2OH9rBATC8pSrXP { width:1.1875rem;height:1.3125rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2lq1ASw51QedLmtHb6MKwRigfpDtPoX { width:1.1875rem;height:1.3125rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RS9tkhKhHUgtgGS5sTnv1SmrTzfQ0Aix { width:17.5625rem;height:1.6875rem;top:21.875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4aHJ5v25WkKnvaBstQkFQ6s5EJUmxor { width:26.125rem;height:2.25rem;top:13.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ut313MfFi3PDxVJ8w9GIgOG76lrnHObn { width:17.375rem;height:2.75rem;top:16.125rem;left:7rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8iCIVm6H3g9uGaHmyhu3QDPcE4BgXsM { width:15.5625rem;height:3.625rem;top:21.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7vBeJIOTa22GRb4Nw7zc8eULmcoTIMT { display:block; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-regular-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-text { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-textarea { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-select { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-button { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2  { width:21.6875rem;height:auto;top:2.6875rem;left:8.75rem; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .radio-container { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 {display:block;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 { width:21.6875rem;height:auto;top:2.6875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #Rnb1VSIPgDiXWaUPO12DUbvrzQdl9l3G {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #hPLKdNChC3CgHqwHi8OXsPsoT2rFIGyf { display:block; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #IKccO2LX0G2cH7kSkNNINgF2c6J0ZTbe {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #QXpcC6L4VLTsrqb8SEZG6IBtuRXspshr {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #CnRSTtBpOA1Lqesv2Nfp1XuN979ZQlEs { display:block; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #rbynCECEVrMUIelhc8FSgyM5Hp8lM5X3 {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #Uk7iJTqpNCzutZNofcHzsekkDgGXFaNm {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #cHLuy38JffOUWpJTaeXNfsmJkyURgKnm { display:block; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #ekJEHAqLGMk7weSRo2vl64dTpQkSA0UL {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #VW31CZu5uXmJPtknuJ9R4ivKVrqibuyR {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #JysGk1r93KHUFvVOfrJ0ou4PBGUT7PZd {  }
 }@media only screen and (max-width: 763px) { #QfotFTlWTV5lc4KQy44lupTlH1PzSHNa { width:15.5625rem;height:3.625rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ic6tsfI9eLwlI0kIvs9iuilHQZO1Dnff { display:block; }
 }@media only screen and (max-width: 763px) { #Q5VLdeQPlEGMFSQNGSNPn3JPeXfoXgoe { width:24.8125rem;height:8.125rem;top:4.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmVlNDxMA0BpcusVz0gZUrVk6ElcGex { width:15.5625rem;height:3.5rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiHEBKz6izNFEVFttd25zItTTwqRSvQh { display:block; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-regular-label { display:block; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU  { width:15rem;height:auto; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU {display:block;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #TyeXLkFwhfmnuO8h1GxQpubOAXDkLFFN {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NXdTny4KiwJNI97zR6Ge5ro19mp2zpio { display:block; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NKd7eyIATqvLKZQZvBZ5KfGbUFXeNok4 {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #qQNsO0msFnD8q9CLySnTSAdgFeBToLXL {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #Gy4DRr7hmKDP4rsabrC4FpJO4V9TeKIL { display:block; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #CrOLutKxX29GZRDD9RuRMsmG0F5tGWra {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NZklqdsWQWbP1UhBL9T6w4IV9mD2dIMu {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #N7N05NArf7KCMNoXGBfif7TZrwov90Ep { display:block; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #z2puFg7h7KIWb2gdT3yTgWNPATcwZ44b {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #VaBKKnd8lhr6yWABcaTctaadGJdu7KJh {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #Q1goD47JymiKyqJ14RLC48tM5nQ4rCNe {  }
 }@media only screen and (max-width: 763px) { #kUOJ80cFoaoH0vt7vJfEk1XKf2LI6ZIO { display:none; }#kUOJ80cFoaoH0vt7vJfEk1XKf2LI6ZIO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N05T7XIGfs0KKXZzSvPXlDkI6rmIVKcV { width:30.375rem;height:19.25rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFbNIUgw8xaQZ0zTaMQpn0NvysPFV8wA { width:21.625rem;height:21.625rem;top:4.125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZXoyDQ8R88S74ks6mT1aXw5nNXRDyq { width:31.5625rem;height:3.875rem;top:1.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW { display:block; }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S80q7m0cs9WMyJynRWBvSo5yVSTANlX1 { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85FENITaVETOiz7KiIXa3xTAawfWZI5 { width:4.5rem;height:4.5rem;top:3.625rem;left:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0sO4wX5iFKBdSTFVgsL020SCgf86VR { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNHPdnxJmkFqN3TF1TafXa8gFC79X2F { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmRnJLCOAlNt9gyDT1CqoSmfy3xCs4A { width:11.25rem;height:4.5rem;top:14.375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTQ43Itm5akcK7INm6lhcm7fUbQOpR8 { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph76seWRxMlX9wsJoZMfgmHKZMXwuRIE { width:4.5rem;height:4.5rem;top:3.625rem;left:21.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozxnDTTLaZCcH3Q42rU6xwQEvgzi6dF { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCoNmAcxo4nldV2cJEF1bCpRtpOb8ln { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgmDO3CR8HnNAzqRg8v6X52Q7QNtmqt { width:10.125rem;height:4.5rem;top:14.375rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH56fJkCXWRROWbmD3GE6VTk9ShLs3kU { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMsny7HZgWxE6FQ7gOtu9m8ebkDiI1kc { width:4.5rem;height:4.5rem;top:3.5625rem;left:37.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6rhUO2hF861QNIFm9ll47hdKCwN9rAA { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLboGnVb60ifTdAWwa6t1eIxcXLPrBId { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNEpZApxPTyIIq7Cr4SxBJ5fDAGBmte2 { width:10.75rem;height:4.5rem;top:14.375rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ { display:block; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz79mXFIRu9rpod8iLZrEqGw2Rftk53U { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDHw8qXiiThGO9iRoy6Bhz4eWKHhqb5a { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfOySV2brQit0szu9eFggvLPh15I9MRm { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQrNSC9ZBqU5w5i2N2tnRr5iH0ZkS416 { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls6olRPHo9Tk1J9VozSrOlOGQQHcH9mx { width:6.75rem;height:2.875rem;top:1.25rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2IQ5Im5auGs46g3ktWNUumXIgLrz5Bd { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { background-color:rgba(161,127,200,0.61);background-image:url("https://images.assets-landingi.com/uc/b18467d1-bb3d-449e-89a5-bf7ba06326c1/SwamiJyothirmayahKleur.crop_3390x3226_924,0.preview.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM.adaptive-delivery-prevent-bg, #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM.lazyload, #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM.lazyloading { background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container {  }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:20rem;height:1.625rem;top:8.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkU0HiVRthrunmCqAyTIZ8zvToTMOpCg { width:18.8125rem;height:2.5rem;top:10.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ttLAlFIWszGwH9S5Awi3G3g43sfQTTEC { width:4.5625rem;height:3.3125rem;top:3.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBgFDtAOJGeFJQmnToraez5F6lzNAgZz { width:13.9375rem;height:3.5625rem;top:22.1875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9gpOkPB3K0yTWQ4nWXw6H65XPbCzMl4 { display:block; }
 }@media only screen and (max-width: 763px) { #iglELZTTBTcHcUKGX02Uu4T6SeNLQ4bx { width:14.0625rem;height:3.625rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC1EBzZZ3ud3qb2T8n8tBLE8IJQoTWUG { display:block; }
 }@media only screen and (max-width: 763px) { #fEG5dJSLpSTGEEMkbrS9dbSblTXV8Ddm { width:20rem;height:2.875rem;top:13.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgK018hEWOZZHWfGZNruqSGKd5aWUu6l { background-color:#ffffff;background-image:none;display:block; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container { background-color: transparent; background-image: none; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container > .video-iframe-container { display: none; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row > .video-iframe-container { display: none; }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .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); }#NgK018hEWOZZHWfGZNruqSGKd5aWUu6l > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7knxkVZlRgmwa8HBErAAxT5Ma3ouNJn { width:20rem;height:4.25rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;color:#9e7ed4;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:16.5rem;height:3.125rem;top:9.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:4.5rem;top:13.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:12.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:16rem;height:3.125rem;top:25.9375rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:4.5rem;top:47rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:18.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:29.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:14.6875rem;height:3.125rem;top:42.75rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:4.5rem;top:29.875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:35.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:46.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfXNuZDPHpGsqJKJgEwrJqV5UfOTlqN { width:3.3125rem;height:3.3125rem;top:3.40625rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nakpib4IVqbizSfKFNu9AWBrqqCUgqHF { width:3.625rem;height:3.625rem;top:19.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJg47Pnw9M4svJHBEwWcvUslvhcuQ5r { width:3.4375rem;height:3.4375rem;top:36.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGDPXbS0kpURx7waJRBTkOL9N9F10mQA { display:block; }#pGDPXbS0kpURx7waJRBTkOL9N9F10mQA > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXNyySLaszlBQlCdikBwllRtnN26zd4t { width:1.125rem;height:1.25rem;top:30.2529296875rem;left:1.25rem;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #XTUvLuL5ZNp9Z7VtMKtuIW7kRHzvauE7 { width:1.125rem;height:1.25rem;top:41.2529296875rem;left:1.0625rem;font-size:0.8125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #NhExLWmoMWkO4g3auOO2koMfpzhIt3xb { width:15.4375rem;height:0;top:12.0625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #GTltPP1N9MR5p6A8yHPBTl1nsRwTyGyT { width:14.4375rem;height:0;top:14.375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #u1dUoU5rulpyJ6wgVGdcJxTfUqBKlabt { width:10.25rem;height:0;top:16.5rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:18.0625rem;height:19.5rem;top:1.625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTl6UBIVml9gkd4SidHswTOcdPiTrS96 { width:15.1875rem;height:16.25rem;top:24.6875rem;left:2.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXOVxhrnrkqmx7D6SbIMIfwfMxcd02wn { width:16.5rem;height:16.875rem;top:22.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBTT9mKTnhUALtH4XAtUTVa0Xt5eqgIA { width:15.5625rem;height:3.4375rem;top:43.125rem;left:2.21875rem;font-size:1rem;background-color:#9e7ed4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mAe4ql143zIRO09JRMu7uzDkh0U13XWM { display:block; }
 }@media only screen and (max-width: 763px) { #D6U9TuytyUuv52DFH23pTbLNPZP1qRRA { display:block; }#D6U9TuytyUuv52DFH23pTbLNPZP1qRRA > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RC1ITUn3eNo7vzqf3feTRnpTElk7O3Z8 { width:1.125rem;height:1.25rem;top:30.2529296875rem;left:1.25rem;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #dpWqh0LscQwTI8QHIdzzS1EQrWqD7qgk { width:1.125rem;height:1.25rem;top:41.2529296875rem;left:1.0625rem;font-size:0.8125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #xeEvGiCWo5U9GWXaBJTcAkdneitLZCVr { width:15.4375rem;height:0;top:12.0625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #qAkxeAD6tGlGL9uTNGDnaeQSDoB3tw9W { width:14.4375rem;height:0;top:14.375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #msAkmApRKFrdsFrWREwkf4eDQsuqer64 { width:10.25rem;height:0;top:16.5rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #X8HsoewoV2WFe7cwTug16TWXT4r9aFIa { background-color:#ffffff;background-image:none;display:block; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container { background-color: transparent; background-image: none; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container > .video-iframe-container { display: none; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row > .video-iframe-container { display: none; }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .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); }#X8HsoewoV2WFe7cwTug16TWXT4r9aFIa > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqtuuLvR2Aa1lT0qnOwbPCSa0uUaq4h5 { width:19rem;height:21rem;top:20.625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkN4JIqZ3bJ46RnC67O6W38KBZJb32iN { width:17.75rem;height:12.25rem;top:2rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR9m51QISQUwWpWiy7tIovCoQvOkTROi { width:19.9375rem;height:2rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Jf3hK1Q9/Santi_Final_Mobil.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.adaptive-delivery-prevent-bg, #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.lazyload, #CKACrRE1GMM992GwF6s2F1zK0B1Tly8w.lazyloading { background-image: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { background-color: transparent; background-image: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container > .video-iframe-container { display: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row > .video-iframe-container { display: none; }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .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); }#CKACrRE1GMM992GwF6s2F1zK0B1Tly8w > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nce1vX4M1JB0ibcIVH5kCDCzB5bL6t6H { width:19rem;height:19.25rem;top:27.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmfeRQKTgrSHVDKl8HJupAKJ8AUlT0L { width:20rem;height:1.75rem;top:21rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQAk6NeJ2fVDTbV0anwEiaIUJN8VC5PN { width:20rem;height:3rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:20rem;height:6.875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKGe6zM0C9QCkJqHX4TvBp9vXuVwOPlJ { width:20rem;height:4.125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { width:12.9375rem;height:2.625rem;top:14.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:16.5rem;height:9.375rem;top:5.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:1.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { width:1.5rem;height:1.5rem;top:1.9375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:18.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { width:1.5rem;height:1.5rem;top:19.125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:35.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { width:1.5rem;height:1.5rem;top:36.5625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHpG6zQuWSbbJVQMgDNTQfPndQPbFTTl { width:12.9375rem;height:2.625rem;top:31.5625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ndrAXBK8i8IJXPM52pVXSp7R19LcZL { width:16.5rem;height:7.8125rem;top:22.5rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3Dcr0fZigGMR0HgNEkXdngTN7CAywL8 { width:12.9375rem;height:2.625rem;top:47.3125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZVMhAbDdMz1NA54iQRM5lzTuOCrMkbb { width:16.5rem;height:6.25rem;top:39.8125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl { display:block; }#T9U9M1qBBs7J3T7hxc9cVnDvVMFTTEQl > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1TQrOWQdO6haTNg7Da8Jwc7GATX7tfg { width:20rem;height:4.125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg { display:block; }#n2AQFUfoKkKdvPyLFLq26aKzO0TJ1blg > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX5x8n0iq74t8xU7g2OH9rBATC8pSrXP { width:1.125rem;height:1.25rem;top:30.2529296875rem;left:1.25rem;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #v2lq1ASw51QedLmtHb6MKwRigfpDtPoX { width:1.125rem;height:1.25rem;top:41.2529296875rem;left:1.0625rem;font-size:0.8125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #RS9tkhKhHUgtgGS5sTnv1SmrTzfQ0Aix { width:15.4375rem;height:0;top:12.0625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #a4aHJ5v25WkKnvaBstQkFQ6s5EJUmxor { width:14.4375rem;height:0;top:14.375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Ut313MfFi3PDxVJ8w9GIgOG76lrnHObn { width:10.25rem;height:0;top:16.5rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #y8iCIVm6H3g9uGaHmyhu3QDPcE4BgXsM { width:15.5625rem;height:3.625rem;top:17.125rem;left:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7vBeJIOTa22GRb4Nw7zc8eULmcoTIMT { display:block; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-regular-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-text { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-textarea { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-select { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-input-button { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .widget-checkbox-label { width:13.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2  { width:14.75rem;height:auto;top:24.5rem;left:1.375rem; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 .radio-container { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 {display:block;}#W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 { width:14.75rem;height:auto;top:24.5rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #Rnb1VSIPgDiXWaUPO12DUbvrzQdl9l3G {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #hPLKdNChC3CgHqwHi8OXsPsoT2rFIGyf { display:block; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #IKccO2LX0G2cH7kSkNNINgF2c6J0ZTbe {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #QXpcC6L4VLTsrqb8SEZG6IBtuRXspshr {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #CnRSTtBpOA1Lqesv2Nfp1XuN979ZQlEs { display:block; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #rbynCECEVrMUIelhc8FSgyM5Hp8lM5X3 {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #Uk7iJTqpNCzutZNofcHzsekkDgGXFaNm {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #cHLuy38JffOUWpJTaeXNfsmJkyURgKnm { display:block; }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #ekJEHAqLGMk7weSRo2vl64dTpQkSA0UL {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #VW31CZu5uXmJPtknuJ9R4ivKVrqibuyR {  }
 }@media only screen and (max-width: 763px) { #W9Ia55PqAUQni2dgTUSeT3Uvm6EhXeO2 #JysGk1r93KHUFvVOfrJ0ou4PBGUT7PZd {  }
 }@media only screen and (max-width: 763px) { #QfotFTlWTV5lc4KQy44lupTlH1PzSHNa { width:15.5625rem;height:3.625rem;top:43.4375rem;left:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ic6tsfI9eLwlI0kIvs9iuilHQZO1Dnff { display:block; }
 }@media only screen and (max-width: 763px) { #Q5VLdeQPlEGMFSQNGSNPn3JPeXfoXgoe { width:20rem;height:6.5625rem;top:1.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkmVlNDxMA0BpcusVz0gZUrVk6ElcGex { width:15.5625rem;height:3.4375rem;top:9rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiHEBKz6izNFEVFttd25zItTTwqRSvQh { display:block; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-text {padding-top: 0; padding-bottom: 0;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-select {padding-top: 0; padding-bottom: 0;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU  { width:15rem;height:auto;top:16.375rem;left:1.25rem; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU {display:block;}#gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU { width:15rem;height:auto;top:16.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #TyeXLkFwhfmnuO8h1GxQpubOAXDkLFFN {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NXdTny4KiwJNI97zR6Ge5ro19mp2zpio { display:block; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NKd7eyIATqvLKZQZvBZ5KfGbUFXeNok4 {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #qQNsO0msFnD8q9CLySnTSAdgFeBToLXL {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #Gy4DRr7hmKDP4rsabrC4FpJO4V9TeKIL { display:block; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #CrOLutKxX29GZRDD9RuRMsmG0F5tGWra {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #NZklqdsWQWbP1UhBL9T6w4IV9mD2dIMu {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #N7N05NArf7KCMNoXGBfif7TZrwov90Ep { display:block; }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #z2puFg7h7KIWb2gdT3yTgWNPATcwZ44b {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #VaBKKnd8lhr6yWABcaTctaadGJdu7KJh {  }
 }@media only screen and (max-width: 763px) { #gzHIOwmLRZ76WDMRgNUw8r6rLNOmPRNU #Q1goD47JymiKyqJ14RLC48tM5nQ4rCNe {  }
 }@media only screen and (max-width: 763px) { #kUOJ80cFoaoH0vt7vJfEk1XKf2LI6ZIO { background-color:#ffffff;background-image:none;display:none; }#kUOJ80cFoaoH0vt7vJfEk1XKf2LI6ZIO > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N05T7XIGfs0KKXZzSvPXlDkI6rmIVKcV { width:19rem;height:22.5rem;top:13.71875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFbNIUgw8xaQZ0zTaMQpn0NvysPFV8wA { width:6.9375rem;height:6.9375rem;top:1.625rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZXoyDQ8R88S74ks6mT1aXw5nNXRDyq { width:12.75rem;height:2rem;top:10.1875rem;left:3.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW { display:block; }#y8Mt60bHssudp9dGMlRd0hsZvSdVgmTW > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S80q7m0cs9WMyJynRWBvSo5yVSTANlX1 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85FENITaVETOiz7KiIXa3xTAawfWZI5 { width:4.5rem;height:4.5rem;top:2.125rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0sO4wX5iFKBdSTFVgsL020SCgf86VR { width:13.8125rem;height:3.125rem;top:8.75rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNHPdnxJmkFqN3TF1TafXa8gFC79X2F { width:2.5rem;height:0.125rem;top:11.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGmRnJLCOAlNt9gyDT1CqoSmfy3xCs4A { width:15.75rem;height:3rem;top:12.75rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTQ43Itm5akcK7INm6lhcm7fUbQOpR8 { width:6.25rem;height:6.25rem;top:16.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph76seWRxMlX9wsJoZMfgmHKZMXwuRIE { width:4.5rem;height:4.5rem;top:17.625rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozxnDTTLaZCcH3Q42rU6xwQEvgzi6dF { width:9.5rem;height:3.125rem;top:23.75rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCoNmAcxo4nldV2cJEF1bCpRtpOb8ln { width:2.5rem;height:0.125rem;top:26.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgmDO3CR8HnNAzqRg8v6X52Q7QNtmqt { width:11.0625rem;height:4.5rem;top:27.5rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH56fJkCXWRROWbmD3GE6VTk9ShLs3kU { width:6.25rem;height:6.25rem;top:32.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMsny7HZgWxE6FQ7gOtu9m8ebkDiI1kc { width:4.5rem;height:4.5rem;top:33.25rem;left:7.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6rhUO2hF861QNIFm9ll47hdKCwN9rAA { width:9.9375rem;height:3.125rem;top:39.625rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLboGnVb60ifTdAWwa6t1eIxcXLPrBId { width:2.5rem;height:0.125rem;top:42.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNEpZApxPTyIIq7Cr4SxBJ5fDAGBmte2 { width:18.5rem;height:3rem;top:43.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ { display:block; }#XW9xToKTLv6fyoLLFKgnQKy70uLNSTvZ > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz79mXFIRu9rpod8iLZrEqGw2Rftk53U { width:3.125rem;height:3.125rem;top:4.8125rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDHw8qXiiThGO9iRoy6Bhz4eWKHhqb5a { width:3.125rem;height:3.125rem;top:4.8125rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfOySV2brQit0szu9eFggvLPh15I9MRm { width:19.25rem;height:2.5rem;top:1.6861991882324rem;left:0.43619799613952rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQrNSC9ZBqU5w5i2N2tnRr5iH0ZkS416 { width:3.125rem;height:3.125rem;top:4.8125rem;left:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls6olRPHo9Tk1J9VozSrOlOGQQHcH9mx { width:6.75rem;height:2.875rem;top:8.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2IQ5Im5auGs46g3ktWNUumXIgLrz5Bd { width:3.125rem;height:3.125rem;top:4.8125rem;left:13.125rem;font-size:2.1875rem;display:block; }
 }