.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:#031117;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b1394;background-image:none;position:relative;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { border-width: 0; border-radius: 0; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container {  }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { font-size:14px;font-family:arial;height:111px;width:960px;position:relative;display:block; }#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:"open sans";font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:288px;height:81px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.0000004768372px;left:326.00003051758px;z-index:15001; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #AOuB3br8U2ubAPOwBcAWtR2hlorq5MnP { display:flex;position:relative;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #LbuCbk8vSZXtKlOTeWy9lHn0gmCFHnpd { width:auto; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #UdnhqqXogAfg20lH3NdLFvgwyJqXStgq {  }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #tZeAmRr9XCiGAVklFPeS2a3TiDbnhzqp { display:flex;position:relative;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #tDavwQilbdLsLStXVekoZ3hTkdpplq3T {  }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #L4tyd0Ii0MBOlIUobQyGtLdO46GPqgHg {  }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #TMO8boPkovKLQMX2MpZobi4DImamhMHk { display:flex;position:relative;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #NxLXZl7pcVTfwX1E84IJhHATx2vkSQIJ {  }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #bdpy83RnlfxZoKzlqn43V5OOWJvSNH1p {  }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #hVAfbNFFRAixNJm5HGPc2alUyxhl1W1H { display:flex;position:relative;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #vqqDmNxxVmDV4ZsToquw9oIeLDFi5WuM {  }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #OcHnStoZO807UwTVGbEXTaZwdKUxbTgn {  }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/tkJnOS-jNGE/unsplash/boxed-water-is-better-tkJnOS-jNGE-photo-1627483262112-039e9a0a0f16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.5); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.5); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container {  }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:960px;height:824px;font-size:14px;font-family:arial;position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:56px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:36.984375px;left:0px;height:184.8px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:925px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:266px;left:0px;height:46.8px;color:#00c2ca;font-style:normal;display:block; }
#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { display:block;width:788px;position:absolute;font-family:"open sans";font-size:28px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:375px;left:0px;height:;color:#03c2ff;font-style:normal;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
#mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { display:block;width:151px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:757px;left:19px;height:23.4px;color:#000000;font-style:normal;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#03c2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:359px;height:67px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:669px;left:0px;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { background-color: transparent; background-image: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .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); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { border-width: 0; border-radius: 0; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container {  }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { font-size:14px;font-family:arial;height:320px;width:960px;position:relative;display:block; }#gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:170px;left:0px;height:31.2px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#5b1394;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15000;top:65px;left:105px;display:block; }
#PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:85px;left:125px;display:block; }
#p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:212px;left:0px;height:44.8px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:212px;left:330px;height:44.8px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:170px;left:330px;height:31.2px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#5b1394;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15004;top:65px;left:435px;display:block; }
#Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:85px;left:455px;display:block; }
#f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:212px;left:660px;height:44.8px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:170px;left:660px;height:31.2px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#5b1394;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15008;top:65px;left:765px;display:block; }
#tsunCv2SdlhLAQcSJZKVta45M50XywgT { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:85px;left:785px;display:block; }
#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/h4i9G-de7Po/unsplash/john-arano-h4i9G-de7Po-photo-1541534741688-6078c6bfb5c5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { border-width: 0; border-radius: 0; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container {  }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { font-size:14px;font-family:arial;height:557px;width:960px;position:relative;display:block; }#zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { display:block;width:536px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:81px;left:212px;height:59.8011px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#H9gbN18TLTTSMZBI55wBcKBgHcQmg5Vp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:317px;width:565px;top:159px;left:198px;display:block; }
#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b1394;background-image:none;position:relative;display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { background-color: transparent; background-image: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .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); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { border-width: 0; border-radius: 0; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container {  }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { font-size:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-form-header {  }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-regular-label { display:block;width:299px;height:auto;font-size:12px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text { border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;height:55px;width:299px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-textarea { border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;height:47px;width:299px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select { border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;height:55px;width:299px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:55px;width:220px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:26px;background-color:#5b1394;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]:-moz-placeholder { font-size:14px;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]::-moz-placeholder { font-size:14px;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]:-ms-input-placeholder { font-size:14px;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]::-webkit-input-placeholder { font-size:14px;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:844px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:130.5px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container:first-of-type{padding-top:0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container:last-of-type{padding-bottom:0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:878px;height:auto;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;left:20.966659545898px;top:145.96655273438px;z-index:15000;position:absolute; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .radio-container { width:309px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:878px;height:auto;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;left:20.966659545898px;top:145.96655273438px;z-index:15000;position:absolute; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #XeUruAEXpfhlbTNDZ4rNdf2V9ZlgClSz { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BkpWIKe2IG4lQT1KmFnIaDTWUk5z3eQ2 { position:relative;display:none; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #kRTyT9HinHeuspxcwKASpE4vduFU4PCR { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BxSrNutgN7I4ZqV5QhgBShq0UJOtlnUw { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #VGWk6qTx4tm4EutIek9zo3K3O5wK7wGa { position:relative;display:none; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #v7hwMHJt5EFNNMy2DpnLKy41dLVcwlSr { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #S5vgT8zdh4CPiO6QTXHUhQgmB3hqdFJk { position:relative; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #dSVLE7oUeu6JOs8JAtsqRfNDrGpMdzA0 { position:relative; }
#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:828px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:68px;left:63px;height:59.8px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:426px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:272px;left:251.5px;height:36.4px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:164px;width:164px;top:367px;left:398px;overflow:hidden;display:block; }
#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;background-image:none;position:relative;display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { background-color: transparent; background-image: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .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); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { border-width: 0; border-radius: 0; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container {  }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { font-size:14px;font-family:arial;height:317px;width:960px;position:relative;display:block; }#vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { color:#000000;display:block;width:98px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:117px;left:382px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { color:#000000;display:block;width:75px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:117px;left:506px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { color:#000000;display:block;width:960px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:174px;left:0px;height:109.2px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk { display:flex;width:288px;height:81px;top:5px;left:228.00003051758px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #AOuB3br8U2ubAPOwBcAWtR2hlorq5MnP { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #LbuCbk8vSZXtKlOTeWy9lHn0gmCFHnpd {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #UdnhqqXogAfg20lH3NdLFvgwyJqXStgq {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #tZeAmRr9XCiGAVklFPeS2a3TiDbnhzqp { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #tDavwQilbdLsLStXVekoZ3hTkdpplq3T {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #L4tyd0Ii0MBOlIUobQyGtLdO46GPqgHg {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #TMO8boPkovKLQMX2MpZobi4DImamhMHk { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #NxLXZl7pcVTfwX1E84IJhHATx2vkSQIJ {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #bdpy83RnlfxZoKzlqn43V5OOWJvSNH1p {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #hVAfbNFFRAixNJm5HGPc2alUyxhl1W1H { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #vqqDmNxxVmDV4ZsToquw9oIeLDFi5WuM {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #OcHnStoZO807UwTVGbEXTaZwdKUxbTgn {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:764px;height:184px;top:36px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:764px;height:46px;top:266px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:764px;height:229px;top:375px;left:0px;font-size:18px;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:151px;height:23px;top:757px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:359px;height:67px;top:669px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:300px;height:31px;top:170px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:90px;height:90px;top:66px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:50px;height:50px;top:86px;left:103px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:300px;height:44px;top:212px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:300px;height:44px;top:212px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:255px;height:31px;top:170px;left:254.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:90px;height:90px;top:66px;left:336.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:50px;height:50px;top:86px;left:356.66666666667px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:300px;height:44px;top:212px;left:462px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:255px;height:31px;top:171px;left:509.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:90px;height:90px;top:67px;left:592.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:50px;height:50px;top:87px;left:612.33333333333px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:536px;height:59px;top:81px;left:114px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #H9gbN18TLTTSMZBI55wBcKBgHcQmg5Vp { top:159px;left:100px;width:565px;height:317px;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-regular-label { width:222px;display:block; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text { width:222px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-textarea { width:222px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select { width:222px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-checkbox-label { width:690px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-radio-label { width:92px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b  { width:724px;height:auto;top:145px;left:0px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .radio-container { width:232px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b {display:inline-block;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b { width:724px;height:auto;top:145px;left:0px; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #XeUruAEXpfhlbTNDZ4rNdf2V9ZlgClSz {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BkpWIKe2IG4lQT1KmFnIaDTWUk5z3eQ2 { display:none; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #kRTyT9HinHeuspxcwKASpE4vduFU4PCR {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BxSrNutgN7I4ZqV5QhgBShq0UJOtlnUw {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #VGWk6qTx4tm4EutIek9zo3K3O5wK7wGa { display:none; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #v7hwMHJt5EFNNMy2DpnLKy41dLVcwlSr {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #S5vgT8zdh4CPiO6QTXHUhQgmB3hqdFJk {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #dSVLE7oUeu6JOs8JAtsqRfNDrGpMdzA0 {  }
 }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:764px;height:59px;top:68px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:426px;height:36px;top:272px;left:153.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { top:367px;left:300px;width:164px;height:164px;display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { top:117px;left:284px;width:98px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { top:117px;left:408px;width:75px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { top:174px;left:0px;width:764px;height:75px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:320px;height:109px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk { display:flex;width:288px;height:81px;top:0px;left:12px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #AOuB3br8U2ubAPOwBcAWtR2hlorq5MnP { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #LbuCbk8vSZXtKlOTeWy9lHn0gmCFHnpd {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #UdnhqqXogAfg20lH3NdLFvgwyJqXStgq {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #tZeAmRr9XCiGAVklFPeS2a3TiDbnhzqp { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #tDavwQilbdLsLStXVekoZ3hTkdpplq3T {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #L4tyd0Ii0MBOlIUobQyGtLdO46GPqgHg {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #TMO8boPkovKLQMX2MpZobi4DImamhMHk { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #NxLXZl7pcVTfwX1E84IJhHATx2vkSQIJ {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #bdpy83RnlfxZoKzlqn43V5OOWJvSNH1p {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #hVAfbNFFRAixNJm5HGPc2alUyxhl1W1H { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #vqqDmNxxVmDV4ZsToquw9oIeLDFi5WuM {  }
 }@media only screen and (max-width: 763px) { #TPk6mhUb7FDS3xv7pogBrMJVbVN9GWAk #OcHnStoZO807UwTVGbEXTaZwdKUxbTgn {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21c36866-4081-474e-bddd-27c9189a06dd/corestrongimg1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.81); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.81); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:320px;height:543px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:320px;height:114.4px;top:43px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:320px;height:auto;top:266px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:320px;height:165px;top:202.515625px;left:0px;font-size:18px;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{  }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:176px;height:22.1px;top:481px;left:72px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:296px;height:60px;top:404px;left:12px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:320px;height:803px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:300px;height:31.2px;top:183px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:90px;height:90px;top:73px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:50px;height:50px;top:93px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:300px;height:44.8px;top:234px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:300px;height:44.8px;top:460px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:300px;height:31.2px;top:409px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:90px;height:90px;top:299px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:50px;height:50px;top:319px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:300px;height:44.8px;top:686px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:300px;height:31.2px;top:635px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:90px;height:90px;top:525px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:50px;height:50px;top:545px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26ba35f2-c55d-4fa1-a00d-d4d11b0a7f1f/corestrongimg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:320px;height:317px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:320px;height:36.4px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:28px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H9gbN18TLTTSMZBI55wBcKBgHcQmg5Vp { height:179.5px;width:320px;top:76.4px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:320px;height:439px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-form-header {  }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-regular-label { display:block;width:260px;height:auto;font-size:12px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text { border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;height:55px;width:260px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-textarea { border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;height:47px;width:260px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select { border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;height:55px;width:260px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:14px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:55px;width:260px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:25px;background-color:#5b1394;background-image:none;overflow:hidden; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]:-moz-placeholder { font-size:14px;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]::-moz-placeholder { font-size:14px;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]:-ms-input-placeholder { font-size:14px;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b [class*="-text"]::-webkit-input-placeholder { font-size:14px;font-family:"open sans";color:#d6d4d4; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:246px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:111px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container:first-of-type{padding-top:0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-container:last-of-type{padding-bottom:0;}#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:280px;height:auto;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;left:0px;top:123.2px;z-index:15003; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .radio-container { width:270px; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:280px;height:auto;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;left:0px;top:123.2px;z-index:15003; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #XeUruAEXpfhlbTNDZ4rNdf2V9ZlgClSz {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BkpWIKe2IG4lQT1KmFnIaDTWUk5z3eQ2 { display:none; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #kRTyT9HinHeuspxcwKASpE4vduFU4PCR {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #BxSrNutgN7I4ZqV5QhgBShq0UJOtlnUw {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #VGWk6qTx4tm4EutIek9zo3K3O5wK7wGa { display:none; }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #v7hwMHJt5EFNNMy2DpnLKy41dLVcwlSr {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #S5vgT8zdh4CPiO6QTXHUhQgmB3hqdFJk {  }
 }@media only screen and (max-width: 763px) { #C1bI6duilEhLRkV29HVD5ZkOnmiLVD5b #dSVLE7oUeu6JOs8JAtsqRfNDrGpMdzA0 {  }
 }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:320px;height:83.2px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:320px;height:26px;top:378.2px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { width:55px;height:55px;top:58px;left:248px;display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:320px;height:445px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkthuxykv9SqgGIM01ONwuUqT1XQBT65 { width:98px;height:18.2px;top:95px;left:111px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BHipaQEME7V2o8WdiVlykQetg1BdZEE5 { width:75px;height:18.2px;top:133.2px;left:122px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { width:300px;height:249.6px;top:171.4px;left:10px;font-size:12px;display:block; }
 }