.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,232,243;--color-primary-1:182,187,218;--color-primary-2:133,141,193;--color-primary-3:71,109,146;--color-primary-4:52,65,151;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;overflow:visible;position:relative;display:block; }#rFuPbuuOhFoEN6ireFvDeVeSdyl1bPSC { 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:7.125rem;width:16.1875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#lTdtB7fH4RZbygF6Wxb0qy1RSuu4EDZh { background-color:rgba(var(--color-secondary-0),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:46.800000190735rem;display:block; }
#L78aeoqNO3IMc4TKHtV9M4JJBl3XfbsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#huQC5SAMyg15pCKCTTg7B4Tm7wlUkk80 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.48828125rem;left:50.375000953674rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#OE9ZMe8IDx9VshfL86TlCcQuJsAfJMp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.48828125rem;left:54.500000953674rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#AKROJcJkfmo9LlbBoyHf1drMNbXnq37y { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.48828125rem;left:67.25rem;height:1.95rem;text-align:right;text-align-last:right;display:block; }
#FvRUiH7aE9WOGOGD9inpcpWNpvts9mwZ { background-color:rgba(var(--color-secondary-0),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#231f20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:57.5rem;display:none; }
#uRhgPSwZSUin3bueBPIGibMRpRT3scWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#No6HRC8ev2Si4i97RRWU6gPBAL5CpKZv { background-color:rgba(var(--color-secondary-0),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#231f20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:57.5rem;display:none; }
#LPTO2CtV7bzsX0g6tnffLAddudmM0E9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EeWu8LObZJ4gekt8XpTacRlR9TgoO9cB { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.21875rem;left:58.500000953674rem;display:block; }
#R0OEPF43HykHTvRErWSZ8mfiKR2UL4MQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row .container { background-color: transparent; background-image: none; }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row .container > .video-iframe-container { display: none; }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row > .video-iframe-container { display: none; }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .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); }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row .container { border-width: 0; border-radius: 0; }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;overflow:visible;position:relative;display:block; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW { position:relative;display:block; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW { background-color: transparent; background-image: none; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .row .container > .video-iframe-container { display: none; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .row > .video-iframe-container { display: none; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .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); }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW { border-width: 0; border-radius: 0; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .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; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;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; }#kBAt2mwKpMECh59TTQ1prFRnXuy4sha5 { 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.9375rem;width:45.3125rem;top:5.6624999046326rem;left:0rem;overflow:hidden;display:block; }
#ah70oV84k1ocZCQ9s3SuQxdCHRhvIenl { color:rgba(var(--color-primary-3),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.84921836853025rem;height:5.0375rem;font-style:normal;display:block; }
#CvOhiUfd48HCyHmVkDFiX1QMXCTWw5Wu { color:rgba(var(--color-primary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2499996423721rem;left:50.375000953674rem;height:2.1125rem;display:block; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-form-header {  }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.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;background-color:transparent;background-image:none; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:21.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20rem;overflow:hidden;font-style:normal; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-container:first-of-type{padding-top:0;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-container:last-of-type{padding-bottom:0;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.38134765625rem;left:48rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx {display:block;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.38134765625rem;left:48rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #PHiXWixcld4QZpvRMTIlqIO1HV04Cs0g { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #RytSEWgrWdn2Np4E2DVO68VAUiukzNIw { position:relative;display:block; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #frlV4uEKMTKTLfpbaR8yEtntNGut3Rya { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #HnNpuXitcyvblGO6tNqH0EQL0PXT6tm4 { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #uV2t9AdXAFd9T0dgLGXIGn7yrNS7T8sS { position:relative;display:block; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #eQp5B6pqu69wfKz2FQ8qhnJVMMTTrRUf { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #OrmEzyG05BiF8SI4G9P4GvXn5T1M9U1M { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #ExbqoZEnFbQKnLU6AzxgRtbTbTmXF8QG { position:relative;display:block; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #UaaSTKK1mHFxCIKHpaGv5wSwkVTRyy7H { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #Ecu3d8Z3k9lsIRtiS66QqpBh0XcJ6uB5 { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #b19uMd1a9owLPBEkvWLWUGMC6bxK8QVr { position:relative;display:block; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #WGDtlp3mBm1AJU1B7oFXexSRs4vu5ByW { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #eImPKKdisXK9BLv1u1UMZ6ZExx2UN7L5 { position:relative;display:block;z-index:15000; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #PpmQSACvTMqiQQUiT9mDT7LW7ahF45dZ { position:relative;display:block;z-index:15000; }
#EGw8AVdqTEELWhxBzcnV9Xko9pSe18Av { position:relative;display:block; }
#cUz20KUBS6xSsrMdqdP8T0S4S4ao1nqg { position:relative;display:block; }
#oRZ4ExhT6biIpy1Cae8krBom2c8iA2KZ { position:relative;display:block; }
#Svax943BFc99tRlt9HTgqDtweJ8R0SRe { position:relative;display:block; }
#g5PmTgxrBlIRVud127ZJ4GhHrfl9kW1o { position:relative;display:block; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #HXCINQ81EIba7R2mvpUdfgeHKX5VK8WZ { position:relative; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx #m9R1EaB3gGXTfIv2J8MBnHGwOkCb2BzV { position:relative; }
#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row .container { background-color: transparent; background-image: none; }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row .container > .video-iframe-container { display: none; }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row > .video-iframe-container { display: none; }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .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); }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row .container { border-width: 0; border-radius: 0; }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#iflIlRttUyW7EMFLUMPVWAlkaOpey45Z { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:24.531250953674rem;height:2.84375rem;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; }
#PIGrXFEQ6Q9pILSS64obMQL6CcQlLqVI { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:8.71875rem;height:6.7875rem;display:block; }#PIGrXFEQ6Q9pILSS64obMQL6CcQlLqVI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PIGrXFEQ6Q9pILSS64obMQL6CcQlLqVI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#onTLo6LutqFXxFX82HwMATxIi5qBw9TD { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:40.187500953674rem;height:6.7875rem;display:block; }#onTLo6LutqFXxFX82HwMATxIi5qBw9TD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#onTLo6LutqFXxFX82HwMATxIi5qBw9TD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#OxQ538B8UGLTN1hKM2Uc9uPiw8PIbHHN { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:10.530468940735rem;height:1.86875rem;font-style:normal;display:block; }
#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f1fa;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; }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row .container { background-color: transparent; background-image: none; }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row .container > .video-iframe-container { display: none; }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row > .video-iframe-container { display: none; }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .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); }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row .container { border-width: 0; border-radius: 0; }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#vtmQCqPpSEbrqBOXR7KylArFd3ylTQTi { color:rgba(var(--color-primary-3),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:;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; }
#g6WJW6ZJNnILTJ3ge0StfvHhhfcJpXiU { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0068359375rem;left:0rem;height:15.6rem;display:block; }
#vg1yUcTrvkJFOKS3iZwpqT3O3QexXpm2 { position:absolute;display:block;z-index:15002;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:28.5625rem;width:24.8125rem;top:0.875rem;left:43.84375rem;overflow:hidden;display:block; }
#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL { position:relative;display:block; }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL { background-color: transparent; background-image: none; }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .row .container > .video-iframe-container { display: none; }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .row > .video-iframe-container { display: none; }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .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); }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL { border-width: 0; border-radius: 0; }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .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; }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;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; }#emci3qQOgggDaSJwhSpOO7Gw8XVSRgVs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0.625rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#Cny5gICKM0WNgcqO54qPxHhnrS8y1fOn { color:rgba(var(--color-primary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5rem;left:0.875rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#FgaWZ67nhi0WDwuHPRxo2GawyhhKiGop { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:7.75rem;left:7.0625rem; }
#OBqQKlA8mTtxX19Ul2UfmbtKQaOobZii { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:28.562500953674rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#RcI9GsbShvRrwJzCkApS29TK1Muiy79b { color:rgba(var(--color-primary-3),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:28.5rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#yh4mPsLr1DLdu2mTPQx97tVGTUiGvkbc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.8125rem;left:35.125rem; }
#a97Z9ofXNKsqqVIKbudNy7zmG03EnlnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.6875rem;left:56.812500953674rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#E8zbFByH3cNw1TEs2VCtRXZkvuyF0mkh { color:rgba(var(--color-primary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5rem;left:58rem;height:;text-align:center;text-align-last:center;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; }
#nRyaDiMDEwPe3plwNcxzp6foELSkrIBz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.375rem;left:63.9375rem; }
#syQSKFE6Wx3p1uwHw6DHTQLaTTUqQraD { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.75rem;height:;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;text-align:center;text-align-last:center;display:block; }
#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row .container { background-color: transparent; background-image: none; }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row .container > .video-iframe-container { display: none; }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row > .video-iframe-container { display: none; }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .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); }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row .container { border-width: 0; border-radius: 0; }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt { position:relative;display:block; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt { background-color: transparent; background-image: none; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .row .container > .video-iframe-container { display: none; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .row > .video-iframe-container { display: none; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .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); }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt { border-width: 0; border-radius: 0; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .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; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.625rem;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; }#ndgBB4n1Km2WNBtkADPd8MZTCOH2F9T9 { color:rgba(var(--color-primary-3),1);display:block;width:43.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:16rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIZhMoHTqhc4tTpLfcAqUFKPTf0pmTFZ { box-sizing:content-box;height:11.25rem;width:16.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;top:20.75rem;left:19.6875rem;display:block; }
#n0hKUGFBhm1UqaF9i63olWKeNgZPutJI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.4375rem;left:20.625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }#n0hKUGFBhm1UqaF9i63olWKeNgZPutJI li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#n0hKUGFBhm1UqaF9i63olWKeNgZPutJI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
#r6RtzQIwUTTTJfy7at8oBNVtNXD15baN { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28rem;left:20.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVJANpaIfKVtrTFdXEoCLuZdpCtFkCob { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.5625rem;left:19.4375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G85c2edolzrlkT3TGXZv2Z9OUkVzDJyA { position:absolute;display:block;z-index:15006;height:12.5rem;width:16.875rem;top:8.25rem;left:19.6875rem;display:block; }
#eyuhudwE7fq5dH32Ge3ucyxttPFrEmqW { box-sizing:content-box;height:11.25rem;width:16.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;top:20.75rem;left:38.4375rem;display:block; }
#U6po011Zc0qyhTHZRqOwE0ReAuLzpzIo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.4375rem;left:39.8125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }#U6po011Zc0qyhTHZRqOwE0ReAuLzpzIo li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#U6po011Zc0qyhTHZRqOwE0ReAuLzpzIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
#sdJ2Zdtwe4flrJlUB7trEwXaJV9Oompk { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28rem;left:38.875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxSP2gKpzUsGb6ZK7VPE7VqNEiKcbubG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.5625rem;left:40.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rukMfV3SIL2y2G7M5VO6vpFfqXhNZs4P { position:absolute;display:block;z-index:15011;height:12.5rem;width:16.875rem;top:8.25rem;left:38.4375rem;display:block; }
#GzJXSNWK7XQTyJ9slKgiTzmT66XxANNt { box-sizing:content-box;height:11.25rem;width:16.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;top:20.75rem;left:57.1875rem;display:block; }
#BudMmGkMCr2HzawUKTHXxgVMQpGncv7t { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:24.4375rem;left:58.125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }#BudMmGkMCr2HzawUKTHXxgVMQpGncv7t li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#BudMmGkMCr2HzawUKTHXxgVMQpGncv7t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
#x4vz1L5s2TvMzVO271eokuGGB8M6kokB { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28rem;left:57.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QqvS3NbIoV1CsGKXd7WCKNBrTN48qZFN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5625rem;left:59.375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkAIT9Vmm613kg0iUOk6LV0S95dHt9qm { position:absolute;display:block;z-index:15016;height:12.5rem;width:16.875rem;top:8.25rem;left:57.1875rem;display:block; }
#wBuHvWzuDuzwKmuTV0NqqBqaX5Xys8Zk { box-sizing:content-box;height:11.25rem;width:16.875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;top:20.6875rem;left:0.9375rem;display:block; }
#dOeJrTZ7ppnBU29Hkshr71divFWbeUD7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.5625rem;left:2.625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }#dOeJrTZ7ppnBU29Hkshr71divFWbeUD7 li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#dOeJrTZ7ppnBU29Hkshr71divFWbeUD7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
#ongEoX6flBnTwrzlrO9yswPnnnFtoBsp { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:28rem;left:1.375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6QsB9RvB1Ish1PfCFERsatS7Pxd0phx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqT5lwSKX5qLF7mrxl49gZ6sNzrJnIf6 { position:absolute;display:block;z-index:15021;height:12.5rem;width:16.875rem;top:8.25rem;left:0.9375rem;display:block; }
#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd { background-color:#f0f1fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row .container { background-color: transparent; background-image: none; }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row .container > .video-iframe-container { display: none; }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row > .video-iframe-container { display: none; }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .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); }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row .container { border-width: 0; border-radius: 0; }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#prZutkNAt3qk87iguotUJKkhFOReQZB4 { color:rgba(var(--color-primary-3),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.900390625rem;left:3.46875rem;height:2.6rem;font-style:normal;display:block; }
#AInO25nm6QI6V9ATJCPLZ6CAnOGr0V54 { 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:21.4375rem;width:18.9375rem;top:2rem;left:47.4375rem;overflow:hidden;display:block; }
#Pnt7xwMXoLK7ANWS1FD0Q0F2T6vy38eR { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.0625rem;left:3.46875rem;display:block; }
#lcER7mOFEMcvFIWfth46lao8eg7tiwOz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUXuWPtD1afmaNLMSaJfK8ZTyDhG1RlM { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.46875rem;height:2.6rem;display:block; }
#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row .container { background-color: transparent; background-image: none; }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row .container > .video-iframe-container { display: none; }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row > .video-iframe-container { display: none; }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .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); }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row .container { border-width: 0; border-radius: 0; }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Q5tTsw2E8h6msoLaLQlNs6dItcauP6L4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.44970703125rem;left:30.65625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#ku0kcUtwJvc9dmwgaUg0rpHQbhQ68KoJ { 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:5.625rem;width:13.1875rem;top:1.0625rem;left:0.71875rem;overflow:hidden;display:block; }
#aakWBrHQ4G7BaiGCso74aH5nkoMAHxbV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.88671875rem;left:17.03125rem;height:2.925rem;display:block; }#aakWBrHQ4G7BaiGCso74aH5nkoMAHxbV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aakWBrHQ4G7BaiGCso74aH5nkoMAHxbV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e924c0cc889a89a89854dca70e6eee264a9806d.svg); }
#DgsTNFF1Xrs8OZaXzqk5McbBBA0IHMTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.24951171875rem;left:58.28125rem; }
#DgsTNFF1Xrs8OZaXzqk5McbBBA0IHMTp > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#sErgfaABIxNq8HqEi5MyOTHfCAuGWcaC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.24951171875rem;left:61.46875rem; }
#sErgfaABIxNq8HqEi5MyOTHfCAuGWcaC > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#U6cI5sEGXA4HtqWSFnOgu3vzyBSmSnvl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.24951171875rem;left:65.21875rem; }
#U6cI5sEGXA4HtqWSFnOgu3vzyBSmSnvl > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#STT5fSw8PwTELz8NOGMX2hPmsMmQsLoZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.24951171875rem;left:68.84375rem; }
#STT5fSw8PwTELz8NOGMX2hPmsMmQsLoZ > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ONbrXux4OGlOhW8ewF8HHkpH1Lk57LuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.24951171875rem;left:72.4375rem; }
#ONbrXux4OGlOhW8ewF8HHkpH1Lk57LuH > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFuPbuuOhFoEN6ireFvDeVeSdyl1bPSC { top:1.125rem;left:0rem;width:16.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTdtB7fH4RZbygF6Wxb0qy1RSuu4EDZh { width:11.1875rem;height:3.625rem;top:1.125rem;left:33.175000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #L78aeoqNO3IMc4TKHtV9M4JJBl3XfbsT { display:block; }
 }@media only screen and (max-width: 763px) { #huQC5SAMyg15pCKCTTg7B4Tm7wlUkk80 { top:6.4375rem;left:36.750000953674rem;width:4.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE9ZMe8IDx9VshfL86TlCcQuJsAfJMp4 { top:6.4375rem;left:34.1875rem;width:13.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKROJcJkfmo9LlbBoyHf1drMNbXnq37y { top:6.4375rem;left:40rem;width:7.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvRUiH7aE9WOGOGD9inpcpWNpvts9mwZ { width:17.5rem;height:3.625rem;top:1.25rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRhgPSwZSUin3bueBPIGibMRpRT3scWl { display:block; }
 }@media only screen and (max-width: 763px) { #No6HRC8ev2Si4i97RRWU6gPBAL5CpKZv { width:17.5rem;height:3.625rem;top:1.25rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPTO2CtV7bzsX0g6tnffLAddudmM0E9C { display:block; }
 }@media only screen and (max-width: 763px) { #EeWu8LObZJ4gekt8XpTacRlR9TgoO9cB { width:14.5625rem;height:3.4375rem;top:1.1875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0OEPF43HykHTvRErWSZ8mfiKR2UL4MQ { display:block; }
 }@media only screen and (max-width: 763px) { #NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN { display:block; }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW { display:block; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBAt2mwKpMECh59TTQ1prFRnXuy4sha5 { top:5.625rem;left:0rem;width:45.3125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah70oV84k1ocZCQ9s3SuQxdCHRhvIenl { top:0.625rem;left:0rem;width:42.6875rem;height:5.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvOhiUfd48HCyHmVkDFiX1QMXCTWw5Wu { top:1.1875rem;left:29.0625rem;width:18.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx  { width:21.375rem;height:auto;top:3.375rem;left:23.875rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx {display:block;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx { width:21.375rem;height:auto;top:3.375rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #PHiXWixcld4QZpvRMTIlqIO1HV04Cs0g {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #RytSEWgrWdn2Np4E2DVO68VAUiukzNIw {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #frlV4uEKMTKTLfpbaR8yEtntNGut3Rya {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #HnNpuXitcyvblGO6tNqH0EQL0PXT6tm4 {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #uV2t9AdXAFd9T0dgLGXIGn7yrNS7T8sS {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #eQp5B6pqu69wfKz2FQ8qhnJVMMTTrRUf {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #OrmEzyG05BiF8SI4G9P4GvXn5T1M9U1M {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #ExbqoZEnFbQKnLU6AzxgRtbTbTmXF8QG {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #UaaSTKK1mHFxCIKHpaGv5wSwkVTRyy7H {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #Ecu3d8Z3k9lsIRtiS66QqpBh0XcJ6uB5 {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #b19uMd1a9owLPBEkvWLWUGMC6bxK8QVr {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #WGDtlp3mBm1AJU1B7oFXexSRs4vu5ByW {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #eImPKKdisXK9BLv1u1UMZ6ZExx2UN7L5 {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #PpmQSACvTMqiQQUiT9mDT7LW7ahF45dZ {  }
 }@media only screen and (max-width: 763px) { #EGw8AVdqTEELWhxBzcnV9Xko9pSe18Av { display:block; }
 }@media only screen and (max-width: 763px) { #cUz20KUBS6xSsrMdqdP8T0S4S4ao1nqg { display:block; }
 }@media only screen and (max-width: 763px) { #oRZ4ExhT6biIpy1Cae8krBom2c8iA2KZ { display:block; }
 }@media only screen and (max-width: 763px) { #Svax943BFc99tRlt9HTgqDtweJ8R0SRe { display:block; }
 }@media only screen and (max-width: 763px) { #g5PmTgxrBlIRVud127ZJ4GhHrfl9kW1o { display:block; }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #HXCINQ81EIba7R2mvpUdfgeHKX5VK8WZ {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #m9R1EaB3gGXTfIv2J8MBnHGwOkCb2BzV {  }
 }@media only screen and (max-width: 763px) { #fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 { display:block; }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iflIlRttUyW7EMFLUMPVWAlkaOpey45Z { top:1rem;left:10.906250953674rem;width:22.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGrXFEQ6Q9pILSS64obMQL6CcQlLqVI { top:5.5625rem;left:0rem;width:23.0625rem;height:6.75rem;font-size:1.125rem;display:block; }#PIGrXFEQ6Q9pILSS64obMQL6CcQlLqVI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #onTLo6LutqFXxFX82HwMATxIi5qBw9TD { top:5.5625rem;left:12.9375rem;width:34.8125rem;height:6.75rem;font-size:1.125rem;display:block; }#onTLo6LutqFXxFX82HwMATxIi5qBw9TD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #OxQ538B8UGLTN1hKM2Uc9uPiw8PIbHHN { top:15.5625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3ea5G4oHpvn25bg9mFNWJb45DipEuMN { display:block; }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtmQCqPpSEbrqBOXR7KylArFd3ylTQTi { top:4rem;left:0rem;width:36.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WJW6ZJNnILTJ3ge0StfvHhhfcJpXiU { top:8rem;left:0rem;width:36.0625rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1yUcTrvkJFOKS3iZwpqT3O3QexXpm2 { top:0.875rem;left:22.9375rem;width:24.8125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL { display:block; }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emci3qQOgggDaSJwhSpOO7Gw8XVSRgVs { top:14.6875rem;left:0rem;width:17.1875rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cny5gICKM0WNgcqO54qPxHhnrS8y1fOn { top:12.5rem;left:0rem;width:16.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgaWZ67nhi0WDwuHPRxo2GawyhhKiGop { top:7.75rem;left:3.65625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBqQKlA8mTtxX19Ul2UfmbtKQaOobZii { top:14.6875rem;left:6rem;width:17.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcI9GsbShvRrwJzCkApS29TK1Muiy79b { top:12.5625rem;left:5.875rem;width:18rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh4mPsLr1DLdu2mTPQx97tVGTUiGvkbc { top:7.8125rem;left:19.0625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a97Z9ofXNKsqqVIKbudNy7zmG03EnlnJ { top:14.6875rem;left:30rem;width:17.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8zbFByH3cNw1TEs2VCtRXZkvuyF0mkh { top:12.5rem;left:32.375rem;width:15.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRyaDiMDEwPe3plwNcxzp6foELSkrIBz { top:8.375rem;left:40.09375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syQSKFE6Wx3p1uwHw6DHTQLaTTUqQraD { top:3.125rem;left:0rem;width:37.5rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i { display:block; }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v303EFuw6VKRL030k2cCQa3Nk7gOT8xt { display:block; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndgBB4n1Km2WNBtkADPd8MZTCOH2F9T9 { top:3.625rem;left:0rem;width:43.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIZhMoHTqhc4tTpLfcAqUFKPTf0pmTFZ { top:20.75rem;left:7rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0hKUGFBhm1UqaF9i63olWKeNgZPutJI { top:24.4375rem;left:8.8125rem;width:15.0625rem;height:2.25rem;font-size:0.875rem;display:block; }#n0hKUGFBhm1UqaF9i63olWKeNgZPutJI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #r6RtzQIwUTTTJfy7at8oBNVtNXD15baN { top:28rem;left:7.875rem;width:16rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJANpaIfKVtrTFdXEoCLuZdpCtFkCob { top:21.5625rem;left:6.5rem;width:17.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G85c2edolzrlkT3TGXZv2Z9OUkVzDJyA { top:8.25rem;left:7rem;width:16.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyuhudwE7fq5dH32Ge3ucyxttPFrEmqW { top:20.75rem;left:18.9375rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6po011Zc0qyhTHZRqOwE0ReAuLzpzIo { top:24.4375rem;left:21.625rem;width:14.1875rem;height:2.25rem;font-size:0.875rem;display:block; }#U6po011Zc0qyhTHZRqOwE0ReAuLzpzIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #sdJ2Zdtwe4flrJlUB7trEwXaJV9Oompk { top:28rem;left:19.8125rem;width:16rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxSP2gKpzUsGb6ZK7VPE7VqNEiKcbubG { top:21.5625rem;left:23.3125rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rukMfV3SIL2y2G7M5VO6vpFfqXhNZs4P { top:8.25rem;left:18.9375rem;width:16.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzJXSNWK7XQTyJ9slKgiTzmT66XxANNt { top:20.75rem;left:30.875rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BudMmGkMCr2HzawUKTHXxgVMQpGncv7t { top:24.4375rem;left:32.6875rem;width:15.0625rem;height:2.25rem;font-size:0.875rem;display:block; }#BudMmGkMCr2HzawUKTHXxgVMQpGncv7t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #x4vz1L5s2TvMzVO271eokuGGB8M6kokB { top:28rem;left:31.75rem;width:16rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqvS3NbIoV1CsGKXd7WCKNBrTN48qZFN { top:21.5625rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkAIT9Vmm613kg0iUOk6LV0S95dHt9qm { top:8.25rem;left:30.875rem;width:16.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBuHvWzuDuzwKmuTV0NqqBqaX5Xys8Zk { top:20.6875rem;left:0rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOeJrTZ7ppnBU29Hkshr71divFWbeUD7 { top:24.5625rem;left:0rem;width:13.5625rem;height:2.25rem;font-size:0.875rem;display:block; }#dOeJrTZ7ppnBU29Hkshr71divFWbeUD7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #ongEoX6flBnTwrzlrO9yswPnnnFtoBsp { top:28rem;left:0rem;width:16rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6QsB9RvB1Ish1PfCFERsatS7Pxd0phx { top:21.625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqT5lwSKX5qLF7mrxl49gZ6sNzrJnIf6 { top:8.25rem;left:0rem;width:16.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd { display:block; }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prZutkNAt3qk87iguotUJKkhFOReQZB4 { top:3.875rem;left:0rem;width:42.25rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AInO25nm6QI6V9ATJCPLZ6CAnOGr0V54 { top:2rem;left:28.8125rem;width:18.9375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnt7xwMXoLK7ANWS1FD0Q0F2T6vy38eR { width:17.5rem;height:3.4375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcER7mOFEMcvFIWfth46lao8eg7tiwOz { display:block; }
 }@media only screen and (max-width: 763px) { #uUXuWPtD1afmaNLMSaJfK8ZTyDhG1RlM { top:7.5625rem;left:0rem;width:23.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP { display:block; }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5tTsw2E8h6msoLaLQlNs6dItcauP6L4 { top:5.4375rem;left:17.03125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0kcUtwJvc9dmwgaUg0rpHQbhQ68KoJ { top:1.0625rem;left:0rem;width:13.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakWBrHQ4G7BaiGCso74aH5nkoMAHxbV { top:3.875rem;left:3.40625rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }#aakWBrHQ4G7BaiGCso74aH5nkoMAHxbV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e924c0cc889a89a89854dca70e6eee264a9806d.svg); }
 }@media only screen and (max-width: 763px) { #DgsTNFF1Xrs8OZaXzqk5McbBBA0IHMTp { top:4.1875rem;left:44.65625rem;width:2.5625rem;height:2.5625rem;display:block; }
#DgsTNFF1Xrs8OZaXzqk5McbBBA0IHMTp > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #sErgfaABIxNq8HqEi5MyOTHfCAuGWcaC { top:4.1875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#sErgfaABIxNq8HqEi5MyOTHfCAuGWcaC > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #U6cI5sEGXA4HtqWSFnOgu3vzyBSmSnvl { top:4.1875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#U6cI5sEGXA4HtqWSFnOgu3vzyBSmSnvl > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #STT5fSw8PwTELz8NOGMX2hPmsMmQsLoZ { top:4.1875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#STT5fSw8PwTELz8NOGMX2hPmsMmQsLoZ > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ONbrXux4OGlOhW8ewF8HHkpH1Lk57LuH { top:4.1875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#ONbrXux4OGlOhW8ewF8HHkpH1Lk57LuH > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFuPbuuOhFoEN6ireFvDeVeSdyl1bPSC { width:13.125rem;height:5.625rem;top:1.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTdtB7fH4RZbygF6Wxb0qy1RSuu4EDZh { width:17.5rem;height:3.625rem;top:9.625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L78aeoqNO3IMc4TKHtV9M4JJBl3XfbsT { display:block; }
 }@media only screen and (max-width: 763px) { #huQC5SAMyg15pCKCTTg7B4Tm7wlUkk80 { width:4.1875rem;height:0;top:14.5rem;left:7.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OE9ZMe8IDx9VshfL86TlCcQuJsAfJMp4 { width:13.5625rem;height:0;top:17.69921875rem;left:3.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKROJcJkfmo9LlbBoyHf1drMNbXnq37y { width:7.75rem;height:0;top:24.09765625rem;left:6.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvRUiH7aE9WOGOGD9inpcpWNpvts9mwZ { width:9.875rem;height:2.875rem;top:8.612500190735rem;left:0rem;z-index:15003;background-color:#344197;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRhgPSwZSUin3bueBPIGibMRpRT3scWl { display:block; }
 }@media only screen and (max-width: 763px) { #No6HRC8ev2Si4i97RRWU6gPBAL5CpKZv { width:9.875rem;height:2.875rem;top:8.612500190735rem;left:10.000000536442rem;z-index:15004;background-color:#344197;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPTO2CtV7bzsX0g6tnffLAddudmM0E9C { display:block; }
 }@media only screen and (max-width: 763px) { #EeWu8LObZJ4gekt8XpTacRlR9TgoO9cB { width:14.5625rem;height:3.4375rem;top:12.737500190735rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0OEPF43HykHTvRErWSZ8mfiKR2UL4MQ { display:block; }
 }@media only screen and (max-width: 763px) { #NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN { display:block; }#NSAkmxpWvMsSlGotlHH8vie7NRBlSrcN > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW { display:block; }#EcQ1SOtrI3M9pwaTu0ouDT1COWoNU6AW > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBAt2mwKpMECh59TTQ1prFRnXuy4sha5 { width:20rem;height:11.3125rem;top:10.86328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah70oV84k1ocZCQ9s3SuQxdCHRhvIenl { width:20rem;height:10.075rem;top:0rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvOhiUfd48HCyHmVkDFiX1QMXCTWw5Wu { width:18.6875rem;height:2.1125rem;top:23.4375rem;left:1.3125000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-text {padding-top: 0; padding-bottom: 0;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-select {padding-top: 0; padding-bottom: 0;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx  { width:17.5rem;height:auto;top:26.79948125rem;left:0rem; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rZwtqud55WTJO947VzMoHahbdhDWqXNx {display:block;}#rZwtqud55WTJO947VzMoHahbdhDWqXNx { width:17.5rem;height:auto;top:26.79948125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #PHiXWixcld4QZpvRMTIlqIO1HV04Cs0g {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #RytSEWgrWdn2Np4E2DVO68VAUiukzNIw {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #frlV4uEKMTKTLfpbaR8yEtntNGut3Rya {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #HnNpuXitcyvblGO6tNqH0EQL0PXT6tm4 {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #uV2t9AdXAFd9T0dgLGXIGn7yrNS7T8sS {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #eQp5B6pqu69wfKz2FQ8qhnJVMMTTrRUf {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #OrmEzyG05BiF8SI4G9P4GvXn5T1M9U1M {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #ExbqoZEnFbQKnLU6AzxgRtbTbTmXF8QG {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #UaaSTKK1mHFxCIKHpaGv5wSwkVTRyy7H {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #Ecu3d8Z3k9lsIRtiS66QqpBh0XcJ6uB5 {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #b19uMd1a9owLPBEkvWLWUGMC6bxK8QVr {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #WGDtlp3mBm1AJU1B7oFXexSRs4vu5ByW {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #eImPKKdisXK9BLv1u1UMZ6ZExx2UN7L5 {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #PpmQSACvTMqiQQUiT9mDT7LW7ahF45dZ {  }
 }@media only screen and (max-width: 763px) { #EGw8AVdqTEELWhxBzcnV9Xko9pSe18Av { display:block; }
 }@media only screen and (max-width: 763px) { #cUz20KUBS6xSsrMdqdP8T0S4S4ao1nqg { display:block; }
 }@media only screen and (max-width: 763px) { #oRZ4ExhT6biIpy1Cae8krBom2c8iA2KZ { display:block; }
 }@media only screen and (max-width: 763px) { #Svax943BFc99tRlt9HTgqDtweJ8R0SRe { display:block; }
 }@media only screen and (max-width: 763px) { #g5PmTgxrBlIRVud127ZJ4GhHrfl9kW1o { display:block; }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #HXCINQ81EIba7R2mvpUdfgeHKX5VK8WZ {  }
 }@media only screen and (max-width: 763px) { #rZwtqud55WTJO947VzMoHahbdhDWqXNx #m9R1EaB3gGXTfIv2J8MBnHGwOkCb2BzV {  }
 }@media only screen and (max-width: 763px) { #fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 { display:block; }#fXLsIqrycbvrTfaBP2QKFCfRwezfkIX5 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iflIlRttUyW7EMFLUMPVWAlkaOpey45Z { width:20rem;height:5.2rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIGrXFEQ6Q9pILSS64obMQL6CcQlLqVI { width:20rem;height:6.7875rem;top:7.82421875rem;left:0rem;font-size:1.125rem;display:block; }#PIGrXFEQ6Q9pILSS64obMQL6CcQlLqVI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #onTLo6LutqFXxFX82HwMATxIi5qBw9TD { width:20rem;height:6.7875rem;top:15.548439025879rem;left:0rem;font-size:1.125rem;display:block; }#onTLo6LutqFXxFX82HwMATxIi5qBw9TD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #OxQ538B8UGLTN1hKM2Uc9uPiw8PIbHHN { width:20rem;height:2.925rem;top:23.7734375rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N3ea5G4oHpvn25bg9mFNWJb45DipEuMN { display:block; }#N3ea5G4oHpvn25bg9mFNWJb45DipEuMN > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtmQCqPpSEbrqBOXR7KylArFd3ylTQTi { width:20rem;height:5.2rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6WJW6ZJNnILTJ3ge0StfvHhhfcJpXiU { width:20rem;height:24.7rem;top:8.82421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1yUcTrvkJFOKS3iZwpqT3O3QexXpm2 { width:20rem;height:23.0224375rem;top:35.81982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL { display:block; }#OZwTux15PzBAmGNkIbDBhiyDyzi7TgqL > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emci3qQOgggDaSJwhSpOO7Gw8XVSRgVs { width:18.0625rem;height:6.5rem;top:18.1875rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cny5gICKM0WNgcqO54qPxHhnrS8y1fOn { width:16.75rem;height:1.625rem;top:16.125rem;left:1.6250000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgaWZ67nhi0WDwuHPRxo2GawyhhKiGop { display:flex;width:4.8125rem;height:4.8125rem;top:10.75rem;left:7.59375rem; }
 }@media only screen and (max-width: 763px) { #OBqQKlA8mTtxX19Ul2UfmbtKQaOobZii { width:19.3125rem;height:7.8rem;top:33.375002861023rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcI9GsbShvRrwJzCkApS29TK1Muiy79b { width:18rem;height:1.625rem;top:30.625002861023rem;left:0.99921876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh4mPsLr1DLdu2mTPQx97tVGTUiGvkbc { display:flex;width:4.8125rem;height:4.8125rem;top:25.862502098084rem;left:7.5937505364419rem; }
 }@media only screen and (max-width: 763px) { #a97Z9ofXNKsqqVIKbudNy7zmG03EnlnJ { width:18.3125rem;height:5.2rem;top:51.000002861023rem;left:0.81171876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8zbFByH3cNw1TEs2VCtRXZkvuyF0mkh { width:15.375rem;height:1.625rem;top:48.125002861023rem;left:2.3125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRyaDiMDEwPe3plwNcxzp6foELSkrIBz { display:flex;width:3.5625rem;height:3.5625rem;top:43.312502861023rem;left:8.1875005364419rem; }
 }@media only screen and (max-width: 763px) { #syQSKFE6Wx3p1uwHw6DHTQLaTTUqQraD { width:20rem;height:5.2rem;top:4.81103515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i { display:block; }#ly9qADLhJfzw0pn5AAnkDM5IaBUFdL8i > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v303EFuw6VKRL030k2cCQa3Nk7gOT8xt { display:block; }#v303EFuw6VKRL030k2cCQa3Nk7gOT8xt > .row .container { width:20rem;height:113.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndgBB4n1Km2WNBtkADPd8MZTCOH2F9T9 { width:20rem;height:5.2rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIZhMoHTqhc4tTpLfcAqUFKPTf0pmTFZ { width:16.875rem;height:11.25rem;top:47.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0hKUGFBhm1UqaF9i63olWKeNgZPutJI { width:15.0625rem;height:2.275rem;top:51.5625rem;left:2.5rem;font-size:0.875rem;display:block; }#n0hKUGFBhm1UqaF9i63olWKeNgZPutJI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #r6RtzQIwUTTTJfy7at8oBNVtNXD15baN { width:16rem;height:2.275rem;top:55.125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJANpaIfKVtrTFdXEoCLuZdpCtFkCob { width:17.375rem;height:2.275rem;top:48.5625rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G85c2edolzrlkT3TGXZv2Z9OUkVzDJyA { width:16.875rem;height:12.5rem;top:35.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyuhudwE7fq5dH32Ge3ucyxttPFrEmqW { width:16.875rem;height:11.25rem;top:73.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6po011Zc0qyhTHZRqOwE0ReAuLzpzIo { width:14.1875rem;height:2.275rem;top:77.1875rem;left:2.9375rem;font-size:0.875rem;display:block; }#U6po011Zc0qyhTHZRqOwE0ReAuLzpzIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #sdJ2Zdtwe4flrJlUB7trEwXaJV9Oompk { width:16rem;height:2.275rem;top:80.75rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxSP2gKpzUsGb6ZK7VPE7VqNEiKcbubG { width:12.5rem;height:2.275rem;top:74.3125rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rukMfV3SIL2y2G7M5VO6vpFfqXhNZs4P { width:16.875rem;height:12.5rem;top:61rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzJXSNWK7XQTyJ9slKgiTzmT66XxANNt { width:16.875rem;height:11.25rem;top:99.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BudMmGkMCr2HzawUKTHXxgVMQpGncv7t { width:15.0625rem;height:2.275rem;top:102.875rem;left:2.5rem;font-size:0.875rem;display:block; }#BudMmGkMCr2HzawUKTHXxgVMQpGncv7t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #x4vz1L5s2TvMzVO271eokuGGB8M6kokB { width:16rem;height:2.275rem;top:106.4375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqvS3NbIoV1CsGKXd7WCKNBrTN48qZFN { width:12.5rem;height:2.275rem;top:100rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkAIT9Vmm613kg0iUOk6LV0S95dHt9qm { width:16.875rem;height:12.5rem;top:86.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBuHvWzuDuzwKmuTV0NqqBqaX5Xys8Zk { width:16.875rem;height:11.25rem;top:22.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOeJrTZ7ppnBU29Hkshr71divFWbeUD7 { width:13.5625rem;height:2.275rem;top:26.25rem;left:3.25rem;font-size:0.875rem;display:block; }#dOeJrTZ7ppnBU29Hkshr71divFWbeUD7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46d595c9ea5984ff5b4682be79e9ff2e36a666e5.svg); }
 }@media only screen and (max-width: 763px) { #ongEoX6flBnTwrzlrO9yswPnnnFtoBsp { width:16rem;height:2.275rem;top:29.6875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6QsB9RvB1Ish1PfCFERsatS7Pxd0phx { width:12.5rem;height:2.275rem;top:23.3125rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqT5lwSKX5qLF7mrxl49gZ6sNzrJnIf6 { width:16.875rem;height:12.5rem;top:9.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd { display:block; }#lpH5nTa2LsWpS2LOQ9IbEmGPqTTWzxTd > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prZutkNAt3qk87iguotUJKkhFOReQZB4 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AInO25nm6QI6V9ATJCPLZ6CAnOGr0V54 { width:18.9375rem;height:21.4375rem;top:16.23633125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnt7xwMXoLK7ANWS1FD0Q0F2T6vy38eR { width:17.5rem;height:3.4375rem;top:11.54883125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcER7mOFEMcvFIWfth46lao8eg7tiwOz { display:block; }
 }@media only screen and (max-width: 763px) { #uUXuWPtD1afmaNLMSaJfK8ZTyDhG1RlM { width:20rem;height:2.6rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP { display:block; }#x9vLtoTkcm911QPrQsW4Loo7ciIhuRHP > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5tTsw2E8h6msoLaLQlNs6dItcauP6L4 { width:12.5rem;height:1.3rem;top:18.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku0kcUtwJvc9dmwgaUg0rpHQbhQ68KoJ { width:15.5625rem;height:6.5625rem;top:2.125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakWBrHQ4G7BaiGCso74aH5nkoMAHxbV { width:12.5rem;height:2.925rem;top:10.0625rem;left:3.75rem;font-size:1.125rem;display:block; }#aakWBrHQ4G7BaiGCso74aH5nkoMAHxbV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e924c0cc889a89a89854dca70e6eee264a9806d.svg); }
 }@media only screen and (max-width: 763px) { #DgsTNFF1Xrs8OZaXzqk5McbBBA0IHMTp { display:flex;width:2.5625rem;height:2.5625rem;top:14.5rem;left:1.25rem; }
#DgsTNFF1Xrs8OZaXzqk5McbBBA0IHMTp > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #sErgfaABIxNq8HqEi5MyOTHfCAuGWcaC { display:flex;width:2.5625rem;height:2.5625rem;top:14.5rem;left:4.4375rem; }
#sErgfaABIxNq8HqEi5MyOTHfCAuGWcaC > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #U6cI5sEGXA4HtqWSFnOgu3vzyBSmSnvl { display:flex;width:2.5625rem;height:2.5625rem;top:14.5rem;left:8.6875rem; }
#U6cI5sEGXA4HtqWSFnOgu3vzyBSmSnvl > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #STT5fSw8PwTELz8NOGMX2hPmsMmQsLoZ { display:flex;width:2.5625rem;height:2.5625rem;top:14.5rem;left:12.375rem; }
#STT5fSw8PwTELz8NOGMX2hPmsMmQsLoZ > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ONbrXux4OGlOhW8ewF8HHkpH1Lk57LuH { display:flex;width:2.5625rem;height:2.5625rem;top:14.5rem;left:16.25rem; }
#ONbrXux4OGlOhW8ewF8HHkpH1Lk57LuH > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }