.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row .container { background-color: transparent; background-image: none; }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row .container > .video-iframe-container { display: none; }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row > .video-iframe-container { display: none; }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .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); }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row .container { border-width: 0; border-radius: 0; }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#lUUTBqFKqRLAAXnBvM7wDRr9qBMqGxPf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:26.125rem;top:2.9375rem;left:24.4375rem;overflow:hidden;display:block; }
#o6xCo8hzMcB5ATCmz4ix5WsJALHzTqeO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:37.9375rem;top:7.59375rem;left:36.9375rem;overflow:hidden;display:block; }
#srdOepT2zBqvlg6clzzUTT0vAV2zH3sO { box-sizing:content-box;height:19.125rem;width:36rem;position:absolute;display:block;z-index:15002;background-color:#344062;background-image:none;top:10.90625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#b29o5mMK8sWXnSLaQDbXJ5Q7HshCLgsC { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.96875rem;height:7.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KanwDyCmnfZ5PlcJgSKLKdRRM8lWwNdS { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:1.96875rem;height:5.2rem;display:block; }
#pMieEVaJ2fOiCKG0NgiUbOPki1hSX4cg { background-color:#b01348;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.46875rem;left:0rem;display:block; }
#ao02yd3SBV8gT0uT0SDeyTJaMCToRH4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eH3qBkGtPa2FtM7t6cra6EG2oEIIVax0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:36.09375rem;left:22.15625rem;overflow:hidden;display:block; }
#eHUvoyHCThE7A139AQ9ClMnPkwGE8coO { background-color:#344062;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.46875rem;left:25.0625rem;display:block; }
#x7XU2XM9U9hoVHhn7q27CeltVqa90h47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(52,64,98,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row .container { background-color: transparent; background-image: none; }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row .container > .video-iframe-container { display: none; }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row > .video-iframe-container { display: none; }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .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); }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row .container { border-width: 0; border-radius: 0; }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#wDKKIC7Mv2VofPTK5ENCRCuQ0DHrMVzN { box-sizing:content-box;height:8.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:4.1875rem;left:1.1875rem;border-top:0.0625rem solid #344062;border-left:0.0625rem solid #344062;border-right:0.0625rem solid #344062;border-bottom:0.0625rem solid #344062;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gBrk0lAp1Gm7TwyvTA1yIRdkBF4osKnS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.125rem;top:4.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#kcPt4aS1W00x1XQdFa0bt0BeGQyDO7yA { color:#000000;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:6.78125rem;height:6.5rem;display:block; }
#Pv7DRpts5Gl3DGncCNa56dBznQwz7H8X { box-sizing:content-box;height:8.5rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:4.25rem;left:38.75rem;border-top:0.0625rem solid #344062;border-left:0.0625rem solid #344062;border-right:0.0625rem solid #344062;border-bottom:0.0625rem solid #344062;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#F6rTh4fc4WzIBnvXqokoklTkSaBMQfso { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:44rem;height:4.875rem;display:block; }
#IAK92x5hrisMdM2SquTfmx53HhcZRd8I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.125rem;top:4.875rem;left:39.375rem;overflow:hidden;display:block; }
#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(52,64,98,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { background-color: transparent; background-image: none; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container > .video-iframe-container { display: none; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row > .video-iframe-container { display: none; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .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); }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { border-width: 0; border-radius: 0; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#CMRyDgiV6ts6RmDMVDc5mMTKAu9sZHDr { box-sizing:content-box;height:8.5rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.0625rem;left:1.1875rem;border-top:0.0625rem solid #344062;border-left:0.0625rem solid #344062;border-right:0.0625rem solid #344062;border-bottom:0.0625rem solid #344062;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bnrgMXoKaNg9mURLvUw12e6kf9Bib2k0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.125rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#iGTE4eSehcKPGFmLo9dnkCP8gFW5qMva { color:#000000;display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.84375rem;height:6.5rem;display:block; }
#Z00ipTeI4yZkHOyPwq59Qd6vvFIPmfgu { box-sizing:content-box;height:8.5rem;width:35rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.125rem;left:38.75rem;border-top:0.0625rem solid #344062;border-left:0.0625rem solid #344062;border-right:0.0625rem solid #344062;border-bottom:0.0625rem solid #344062;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oym7HKaDCQgKlNTMKmEiIg30um0PyDtu { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:44.4375rem;height:4.875rem;display:block; }
#dFEA26Ie1SDoT53xGNRzEguvgiznbmpC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:3.125rem;top:1.75rem;left:39.375rem;overflow:hidden;display:block; }
#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR { position:relative;display:block; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR { background-color: transparent; background-image: none; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container > .video-iframe-container { display: none; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row > .video-iframe-container { display: none; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .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); }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR { border-width: 0; border-radius: 0; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .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:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tQHTvlQpOv6V9Az9kTCiqnIH0qd7CXPk { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:9.65625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { position:relative;display:block; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { background-color: transparent; background-image: none; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container > .video-iframe-container { display: none; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row > .video-iframe-container { display: none; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .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); }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { border-width: 0; border-radius: 0; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .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:26rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qAkIFNNRbWBTaK19xZ6mDzD3kqEMGmLo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:34.5rem;top:1.6875rem;left:39rem;overflow:hidden;display:block; }
#dnQ27TpRQKkw7uiCMCC4FIg59hxQVSKX { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:#b01348;background-image:none;top:1.6875rem;left:0rem;display:block; }
#Hl5yNRBamFawy2ARkyfuRo6fcaw0FsWs { color:#344062;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:15.875rem;display:block; }#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z li:before{  }
#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { position:relative;display:block; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { background-color: transparent; background-image: none; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container > .video-iframe-container { display: none; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row > .video-iframe-container { display: none; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .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); }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { border-width: 0; border-radius: 0; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .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:26rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T0ooZ8mRcTmZB4xi02T7FedWXD7nWW0s { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:34.5rem;top:1.6875rem;left:1.5rem;overflow:hidden;display:block; }
#M2LUTtmkUsBCToUFGKCV9N91DHMrOsdA { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:#b01348;background-image:none;top:1.6875rem;left:37.5rem;display:block; }
#b0Nrk0rMUE3h93GwHI8PG9x3TuzKemln { color:#344062;display:block;width:38.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:37.5rem;height:1.95rem;font-style:normal;display:block; }
#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:37.5rem;height:14.875rem;display:block; }#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD li:before{  }
#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { position:relative;display:block; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { background-color: transparent; background-image: none; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container > .video-iframe-container { display: none; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row > .video-iframe-container { display: none; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .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); }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { border-width: 0; border-radius: 0; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .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:26rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s1N9SXRVc0l3DFMMsipOErpaSVvVLS9r { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:34.5rem;top:1.6875rem;left:39rem;overflow:hidden;display:block; }
#Ar2uVXmAa55d1DBPMaHmnH6IOgPJPckW { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:#b01348;background-image:none;top:1.6875rem;left:0rem;display:block; }
#XAMD22KZeRvXcpJmSEGXEch46XAbGlNP { color:#344062;display:block;width:39.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h { color:#000000;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:;display:block; }#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h li:before{  }
#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E { position:relative;display:block; }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E { background-color: transparent; background-image: none; }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .row .container > .video-iframe-container { display: none; }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .row > .video-iframe-container { display: none; }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .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); }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E { border-width: 0; border-radius: 0; }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .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:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m5JiMvHP4HFGaumwEmAW3TRBSTeRcR1B { background-color:#b01348;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.3125rem;left:25.4375rem;display:block; }
#rBFRCUCnySvLpmFhRXg4We7Lf54Js4Vh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OW6CLM8lUEmloTrJfTdl7C3mKb5fgDJp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:2.9375rem;left:47.625rem;overflow:hidden;display:block; }
#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD { position:relative;display:block; }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD { background-color: transparent; background-image: none; }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .row .container > .video-iframe-container { display: none; }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .row > .video-iframe-container { display: none; }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .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); }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD { border-width: 0; border-radius: 0; }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .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:15.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vmIckyrnafIgCPT3zB2MTTXInlAhTELw { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:9.65625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X5861Henp8MGF2EWp0aAdw4PIo6AgUUA { color:#344062;display:block;width:50.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.737500190735rem;left:12.0625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { position:relative;display:block; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { background-color: transparent; background-image: none; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container > .video-iframe-container { display: none; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row > .video-iframe-container { display: none; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .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); }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { border-width: 0; border-radius: 0; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .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:27rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dQTNTrV8ABguCJK3FsWIPSTTNZKXrOWT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:17.75rem;top:6.0625rem;left:0.5rem;overflow:hidden;display:block; }
#NJasNCyAM6aTzVQdbGTEbTLIMum06UU8 { box-sizing:content-box;height:4rem;width:17.75rem;position:absolute;display:block;z-index:15001;background-color:#569b27;background-image:none;top:2.125rem;left:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#PPEkZwzN6TJiDfsNKqVOX1zHcwyya8B5 { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.150390625rem;left:1.46875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tk09EeaeE3cFg2ufbAq7sza0MBE5E90I { 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.0625rem solid #b01348;border-left:0.0625rem solid #b01348;border-right:0.0625rem solid #b01348;border-bottom:0.0625rem solid #b01348;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#b01348;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.875rem;left:2.59375rem;display:block; }
#g8VGTTUf200An3uz2HF88SlIK0AWDyv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHIzuzrUzIqHZWEC98ONRaaV0IC82lMn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:23rem;left:12.96875rem;overflow:hidden;display:block; }
#PyX9eolK4dxbUmTaTacnBPZWTUUAp3yH { 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.0625rem solid #b01348;border-left:0.0625rem solid #b01348;border-right:0.0625rem solid #b01348;border-bottom:0.0625rem solid #b01348;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#b01348;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.75rem;left:21.375rem;display:block; }
#usywB33yg8UpiDKykSUSrAooKK3lFJtx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOlJ6xI7mxWVkFgIANzwEIVrpR4Jwr4z { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:17.75rem;top:5.875rem;left:19.25rem;overflow:hidden;display:block; }
#oRQTsAkeN794OTUk4QVRrWmAbNZxgaBi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:22.875rem;left:31.75rem;overflow:hidden;display:block; }
#iTaDHIbPEnHwZbsyZVVXRy9zs5Ro5K6E { box-sizing:content-box;height:4rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:#344062;background-image:none;top:2rem;left:19.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#EhQ49a6NTNHyLC2sW6v80ZfkKyTXiBgc { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:20.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdPbXMsHTzN1qAL1TRfA1nLVTR5XfM3i { 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.0625rem solid #b01348;border-left:0.0625rem solid #b01348;border-right:0.0625rem solid #b01348;border-bottom:0.0625rem solid #b01348;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#b01348;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.75rem;left:40.125rem;display:block; }
#hqnvigUraCXn0ygWIziuusdIDXUAF9LI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twdDXRIxTZwsDtOta0PZek0hfiOEmJHR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:17.25rem;top:5.9375rem;left:38rem;overflow:hidden;display:block; }
#m86HdxpUZif8ZRZ6De42GpwtcEql2Tna { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:22.875rem;left:50.5rem;overflow:hidden;display:block; }
#Niwc5PtZLgJHbOQlq8VGZJ6y1mobZr5H { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:17.75rem;top:5.875rem;left:56.75rem;overflow:hidden;display:block; }
#MAOsUpodFKzDPEVSRVeHwOomRRcTrtew { 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.0625rem solid #b01348;border-left:0.0625rem solid #b01348;border-right:0.0625rem solid #b01348;border-bottom:0.0625rem solid #b01348;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#b01348;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.75rem;left:58.875rem;display:block; }
#CRAh0iGVBGH08i1dhOHUInEfx9V1EWXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A20sVrFqEDU5ywkZaahhsK0lPWBkfZBi { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:22.875rem;left:69.25rem;overflow:hidden;display:block; }
#fhlEAdlaZVpxwMFXqzxgvgHQ4nGIDFQK { box-sizing:content-box;height:4rem;width:17.75rem;position:absolute;display:block;z-index:15011;background-color:#569b27;background-image:none;top:2rem;left:38rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#gi5Znp878skt6FTbBSQPytlUk6TmawBh { box-sizing:content-box;height:4rem;width:17.75rem;position:absolute;display:block;z-index:15016;background-color:#344062;background-image:none;top:2rem;left:56.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#Uv5a0n2heTeyzSgK09QZ2sTGK1iLHGgi { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3rem;left:39rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAfFxxd2aVEEfn7IinuX8nXBfkSErUhB { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3rem;left:57.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cnLR0KlnXMQgGoSnlH68g4nF4oURlHyP { position:absolute;display:block;z-index:15020;height:4.9375rem;width:8.9375rem;top:7.375rem;left:0rem;display:block; }
#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(52,64,98,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { background-color: transparent; background-image: none; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container > .video-iframe-container { display: none; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row > .video-iframe-container { display: none; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .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); }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { border-width: 0; border-radius: 0; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#ufoTF0B122T6QlM6QOPSh2V44PH9BsHz { position:absolute;display:block;z-index:15000;height:40.25rem;width:75rem;top:6.5rem;left:0rem;display:block; }
#qSqBVtiBrMNdPSoE9FNkAUqCLV6gmOzF { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:14.78125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { background-color: transparent; background-image: none; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container > .video-iframe-container { display: none; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row > .video-iframe-container { display: none; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .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); }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { border-width: 0; border-radius: 0; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#auxHJWTbVOPenT49s6KV77dR6cmJnsN7 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(52,64,98,0.3);border-left:0.0625rem solid rgba(52,64,98,0.3);border-right:0.0625rem solid rgba(52,64,98,0.3);border-bottom:0.0625rem solid rgba(52,64,98,0.3);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:55.9375rem;width:34.5625rem;top:10.8125rem;left:0rem;display:block; }
#mH2woa7fDNMNIuE5Xil5rioXP5Ug3DBZ { background-color:transparent;background-image:none;border-top:0.0625rem solid #b01348;border-left:0.0625rem solid #b01348;border-right:0.0625rem solid #b01348;border-bottom:0.0625rem solid #b01348;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#b01348;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27rem;left:8.75rem;display:block; }
#TPA9RQeEVN4XdATukfW2RndU4UaormFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMJmdZB7OFD0Q7dJQFgkKFdtW4uy2dsn { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:7.9375rem;left:10.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCLdFAXOrxhUwtmSgfoJ7HZLtXn5UydI { color:#121212;display:block;width:28.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.375rem;left:2.5625rem;height:12.85rem;overflow:hidden;display:block; }#OCLdFAXOrxhUwtmSgfoJ7HZLtXn5UydI li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#OCLdFAXOrxhUwtmSgfoJ7HZLtXn5UydI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/828cdfa0-0801-445c-a0cf-7f5273a15f1a/checkgreen.png); }
#lnZTdBZbS2guM1QWenJIhM8Rl9bDL7BT { color:#121212;display:block;width:18.5604375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:14.5rem;left:8.5rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyveG4yeHtnT96ozT3m9B3Kkm8VwAQ3K { color:#121212;display:block;width:14.8720625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:16.8125rem;left:10.4375rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#fSc7W4ZJyKOTsNRzHGgNVkTHbnw04yBy { background-color:transparent;background-image:none;border-top:0.0625rem solid #b01348;border-left:0.0625rem solid #b01348;border-right:0.0625rem solid #b01348;border-bottom:0.0625rem solid #b01348;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#b01348;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27rem;left:48.8125rem;display:block; }
#JpiJJMymcLJawVHoLQqv41VVKi02gLV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuwsWI4moMCgCfonUX5ZEb0mcPJWBxmA { color:#121212;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:33.375rem;left:42.625rem;height:;overflow:hidden;display:block; }#zuwsWI4moMCgCfonUX5ZEb0mcPJWBxmA li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zuwsWI4moMCgCfonUX5ZEb0mcPJWBxmA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b0dc6ebf-086b-46ea-a8e2-bb524f213fd9/checkgreen.png); }
#iHzc61x48m2TXXiTIqgUkAlRLNq6iUGD { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(52,64,98,0.3);border-left:0.0625rem solid rgba(52,64,98,0.3);border-right:0.0625rem solid rgba(52,64,98,0.3);border-bottom:0.0625rem solid rgba(52,64,98,0.3);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:55.9375rem;width:35.375rem;top:10.875rem;left:39.625rem;display:block; }
#KJJywThbtmz4PUbJds802Bsms20gHKyy { box-sizing:content-box;height:3.75rem;width:17.0625rem;position:absolute;display:block;z-index:15029;background-color:#344062;background-image:none;top:7.0625rem;left:9.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#QlnwJikh7LT7J70ePGWQff9tMR3Tivrb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:13.1875rem;left:11.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AiFlmTqXAevyWtGIbI73aP2AM5TE0sT3 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15047;background-color:rgba(52,64,98,0.1);background-image:none;top:19.1875rem;left:8.375rem;display:block; }
#F15I9PXQhvhuIq00tqgNq7c8vqxVxWV2 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:20.1875rem;left:7.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#pKL80WgKoRZTifQKJaTPqcN1BDQGuzoq { color:#121212;display:block;width:18.5604375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.4375rem;left:8.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3mTkU0eqCdQOqUM0SskZ91iiUhK5kRL { color:#121212;display:block;width:14.8720625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:23.75rem;left:10.375rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#vMp5gfwSLWNRud6dxyE2wDtiXMfOTl8H { color:#8c8c8c;display:block;width:29.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:47.5rem;left:2.5625rem;height:;overflow:hidden;display:block; }#vMp5gfwSLWNRud6dxyE2wDtiXMfOTl8H li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#vMp5gfwSLWNRud6dxyE2wDtiXMfOTl8H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed7ada15-3587-4b76-a509-4051f7b6315f/checkred.png); }
#tNbszFRTO1Fh7Q4yXQyUWMdaw5NbTrwf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:13.25rem;left:51.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#GpUZuBK2AGGW1aa8q9wtUhr2qNVGATcL { color:#121212;display:block;width:18.5595625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.5rem;left:48.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y82gp9UX22ZBWv6397MeM6Ana0TMdH15 { color:#121212;display:block;width:14.871125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:16.75rem;left:49.9375rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#elVmF0M1v1179V6sri35NLWKKq4B9biE { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15054;background-color:rgba(52,64,98,0.1);background-image:none;top:19.1875rem;left:48rem;display:block; }
#UsZT1KaHlHDzptLMEnnJ26kSlSi7I2of { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:20.1875rem;left:47.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LwP6MpzGSTVvVvEoXVnAc6FXW3dsIizS { color:#121212;display:block;width:18.5595625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:21.5rem;left:48.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJVL0bBpuW7LwNcmIfFtVgnANEzzTF9s { color:#121212;display:block;width:14.871125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.6;letter-spacing:0;top:23.6875rem;left:49.9375rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#nUt7tncLOmM9RQe9IBZ88tHrr5cNQ2H1 { box-sizing:content-box;height:3.875rem;width:26.25rem;position:absolute;display:block;z-index:15007;background-color:#b01348;background-image:none;top:7rem;left:44.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#BqpdmhH33Q06hhQHGKgAOJTXLBvi8Dgp { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.9375rem;left:45.3125rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#rHnbsDC0BGz839xlxt14qO713Ui98z8g { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3916664123535rem;left:9.6562519073488rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk.adaptive-delivery-prevent-bg, #m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk.lazyload, #m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk.lazyloading { background-image: none; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { background-color: transparent; background-image: none; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container > .video-iframe-container { display: none; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row > .video-iframe-container { display: none; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .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); }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { border-width: 0; border-radius: 0; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { font-size:0.875rem;font-family:arial;height:95.75rem;width:75rem;position:relative;display:block; }#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-form-header {  }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-text {padding-top: 0; padding-bottom: 0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-select {padding-top: 0; padding-bottom: 0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.adaptive-delivery-prevent-bg, #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.lazyload, #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.lazyloading { background-image: none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql [class*="-text"]:-moz-placeholder {  }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql [class*="-text"]::-moz-placeholder {  }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql [class*="-text"]:-ms-input-placeholder {  }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql [class*="-text"]::-webkit-input-placeholder {  }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container:first-of-type{padding-top:0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container:last-of-type{padding-bottom:0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:9.375rem;left:49.280209541321rem;position:absolute;z-index:15001;height:auto; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.6875rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql {display:block;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:9.375rem;left:49.280209541321rem;position:absolute;z-index:15001;height:auto; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #U5i015eNFFQGf1I9u9zTi6f6JfVHZJRB { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #U5i015eNFFQGf1I9u9zTi6f6JfVHZJRB .container-column{width:50%;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Mf3zu30HuTUEpCAbRqTif55BFvfwyD4F { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TrRmG1h1Qz6nA4vSBOyerIqhy4kBgZTZ { position:relative;z-index:2; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #tmUOCnzQGyR709AT5HxPNtC7dBNTPgpJ { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #vRlbKVbP3lSEwqXokuTPlZpTJLKZJl1J { position:relative;z-index:2; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #OD8xzdX1gBqC5kRKQ2aMECSlMKyqUKyN { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DfKWCMkBToBctItGixRaVN5510yiKD6T { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #aTZm79eO9F3LX6zRy0HLgMyxgBBIHn4x { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xO3PnNGPQQbxCNyHOyJZ5cp5gMMaT53i { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Ta9TE7SNprAbuAcnvISePtR9k6WiyQwf { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #uNq4BS3Q1g1bfxkLNWQVf2y8BPhLegHt { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #KXdc0n40T4FvhIN9SzzZsSaRKZMgT8gR { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #pUxSvPhDuND9pMqEzBkKKMCr0eVmlTDf { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xok8nRNE1uS4hxZReEE89RG6A0RPgLd1 { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #MKnmGaGEXQXpkso63l8Wdw6hia7EvILn { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #w5KkBMy1FcsObwlXLvzoi88D6eT32LF3 { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #bRTTGn7Fv7TOBOAXv03dlS09T93xk9hN { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #QKTqoGLgRMyaeExJhyZU38QIDcyD0T59 { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #FBhfk9LL01xr0fxu2v93TTlfhUZUOxhL { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #r0tBXIIPhWWEh6vRDPJZmNc9ONG4K7NE { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ycow9WPnJiHkT1k4qUss4FWoJPzgbh5H { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DqcQWhRQ4eGmDqLu34ExgNLHtaTVPBVf { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #AMWQ4hhbmRVbi986AN4hCqriSRO9PJZq { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #nU1q4WKQwpJ3BvntTblmchp6isrJcNrm { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #CT9TBcBsPxX6p8cSSl5L0PsnG36PR9m3 { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #rBgf1cwCngk6D2pdhibg0TNbT8TS7ELq { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #FN6WeFVcZH3RVuZMxWg2ePhnN7vgIZ7S { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #n2tUubauiu0bxG1cUztC0DAruT3sPnhA { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xMeNcRcDFoa6xDGNRWWeCp9bGTLuzBrp { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #rowwUTEvSHBsTGucVQq0PTs8rvoJDwTR { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #W6JX5xdvCJNpC4nNSrrk6QXBD85TiTES { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TGqVALTcbTOPtT5kfn17ZrZmRcBLdsJ9 { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #XVVCvBKnpkkDwhsTdzfet6IZp8tbQZRH { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZNfBOb50XoPGT4d0B9RyvDsnFkZOnsI6 { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #hQT71zPg2siZKTySJDkknia5mxM2RDKy { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #NAxbfdNZv2yg9u0VI0oJOcvOGpUZke7y { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZsNNxCQkOBy3dlBK0HkHw26QFi4csDiy { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #QaOlT9dozSsyLxBnPWVlNUPrgLDv04D1 { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #OyszhQMeo3cnMQNCTtbppi8MRhOXBFwc { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #EtWIRcdAm0Drqx4RSq8ETBGCPUSUzSP6 { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #SpsP9dXIQMV0UbA7h30voxW7tdp3H8ay { position:relative;z-index:2; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #alCcJXXtvw5RBWknSm7HnSeVw5GldXIZ { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #WNHSSO71m9Z9QmJrsZtOwAvXpOWIiTg4 { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cupI0TfHTnytTn346VTzwLfJa2daFUDD { position:relative;z-index:2; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Qu0eoKDMaX69Aud6kIOX7TDUguVkSA6b { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TMTrpLQ31gdmg0sek00zaLknfXxtBE0E { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TbPkXU76TwAwFd9t7g3cElWJTwatBrJP { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #nFPd42WAJv0cJTw72S57TH3LyzK6qD4g { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #oQEqEAANdrNpLT4an7NosuBDfhzxCUeR { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #IHrb4hJZ4lbrwkpl753TmL7WlRgma4vl { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #q2tigvp0J1d9t2W3d15spRtGswpoowGV { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Av5kb9Ass9rPoCx1CoFsskzncCHGI1DX { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #BgpzkAUWpuvLtvkJk7GHvcW7IDNS90mr { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #B5kEc9nmGMGxs9z3ihFT4aSfvpo2ma1m { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cQUF9hwNvEdMi9AQnm5ch1Kzub3zmA9I { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TBaGJTMfhQwfVTVgTP9MDr2FliFodCUv { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #woLzE7oBefzisToNVssOt0JtX7X3y6HT { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #wqsaJoSkBRqyqTXgHJtUnzelmpIneJV1 { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #oyBdTH32EsdxkPBatyAN7wzp0nZDxzRi { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #dTHG2Dds4JeX85OTlgRTzOwFJZwXXOPu { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #srV5MEpMT3bpSV1Wa5GiTdp9eOKfBrzh { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #vmarZqRk5FH4ECnhWGUMDAew5TnQDZEA { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #d2poAf6fTBpTevoPDkcw1uLH1iaShiVN { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Q5ytTC7UuJGqwOXQ6lGcTIsn0d3fQTP0 { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #kTheffzwTRiBAJhFAN61yTfX93T5sfa4 { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DFR53XNFobPb6O2kuBVtTiTkm3DLgMJQ { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #MCwM8ndLfQdwsqtC3f8UOoay8wzHpEzJ { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #lL3xUK6wRHiG6fbsnoDTwloekWklLkM8 { position:relative;z-index:2; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cFPf7hsVWBimbimxATELROpDVi5cfkDW { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #dZ38qCx7ZL37fvvlPA90XMT74mXAPP9t { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #gTsfAg5CGVdAqqX29ffltaUv9tXqgb6k { position:relative;z-index:2; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZCw2rOOamlkUwP6SMCnAHfrWZy0rpTqi { position:relative; }
#xpxIG3UZl7QFW39oTpvFGTtnTPuUhKrG { position:relative;display:block; }
#tMA0Dx9wmfmsf5l6PsKTvrHPCn5o9ag5 { position:relative;display:block; }
#zyHQvthHJm80oNSB4lSsWgsPHbLPAXMO { position:relative;display:block; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #SpduF9c0CrTkrrIkBw4yx7JwJiEWvdfR { position:relative; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #BERDsUqcMnav7lHswAAm1cFgy878NtyX { position:relative; }
#GQyiuJARXgtsKsroqnh54OgAnLnEboBr { color:#000000;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.4375rem;left:19.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wa0Dnayx2CFrQxJ9JR86k8sLwkxIKIBG { position:absolute;display:block;z-index:15023;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.125rem solid rgba(52,64,98,0.1);border-left:0.125rem solid rgba(52,64,98,0.1);border-right:0.125rem solid rgba(52,64,98,0.1);border-bottom:0.125rem solid rgba(52,64,98,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.25rem;width:36.875rem;top:13.125rem;left:1.0615234375rem;display:block; }
#P2TX3Je5Oatf5L3uvWE4z8S6lgdpuVVw { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.6552734375rem;height:11.375rem;display:block; }
#lDQ2wPaep8NOZS6gohfqOWeGIfsdq09q { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:28.5615234375rem;left:4.9365234375rem;height:2.45rem;font-style:normal;display:block; }
#eW8R9ogJdr1HogD21CdizTxlEXEWx7II { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:28.8125rem;left:2.6239585876465rem;overflow:hidden;display:block; }
#owTvMXobMso0D1UZqbHA7JfOl1qkhqEU { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:32.311458587646rem;left:4.9364585876465rem;height:3.675rem;font-style:normal;display:block; }
#B4yS37WBE8iimcqmU2UTT4PVqW5fRUtn { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:32.5rem;left:2.5614585876465rem;overflow:hidden;display:block; }
#GKI2Ouk1GqegbpIfqNJOkddXPfZ8IMX3 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:41.186458587646rem;left:6.6239585876462rem;height:1.1375rem;display:block; }
#T2drkfdacCivKqqcJVgvxhkumhTMeHGF { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:40.505207061767rem;left:14.873958587646rem;overflow:hidden;display:block; }
#zZXVCOEihJU12Zkqc9m0FvN5w4v8NMCU { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:40.505207061767rem;left:2.6552085876465rem;overflow:hidden;display:block; }
#Z4RXd7SDgKlUBEaD7CLyM3vJTkwrFTmV { position:absolute;display:block;z-index:15037;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.125rem solid rgba(52,64,98,0.1);border-left:0.125rem solid rgba(52,64,98,0.1);border-right:0.125rem solid rgba(52,64,98,0.1);border-bottom:0.125rem solid rgba(52,64,98,0.1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:40.625rem;width:36.875rem;top:52.5rem;left:1.0615234375rem;display:block; }
#sgVkyD14uBow65OPmeBRcetE0yPbKPb1 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:54.2490234375rem;left:2.6552734375rem;height:11.025rem;font-style:normal;display:block; }
#a7NFlSzMzPufAdtTHlEGR7SEK0TZaCyz { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:41.186458587646rem;left:17.998958587646rem;height:1.1375rem;display:block; }
#Q023suwLvo4QwBbcVkoH6cVQfyis5vk7 { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:73.311458587644rem;left:5.5614585876465rem;height:11.025rem;font-style:normal;display:block; }
#pWDqE3ImveP9OJGroTuvlSFgsh9cpngX { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:73.498958587644rem;left:3.125rem;overflow:hidden;display:block; }
#TKWStHQa0QXiTHaxK4UvtUCiLqTC9ADz { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:54.248962402344rem;left:2.6552085876465rem;height:17.15rem;font-style:normal;display:block; }
#yVsTTDqi4UFzmU3xnNSalR8chPDH4Um6 { color:#000000;display:block;width:29.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.6239585876465rem;height:11.375rem;display:block; }
#rp2qI88B0GFbFTOhb13L3cVJttzskqeO { box-sizing:content-box;height:3.25rem;width:14.625rem;position:absolute;display:block;z-index:15047;background-color:#344062;background-image:none;top:9.9375rem;left:1.3115234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#b5GXVxA0wC3gsqGXXXOTD1piziWAM3Zb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:10.912109375rem;left:2.3740234375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9HMLBgBCINtCoxT9EGwoVifnTB2oitp { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:37.125rem;left:4.9365234375rem;height:2.275rem;display:block; }
#GdS9mwGlehqgEtVs1ziZ7lnLyKP6SiD9 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:37.125rem;left:2.6552734375rem;overflow:hidden;display:block; }
#vIdxQc85PJ9Q12NhiJUcJ2tir6P3oqok { box-sizing:content-box;height:3.25rem;width:29.5625rem;position:absolute;display:block;z-index:15049;background-color:#b01348;background-image:none;top:49.3125rem;left:1.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.5rem;display:block; }
#eqaTK5VZmRPFTtIENhpwJDgsd4qCsXtQ { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:50.287109375rem;left:1.0615234375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWu96laqV8IAh48q0Pz8ovwd2Hmnb1m9 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:89.4375rem;left:18rem;height:1.1375rem;display:block; }
#T4D215DHei6TauXSLifTK6t6bhi8uay3 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:88.75rem;left:14.875rem;overflow:hidden;display:block; }
#rG6MmylQadDv8trHMe39afvKN1vS0wbo { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:89.4375rem;left:6.625rem;height:1.1375rem;display:block; }
#BIZmey8sTBHHINblyUGzOW858UX5pQon { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:88.75rem;left:2.625rem;overflow:hidden;display:block; }
#B2nhE2K8b00UlXpWSQxl7v85HEAxVwgW { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:85.375rem;left:2.625rem;overflow:hidden;display:block; }
#tT0XsTaAGzfFT3D0gWexZmZUr7k0HOE4 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:85.5625rem;left:4.9375rem;height:1.1375rem;display:block; }
#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#344062;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row .container { background-color: transparent; background-image: none; }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row .container > .video-iframe-container { display: none; }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row > .video-iframe-container { display: none; }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .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); }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row .container { border-width: 0; border-radius: 0; }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#F2iFrRCloytKyZJSqJXiqmIisksaASDS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:15.4375rem;top:2.6875rem;left:3.125rem;overflow:hidden;display:block; }
#dPJdvKLFrJZe4yerQoFpczDpCS6UTgTS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:3rem;left:62.1875rem;overflow:hidden;display:block; }
#mibkE1KrpGft2Rab6D7Jepz2cKnGD1xu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3rem;top:3rem;left:66.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 { display:block; }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row .container { width:47.75rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lUUTBqFKqRLAAXnBvM7wDRr9qBMqGxPf { width:26.125rem;height:4.1875rem;top:2.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o6xCo8hzMcB5ATCmz4ix5WsJALHzTqeO { width:37.9375rem;height:25.75rem;top:17.9375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srdOepT2zBqvlg6clzzUTT0vAV2zH3sO { width:36rem;height:16.375rem;top:8.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b29o5mMK8sWXnSLaQDbXJ5Q7HshCLgsC { width:29.625rem;height:5.85rem;top:10.625rem;left:9.0625rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KanwDyCmnfZ5PlcJgSKLKdRRM8lWwNdS { width:25.5625rem;height:3.7375rem;top:18rem;left:9.0625rem;font-size:1.4375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pMieEVaJ2fOiCKG0NgiUbOPki1hSX4cg { width:24.125rem;height:4.25rem;top:46.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ao02yd3SBV8gT0uT0SDeyTJaMCToRH4K { display:block; }
 }@media only screen and (max-width: 1199px) { #eH3qBkGtPa2FtM7t6cra6EG2oEIIVax0 { width:1.0625rem;height:1rem;top:48.25rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHUvoyHCThE7A139AQ9ClMnPkwGE8coO { width:24.125rem;height:4.25rem;top:52.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7XU2XM9U9hoVHhn7q27CeltVqa90h47 { display:block; }
 }@media only screen and (max-width: 1199px) { #aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc { display:block; }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wDKKIC7Mv2VofPTK5ENCRCuQ0DHrMVzN { width:35rem;height:8.5rem;top:2.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBrk0lAp1Gm7TwyvTA1yIRdkBF4osKnS { width:3.125rem;height:4.1875rem;top:2.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kcPt4aS1W00x1XQdFa0bt0BeGQyDO7yA { width:27.375rem;height:6.5rem;top:3.3125rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pv7DRpts5Gl3DGncCNa56dBznQwz7H8X { width:35rem;height:8.5rem;top:11.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6rTh4fc4WzIBnvXqokoklTkSaBMQfso { width:29.1875rem;height:4.875rem;top:13.125rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IAK92x5hrisMdM2SquTfmx53HhcZRd8I { width:3.125rem;height:4.1875rem;top:12.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE { display:block; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { width:47.75rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CMRyDgiV6ts6RmDMVDc5mMTKAu9sZHDr { width:35rem;height:8.5rem;top:1rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bnrgMXoKaNg9mURLvUw12e6kf9Bib2k0 { width:3.125rem;height:4.1875rem;top:1.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGTE4eSehcKPGFmLo9dnkCP8gFW5qMva { width:28.8125rem;height:6.5rem;top:2.0625rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z00ipTeI4yZkHOyPwq59Qd6vvFIPmfgu { width:35rem;height:8.5rem;top:10.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oym7HKaDCQgKlNTMKmEiIg30um0PyDtu { width:29.1875rem;height:4.875rem;top:11.5625rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFEA26Ie1SDoT53xGNRzEguvgiznbmpC { width:3.125rem;height:4.1875rem;top:11.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR { display:block; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tQHTvlQpOv6V9Az9kTCiqnIH0qd7CXPk { width:47.75rem;height:2.35625rem;top:2.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { display:block; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qAkIFNNRbWBTaK19xZ6mDzD3kqEMGmLo { width:34.5rem;height:20.9375rem;top:22.75rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnQ27TpRQKkw7uiCMCC4FIg59hxQVSKX { width:37.5rem;height:0.0625rem;top:2.375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hl5yNRBamFawy2ARkyfuRo6fcaw0FsWs { width:26.625rem;height:1.95rem;top:3.4375rem;left:4.71875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z { width:42.0625rem;height:14.25rem;top:6.75rem;left:4.71875rem;font-size:1.25rem;display:block; }#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z li:before{  }
 }@media only screen and (max-width: 1199px) { #yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { display:block; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T0ooZ8mRcTmZB4xi02T7FedWXD7nWW0s { width:34.5rem;height:20.9375rem;top:22.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M2LUTtmkUsBCToUFGKCV9N91DHMrOsdA { width:37.5rem;height:0.0625rem;top:2.375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0Nrk0rMUE3h93GwHI8PG9x3TuzKemln { width:38rem;height:1.95rem;top:3.4375rem;left:4.71875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4uitpTn1ravTgUGNpehebz1xdiMbOgD { width:41.25rem;height:13.25rem;top:7.875rem;left:4.75rem;font-size:1.25rem;display:block; }#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD li:before{  }
 }@media only screen and (max-width: 1199px) { #lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { display:block; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container { width:47.75rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s1N9SXRVc0l3DFMMsipOErpaSVvVLS9r { width:34.5rem;height:20.9375rem;top:21.75rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar2uVXmAa55d1DBPMaHmnH6IOgPJPckW { width:37.5rem;height:0.0625rem;top:2.375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAMD22KZeRvXcpJmSEGXEch46XAbGlNP { width:38.6875rem;height:1.95rem;top:3.4375rem;left:4.71875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #gCvGofBQXgRBw94KLxSZBRANr7g3QN0h { width:41.25rem;height:13.25rem;top:7rem;left:4.71875rem;font-size:1.25rem;display:block; }#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h li:before{  }
 }@media only screen and (max-width: 1199px) { #ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E { display:block; }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #m5JiMvHP4HFGaumwEmAW3TRBSTeRcR1B { width:24.125rem;height:4.25rem;top:1.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBFRCUCnySvLpmFhRXg4We7Lf54Js4Vh { display:block; }
 }@media only screen and (max-width: 1199px) { #OW6CLM8lUEmloTrJfTdl7C3mKb5fgDJp { width:1.0625rem;height:1rem;top:3.125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD { display:block; }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .row .container { width:47.75rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vmIckyrnafIgCPT3zB2MTTXInlAhTELw { width:47.75rem;height:2.35625rem;top:2.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X5861Henp8MGF2EWp0aAdw4PIo6AgUUA { width:44.375rem;height:3.4125rem;top:5.9489593505859rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { display:block; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container { width:47.75rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dQTNTrV8ABguCJK3FsWIPSTTNZKXrOWT { width:17.75rem;height:13.6875rem;top:6.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJasNCyAM6aTzVQdbGTEbTLIMum06UU8 { width:17.75rem;height:4rem;top:2.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PPEkZwzN6TJiDfsNKqVOX1zHcwyya8B5 { width:15.8125rem;height:1.95rem;top:3.25rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk09EeaeE3cFg2ufbAq7sza0MBE5E90I { width:13.5625rem;height:3.25rem;top:21.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8VGTTUf200An3uz2HF88SlIK0AWDyv1 { display:block; }
 }@media only screen and (max-width: 1199px) { #QHIzuzrUzIqHZWEC98ONRaaV0IC82lMn { width:1.0625rem;height:1rem;top:22.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyX9eolK4dxbUmTaTacnBPZWTUUAp3yH { width:13.5625rem;height:3.25rem;top:21.5625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usywB33yg8UpiDKykSUSrAooKK3lFJtx { display:block; }
 }@media only screen and (max-width: 1199px) { #eOlJ6xI7mxWVkFgIANzwEIVrpR4Jwr4z { width:17.25rem;height:13.6875rem;top:6.1875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRQTsAkeN794OTUk4QVRrWmAbNZxgaBi { width:1.0625rem;height:1rem;top:22.6875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTaDHIbPEnHwZbsyZVVXRy9zs5Ro5K6E { width:17.75rem;height:4rem;top:2.25rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhQ49a6NTNHyLC2sW6v80ZfkKyTXiBgc { width:15.8125rem;height:1.95rem;top:3.25rem;left:28.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdPbXMsHTzN1qAL1TRfA1nLVTR5XfM3i { width:13.5625rem;height:3.25rem;top:45.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqnvigUraCXn0ygWIziuusdIDXUAF9LI { display:block; }
 }@media only screen and (max-width: 1199px) { #twdDXRIxTZwsDtOta0PZek0hfiOEmJHR { width:17.25rem;height:13.6875rem;top:30.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m86HdxpUZif8ZRZ6De42GpwtcEql2Tna { width:1.0625rem;height:1rem;top:46.75rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Niwc5PtZLgJHbOQlq8VGZJ6y1mobZr5H { width:17.25rem;height:13.625rem;top:30.25rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAOsUpodFKzDPEVSRVeHwOomRRcTrtew { width:13.5625rem;height:3.25rem;top:45.625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRAh0iGVBGH08i1dhOHUInEfx9V1EWXy { display:block; }
 }@media only screen and (max-width: 1199px) { #A20sVrFqEDU5ywkZaahhsK0lPWBkfZBi { width:1.0625rem;height:1rem;top:46.75rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhlEAdlaZVpxwMFXqzxgvgHQ4nGIDFQK { width:17.75rem;height:4rem;top:26.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gi5Znp878skt6FTbBSQPytlUk6TmawBh { width:17.75rem;height:4rem;top:26.3125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uv5a0n2heTeyzSgK09QZ2sTGK1iLHGgi { width:15.8125rem;height:1.95rem;top:27.3125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAfFxxd2aVEEfn7IinuX8nXBfkSErUhB { width:15.8125rem;height:1.95rem;top:27.3125rem;left:28.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnLR0KlnXMQgGoSnlH68g4nF4oURlHyP { width:8.9375rem;height:4.9375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD { display:block; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ufoTF0B122T6QlM6QOPSh2V44PH9BsHz { width:47.75rem;height:40.25rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSqBVtiBrMNdPSoE9FNkAUqCLV6gmOzF { width:45.4375rem;height:2.925rem;top:2.4375rem;left:1.15625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd { display:block; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { width:47.75rem;height:128.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #auxHJWTbVOPenT49s6KV77dR6cmJnsN7 { width:33.0625rem;height:54.125rem;top:9.1875rem;left:7.3750005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mH2woa7fDNMNIuE5Xil5rioXP5Ug3DBZ { width:22.0234375rem;height:2.8984375rem;top:23.875rem;left:12.813281595707rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPA9RQeEVN4XdATukfW2RndU4UaormFZ { display:block; }
 }@media only screen and (max-width: 1199px) { #SMJmdZB7OFD0Q7dJQFgkKFdtW4uy2dsn { width:14.874rem;height:1.95rem;top:6.375rem;left:16.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCLdFAXOrxhUwtmSgfoJ7HZLtXn5UydI { width:29.75rem;height:12.85rem;top:29.40625rem;left:9.0000005364419rem;font-size:1rem;display:block; }#OCLdFAXOrxhUwtmSgfoJ7HZLtXn5UydI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/828cdfa0-0801-445c-a0cf-7f5273a15f1a/checkgreen.png); }
 }@media only screen and (max-width: 1199px) { #lnZTdBZbS2guM1QWenJIhM8Rl9bDL7BT { width:18.499rem;height:1.95rem;top:12.375rem;left:14.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QyveG4yeHtnT96ozT3m9B3Kkm8VwAQ3K { width:14.8115rem;height:1.5rem;top:14.3125rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSc7W4ZJyKOTsNRzHGgNVkTHbnw04yBy { width:22.022625rem;height:2.89765625rem;top:86rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpiJJMymcLJawVHoLQqv41VVKi02gLV2 { display:block; }
 }@media only screen and (max-width: 1199px) { #zuwsWI4moMCgCfonUX5ZEb0mcPJWBxmA { width:30.9984375rem;height:27.3625rem;top:91.6875rem;left:8.375rem;font-size:1rem;display:block; }#zuwsWI4moMCgCfonUX5ZEb0mcPJWBxmA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b0dc6ebf-086b-46ea-a8e2-bb524f213fd9/checkgreen.png); }
 }@media only screen and (max-width: 1199px) { #iHzc61x48m2TXXiTIqgUkAlRLNq6iUGD { width:32.9375rem;height:54.4375rem;top:70rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJJywThbtmz4PUbJds802Bsms20gHKyy { width:17.0625rem;height:3.75rem;top:5.5rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlnwJikh7LT7J70ePGWQff9tMR3Tivrb { width:12.5rem;height:1.3rem;top:11.0625rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiFlmTqXAevyWtGIbI73aP2AM5TE0sT3 { width:18.75rem;height:0.0625rem;top:19.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #F15I9PXQhvhuIq00tqgNq7c8vqxVxWV2 { width:20.0625rem;height:1.3rem;top:17.5rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKL80WgKoRZTifQKJaTPqcN1BDQGuzoq { width:18.499rem;height:1.95rem;top:18.75rem;left:14.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3mTkU0eqCdQOqUM0SskZ91iiUhK5kRL { width:14.8115rem;height:1.5rem;top:20.75rem;left:16.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMp5gfwSLWNRud6dxyE2wDtiXMfOTl8H { width:29.75rem;height:13.575rem;top:43.8125rem;left:9.0000005364419rem;font-size:1rem;display:block; }#vMp5gfwSLWNRud6dxyE2wDtiXMfOTl8H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed7ada15-3587-4b76-a509-4051f7b6315f/checkred.png); }
 }@media only screen and (max-width: 1199px) { #tNbszFRTO1Fh7Q4yXQyUWMdaw5NbTrwf { width:12.5rem;height:1.3rem;top:72.625rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GpUZuBK2AGGW1aa8q9wtUhr2qNVGATcL { width:18.499rem;height:1.95rem;top:73.9375rem;left:14.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y82gp9UX22ZBWv6397MeM6Ana0TMdH15 { width:14.8115rem;height:1.5rem;top:75.875rem;left:16.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #elVmF0M1v1179V6sri35NLWKKq4B9biE { width:18.75rem;height:0.0625rem;top:19.1875rem;left:29rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UsZT1KaHlHDzptLMEnnJ26kSlSi7I2of { width:20.0625rem;height:1.3rem;top:79.0625rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwP6MpzGSTVvVvEoXVnAc6FXW3dsIizS { width:18.499rem;height:1.95rem;top:80.3125rem;left:14.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJVL0bBpuW7LwNcmIfFtVgnANEzzTF9s { width:14.8115rem;height:1.5rem;top:82.3125rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUt7tncLOmM9RQe9IBZ88tHrr5cNQ2H1 { width:25rem;height:3.75rem;top:66.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BqpdmhH33Q06hhQHGKgAOJTXLBvi8Dgp { width:30.4375rem;height:1.95rem;top:67.1875rem;left:8.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rHnbsDC0BGz839xlxt14qO713Ui98z8g { width:47.75rem;height:2.35625rem;top:1.4375190734863rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk { display:block; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { width:47.75rem;height:157.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-regular-label { height:0.875rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:20.375rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-text {padding-top: 0; padding-bottom: 0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.375rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:20.375rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-select {padding-top: 0; padding-bottom: 0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:20.375rem;height:3rem; }#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.adaptive-delivery-prevent-bg, #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.lazyload, #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.lazyloading { background-image: none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:18.875rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container:first-of-type{padding-top:0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container:last-of-type{padding-bottom:0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:31.625rem;height:auto;left:7.6875rem;top:91.9970703125rem; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .radio-container { display:inline-block;*zoom:1;*display:inline;width:20.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql {display:block;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:31.625rem;height:auto;left:7.6875rem;top:91.9970703125rem; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #U5i015eNFFQGf1I9u9zTi6f6JfVHZJRB {  }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #U5i015eNFFQGf1I9u9zTi6f6JfVHZJRB .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Mf3zu30HuTUEpCAbRqTif55BFvfwyD4F { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TrRmG1h1Qz6nA4vSBOyerIqhy4kBgZTZ { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #tmUOCnzQGyR709AT5HxPNtC7dBNTPgpJ {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #vRlbKVbP3lSEwqXokuTPlZpTJLKZJl1J { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #OD8xzdX1gBqC5kRKQ2aMECSlMKyqUKyN {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DfKWCMkBToBctItGixRaVN5510yiKD6T {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #aTZm79eO9F3LX6zRy0HLgMyxgBBIHn4x { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xO3PnNGPQQbxCNyHOyJZ5cp5gMMaT53i {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Ta9TE7SNprAbuAcnvISePtR9k6WiyQwf {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #uNq4BS3Q1g1bfxkLNWQVf2y8BPhLegHt { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #KXdc0n40T4FvhIN9SzzZsSaRKZMgT8gR {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #pUxSvPhDuND9pMqEzBkKKMCr0eVmlTDf {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xok8nRNE1uS4hxZReEE89RG6A0RPgLd1 { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #MKnmGaGEXQXpkso63l8Wdw6hia7EvILn {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #w5KkBMy1FcsObwlXLvzoi88D6eT32LF3 {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #bRTTGn7Fv7TOBOAXv03dlS09T93xk9hN { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #QKTqoGLgRMyaeExJhyZU38QIDcyD0T59 {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #FBhfk9LL01xr0fxu2v93TTlfhUZUOxhL {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #r0tBXIIPhWWEh6vRDPJZmNc9ONG4K7NE { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ycow9WPnJiHkT1k4qUss4FWoJPzgbh5H {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DqcQWhRQ4eGmDqLu34ExgNLHtaTVPBVf {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #AMWQ4hhbmRVbi986AN4hCqriSRO9PJZq { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #nU1q4WKQwpJ3BvntTblmchp6isrJcNrm {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #CT9TBcBsPxX6p8cSSl5L0PsnG36PR9m3 {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #rBgf1cwCngk6D2pdhibg0TNbT8TS7ELq { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #FN6WeFVcZH3RVuZMxWg2ePhnN7vgIZ7S {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #n2tUubauiu0bxG1cUztC0DAruT3sPnhA {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xMeNcRcDFoa6xDGNRWWeCp9bGTLuzBrp { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #rowwUTEvSHBsTGucVQq0PTs8rvoJDwTR {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #W6JX5xdvCJNpC4nNSrrk6QXBD85TiTES {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TGqVALTcbTOPtT5kfn17ZrZmRcBLdsJ9 { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #XVVCvBKnpkkDwhsTdzfet6IZp8tbQZRH {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZNfBOb50XoPGT4d0B9RyvDsnFkZOnsI6 {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #hQT71zPg2siZKTySJDkknia5mxM2RDKy { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #NAxbfdNZv2yg9u0VI0oJOcvOGpUZke7y {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZsNNxCQkOBy3dlBK0HkHw26QFi4csDiy {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #QaOlT9dozSsyLxBnPWVlNUPrgLDv04D1 { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #OyszhQMeo3cnMQNCTtbppi8MRhOXBFwc {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #EtWIRcdAm0Drqx4RSq8ETBGCPUSUzSP6 {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #SpsP9dXIQMV0UbA7h30voxW7tdp3H8ay {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #alCcJXXtvw5RBWknSm7HnSeVw5GldXIZ {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #WNHSSO71m9Z9QmJrsZtOwAvXpOWIiTg4 {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cupI0TfHTnytTn346VTzwLfJa2daFUDD { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Qu0eoKDMaX69Aud6kIOX7TDUguVkSA6b {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TMTrpLQ31gdmg0sek00zaLknfXxtBE0E {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TbPkXU76TwAwFd9t7g3cElWJTwatBrJP { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #nFPd42WAJv0cJTw72S57TH3LyzK6qD4g {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #oQEqEAANdrNpLT4an7NosuBDfhzxCUeR {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #IHrb4hJZ4lbrwkpl753TmL7WlRgma4vl { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #q2tigvp0J1d9t2W3d15spRtGswpoowGV {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Av5kb9Ass9rPoCx1CoFsskzncCHGI1DX {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #BgpzkAUWpuvLtvkJk7GHvcW7IDNS90mr { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #B5kEc9nmGMGxs9z3ihFT4aSfvpo2ma1m {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cQUF9hwNvEdMi9AQnm5ch1Kzub3zmA9I {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TBaGJTMfhQwfVTVgTP9MDr2FliFodCUv { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #woLzE7oBefzisToNVssOt0JtX7X3y6HT {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #wqsaJoSkBRqyqTXgHJtUnzelmpIneJV1 {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #oyBdTH32EsdxkPBatyAN7wzp0nZDxzRi { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #dTHG2Dds4JeX85OTlgRTzOwFJZwXXOPu {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #srV5MEpMT3bpSV1Wa5GiTdp9eOKfBrzh {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #vmarZqRk5FH4ECnhWGUMDAew5TnQDZEA { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #d2poAf6fTBpTevoPDkcw1uLH1iaShiVN {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Q5ytTC7UuJGqwOXQ6lGcTIsn0d3fQTP0 {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #kTheffzwTRiBAJhFAN61yTfX93T5sfa4 { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DFR53XNFobPb6O2kuBVtTiTkm3DLgMJQ {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #MCwM8ndLfQdwsqtC3f8UOoay8wzHpEzJ {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #lL3xUK6wRHiG6fbsnoDTwloekWklLkM8 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cFPf7hsVWBimbimxATELROpDVi5cfkDW {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #dZ38qCx7ZL37fvvlPA90XMT74mXAPP9t {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #gTsfAg5CGVdAqqX29ffltaUv9tXqgb6k { z-index:2; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZCw2rOOamlkUwP6SMCnAHfrWZy0rpTqi {  }
 }@media only screen and (max-width: 1199px) { #xpxIG3UZl7QFW39oTpvFGTtnTPuUhKrG { display:block; }
 }@media only screen and (max-width: 1199px) { #tMA0Dx9wmfmsf5l6PsKTvrHPCn5o9ag5 { display:block; }
 }@media only screen and (max-width: 1199px) { #zyHQvthHJm80oNSB4lSsWgsPHbLPAXMO { display:block; }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #SpduF9c0CrTkrrIkBw4yx7JwJiEWvdfR {  }
 }@media only screen and (max-width: 1199px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #BERDsUqcMnav7lHswAAm1cFgy878NtyX {  }
 }@media only screen and (max-width: 1199px) { #GQyiuJARXgtsKsroqnh54OgAnLnEboBr { width:35.25rem;height:2.925rem;top:1.375rem;left:5.375rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wa0Dnayx2CFrQxJ9JR86k8sLwkxIKIBG { width:36.875rem;height:34.0625rem;top:7.8125rem;left:5.4365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2TX3Je5Oatf5L3uvWE4z8S6lgdpuVVw { width:33.4375rem;height:11.375rem;top:12.0625rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDQ2wPaep8NOZS6gohfqOWeGIfsdq09q { width:28.0625rem;height:3.675rem;top:24.75rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eW8R9ogJdr1HogD21CdizTxlEXEWx7II { width:1rem;height:1rem;top:25.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owTvMXobMso0D1UZqbHA7JfOl1qkhqEU { width:28.0625rem;height:3.675rem;top:29.3125rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4yS37WBE8iimcqmU2UTT4PVqW5fRUtn { width:1rem;height:1rem;top:29.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GKI2Ouk1GqegbpIfqNJOkddXPfZ8IMX3 { width:7.75rem;height:1.1375rem;top:34.375rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2drkfdacCivKqqcJVgvxhkumhTMeHGF { width:1.25rem;height:1.25rem;top:34.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zZXVCOEihJU12Zkqc9m0FvN5w4v8NMCU { width:1.25rem;height:1.25rem;top:34.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4RXd7SDgKlUBEaD7CLyM3vJTkwrFTmV { width:36.875rem;height:41.875rem;top:46.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgVkyD14uBow65OPmeBRcetE0yPbKPb1 { width:35.1875rem;height:11.025rem;top:48rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7NFlSzMzPufAdtTHlEGR7SEK0TZaCyz { width:15.0625rem;height:1.1375rem;top:34.375rem;left:20.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q023suwLvo4QwBbcVkoH6cVQfyis5vk7 { width:30.875rem;height:11.025rem;top:68.4375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWDqE3ImveP9OJGroTuvlSFgsh9cpngX { width:1rem;height:1rem;top:68.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKWStHQa0QXiTHaxK4UvtUCiLqTC9ADz { width:36rem;height:17.15rem;top:48rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVsTTDqi4UFzmU3xnNSalR8chPDH4Um6 { width:33.4375rem;height:11.375rem;top:12.0625rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rp2qI88B0GFbFTOhb13L3cVJttzskqeO { width:14.625rem;height:3.25rem;top:7.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5GXVxA0wC3gsqGXXXOTD1piziWAM3Zb { width:12.5rem;height:1.3rem;top:8.787109375rem;left:6.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I9HMLBgBCINtCoxT9EGwoVifnTB2oitp { width:30.0625rem;height:2.275rem;top:37.75rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdS9mwGlehqgEtVs1ziZ7lnLyKP6SiD9 { width:1.625rem;height:1.625rem;top:37.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIdxQc85PJ9Q12NhiJUcJ2tir6P3oqok { width:27.4375rem;height:3.25rem;top:43.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqaTK5VZmRPFTtIENhpwJDgsd4qCsXtQ { width:25.125rem;height:1.3rem;top:44.375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWu96laqV8IAh48q0Pz8ovwd2Hmnb1m9 { width:15.0625rem;height:1.1375rem;top:81.75rem;left:18.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4D215DHei6TauXSLifTK6t6bhi8uay3 { width:1.25rem;height:1.25rem;top:81.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rG6MmylQadDv8trHMe39afvKN1vS0wbo { width:7.75rem;height:1.1375rem;top:81.8125rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIZmey8sTBHHINblyUGzOW858UX5pQon { width:1.375rem;height:1.375rem;top:81.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2nhE2K8b00UlXpWSQxl7v85HEAxVwgW { width:1.625rem;height:1.625rem;top:84.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tT0XsTaAGzfFT3D0gWexZmZUr7k0HOE4 { width:30.0625rem;height:1.1375rem;top:85.1875rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 { display:block; }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F2iFrRCloytKyZJSqJXiqmIisksaASDS { width:15.4375rem;height:3.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPJdvKLFrJZe4yerQoFpczDpCS6UTgTS { width:3rem;height:2.9375rem;top:3rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mibkE1KrpGft2Rab6D7Jepz2cKnGD1xu { width:3rem;height:2.9375rem;top:2.96875rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 { display:block; }#UlTHfBUXug2wVy6HFXlwzHxurvrSrD71 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUUTBqFKqRLAAXnBvM7wDRr9qBMqGxPf { width:20rem;height:3.2057416267943rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6xCo8hzMcB5ATCmz4ix5WsJALHzTqeO { width:19.875rem;height:13.5rem;top:23.4541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srdOepT2zBqvlg6clzzUTT0vAV2zH3sO { width:20rem;height:15.8125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b29o5mMK8sWXnSLaQDbXJ5Q7HshCLgsC { width:19.5rem;height:4.875rem;top:9.0625rem;left:0.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KanwDyCmnfZ5PlcJgSKLKdRRM8lWwNdS { width:19.5rem;height:3.7375rem;top:15.375rem;left:0.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMieEVaJ2fOiCKG0NgiUbOPki1hSX4cg { width:19rem;height:4.25rem;top:40.860325rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao02yd3SBV8gT0uT0SDeyTJaMCToRH4K { display:block; }
 }@media only screen and (max-width: 763px) { #eH3qBkGtPa2FtM7t6cra6EG2oEIIVax0 { width:1.0625rem;height:1rem;top:46.360325rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHUvoyHCThE7A139AQ9ClMnPkwGE8coO { width:19rem;height:4.25rem;top:46.421875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7XU2XM9U9hoVHhn7q27CeltVqa90h47 { display:block; }
 }@media only screen and (max-width: 763px) { #aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc { display:block; }#aCbg8uMLdn8wu0KTw3sWRPntBCzFz2xc > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDKKIC7Mv2VofPTK5ENCRCuQ0DHrMVzN { width:19.875rem;height:9.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBrk0lAp1Gm7TwyvTA1yIRdkBF4osKnS { width:3.125rem;height:4.1875rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcPt4aS1W00x1XQdFa0bt0BeGQyDO7yA { width:13.3125rem;height:7.8rem;top:2.138542175293rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pv7DRpts5Gl3DGncCNa56dBznQwz7H8X { width:19.875rem;height:8.9375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6rTh4fc4WzIBnvXqokoklTkSaBMQfso { width:13.625rem;height:6.5rem;top:12.8125rem;left:4.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IAK92x5hrisMdM2SquTfmx53HhcZRd8I { width:3.125rem;height:4.1875rem;top:12.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE { display:block; }#H4Hm5vqXELpZUxVCsFbGTBkQSP9pRVDE > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMRyDgiV6ts6RmDMVDc5mMTKAu9sZHDr { width:19.875rem;height:9.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnrgMXoKaNg9mURLvUw12e6kf9Bib2k0 { width:3.125rem;height:4.1875rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGTE4eSehcKPGFmLo9dnkCP8gFW5qMva { width:13.5625rem;height:7.8rem;top:2.138542175293rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z00ipTeI4yZkHOyPwq59Qd6vvFIPmfgu { width:19.875rem;height:10rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oym7HKaDCQgKlNTMKmEiIg30um0PyDtu { width:14.6875rem;height:6.5rem;top:12.8125rem;left:4.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dFEA26Ie1SDoT53xGNRzEguvgiznbmpC { width:3.125rem;height:4.1875rem;top:12.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR { display:block; }#GUbO2bRr7wUIvsRxrTNUbc5klzNDQGGR > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQHTvlQpOv6V9Az9kTCiqnIH0qd7CXPk { width:20rem;height:4.7125rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 { display:block; }#ABLapxcqRM1RUy0faRlgQ75qzsiiQK44 > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAkIFNNRbWBTaK19xZ6mDzD3kqEMGmLo { width:20rem;height:12.13768115942rem;top:33.148956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQ27TpRQKkw7uiCMCC4FIg59hxQVSKX { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5yNRBamFawy2ARkyfuRo6fcaw0FsWs { width:18.375rem;height:3.9rem;top:2.3125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z { width:17.875rem;height:24.65rem;top:7.4614562988281rem;left:0.625rem;font-size:1.125rem;display:block; }#OGfWTuFlOxXDzvVPM33h0tTDGDkgbT3z li:before{  }
 }@media only screen and (max-width: 763px) { #yd9td62r46lnaQNyGReWw5Q2T3zCuAkO { display:block; }#yd9td62r46lnaQNyGReWw5Q2T3zCuAkO > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ooZ8mRcTmZB4xi02T7FedWXD7nWW0s { width:20rem;height:12.125rem;top:29.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2LUTtmkUsBCToUFGKCV9N91DHMrOsdA { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Nrk0rMUE3h93GwHI8PG9x3TuzKemln { width:18.375rem;height:5.85rem;top:2.3125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4uitpTn1ravTgUGNpehebz1xdiMbOgD { width:18.625rem;height:19.425rem;top:9.1489562988281rem;left:0.4375rem;font-size:1.125rem;display:block; }#Z4uitpTn1ravTgUGNpehebz1xdiMbOgD li:before{  }
 }@media only screen and (max-width: 763px) { #lB1g6XwglN1pKRUKCySHDyKNJqGs22GR { display:block; }#lB1g6XwglN1pKRUKCySHDyKNJqGs22GR > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1N9SXRVc0l3DFMMsipOErpaSVvVLS9r { width:20rem;height:12.125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2uVXmAa55d1DBPMaHmnH6IOgPJPckW { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAMD22KZeRvXcpJmSEGXEch46XAbGlNP { width:17.4375rem;height:5.85rem;top:2.3125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvGofBQXgRBw94KLxSZBRANr7g3QN0h { width:19.375rem;height:20.8875rem;top:9.5864562988281rem;left:0.4375rem;font-size:1.125rem;display:block; }#gCvGofBQXgRBw94KLxSZBRANr7g3QN0h li:before{  }
 }@media only screen and (max-width: 763px) { #ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E { display:block; }#ig0QaMRsKRIiwbZTOxtJ714ud9WHUf1E > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5JiMvHP4HFGaumwEmAW3TRBSTeRcR1B { width:19rem;height:4.25rem;top:2.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBFRCUCnySvLpmFhRXg4We7Lf54Js4Vh { display:block; }
 }@media only screen and (max-width: 763px) { #OW6CLM8lUEmloTrJfTdl7C3mKb5fgDJp { width:1.0625rem;height:1rem;top:2.9375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD { display:block; }#BQvrg9IhWC7T6e8mix6LLZXQr1iK8XsD > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmIckyrnafIgCPT3zB2MTTXInlAhTELw { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5861Henp8MGF2EWp0aAdw4PIo6AgUUA { width:20rem;height:5.85rem;top:4.85546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPScvEMrHRfSNyOF71M8zRDmvflkOXKb { display:block; }#iPScvEMrHRfSNyOF71M8zRDmvflkOXKb > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQTNTrV8ABguCJK3FsWIPSTTNZKXrOWT { width:17.75rem;height:13.6875rem;top:5.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJasNCyAM6aTzVQdbGTEbTLIMum06UU8 { width:17.75rem;height:4rem;top:1.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPEkZwzN6TJiDfsNKqVOX1zHcwyya8B5 { width:15.8125rem;height:1.95rem;top:2.525390625rem;left:2.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tk09EeaeE3cFg2ufbAq7sza0MBE5E90I { width:13.5625rem;height:3.25rem;top:20.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VGTTUf200An3uz2HF88SlIK0AWDyv1 { display:block; }
 }@media only screen and (max-width: 763px) { #QHIzuzrUzIqHZWEC98ONRaaV0IC82lMn { width:1.0625rem;height:1rem;top:21.5rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyX9eolK4dxbUmTaTacnBPZWTUUAp3yH { width:13.5625rem;height:3.25rem;top:45.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usywB33yg8UpiDKykSUSrAooKK3lFJtx { display:block; }
 }@media only screen and (max-width: 763px) { #eOlJ6xI7mxWVkFgIANzwEIVrpR4Jwr4z { width:17.75rem;height:14.0625rem;top:30rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQTsAkeN794OTUk4QVRrWmAbNZxgaBi { width:1.0625rem;height:1rem;top:46.5625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTaDHIbPEnHwZbsyZVVXRy9zs5Ro5K6E { width:17.75rem;height:4rem;top:26.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQ49a6NTNHyLC2sW6v80ZfkKyTXiBgc { width:15.8125rem;height:1.95rem;top:27.087890625rem;left:2.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdPbXMsHTzN1qAL1TRfA1nLVTR5XfM3i { width:13.5625rem;height:3.25rem;top:70.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqnvigUraCXn0ygWIziuusdIDXUAF9LI { display:block; }
 }@media only screen and (max-width: 763px) { #twdDXRIxTZwsDtOta0PZek0hfiOEmJHR { width:17.25rem;height:13.6875rem;top:55.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m86HdxpUZif8ZRZ6De42GpwtcEql2Tna { width:1.0625rem;height:1rem;top:71.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niwc5PtZLgJHbOQlq8VGZJ6y1mobZr5H { width:17.75rem;height:14.0625rem;top:79.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAOsUpodFKzDPEVSRVeHwOomRRcTrtew { width:13.5625rem;height:3.25rem;top:94.9375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRAh0iGVBGH08i1dhOHUInEfx9V1EWXy { display:block; }
 }@media only screen and (max-width: 763px) { #A20sVrFqEDU5ywkZaahhsK0lPWBkfZBi { width:1.0625rem;height:1rem;top:96.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhlEAdlaZVpxwMFXqzxgvgHQ4nGIDFQK { width:17.75rem;height:4rem;top:51.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi5Znp878skt6FTbBSQPytlUk6TmawBh { width:17.75rem;height:4rem;top:75.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv5a0n2heTeyzSgK09QZ2sTGK1iLHGgi { width:15.8125rem;height:1.95rem;top:52.650390625rem;left:2.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAfFxxd2aVEEfn7IinuX8nXBfkSErUhB { width:15.8125rem;height:1.95rem;top:76.375rem;left:2.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnLR0KlnXMQgGoSnlH68g4nF4oURlHyP { width:8.9375rem;height:4.9375rem;top:99.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD { display:block; }#QScB88Tdzh99KwX1Pkqhg8cEaJ5fW0xD > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufoTF0B122T6QlM6QOPSh2V44PH9BsHz { width:20rem;height:43.875rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSqBVtiBrMNdPSoE9FNkAUqCLV6gmOzF { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd { display:block; }#szTAWQGI2wzwnTD9a6ZG5gnBwP8Fk9Wd > .row .container { width:20rem;height:149.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auxHJWTbVOPenT49s6KV77dR6cmJnsN7 { width:20rem;height:63.4375rem;top:11.998046875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mH2woa7fDNMNIuE5Xil5rioXP5Ug3DBZ { width:17.7125rem;height:2.9rem;top:24.862500190735rem;left:1.1437500119209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPA9RQeEVN4XdATukfW2RndU4UaormFZ { display:block; }
 }@media only screen and (max-width: 763px) { #SMJmdZB7OFD0Q7dJQFgkKFdtW4uy2dsn { width:14.9375rem;height:1.625rem;top:9.3125rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCLdFAXOrxhUwtmSgfoJ7HZLtXn5UydI { width:18.4375rem;height:18.05rem;top:29.5rem;left:0.75rem;font-size:1rem;display:block; }#OCLdFAXOrxhUwtmSgfoJ7HZLtXn5UydI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/828cdfa0-0801-445c-a0cf-7f5273a15f1a/checkgreen.png); }
 }@media only screen and (max-width: 763px) { #lnZTdBZbS2guM1QWenJIhM8Rl9bDL7BT { width:16.124rem;height:1.7875rem;top:14.6875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyveG4yeHtnT96ozT3m9B3Kkm8VwAQ3K { width:12.5rem;height:1.7rem;top:16.5986328125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSc7W4ZJyKOTsNRzHGgNVkTHbnw04yBy { width:19.275rem;height:2.8984375rem;top:98.374999046325rem;left:0.36250001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpiJJMymcLJawVHoLQqv41VVKi02gLV2 { display:block; }
 }@media only screen and (max-width: 763px) { #zuwsWI4moMCgCfonUX5ZEb0mcPJWBxmA { width:19.1875rem;height:36.4625rem;top:103.62343597412rem;left:0.40546876192093rem;font-size:1rem;display:block; }#zuwsWI4moMCgCfonUX5ZEb0mcPJWBxmA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b0dc6ebf-086b-46ea-a8e2-bb524f213fd9/checkgreen.png); }
 }@media only screen and (max-width: 763px) { #iHzc61x48m2TXXiTIqgUkAlRLNq6iUGD { width:20rem;height:66.5rem;top:81.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJJywThbtmz4PUbJds802Bsms20gHKyy { width:17.0625rem;height:3.75rem;top:8.25rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlnwJikh7LT7J70ePGWQff9tMR3Tivrb { width:12.5rem;height:1.3rem;top:13.375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiFlmTqXAevyWtGIbI73aP2AM5TE0sT3 { width:18.75rem;height:0.0625rem;top:131.833009375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F15I9PXQhvhuIq00tqgNq7c8vqxVxWV2 { width:20rem;height:1.3rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKL80WgKoRZTifQKJaTPqcN1BDQGuzoq { width:18.5rem;height:1.7875rem;top:19.9375rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3mTkU0eqCdQOqUM0SskZ91iiUhK5kRL { width:14.8125rem;height:1.7rem;top:21.6875rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMp5gfwSLWNRud6dxyE2wDtiXMfOTl8H { width:18.6875rem;height:18.775rem;top:48.499996185302rem;left:0.8125rem;font-size:1rem;display:block; }#vMp5gfwSLWNRud6dxyE2wDtiXMfOTl8H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed7ada15-3587-4b76-a509-4051f7b6315f/checkred.png); }
 }@media only screen and (max-width: 763px) { #tNbszFRTO1Fh7Q4yXQyUWMdaw5NbTrwf { width:12.5rem;height:1.3rem;top:84.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpUZuBK2AGGW1aa8q9wtUhr2qNVGATcL { width:18.5rem;height:1.7875rem;top:85.625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y82gp9UX22ZBWv6397MeM6Ana0TMdH15 { width:14.8125rem;height:1.7rem;top:88rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elVmF0M1v1179V6sri35NLWKKq4B9biE { width:18.75rem;height:0.0625rem;top:19.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsZT1KaHlHDzptLMEnnJ26kSlSi7I2of { width:20rem;height:1.3rem;top:90.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwP6MpzGSTVvVvEoXVnAc6FXW3dsIizS { width:18.5rem;height:1.7875rem;top:92.25rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJVL0bBpuW7LwNcmIfFtVgnANEzzTF9s { width:14.8125rem;height:1.7rem;top:94.6875rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUt7tncLOmM9RQe9IBZ88tHrr5cNQ2H1 { width:20rem;height:5.6875rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqpdmhH33Q06hhQHGKgAOJTXLBvi8Dgp { width:20rem;height:1.54375rem;top:79.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHnbsDC0BGz839xlxt14qO713Ui98z8g { width:20rem;height:4.7125rem;top:1.8203125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk { display:block; }#m2lesxGc4bVCoZ4W2hTk7xuTRPsOCkWk > .row .container { width:20rem;height:220.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:0.875rem;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-text {padding-top: 0; padding-bottom: 0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-select {padding-top: 0; padding-bottom: 0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.adaptive-delivery-prevent-bg, #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.lazyload, #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-button.lazyloading { background-image: none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container:first-of-type{padding-top:0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .widget-container:last-of-type{padding-bottom:0;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql  { width:19.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:136.375rem;left:-0.0625rem; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql {display:block;}#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql { width:19.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:136.375rem;left:-0.0625rem; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #U5i015eNFFQGf1I9u9zTi6f6JfVHZJRB {  }
#kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #U5i015eNFFQGf1I9u9zTi6f6JfVHZJRB .container-column{width:50%;} }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Mf3zu30HuTUEpCAbRqTif55BFvfwyD4F { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TrRmG1h1Qz6nA4vSBOyerIqhy4kBgZTZ { z-index:2; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #tmUOCnzQGyR709AT5HxPNtC7dBNTPgpJ {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #vRlbKVbP3lSEwqXokuTPlZpTJLKZJl1J { z-index:2; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #OD8xzdX1gBqC5kRKQ2aMECSlMKyqUKyN {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DfKWCMkBToBctItGixRaVN5510yiKD6T {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #aTZm79eO9F3LX6zRy0HLgMyxgBBIHn4x { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xO3PnNGPQQbxCNyHOyJZ5cp5gMMaT53i {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Ta9TE7SNprAbuAcnvISePtR9k6WiyQwf {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #uNq4BS3Q1g1bfxkLNWQVf2y8BPhLegHt { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #KXdc0n40T4FvhIN9SzzZsSaRKZMgT8gR {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #pUxSvPhDuND9pMqEzBkKKMCr0eVmlTDf {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xok8nRNE1uS4hxZReEE89RG6A0RPgLd1 { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #MKnmGaGEXQXpkso63l8Wdw6hia7EvILn {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #w5KkBMy1FcsObwlXLvzoi88D6eT32LF3 {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #bRTTGn7Fv7TOBOAXv03dlS09T93xk9hN { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #QKTqoGLgRMyaeExJhyZU38QIDcyD0T59 {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #FBhfk9LL01xr0fxu2v93TTlfhUZUOxhL {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #r0tBXIIPhWWEh6vRDPJZmNc9ONG4K7NE { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ycow9WPnJiHkT1k4qUss4FWoJPzgbh5H {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DqcQWhRQ4eGmDqLu34ExgNLHtaTVPBVf {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #AMWQ4hhbmRVbi986AN4hCqriSRO9PJZq { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #nU1q4WKQwpJ3BvntTblmchp6isrJcNrm {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #CT9TBcBsPxX6p8cSSl5L0PsnG36PR9m3 {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #rBgf1cwCngk6D2pdhibg0TNbT8TS7ELq { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #FN6WeFVcZH3RVuZMxWg2ePhnN7vgIZ7S {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #n2tUubauiu0bxG1cUztC0DAruT3sPnhA {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #xMeNcRcDFoa6xDGNRWWeCp9bGTLuzBrp { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #rowwUTEvSHBsTGucVQq0PTs8rvoJDwTR {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #W6JX5xdvCJNpC4nNSrrk6QXBD85TiTES {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TGqVALTcbTOPtT5kfn17ZrZmRcBLdsJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #XVVCvBKnpkkDwhsTdzfet6IZp8tbQZRH {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZNfBOb50XoPGT4d0B9RyvDsnFkZOnsI6 {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #hQT71zPg2siZKTySJDkknia5mxM2RDKy { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #NAxbfdNZv2yg9u0VI0oJOcvOGpUZke7y {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZsNNxCQkOBy3dlBK0HkHw26QFi4csDiy {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #QaOlT9dozSsyLxBnPWVlNUPrgLDv04D1 { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #OyszhQMeo3cnMQNCTtbppi8MRhOXBFwc {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #EtWIRcdAm0Drqx4RSq8ETBGCPUSUzSP6 {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #SpsP9dXIQMV0UbA7h30voxW7tdp3H8ay {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #alCcJXXtvw5RBWknSm7HnSeVw5GldXIZ {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #WNHSSO71m9Z9QmJrsZtOwAvXpOWIiTg4 {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cupI0TfHTnytTn346VTzwLfJa2daFUDD { z-index:2; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Qu0eoKDMaX69Aud6kIOX7TDUguVkSA6b {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TMTrpLQ31gdmg0sek00zaLknfXxtBE0E {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TbPkXU76TwAwFd9t7g3cElWJTwatBrJP { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #nFPd42WAJv0cJTw72S57TH3LyzK6qD4g {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #oQEqEAANdrNpLT4an7NosuBDfhzxCUeR {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #IHrb4hJZ4lbrwkpl753TmL7WlRgma4vl { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #q2tigvp0J1d9t2W3d15spRtGswpoowGV {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Av5kb9Ass9rPoCx1CoFsskzncCHGI1DX {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #BgpzkAUWpuvLtvkJk7GHvcW7IDNS90mr { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #B5kEc9nmGMGxs9z3ihFT4aSfvpo2ma1m {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cQUF9hwNvEdMi9AQnm5ch1Kzub3zmA9I {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #TBaGJTMfhQwfVTVgTP9MDr2FliFodCUv { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #woLzE7oBefzisToNVssOt0JtX7X3y6HT {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #wqsaJoSkBRqyqTXgHJtUnzelmpIneJV1 {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #oyBdTH32EsdxkPBatyAN7wzp0nZDxzRi { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #dTHG2Dds4JeX85OTlgRTzOwFJZwXXOPu {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #srV5MEpMT3bpSV1Wa5GiTdp9eOKfBrzh {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #vmarZqRk5FH4ECnhWGUMDAew5TnQDZEA { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #d2poAf6fTBpTevoPDkcw1uLH1iaShiVN {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #Q5ytTC7UuJGqwOXQ6lGcTIsn0d3fQTP0 {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #kTheffzwTRiBAJhFAN61yTfX93T5sfa4 { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #DFR53XNFobPb6O2kuBVtTiTkm3DLgMJQ {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #MCwM8ndLfQdwsqtC3f8UOoay8wzHpEzJ {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #lL3xUK6wRHiG6fbsnoDTwloekWklLkM8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #cFPf7hsVWBimbimxATELROpDVi5cfkDW {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #dZ38qCx7ZL37fvvlPA90XMT74mXAPP9t {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #gTsfAg5CGVdAqqX29ffltaUv9tXqgb6k { z-index:2; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #ZCw2rOOamlkUwP6SMCnAHfrWZy0rpTqi {  }
 }@media only screen and (max-width: 763px) { #xpxIG3UZl7QFW39oTpvFGTtnTPuUhKrG { display:block; }
 }@media only screen and (max-width: 763px) { #tMA0Dx9wmfmsf5l6PsKTvrHPCn5o9ag5 { display:block; }
 }@media only screen and (max-width: 763px) { #zyHQvthHJm80oNSB4lSsWgsPHbLPAXMO { display:block; }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #SpduF9c0CrTkrrIkBw4yx7JwJiEWvdfR {  }
 }@media only screen and (max-width: 763px) { #kW1RBBFWRoBukqCNna0XO19K8zHO7Kql #BERDsUqcMnav7lHswAAm1cFgy878NtyX {  }
 }@media only screen and (max-width: 763px) { #GQyiuJARXgtsKsroqnh54OgAnLnEboBr { width:17.9375rem;height:5.2rem;top:1.875rem;left:1.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wa0Dnayx2CFrQxJ9JR86k8sLwkxIKIBG { width:20rem;height:48rem;top:8.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2TX3Je5Oatf5L3uvWE4z8S6lgdpuVVw { width:19rem;height:15.925rem;top:13.21875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDQ2wPaep8NOZS6gohfqOWeGIfsdq09q { width:15.9375rem;height:4.9rem;top:31.6875rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eW8R9ogJdr1HogD21CdizTxlEXEWx7II { width:1rem;height:1rem;top:31.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTvMXobMso0D1UZqbHA7JfOl1qkhqEU { width:15.875rem;height:6.125rem;top:37.375rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B4yS37WBE8iimcqmU2UTT4PVqW5fRUtn { width:1rem;height:1rem;top:37.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKI2Ouk1GqegbpIfqNJOkddXPfZ8IMX3 { width:12.5rem;height:1.1375rem;top:45.1875rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2drkfdacCivKqqcJVgvxhkumhTMeHGF { width:1.25rem;height:1.25rem;top:48.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZXVCOEihJU12Zkqc9m0FvN5w4v8NMCU { width:1.25rem;height:1.25rem;top:45.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4RXd7SDgKlUBEaD7CLyM3vJTkwrFTmV { width:20rem;height:74.375rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgVkyD14uBow65OPmeBRcetE0yPbKPb1 { width:20rem;height:15.925rem;top:63.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7NFlSzMzPufAdtTHlEGR7SEK0TZaCyz { width:15.0625rem;height:1.1375rem;top:48.25rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q023suwLvo4QwBbcVkoH6cVQfyis5vk7 { width:17rem;height:17.15rem;top:93.3125rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pWDqE3ImveP9OJGroTuvlSFgsh9cpngX { width:1rem;height:1rem;top:93.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWStHQa0QXiTHaxK4UvtUCiLqTC9ADz { width:20rem;height:25.725rem;top:63.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVsTTDqi4UFzmU3xnNSalR8chPDH4Um6 { width:18.5625rem;height:17.0625rem;top:13.21875rem;left:0.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rp2qI88B0GFbFTOhb13L3cVJttzskqeO { width:14.625rem;height:3.25rem;top:8.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5GXVxA0wC3gsqGXXXOTD1piziWAM3Zb { width:12.5rem;height:1.3rem;top:9.375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9HMLBgBCINtCoxT9EGwoVifnTB2oitp { width:15.125rem;height:3.4125rem;top:51.625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdS9mwGlehqgEtVs1ziZ7lnLyKP6SiD9 { width:1.625rem;height:1.625rem;top:51.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIdxQc85PJ9Q12NhiJUcJ2tir6P3oqok { width:20rem;height:3.25rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqaTK5VZmRPFTtIENhpwJDgsd4qCsXtQ { width:14.5rem;height:2.275rem;top:59rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWu96laqV8IAh48q0Pz8ovwd2Hmnb1m9 { width:15.0625rem;height:1.1375rem;top:123.625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4D215DHei6TauXSLifTK6t6bhi8uay3 { width:2.5rem;height:2.5rem;top:119.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG6MmylQadDv8trHMe39afvKN1vS0wbo { width:7.125rem;height:1.1375rem;top:117.5rem;left:6.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BIZmey8sTBHHINblyUGzOW858UX5pQon { width:2.5rem;height:2.5rem;top:113.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2nhE2K8b00UlXpWSQxl7v85HEAxVwgW { width:1.625rem;height:1.625rem;top:125.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0XsTaAGzfFT3D0gWexZmZUr7k0HOE4 { width:12.25rem;height:2.275rem;top:128.75rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 { display:block; }#AWhhqOxq4EEZQxdnvR0qBioobmgQcOV5 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2iFrRCloytKyZJSqJXiqmIisksaASDS { width:15.4375rem;height:3.5rem;top:1.3359375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPJdvKLFrJZe4yerQoFpczDpCS6UTgTS { width:3rem;height:2.9375rem;top:10.2734375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mibkE1KrpGft2Rab6D7Jepz2cKnGD1xu { width:3rem;height:2.9375rem;top:6.0859375rem;left:8.5rem;display:block; }
 }