.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV { position:relative;display:none; }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV { border-width: 0; border-radius: 0; }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row .container > .video-iframe-container {  }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#E7ODyR1LlmOZQMUaIr7uySqCbGwitxf9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:7.625rem;border-bottom-left-radius:7.625rem;border-bottom-right-radius:7.625rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:20.687496185302rem;left:2.5rem;display:none; }
#pRw42CxuiwUtxTVF4nqFAdMl5uH0e6dE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/sm2pjXHE/televendas_facil_bg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:43.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#g0Ww0vNNTm5u6EipD5lgRJ4CF9VV4puE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.6875rem;width:38.125rem;top:8.9375rem;left:33.5009765625rem;overflow:hidden;display:block; }
#p39v04koe9Tp7RT1lDemoVVXPSMgSivN { color:#000033;display:block;width:30.375rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:8.9375rem;left:1.8125rem;height:12.5rem;font-style:normal;display:block; }
#T9xh2m21ztpT7UmTVq0L5PlJRXUnih7G { color:#636466;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.8125rem;height:3.65625rem;font-style:normal;display:block; }
#dAZJ1zF0Ts6en3G5Feq1qArKkURJ9M0y { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:20.125rem;top:1.875rem;left:1.8125rem;overflow:hidden;display:block; }
#OVADaNGweQERbhpdpuz8n03duMRahTKm { color:rgba(0,0,0,0.8);display:block;width:29.75rem;position:absolute;font-family:"config round";font-size:3.75rem;font-weight:700;z-index:100001;line-height:.9;letter-spacing:0;top:12.0625rem;left:5.8125rem;height:13.5rem;font-style:normal;display:none; }
#ILzJDs61WLvG1KE7C7tTRMQAZc9HZWmP { color:#636466;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:27.375rem;left:1.8125rem;height:;font-style:normal;display:block; }#ILzJDs61WLvG1KE7C7tTRMQAZc9HZWmP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ILzJDs61WLvG1KE7C7tTRMQAZc9HZWmP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wLSxDJ6e/check.png); }
#VuUEoKlcmRoiJslxZeMuRle7uGfQeOG2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ff, #007fd3);background-image: -moz-linear-gradient(180deg, #0099ff, #007fd3);background-image: -ms-linear-gradient(180deg, #0099ff, #007fd3);background-image: -o-linear-gradient(180deg, #0099ff, #007fd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );";background-image: linear-gradient(180deg, #0099ff, #007fd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;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:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:37.875rem;left:1.8125rem;display:block; }
#qktU7FKK50l5V1m58T2rO2UbVLEn6zmq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J2DN18zd93ioT5RaL20wWvR30C4T2fgy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ff, #007fd3);background-image: -moz-linear-gradient(180deg, #0099ff, #007fd3);background-image: -ms-linear-gradient(180deg, #0099ff, #007fd3);background-image: -o-linear-gradient(180deg, #0099ff, #007fd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );";background-image: linear-gradient(180deg, #0099ff, #007fd3);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row .container { background-color: transparent; background-image: none; }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row .container > .video-iframe-container { display: none; }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row > .video-iframe-container { display: none; }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .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); }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row .container { border-width: 0; border-radius: 0; }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row > .video-iframe-container {  }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row .container { font-size:0.875rem;font-family:"open sans";height:7.625rem;width:75rem;overflow:visible;position:relative;display:block; }#TbLQ8widLQ8zgzNQTpLD7aByFDQJZvxv { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.1062507629394rem;left:16.21875rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row .container { background-color: transparent; background-image: none; }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row .container > .video-iframe-container { display: none; }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row > .video-iframe-container { display: none; }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .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); }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row .container { border-width: 0; border-radius: 0; }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row > .video-iframe-container {  }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row .container { font-size:0.875rem;font-family:"open sans";height:27.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Zc3LhEZP4svnfPdop4Jl97IHQfqOV3RQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.8125rem;width:37.8125rem;top:1.875rem;left:37.187501907349rem;overflow:hidden;display:block; }
#aE3VFGTxcUGRouQ18E7rktMHnOg0riJ8 { color:#0099ff;display:block;width:31.25rem;position:absolute;font-family:"lato sans black";font-size:11.25rem;font-weight:700;z-index:100001;line-height:.9;letter-spacing:0;top:4.3124995231628rem;left:0.875rem;height:10.125rem;font-style:normal;display:block; }
#xr2fey4esPty6hgbu2KqJIy4Q4i3TXow { color:#636466;display:block;width:35.75rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:100002;line-height:.9;letter-spacing:0;top:15.687499523163rem;left:1.5rem;height:8.77344375rem;font-style:normal;display:block; }
#KUxQGTcPf2Tddb81PiO0oc5sEV3sTaoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:none; }#KUxQGTcPf2Tddb81PiO0oc5sEV3sTaoD > .row .container { border-width: 0; border-radius: 0; }#KUxQGTcPf2Tddb81PiO0oc5sEV3sTaoD > .row > .video-iframe-container {  }#KUxQGTcPf2Tddb81PiO0oc5sEV3sTaoD > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#hpF91HFXW3elZPs0lge8yugM8H9f8n8F { box-sizing:content-box;color:#0099ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:3.3125rem;left:6.0625rem;display:block; }
#xpJ86gd9qkhNVC8BBrbQGz31FikM051K { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.9);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;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.12) ;height:15.875rem;width:29.125rem;top:1.4375rem;left:4.1875rem;display:block; }
#eRgyUN8zrH5pts6a6m3Zu9SEPBwcrywH { color:#636466;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:6.34375rem;left:6.09375rem;height:3.65625rem;font-style:normal;display:block; }
#V1ZuFSveWtCku900BEzZMIon44S1UOXt { color:rgba(0,0,0,0.8);display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:10.96875rem;left:6.09375rem;height:2.4375rem;font-style:normal;display:block; }
#L0kLLUCpxgJr1SfkIh7GaRRVDoy5JaDJ { box-sizing:content-box;color:#0099ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:3.3125rem;left:43.5625rem;display:block; }
#giW0oilTAXsh4fddaefqiLwlWXveOdyi { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.9);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;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.12) ;height:15.875rem;width:29.125rem;top:1.4375rem;left:41.6875rem;display:block; }
#HvXOXu88hlbPxxLzVJSw17L2Uw9Dhp8T { color:#636466;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.34375rem;left:43.59375rem;height:3.65625rem;font-style:normal;display:block; }
#nhAWP5MuwcCHEgGmwURdalxpBGgu0NmV { color:rgba(0,0,0,0.8);display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:10.96875rem;left:43.59375rem;height:2.4375rem;font-style:normal;display:block; }
#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row .container { background-color: transparent; background-image: none; }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row .container > .video-iframe-container { display: none; }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row > .video-iframe-container { display: none; }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .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); }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row .container { border-width: 0; border-radius: 0; }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row > .video-iframe-container {  }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row .container { font-size:0.875rem;font-family:"open sans";height:5.875rem;width:75rem;overflow:visible;position:relative;display:block; }#DFRdtLAR6sxETWZ8v7GhpDXtnxXKriW4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ff, #007fd3);background-image: -moz-linear-gradient(180deg, #0099ff, #007fd3);background-image: -ms-linear-gradient(180deg, #0099ff, #007fd3);background-image: -o-linear-gradient(180deg, #0099ff, #007fd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );";background-image: linear-gradient(180deg, #0099ff, #007fd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16) ;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:mulish;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.21875rem;left:28.625rem;display:block; }
#A0ktJmXfwhA8Bz0OzCTwpmP81MAn9ZOv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb { z-index:;position:relative;display:block; }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb { background-color: transparent; background-image: none; }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb > .row .container > .video-iframe-container { display: none; }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb > .row > .video-iframe-container { display: none; }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb > .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); }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb { border-width: 0; border-radius: 0; }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:11.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#ZpQ5T8QNTWW5dNqFTcDRtDs2PMn0PUD9 { color:#0099ff;display:block;width:47.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:6.75830078125rem;left:13.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXuWAcBlJW4ukWzTApByrkrA76eipdXd { color:#0099ff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:100004;line-height:.9;letter-spacing:0;top:3.87744140625rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiGeT8speDNrkasrkbsMsSG4R1csax1a { position:relative;display:block; }#kiGeT8speDNrkasrkbsMsSG4R1csax1a { background-color: transparent; background-image: none; }#kiGeT8speDNrkasrkbsMsSG4R1csax1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .row .container > .video-iframe-container { display: none; }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .row > .video-iframe-container { display: none; }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .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); }#kiGeT8speDNrkasrkbsMsSG4R1csax1a { border-width: 0; border-radius: 0; }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .row .container > .video-iframe-container {  }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#vHFBEifNkitpZPGgb8AW9migcaFZZBDH { color:#636466;display:block;width:12rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.9562501907349rem;left:32.187501907349rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pV6AeUCDVXQw6xHVaimDmk5r51JJeexK { position:absolute;display:block;z-index:100002;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:5.625rem;width:21.875rem;top:1.875rem;left:26.562501907349rem;display:block; }
#PKKmG9Fn6pUJ2wQ5sIFSd1PKr8aHINiN { position:absolute;display:block;z-index:100003;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.75rem;width:3.75rem;top:2.7976570129394rem;left:27.812501907349rem;display:block; }
#z74gMT6pQiiTvJ1Ozcwfwsz6VTQkeCMq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:3.7492189407349rem;left:28.750001907349rem; }
#AIuot091eym3PruEXaOVmX8x0uWpEmVy { color:#636466;display:block;width:13.9375rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:3.3265624046326rem;left:7.1875rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7GOx4wBJ23yvePNiJmb44TWmR2L9Muk { position:absolute;display:block;z-index:100006;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:5.625rem;width:21.875rem;top:1.875rem;left:1.5625rem;display:block; }
#ZdpfE7NaXpd6OTtcA2ZmzZ8fcog3iCDV { position:absolute;display:block;z-index:100007;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.75rem;width:3.75rem;top:2.8125rem;left:2.8125rem;display:block; }
#DDV1a4EWy1v8OGJuJJxB5V4IfDZhVSyR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:3.7492189407349rem;left:3.75rem; }
#GMTndUe2tXoywp1h0VP5sCf0xfzAwTOv { color:#636466;display:block;width:12rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.2249999046326rem;left:57.249998092651rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BnCOIOUoXiqtefUZCkcBsHs5rF9XuvEi { position:absolute;display:block;z-index:100010;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:5.625rem;width:21.875rem;top:1.875rem;left:51.562501907349rem;display:block; }
#BWv9VoPv97QvDZ7NbfUbG3uHObWvzFXy { position:absolute;display:block;z-index:100011;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.75rem;width:3.75rem;top:2.8125rem;left:52.812501907349rem;display:block; }
#iB1yXBQuUTSivZ6vvusRct5emDKRbdTX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:3.7492189407349rem;left:53.750001907349rem; }
#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno { position:relative;display:block; }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno { background-color: transparent; background-image: none; }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .row .container > .video-iframe-container { display: none; }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .row > .video-iframe-container { display: none; }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .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); }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno { border-width: 0; border-radius: 0; }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .row .container > .video-iframe-container {  }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#gOV72Ndnnyd0sUF2ueF7toLSEp1zX2pB { color:#636466;display:block;width:12rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.2250003814698rem;left:32.187501907349rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ozrSEDa26DMXtE90mQ5q9Ofz4MwW5QrF { position:absolute;display:block;z-index:100002;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:5.625rem;width:21.875rem;top:1.875rem;left:26.562501907349rem;display:block; }
#XD8Wy0L0ErqU7yPIgO0AMTVmERfxaIcM { position:absolute;display:block;z-index:100003;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.75rem;width:3.75rem;top:2.7976570129394rem;left:27.812501907349rem;display:block; }
#l1K45cUGKsRLh7AqIBvETqy5QIc9XzKs { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:3.7492189407349rem;left:28.750001907349rem; }
#mhGUssZ4eIipdb2kZv7s5q9fChflDNqb { color:#636466;display:block;width:12rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.9562501907349rem;left:7.125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X72rPpmPp9IR9nnnLWg8tCJzQQJxsAAn { position:absolute;display:block;z-index:100006;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:5.625rem;width:21.875rem;top:1.875rem;left:1.5625rem;display:block; }
#VN3di8in21Opr183lAnBe9t666bzTR4F { position:absolute;display:block;z-index:100007;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.75rem;width:3.75rem;top:2.8125rem;left:2.8125rem;display:block; }
#CfZiVZ7FkclZ7XcrHOmM28crTgeJ4p1b { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:3.7492189407349rem;left:3.75rem; }
#lzXJ6kZh0emh1XM83w10XgoVKIt7rtnW { color:#636466;display:block;width:13.75rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.9562501907349rem;left:57.185941696167rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2Nny1RxLlPFCC2Hyi9VB7gTnJmqAtpa { position:absolute;display:block;z-index:100010;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:5.625rem;width:21.875rem;top:1.875rem;left:51.562501907349rem;display:block; }
#xvWBB63elAv0QFfNDD5zu1mO6sVqlUTE { position:absolute;display:block;z-index:100011;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.75rem;width:3.75rem;top:2.8125rem;left:52.812501907349rem;display:block; }
#q6r7PhISgPknhTD9U60K2RvPBCRkBXZE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:3.7492189407349rem;left:53.750001907349rem; }
#viakaO5krIlfhXqlRfsBqTDqOngDNb6D { position:relative;display:block; }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D { background-color: transparent; background-image: none; }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .row .container > .video-iframe-container { display: none; }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .row > .video-iframe-container { display: none; }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .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); }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D { border-width: 0; border-radius: 0; }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .row .container > .video-iframe-container {  }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#cT3y7sOWgllOAp44TlHoXeOzL2tHeAuI { color:#636466;display:block;width:14.25rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.8968753814698rem;left:32.187501907349rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QwVq9IhnT0oqQXFOhrc25eGhS93xaufp { position:absolute;display:block;z-index:100002;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:5.625rem;width:21.875rem;top:1.875rem;left:26.562501907349rem;display:block; }
#wxZLHeDgPCLyVvbwRLMHLuTfnCkqVTW2 { position:absolute;display:block;z-index:100003;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.75rem;width:3.75rem;top:2.7976570129394rem;left:27.812501907349rem;display:block; }
#uWcaR0U8NX6Su6TyTwHfz2xSbaHZh5mi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:3.8125rem;left:28.750001907349rem; }
#gwU4SK0dToI0OduQizsVeIRFwL2xedAz { color:#636466;display:block;width:12rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.8968753814698rem;left:7.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZrnBoztJ7b2ZmMn84g1De21ypnRrz1r { position:absolute;display:block;z-index:100006;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:5.625rem;width:21.875rem;top:1.875rem;left:1.5625rem;display:block; }
#p4poAc5feQzeKy3WIc07zDEoKAcAU13E { position:absolute;display:block;z-index:100007;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.75rem;width:3.75rem;top:2.8125rem;left:2.8125rem;display:block; }
#py5Frn78MXA9dIcW3hITRCydFVwGORBV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:3.8125rem;left:3.75rem; }
#dVWEEAUKLx3Qz2qOecsxleapLpBJrD8b { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ff, #007fd3);background-image: -moz-linear-gradient(180deg, #0099ff, #007fd3);background-image: -ms-linear-gradient(180deg, #0099ff, #007fd3);background-image: -o-linear-gradient(180deg, #0099ff, #007fd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );";background-image: linear-gradient(180deg, #0099ff, #007fd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;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:mulish;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4.3125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:2.59375rem;left:52.46875rem;display:block; }
#rF62t6Sk0ANH7CcON41gsC35slehoCM9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row .container { background-color: transparent; background-image: none; }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row .container > .video-iframe-container { display: none; }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row > .video-iframe-container { display: none; }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .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); }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row .container { border-width: 0; border-radius: 0; }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row > .video-iframe-container {  }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#Re1e2ZVnUOv23punLZ5Fx9l44FAW1qVJ { color:#636466;display:block;width:30.25rem;position:absolute;font-family:"lato sans black";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.5rem;height:8.875rem;font-style:normal;display:block; }#Re1e2ZVnUOv23punLZ5Fx9l44FAW1qVJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Re1e2ZVnUOv23punLZ5Fx9l44FAW1qVJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wLSxDJ6e/check.png); }
#EFio6BqSAJmRmzFJhV7wrouovP1DcbUy { color:rgba(0,0,0,0.8);display:block;width:57.5rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:100003;line-height:.9;letter-spacing:0;top:3.875rem;left:2.5rem;height:4.386725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZRqb1sq8805Tc22TH1NlEsFT2NW3e83 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ff, #007fd3);background-image: -moz-linear-gradient(180deg, #0099ff, #007fd3);background-image: -ms-linear-gradient(180deg, #0099ff, #007fd3);background-image: -o-linear-gradient(180deg, #0099ff, #007fd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );";background-image: linear-gradient(180deg, #0099ff, #007fd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;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:mulish;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:20.875rem;left:2.5rem;display:block; }
#TQ2K7I4KzhuSuIRIETuvrrO8Ubut78Ir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fslbLhF73Ki1OJbInfsUzqMLBtn1Rmda { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.875rem;width:28.75rem;top:2.375rem;left:41.875rem;overflow:hidden;display:block; }
#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row .container { background-color: transparent; background-image: none; }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row .container > .video-iframe-container { display: none; }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row > .video-iframe-container { display: none; }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .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); }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row .container { border-width: 0; border-radius: 0; }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row > .video-iframe-container {  }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row .container { font-size:0.875rem;font-family:"open sans";height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#NxFmr6tTItbTfqteXbT4aJsSxDlnT5En { color:#0099ff;display:block;width:22.6875rem;position:absolute;font-family:"lato sans black";font-size:1.3125rem;font-weight:300;z-index:100003;line-height:.9;letter-spacing:0;top:5rem;left:26.1875rem;height:1.18125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sEgnZxG3uLPuHKe1BNgXG4Ifqm4D8sLM { color:#000033;display:block;width:33.0625rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:100003;line-height:.9;letter-spacing:0;top:2.125rem;left:21rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgFdFP26C6akSXLSDiiTT945eltilIIo { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.8125rem;width:43.75rem;top:8.0546875rem;left:15.625rem;overflow:hidden;display:block; }
#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row .container { background-color: transparent; background-image: none; }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row .container > .video-iframe-container { display: none; }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row > .video-iframe-container { display: none; }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .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); }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row .container { border-width: 0; border-radius: 0; }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row > .video-iframe-container {  }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row .container { font-size:0.875rem;font-family:"open sans";height:5.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#WCKmgJdlrzPn3SKP9Af40drh2DmbAxPN { color:#0099ff;display:block;width:44.25rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:100003;line-height:.9;letter-spacing:0;top:1.43359375rem;left:15.375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row .container { background-color: transparent; background-image: none; }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row .container > .video-iframe-container { display: none; }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row > .video-iframe-container { display: none; }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .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); }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row .container { border-width: 0; border-radius: 0; }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row > .video-iframe-container {  }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#xCEJVhBuK4qNIDftiwGULyAa4WDzzzbm { color:#0099ff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.796875rem;left:4.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J33AuPVVhyShStQQDTfMNytN2K3T97lg { color:#000033;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.375rem;left:4.0625rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTecurdR2DTcHV677xA8a9fqwTzMcR3P { color:#000033;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:3.375rem;left:29.062501907349rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1XmCAc8szg2HiegzfUCzi3VcUwV34wk { color:#000033;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100007;line-height:.9;letter-spacing:0;top:2.953125rem;left:54.062498092651rem;height:3.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoC6xMG56v3HckSMtk1Wh3BORtzWtNzi { color:#0099ff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:29.375001907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDFO7oz1QJ605WWEusDWr5t3GNBB5VOs { color:#0099ff;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:6.796875rem;left:54.6240234375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLAB1hzksOxi0PquxUOwVZblgUyLbWZJ { position:absolute;display:block;z-index:100003;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:18.75rem;top:0.87968730926512rem;left:3.125rem;display:block; }
#vn0eGHaxIKZAmwcpNSerDUxKp69V741e { position:absolute;display:block;z-index:100004;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:18.75rem;top:0.87968730926512rem;left:28.125001907349rem;display:block; }
#TOKEaCirrzk3DG7yxRbMc2NqUC76qcLh { position:absolute;display:block;z-index:100005;background-color:#ffffff;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:12.5rem;width:18.75rem;top:0.87968730926512rem;left:53.125001907349rem;display:block; }
#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row .container { background-color: transparent; background-image: none; }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row .container > .video-iframe-container { display: none; }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row > .video-iframe-container { display: none; }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .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); }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row .container { border-width: 0; border-radius: 0; }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row > .video-iframe-container {  }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row .container { font-size:0.875rem;font-family:"open sans";height:10.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#pMGyntug2wM96Az5eo0zrp9ZL6HELZwm { color:#000033;display:block;width:44.25rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:100003;line-height:.9;letter-spacing:0;top:1.5625rem;left:15.375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQ2B5H3D4bD15Z33lNMfp74UpP3XMA7b { color:#636466;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:21.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 { position:relative;display:block; }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 { background-color: transparent; background-image: none; }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .row .container > .video-iframe-container { display: none; }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .row > .video-iframe-container { display: none; }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .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); }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 { border-width: 0; border-radius: 0; }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .row .container > .video-iframe-container {  }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#Px8E2C88USDk9sD5HdgT0Vh8A7n1X0hT { color:rgba(99,100,102,0.8);display:block;width:25.0625rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:4.125rem;left:7.75rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QG51urKuDvqS60bsr1ZcNGPJUT8xOXFy { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:18.28125rem;left:8.96875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcndZckmbtKi4g8B3wdzx9tKhTAak7ox { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0099ff, #007fd3);background-image: -moz-linear-gradient(180deg, #0099ff, #007fd3);background-image: -ms-linear-gradient(180deg, #0099ff, #007fd3);background-image: -o-linear-gradient(180deg, #0099ff, #007fd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#007fd3' );";background-image: linear-gradient(180deg, #0099ff, #007fd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.21) ;height:8.5625rem;width:22.0625rem;top:16.0625rem;left:7.75rem;display:block; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-form-header {  }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0;font-weight:bold;color:rgba(0,0,0,0);width:24.125rem;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;overflow:hidden; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-text { border-top-left-radius:10.75rem;border-top-right-radius:10.75rem;border-bottom-left-radius:10.75rem;border-bottom-right-radius:10.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0099ff;border-left:0.0625rem solid #0099ff;border-right:0.0625rem solid #0099ff;border-bottom:0.0625rem solid #0099ff;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:24.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-text {padding-top: 0; padding-bottom: 0;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-textarea { border-top-left-radius:10.75rem;border-top-right-radius:10.75rem;border-bottom-left-radius:10.75rem;border-bottom-right-radius:10.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0099ff;border-left:0.0625rem solid #0099ff;border-right:0.0625rem solid #0099ff;border-bottom:0.0625rem solid #0099ff;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:24.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-select { border-top-left-radius:9.75rem;border-top-right-radius:9.75rem;border-bottom-left-radius:9.75rem;border-bottom-right-radius:9.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0099ff;border-left:0.0625rem solid #0099ff;border-right:0.0625rem solid #0099ff;border-bottom:0.0625rem solid #0099ff;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:24.125rem;box-sizing:border-box;height:2.5rem;color:#4c4c4c;font-family:"open sans";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-select {padding-top: 0; padding-bottom: 0;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-checkbox { width:1rem;height:1rem;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; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-button { border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;background-color:#0099ff;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:400;color:#ffffff;width:24.125rem;height:3.4375rem;font-family:"lato black";overflow:hidden;font-style:normal; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN [class*="-text"]:-moz-placeholder { color:#4c4c4c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN [class*="-text"]::-moz-placeholder { color:#4c4c4c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN [class*="-text"]:-ms-input-placeholder { color:#4c4c4c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN [class*="-text"]::-webkit-input-placeholder { color:#4c4c4c;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .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; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-container:first-of-type{padding-top:0;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-container:last-of-type{padding-bottom:0;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100001;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;position:absolute;top:5.90625rem;left:42.9375rem; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN {display:block;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100001;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;position:absolute;top:5.90625rem;left:42.9375rem; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #hF2iM2euKmTtuP1VyMnDdynmoGKvFKSX { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #FWcnUPCaL6WN389dmAZdBhWOIfeTdZga { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #zGxrtIRX7kVNp3JXoynaEAhvenz2gJf6 { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #Zov05huhp8Xo6fSbobX3BM51rXruz4Hu { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #f0vTBswPxqw6Sm437L77DBRNklGuPabc { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #z5WbUTJ2HvNblvw9VxeKndt6gWxhmJgL { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #epTcKDTIcvpxakHQrW6Wt81SRTTcdNwz { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #FOpR84yWoaya0fiBOWizH4y7eZ1nPMb2 { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #APTbiccZpD6N9vPfATOteu1GWBoh0gqx { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #ScumSpbknX5WiJ5RzUHHq9Bf27cGd2k9 { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #LDuxTZO6PTOIB8oKbCD6sNHHXOSDnKF8 { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #CLTJbkzqeoM8MTvVdRpCrv0l7NnmUc0r { position:relative; }
#Clg09NdDzXn8wFb9KE3WTP7e4FIvAHan { position:relative;display:block; }
#a7ZamQnKpA90dGdX2n9nrwTidLJ7Kprx { position:relative;display:block; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #CqLTufEIG7lQa9qz2ypbwR1lznJgK6Wk { position:relative; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #QsI2qbAsJrNnXuGCWpSTMp4MqKbdfLlC { position:relative; }
#VoRG6heuAJJlJt7OCer0lZXuTB0mikFt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;top:13.0625rem;left:35.28125rem; }
#HifNqTK55kOsQVmr9onCgZNTBeaVU6De { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row .container { background-color: transparent; background-image: none; }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row .container > .video-iframe-container { display: none; }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row > .video-iframe-container { display: none; }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .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); }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row .container { border-width: 0; border-radius: 0; }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row > .video-iframe-container {  }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#FuXrJpLoDavoXdG7dWGSHWmCxPprnTCU { color:rgba(255,255,255,0.49);display:block;width:75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.60595703125rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#GrPef3z7PZOETLX4DkS6Fd5hvGZNg4Oz { position:relative;display:none; }#GrPef3z7PZOETLX4DkS6Fd5hvGZNg4Oz { border-width: 0; border-radius: 0; }#GrPef3z7PZOETLX4DkS6Fd5hvGZNg4Oz > .row .container > .video-iframe-container {  }#GrPef3z7PZOETLX4DkS6Fd5hvGZNg4Oz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#rf34OK1a7PGyqLmgEdNOS8rDkSetv0hc { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:13.125rem;top:4.75rem;left:8.625rem;overflow:hidden;display:block; }
#H3HBVilOcE3BTctTH3XR7JAdVpU8QWHG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:13.125rem;top:4.75rem;left:23.625rem;overflow:hidden;display:block; }
#VGHPrT8c6U64NmgXAEVVCgUIn7TE2qgH { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:13.125rem;top:4.75rem;left:38.75rem;overflow:hidden;display:block; }
#Ny6STOpVUlecMtOReqtfuMODriZDHTHB { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:13.125rem;top:4.75rem;left:53.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV { display:none; }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E7ODyR1LlmOZQMUaIr7uySqCbGwitxf9 { width:18.3125rem;height:3.4375rem;top:20.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRw42CxuiwUtxTVF4nqFAdMl5uH0e6dE { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0Ww0vNNTm5u6EipD5lgRJ4CF9VV4puE { width:38.125rem;height:25.6875rem;top:8.9375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p39v04koe9Tp7RT1lDemoVVXPSMgSivN { width:30.375rem;height:12.5rem;top:8.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xh2m21ztpT7UmTVq0L5PlJRXUnih7G { width:25.3125rem;height:3.625rem;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAZJ1zF0Ts6en3G5Feq1qArKkURJ9M0y { width:20.125rem;height:3.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVADaNGweQERbhpdpuz8n03duMRahTKm { width:19.125rem;height:2.3125rem;top:26.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILzJDs61WLvG1KE7C7tTRMQAZc9HZWmP { width:25.3125rem;height:;top:27.375rem;left:0rem;font-size:0.8125rem;display:block; }#ILzJDs61WLvG1KE7C7tTRMQAZc9HZWmP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wLSxDJ6e/check.png); }
 }@media only screen and (max-width: 763px) { #VuUEoKlcmRoiJslxZeMuRle7uGfQeOG2 { width:17.75rem;height:3.4375rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qktU7FKK50l5V1m58T2rO2UbVLEn6zmq { display:block; }
 }@media only screen and (max-width: 763px) { #J2DN18zd93ioT5RaL20wWvR30C4T2fgy { display:block; }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbLQ8widLQ8zgzNQTpLD7aByFDQJZvxv { width:42.5625rem;height:3.375rem;top:2.0625rem;left:2.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo { display:block; }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc3LhEZP4svnfPdop4Jl97IHQfqOV3RQ { width:37.8125rem;height:22.8125rem;top:1.875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE3VFGTxcUGRouQ18E7rktMHnOg0riJ8 { width:31.25rem;height:10.125rem;top:4.25rem;left:0rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr2fey4esPty6hgbu2KqJIy4Q4i3TXow { width:35.75rem;height:8.75rem;top:15.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUxQGTcPf2Tddb81PiO0oc5sEV3sTaoD { display:block; }#KUxQGTcPf2Tddb81PiO0oc5sEV3sTaoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpF91HFXW3elZPs0lge8yugM8H9f8n8F { width:2.1875rem;height:2.1875rem;top:0.65625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpJ86gd9qkhNVC8BBrbQGz31FikM051K { width:22.625rem;height:46.6875rem;top:0.65625rem;left:0.62471586465836rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRgyUN8zrH5pts6a6m3Zu9SEPBwcrywH { width:25.3125rem;height:3.625rem;top:6.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1ZuFSveWtCku900BEzZMIon44S1UOXt { width:25.3125rem;height:2.4375rem;top:10.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0kLLUCpxgJr1SfkIh7GaRRVDoy5JaDJ { width:2.1875rem;height:2.1875rem;top:0.65625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giW0oilTAXsh4fddaefqiLwlWXveOdyi { width:22.625rem;height:46.6875rem;top:0.65625rem;left:0.62471586465836rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvXOXu88hlbPxxLzVJSw17L2Uw9Dhp8T { width:25.3125rem;height:3.625rem;top:6.3125rem;left:22.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhAWP5MuwcCHEgGmwURdalxpBGgu0NmV { width:25.3125rem;height:2.4375rem;top:10.9375rem;left:22.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH { display:block; }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFRdtLAR6sxETWZ8v7GhpDXtnxXKriW4 { width:17.75rem;height:3.4375rem;top:1.1875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ktJmXfwhA8Bz0OzCTwpmP81MAn9ZOv { display:block; }
 }@media only screen and (max-width: 763px) { #rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb { display:block; }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpQ5T8QNTWW5dNqFTcDRtDs2PMn0PUD9 { width:47.625rem;height:3rem;top:6.75rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXuWAcBlJW4ukWzTApByrkrA76eipdXd { width:47.75rem;height:2.1875rem;top:3.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGeT8speDNrkasrkbsMsSG4R1csax1a { display:block; }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHFBEifNkitpZPGgb8AW9migcaFZZBDH { width:12rem;height:1.4375rem;top:3.9375rem;left:18.500001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV6AeUCDVXQw6xHVaimDmk5r51JJeexK { width:21.875rem;height:5.625rem;top:1.875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKKmG9Fn6pUJ2wQ5sIFSd1PKr8aHINiN { width:3.75rem;height:3.75rem;top:2.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z74gMT6pQiiTvJ1Ozcwfwsz6VTQkeCMq { width:1.875rem;height:1.875rem;top:3.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIuot091eym3PruEXaOVmX8x0uWpEmVy { width:13.9375rem;height:2.4375rem;top:3.3125rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7GOx4wBJ23yvePNiJmb44TWmR2L9Muk { width:21.875rem;height:5.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdpfE7NaXpd6OTtcA2ZmzZ8fcog3iCDV { width:3.75rem;height:3.75rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDV1a4EWy1v8OGJuJJxB5V4IfDZhVSyR { width:1.875rem;height:1.875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTndUe2tXoywp1h0VP5sCf0xfzAwTOv { width:12rem;height:2.875rem;top:3.1875rem;left:34.437498092651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnCOIOUoXiqtefUZCkcBsHs5rF9XuvEi { width:21.875rem;height:5.625rem;top:1.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWv9VoPv97QvDZ7NbfUbG3uHObWvzFXy { width:3.75rem;height:3.75rem;top:2.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1yXBQuUTSivZ6vvusRct5emDKRbdTX { width:1.875rem;height:1.875rem;top:3.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno { display:block; }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOV72Ndnnyd0sUF2ueF7toLSEp1zX2pB { width:12rem;height:2.875rem;top:3.1875rem;left:18.500001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozrSEDa26DMXtE90mQ5q9Ofz4MwW5QrF { width:21.875rem;height:5.625rem;top:1.875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD8Wy0L0ErqU7yPIgO0AMTVmERfxaIcM { width:3.75rem;height:3.75rem;top:2.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1K45cUGKsRLh7AqIBvETqy5QIc9XzKs { width:1.875rem;height:1.875rem;top:3.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhGUssZ4eIipdb2kZv7s5q9fChflDNqb { width:12rem;height:1.4375rem;top:3.9375rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72rPpmPp9IR9nnnLWg8tCJzQQJxsAAn { width:21.875rem;height:5.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN3di8in21Opr183lAnBe9t666bzTR4F { width:3.75rem;height:3.75rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfZiVZ7FkclZ7XcrHOmM28crTgeJ4p1b { width:1.875rem;height:1.875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzXJ6kZh0emh1XM83w10XgoVKIt7rtnW { width:13.75rem;height:1.4375rem;top:3.9375rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Nny1RxLlPFCC2Hyi9VB7gTnJmqAtpa { width:21.875rem;height:5.625rem;top:1.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvWBB63elAv0QFfNDD5zu1mO6sVqlUTE { width:3.75rem;height:3.75rem;top:2.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6r7PhISgPknhTD9U60K2RvPBCRkBXZE { width:1.875rem;height:1.875rem;top:3.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viakaO5krIlfhXqlRfsBqTDqOngDNb6D { display:block; }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT3y7sOWgllOAp44TlHoXeOzL2tHeAuI { width:14.25rem;height:1.4375rem;top:3.875rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwVq9IhnT0oqQXFOhrc25eGhS93xaufp { width:21.875rem;height:5.625rem;top:1.875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZLHeDgPCLyVvbwRLMHLuTfnCkqVTW2 { width:3.75rem;height:3.75rem;top:2.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWcaR0U8NX6Su6TyTwHfz2xSbaHZh5mi { width:1.875rem;height:1.875rem;top:3.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwU4SK0dToI0OduQizsVeIRFwL2xedAz { width:12rem;height:1.4375rem;top:3.875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZrnBoztJ7b2ZmMn84g1De21ypnRrz1r { width:21.875rem;height:5.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4poAc5feQzeKy3WIc07zDEoKAcAU13E { width:3.75rem;height:3.75rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #py5Frn78MXA9dIcW3hITRCydFVwGORBV { width:1.875rem;height:1.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVWEEAUKLx3Qz2qOecsxleapLpBJrD8b { width:20.0625rem;height:4.3125rem;top:2.5625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF62t6Sk0ANH7CcON41gsC35slehoCM9 { display:block; }
 }@media only screen and (max-width: 763px) { #uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ { display:block; }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Re1e2ZVnUOv23punLZ5Fx9l44FAW1qVJ { width:30.25rem;height:8.875rem;top:9.875rem;left:0rem;font-size:0.9375rem;display:block; }#Re1e2ZVnUOv23punLZ5Fx9l44FAW1qVJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wLSxDJ6e/check.png); }
 }@media only screen and (max-width: 763px) { #EFio6BqSAJmRmzFJhV7wrouovP1DcbUy { width:47.75rem;height:4.375rem;top:3.875rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZRqb1sq8805Tc22TH1NlEsFT2NW3e83 { width:11rem;height:2.875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2K7I4KzhuSuIRIETuvrrO8Ubut78Ir { display:block; }
 }@media only screen and (max-width: 763px) { #fslbLhF73Ki1OJbInfsUzqMLBtn1Rmda { width:28.75rem;height:23.875rem;top:2.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET { display:block; }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxFmr6tTItbTfqteXbT4aJsSxDlnT5En { width:22.6875rem;height:1.125rem;top:5rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgnZxG3uLPuHKe1BNgXG4Ifqm4D8sLM { width:33.0625rem;height:0;top:2.125rem;left:7.375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgFdFP26C6akSXLSDiiTT945eltilIIo { width:43.75rem;height:30.8125rem;top:8rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUUInQKXWAJcMpT9aQktlgEbKCQRolu { display:block; }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCKmgJdlrzPn3SKP9Af40drh2DmbAxPN { width:44.25rem;height:2.1875rem;top:1.375rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 { display:block; }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCEJVhBuK4qNIDftiwGULyAa4WDzzzbm { width:16.25rem;height:3.625rem;top:6.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J33AuPVVhyShStQQDTfMNytN2K3T97lg { width:16.875rem;height:2.1875rem;top:3.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTecurdR2DTcHV677xA8a9fqwTzMcR3P { width:16.875rem;height:2.1875rem;top:3.375rem;left:14.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1XmCAc8szg2HiegzfUCzi3VcUwV34wk { width:16.875rem;height:3rem;top:2.9375rem;left:30.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoC6xMG56v3HckSMtk1Wh3BORtzWtNzi { width:16.25rem;height:4.875rem;top:6.1875rem;left:15.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDFO7oz1QJ605WWEusDWr5t3GNBB5VOs { width:16.4375rem;height:4.875rem;top:6.75rem;left:31.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLAB1hzksOxi0PquxUOwVZblgUyLbWZJ { width:18.75rem;height:12.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn0eGHaxIKZAmwcpNSerDUxKp69V741e { width:18.75rem;height:12.5rem;top:0.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKEaCirrzk3DG7yxRbMc2NqUC76qcLh { width:18.75rem;height:12.5rem;top:0.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww { display:block; }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMGyntug2wM96Az5eo0zrp9ZL6HELZwm { width:44.25rem;height:2.1875rem;top:1.5625rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ2B5H3D4bD15Z33lNMfp74UpP3XMA7b { width:32.25rem;height:2.5625rem;top:4.4375rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 { display:block; }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Px8E2C88USDk9sD5HdgT0Vh8A7n1X0hT { width:25.0625rem;height:9.75rem;top:4.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG51urKuDvqS60bsr1ZcNGPJUT8xOXFy { width:19.5625rem;height:4.125rem;top:18.25rem;left:2.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcndZckmbtKi4g8B3wdzx9tKhTAak7ox { width:22.0625rem;height:8.5625rem;top:16.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-regular-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-text { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-text {padding-top: 0; padding-bottom: 0;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-textarea { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-select { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-select {padding-top: 0; padding-bottom: 0;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-button { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-checkbox-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN  { width:24.125rem;height:auto;top:5.875rem;left:21.125rem; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .radio-container { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN {display:block;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN { width:24.125rem;height:auto;top:5.875rem;left:21.125rem; }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #hF2iM2euKmTtuP1VyMnDdynmoGKvFKSX {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #FWcnUPCaL6WN389dmAZdBhWOIfeTdZga {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #zGxrtIRX7kVNp3JXoynaEAhvenz2gJf6 {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #Zov05huhp8Xo6fSbobX3BM51rXruz4Hu {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #f0vTBswPxqw6Sm437L77DBRNklGuPabc {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #z5WbUTJ2HvNblvw9VxeKndt6gWxhmJgL {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #epTcKDTIcvpxakHQrW6Wt81SRTTcdNwz {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #FOpR84yWoaya0fiBOWizH4y7eZ1nPMb2 {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #APTbiccZpD6N9vPfATOteu1GWBoh0gqx {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #ScumSpbknX5WiJ5RzUHHq9Bf27cGd2k9 {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #LDuxTZO6PTOIB8oKbCD6sNHHXOSDnKF8 {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #CLTJbkzqeoM8MTvVdRpCrv0l7NnmUc0r {  }
 }@media only screen and (max-width: 763px) { #Clg09NdDzXn8wFb9KE3WTP7e4FIvAHan { display:block; }
 }@media only screen and (max-width: 763px) { #a7ZamQnKpA90dGdX2n9nrwTidLJ7Kprx { display:block; }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #CqLTufEIG7lQa9qz2ypbwR1lznJgK6Wk {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #QsI2qbAsJrNnXuGCWpSTMp4MqKbdfLlC {  }
 }@media only screen and (max-width: 763px) { #VoRG6heuAJJlJt7OCer0lZXuTB0mikFt { width:4.375rem;height:4.375rem;top:13.0625rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HifNqTK55kOsQVmr9onCgZNTBeaVU6De { display:block; }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuXrJpLoDavoXdG7dWGSHWmCxPprnTCU { width:47.75rem;height:0.9375rem;top:0.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrPef3z7PZOETLX4DkS6Fd5hvGZNg4Oz { display:block; }#GrPef3z7PZOETLX4DkS6Fd5hvGZNg4Oz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf34OK1a7PGyqLmgEdNOS8rDkSetv0hc { width:13.125rem;height:9.25rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3HBVilOcE3BTctTH3XR7JAdVpU8QWHG { width:13.125rem;height:9.25rem;top:4.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHPrT8c6U64NmgXAEVVCgUIn7TE2qgH { width:13.125rem;height:9.25rem;top:4.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6STOpVUlecMtOReqtfuMODriZDHTHB { width:13.125rem;height:9.25rem;top:4.75rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV { background-color:#5fd000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row .container { background-color: transparent; background-image: none; }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row .container > .video-iframe-container { display: none; }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row > .video-iframe-container { display: none; }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .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); }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row .container { border-width: 0; border-radius: 0; }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row > .video-iframe-container {  }#cdWVVghg4zW5BBsbbKeeBwuc5XFXaELV > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7ODyR1LlmOZQMUaIr7uySqCbGwitxf9 { width:20rem;height:2.1875rem;top:0rem;left:0rem;z-index:100010;background-color:#5fd000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:mulish;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRw42CxuiwUtxTVF4nqFAdMl5uH0e6dE { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0Ww0vNNTm5u6EipD5lgRJ4CF9VV4puE { width:17.8125rem;height:12.0625rem;top:8.5625rem;left:1.09375rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #p39v04koe9Tp7RT1lDemoVVXPSMgSivN { width:16rem;height:0;top:21.125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9xh2m21ztpT7UmTVq0L5PlJRXUnih7G { width:19rem;height:5.19921875rem;top:26.734375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAZJ1zF0Ts6en3G5Feq1qArKkURJ9M0y { width:19.6875rem;height:3.25rem;top:4.5rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVADaNGweQERbhpdpuz8n03duMRahTKm { width:19.125rem;height:3.4121125rem;top:22.5rem;left:0.4375rem;font-size:1.3125rem;z-index:100002;text-align:center;text-align-last:center;font-family:"lato sans black";color:#000033;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ILzJDs61WLvG1KE7C7tTRMQAZc9HZWmP { width:18.3125rem;height:8.9555625rem;top:32.5625rem;left:0.84375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#ILzJDs61WLvG1KE7C7tTRMQAZc9HZWmP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wLSxDJ6e/check.png); }
 }@media only screen and (max-width: 763px) { #VuUEoKlcmRoiJslxZeMuRle7uGfQeOG2 { width:17.1875rem;height:3.1875rem;top:42.9375rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qktU7FKK50l5V1m58T2rO2UbVLEn6zmq { display:block; }
 }@media only screen and (max-width: 763px) { #J2DN18zd93ioT5RaL20wWvR30C4T2fgy { display:block; }#J2DN18zd93ioT5RaL20wWvR30C4T2fgy > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbLQ8widLQ8zgzNQTpLD7aByFDQJZvxv { width:18.6875rem;height:5.8496125rem;top:2.23095703125rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo { display:block; }#BmaVFqc1DfSlJ3PtVmJsvtpRkuwLVhzo > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc3LhEZP4svnfPdop4Jl97IHQfqOV3RQ { width:16.75rem;height:10.125rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE3VFGTxcUGRouQ18E7rktMHnOg0riJ8 { width:20rem;height:5.5683625rem;top:12.5rem;left:0rem;font-size:6.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xr2fey4esPty6hgbu2KqJIy4Q4i3TXow { width:18.8125rem;height:5.25rem;top:18.8125rem;left:0.59375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#000033;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KUxQGTcPf2Tddb81PiO0oc5sEV3sTaoD { display:none; }#KUxQGTcPf2Tddb81PiO0oc5sEV3sTaoD > .row .container { width:20rem;height:35.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hpF91HFXW3elZPs0lge8yugM8H9f8n8F { width:2.1875rem;height:2.1875rem;top:3.125rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpJ86gd9qkhNVC8BBrbQGz31FikM051K { width:20rem;height:15.875rem;top:1.25rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRgyUN8zrH5pts6a6m3Zu9SEPBwcrywH { width:18.875rem;height:4.875rem;top:5.9375rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1ZuFSveWtCku900BEzZMIon44S1UOXt { width:20rem;height:2.4375rem;top:11.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000033;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L0kLLUCpxgJr1SfkIh7GaRRVDoy5JaDJ { width:2.1875rem;height:2.1875rem;top:20.25rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giW0oilTAXsh4fddaefqiLwlWXveOdyi { width:20rem;height:15.875rem;top:18.375rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvXOXu88hlbPxxLzVJSw17L2Uw9Dhp8T { width:18.75rem;height:4.875rem;top:23.0625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhAWP5MuwcCHEgGmwURdalxpBGgu0NmV { width:20rem;height:2.4375rem;top:28.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000033;display:block; }
 }@media only screen and (max-width: 763px) { #JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH { display:block; }#JTOQExQhe2aF2rTQ8ukANOcsH8cqTuwH > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFRdtLAR6sxETWZ8v7GhpDXtnxXKriW4 { width:17.75rem;height:3.4375rem;top:1.25rem;left:1.125rem;font-size:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #A0ktJmXfwhA8Bz0OzCTwpmP81MAn9ZOv { display:block; }
 }@media only screen and (max-width: 763px) { #rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb { display:block; }#rMWu085N6kCiHnT8ntTXuOSWMPznL3Cb > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpQ5T8QNTWW5dNqFTcDRtDs2PMn0PUD9 { width:18.9375rem;height:3.375rem;top:7.046875rem;left:0.53125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VXuWAcBlJW4ukWzTApByrkrA76eipdXd { width:18.875rem;height:3.375rem;top:2.859375rem;left:0.5625rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kiGeT8speDNrkasrkbsMsSG4R1csax1a { display:block; }#kiGeT8speDNrkasrkbsMsSG4R1csax1a > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHFBEifNkitpZPGgb8AW9migcaFZZBDH { width:12.6875rem;height:1.4625rem;top:3.3312501907349rem;left:5.6249998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV6AeUCDVXQw6xHVaimDmk5r51JJeexK { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKKmG9Fn6pUJ2wQ5sIFSd1PKr8aHINiN { width:3.75rem;height:3.75rem;top:2.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z74gMT6pQiiTvJ1Ozcwfwsz6VTQkeCMq { width:3.125rem;height:3.125rem;top:2.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIuot091eym3PruEXaOVmX8x0uWpEmVy { width:13.9375rem;height:2.88671875rem;top:8.9624999761581rem;left:5.6249998807907rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q7GOx4wBJ23yvePNiJmb44TWmR2L9Muk { width:20rem;height:5.625rem;top:8.1250038146975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdpfE7NaXpd6OTtcA2ZmzZ8fcog3iCDV { width:3.75rem;height:3.75rem;top:9.0625038146975rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDV1a4EWy1v8OGJuJJxB5V4IfDZhVSyR { width:3.125rem;height:3.125rem;top:9.3750038146975rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTndUe2tXoywp1h0VP5sCf0xfzAwTOv { width:12rem;height:2.88671875rem;top:16.368749976158rem;left:5.6249998807907rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BnCOIOUoXiqtefUZCkcBsHs5rF9XuvEi { width:20rem;height:5.625rem;top:15.000003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWv9VoPv97QvDZ7NbfUbG3uHObWvzFXy { width:3.75rem;height:3.75rem;top:15.937503814698rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB1yXBQuUTSivZ6vvusRct5emDKRbdTX { width:3.125rem;height:3.125rem;top:16.250003814698rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno { display:block; }#UBsD1Pug5JEqy22qxda0J4VwCuuM4Kno > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOV72Ndnnyd0sUF2ueF7toLSEp1zX2pB { width:12.6875rem;height:2.475rem;top:2.8249931335449rem;left:5.6249998807907rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ozrSEDa26DMXtE90mQ5q9Ofz4MwW5QrF { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD8Wy0L0ErqU7yPIgO0AMTVmERfxaIcM { width:3.75rem;height:3.75rem;top:2.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1K45cUGKsRLh7AqIBvETqy5QIc9XzKs { width:3.125rem;height:3.125rem;top:2.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhGUssZ4eIipdb2kZv7s5q9fChflDNqb { width:12rem;height:2.88671875rem;top:9.49374961853rem;left:5.6249998807907rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X72rPpmPp9IR9nnnLWg8tCJzQQJxsAAn { width:20rem;height:5.625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN3di8in21Opr183lAnBe9t666bzTR4F { width:3.75rem;height:3.75rem;top:9.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfZiVZ7FkclZ7XcrHOmM28crTgeJ4p1b { width:3.125rem;height:3.125rem;top:9.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzXJ6kZh0emh1XM83w10XgoVKIt7rtnW { width:12.25rem;height:2.88671875rem;top:16.36874961853rem;left:5.6249998807907rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x2Nny1RxLlPFCC2Hyi9VB7gTnJmqAtpa { width:20rem;height:5.625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvWBB63elAv0QFfNDD5zu1mO6sVqlUTE { width:3.75rem;height:3.75rem;top:15.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6r7PhISgPknhTD9U60K2RvPBCRkBXZE { width:3.125rem;height:3.125rem;top:16.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viakaO5krIlfhXqlRfsBqTDqOngDNb6D { display:block; }#viakaO5krIlfhXqlRfsBqTDqOngDNb6D > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT3y7sOWgllOAp44TlHoXeOzL2tHeAuI { width:12.6875rem;height:2.475rem;top:2.8250007629394rem;left:5.6249998807907rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QwVq9IhnT0oqQXFOhrc25eGhS93xaufp { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZLHeDgPCLyVvbwRLMHLuTfnCkqVTW2 { width:3.75rem;height:3.75rem;top:2.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWcaR0U8NX6Su6TyTwHfz2xSbaHZh5mi { width:3.125rem;height:3.125rem;top:2.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwU4SK0dToI0OduQizsVeIRFwL2xedAz { width:12rem;height:1.44375rem;top:10.309375762939rem;left:5.6249998807907rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NZrnBoztJ7b2ZmMn84g1De21ypnRrz1r { width:20rem;height:5.625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4poAc5feQzeKy3WIc07zDEoKAcAU13E { width:3.75rem;height:3.75rem;top:9.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #py5Frn78MXA9dIcW3hITRCydFVwGORBV { width:3.125rem;height:3.125rem;top:9.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVWEEAUKLx3Qz2qOecsxleapLpBJrD8b { width:19rem;height:4.3125rem;top:15.875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF62t6Sk0ANH7CcON41gsC35slehoCM9 { display:block; }
 }@media only screen and (max-width: 763px) { #uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ { display:block; }#uT0RqMW5fvXb0CFwIdAgLSZiPawRB0yJ > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Re1e2ZVnUOv23punLZ5Fx9l44FAW1qVJ { width:19.1875rem;height:10.09375rem;top:11.5rem;left:0.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Re1e2ZVnUOv23punLZ5Fx9l44FAW1qVJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wLSxDJ6e/check.png); }
 }@media only screen and (max-width: 763px) { #EFio6BqSAJmRmzFJhV7wrouovP1DcbUy { width:20rem;height:6rem;top:3.625rem;left:0rem;font-size:2rem;z-index:100004;text-align:center;text-align-last:center;color:#000033;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NZRqb1sq8805Tc22TH1NlEsFT2NW3e83 { width:11rem;height:2.875rem;top:39.125rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2K7I4KzhuSuIRIETuvrrO8Ubut78Ir { display:block; }
 }@media only screen and (max-width: 763px) { #fslbLhF73Ki1OJbInfsUzqMLBtn1Rmda { width:16.875rem;height:14rem;top:23.46875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET { display:block; }#mVRSWdhcIPnUzWhP3rp7pcT8vuCDKSET > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxFmr6tTItbTfqteXbT4aJsSxDlnT5En { width:20rem;height:1.01220625rem;top:7.046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgnZxG3uLPuHKe1BNgXG4Ifqm4D8sLM { width:20rem;height:5.36230625rem;top:1.0625rem;left:0rem;font-size:2.0625rem;z-index:100004;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KgFdFP26C6akSXLSDiiTT945eltilIIo { width:20rem;height:14.11425rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUUInQKXWAJcMpT9aQktlgEbKCQRolu { display:block; }#SqUUInQKXWAJcMpT9aQktlgEbKCQRolu > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCKmgJdlrzPn3SKP9Af40drh2DmbAxPN { width:20rem;height:1.79980625rem;top:2.537109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 { display:block; }#lAhdsbESXGAC7KsmTTIU5w6PoQmsQIi1 > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCEJVhBuK4qNIDftiwGULyAa4WDzzzbm { width:18.4375rem;height:2.11230625rem;top:5.0625rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J33AuPVVhyShStQQDTfMNytN2K3T97lg { width:16.875rem;height:2.19375rem;top:2.25rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTecurdR2DTcHV677xA8a9fqwTzMcR3P { width:16.875rem;height:2.19375rem;top:12.3125rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1XmCAc8szg2HiegzfUCzi3VcUwV34wk { width:16.875rem;height:3.0375rem;top:22.8125rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoC6xMG56v3HckSMtk1Wh3BORtzWtNzi { width:17rem;height:3.16845625rem;top:15.125rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDFO7oz1QJ605WWEusDWr5t3GNBB5VOs { width:17.75rem;height:4.2246125rem;top:27rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLAB1hzksOxi0PquxUOwVZblgUyLbWZJ { width:20rem;height:9.375rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn0eGHaxIKZAmwcpNSerDUxKp69V741e { width:20rem;height:9.375rem;top:10.624218463898rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKEaCirrzk3DG7yxRbMc2NqUC76qcLh { width:20rem;height:11.0625rem;top:21.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww { display:block; }#PqED2wVkTnZybOxD1zoHz7vl6aM0w2Ww > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMGyntug2wM96Az5eo0zrp9ZL6HELZwm { width:20rem;height:3.6rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ2B5H3D4bD15Z33lNMfp74UpP3XMA7b { width:16.75rem;height:3.65625rem;top:5.125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 { display:block; }#UAhVfr0A0Zb3P54IL15CgxFacJkEpTg6 > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Px8E2C88USDk9sD5HdgT0Vh8A7n1X0hT { width:16.1875rem;height:3.9375rem;top:2.375rem;left:1.9062501192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QG51urKuDvqS60bsr1ZcNGPJUT8xOXFy { width:19.5625rem;height:2.625rem;top:27.28125rem;left:0rem;font-size:1.3125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TcndZckmbtKi4g8B3wdzx9tKhTAak7ox { width:20rem;height:4.1875rem;top:26.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-text {padding-top: 0; padding-bottom: 0;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center;color:#4c4c4c; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-select {padding-top: 0; padding-bottom: 0;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.31) ; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN  { width:17.5rem;height:auto;top:6.3125rem;left:0rem; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN {display:block;}#uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN { width:17.5rem;height:auto;top:6.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #hF2iM2euKmTtuP1VyMnDdynmoGKvFKSX {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #FWcnUPCaL6WN389dmAZdBhWOIfeTdZga {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #zGxrtIRX7kVNp3JXoynaEAhvenz2gJf6 {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #Zov05huhp8Xo6fSbobX3BM51rXruz4Hu {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #f0vTBswPxqw6Sm437L77DBRNklGuPabc {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #z5WbUTJ2HvNblvw9VxeKndt6gWxhmJgL {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #epTcKDTIcvpxakHQrW6Wt81SRTTcdNwz {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #FOpR84yWoaya0fiBOWizH4y7eZ1nPMb2 {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #APTbiccZpD6N9vPfATOteu1GWBoh0gqx {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #ScumSpbknX5WiJ5RzUHHq9Bf27cGd2k9 {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #LDuxTZO6PTOIB8oKbCD6sNHHXOSDnKF8 {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #CLTJbkzqeoM8MTvVdRpCrv0l7NnmUc0r {  }
 }@media only screen and (max-width: 763px) { #Clg09NdDzXn8wFb9KE3WTP7e4FIvAHan { display:block; }
 }@media only screen and (max-width: 763px) { #a7ZamQnKpA90dGdX2n9nrwTidLJ7Kprx { display:block; }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #CqLTufEIG7lQa9qz2ypbwR1lznJgK6Wk {  }
 }@media only screen and (max-width: 763px) { #uTlkkKJQPhX4yuuE27lWGlLGCqyW4xZN #QsI2qbAsJrNnXuGCWpSTMp4MqKbdfLlC {  }
 }@media only screen and (max-width: 763px) { #VoRG6heuAJJlJt7OCer0lZXuTB0mikFt { width:4.375rem;height:4.375rem;top:46.625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HifNqTK55kOsQVmr9onCgZNTBeaVU6De { display:block; }#HifNqTK55kOsQVmr9onCgZNTBeaVU6De > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuXrJpLoDavoXdG7dWGSHWmCxPprnTCU { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrPef3z7PZOETLX4DkS6Fd5hvGZNg4Oz { display:none; }#GrPef3z7PZOETLX4DkS6Fd5hvGZNg4Oz > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rf34OK1a7PGyqLmgEdNOS8rDkSetv0hc { width:13.125rem;height:9.25rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3HBVilOcE3BTctTH3XR7JAdVpU8QWHG { width:13.125rem;height:9.25rem;top:11.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHPrT8c6U64NmgXAEVVCgUIn7TE2qgH { width:13.125rem;height:9.25rem;top:22.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6STOpVUlecMtOReqtfuMODriZDHTHB { width:13.125rem;height:9.25rem;top:32.75rem;left:3.4375rem;display:block; }
 }