.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:url("https://images.assets-landingi.com/uc/01bd3e7b-1d6c-4701-8ba4-5712d40c2c14/CreamOrangeModernElearningDesktopPrototype.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt.adaptive-delivery-prevent-bg, #MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt.lazyload, #MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt.lazyloading { background-image: none; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row .container { background-color: transparent; background-image: none; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row .container > .video-iframe-container { display: none; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row > .video-iframe-container { display: none; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .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); }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row .container { border-width: 0; border-radius: 0; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row .container { font-size:0.875rem;font-family:lato;height:38.875rem;width:75rem;position:relative;display:block; }#AIXOJfKwI7Rs8TDprpnygo8LKyTk4JMG { color:#0e407d;display:block;width:45.375rem;position:absolute;font-family:magra;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:7.5rem;left:1.375rem;height:;text-align:left;text-align-last:left;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; }
#VNZQsXCiOE57y8TmZO62rb1xXA0JOo3y { color:#0e407d;display:block;width:40.4375rem;position:absolute;font-family:magra;font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:6.58125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ppuSMmrtuxuTTgguexvZ0lqHaTn12Km6 { box-sizing:content-box;height:0.0625rem;width:26.5625rem;position:absolute;display:block;z-index:15023;background-color:#0e407d;background-image:none;top:34.4375rem;left:48.4375rem;display:block; }
#weBSVtTeiU8e4B8l2iDzJkiETtcz8Dao { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#JzBbe0wc49N3IKacnfwUhAOKHraxGVN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Craob07U134bExOOfqJpg8g1V99ymVno { background-color:#0e407d;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:31.045454978943rem;left:11.875000476837rem;display:block; }
#HGmeSfGyyZRvWVJns4aQIO7O5tCqWpeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIQbT4DIklNJxeWxOUdmh6GcPwBZm1C9 { box-sizing:content-box;height:12.4375rem;width:0.375rem;position:absolute;display:block;z-index:15025;background-color:#0e407d;background-image:none;top:7.96875rem;left:0rem;display:block; }
#W5NFLuHR1y0WmOF5DoaTXbwycLXX9q1i { position:absolute;display:block;z-index:15026;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:5rem;width:8rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#E97Pz04QQypHNPn7Th7O2Cft7qxx7zkV { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:8.75rem;top:2rem;left:9.0625rem;overflow:hidden;display:block; }
#q7hJOdNfHAuU7tFog6vO2JZag4TlpVIf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#0e407d;background-image:none;top:34.15625rem;left:47.862500190735rem;display:block; }
#RPSXSSgflL5g406EbhZPLW2LyQIoApuy { position:absolute;display:block;z-index:15028;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:33.5625rem;width:30.6875rem;top:0.54374995231628rem;left:42.708033936953rem;overflow:hidden;display:block; }
#lnM0qnXlQsVDVlSPbJGv2tPyidazi7pc { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:magra;font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:16.143466949463rem;left:1.75rem;height:4.125rem;text-align:left;text-align-last:left;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; }
#iOZ4CTU1i1Z9O7KfKkNcwc5UWyc4Pxz6 { box-sizing:content-box;height:4.1875rem;width:15.5625rem;position:absolute;display:block;z-index:15000;background-color:#96c706;background-image:none;top:16.3125rem;left:1.375rem;display:block; }
#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d519b;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; }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row .container { background-color: transparent; background-image: none; }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row .container > .video-iframe-container { display: none; }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row > .video-iframe-container { display: none; }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .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); }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row .container { border-width: 0; border-radius: 0; }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row .container { font-size:0.875rem;font-family:arial;height:0.25rem;width:75rem;position:relative;display:block; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row .container { background-color: transparent; background-image: none; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row .container > .video-iframe-container { display: none; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row > .video-iframe-container { display: none; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .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); }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row .container { border-width: 0; border-radius: 0; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#qGR3A1F5OJw83IBWTopTPkXlrhIUlB2B { color:#0e407d;display:block;width:70.9375rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:1.3500000238419rem;left:0.75rem;height:3.025rem;text-align:left;text-align-last:left;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; }
#JFeLBeqtp2nMNusBM4OWaEBswJhXKbTh { color:#0e407d;display:block;width:74.0625rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:6.59375rem;left:0.8125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHHo3VtdH0ztti72ugZn2lCCi5Eeir1M { box-sizing:content-box;height:7.1875rem;width:51.3125rem;position:absolute;display:block;z-index:15001;background-color:#fc7600;background-image:none;top:17.9375rem;left:23.25rem;display:block; }
#Ar1XaFgzq1aleJFThweMr5fwOgK1dZds { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:18.375rem;left:23.75rem;height:6.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r8RFTXGKLOENEa6oUuVlCTFXbZMedC8S { position:absolute;display:block;z-index:15026;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:19.0625rem;width:19.0625rem;top:9.5625rem;left:0.75rem;overflow:hidden;display:block; }
#bBfU46vEEzJa9zs6TZsHary9iqTlGw2C { color:#0e407d;display:block;width:51.3125rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:10.09375rem;left:23.250000953674rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e407d;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; }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row .container { background-color: transparent; background-image: none; }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row .container > .video-iframe-container { display: none; }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row > .video-iframe-container { display: none; }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .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); }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row .container { border-width: 0; border-radius: 0; }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#J0hR3DIxLDddUh9Sl27JbNXZpEXeJyqO { color:#ffffff;display:block;width:71.8125rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.9125003814697rem;left:0rem;height:3.025rem;text-align:left;text-align-last:left;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; }
#PFWeNJObez2PufaA1fGdeyFnZcxlk4vu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6875rem;width:29.3125rem;top:4.0226550102234rem;left:45.625000953674rem;overflow:hidden;display:block; }
#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e407d;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; }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row .container { background-color: transparent; background-image: none; }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row .container > .video-iframe-container { display: none; }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row > .video-iframe-container { display: none; }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .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); }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row .container { border-width: 0; border-radius: 0; }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#W6g5K8eHl0FL13upTawR2WiyitwKMkRU { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:magra;font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.2242183685302rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#W6g5K8eHl0FL13upTawR2WiyitwKMkRU li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#W6g5K8eHl0FL13upTawR2WiyitwKMkRU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6d840ca884bd82f09abf2a132ed5dfc3265618fa.svg); }
#TkEamBZbU7hJJSJwElQVpAnHTyHN8VyX { background-color:#fc7600;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:26.662498474121rem;left:0.72343730926512rem;display:block; }
#fKv1GqCW3EgBZZ0EOLaGFWvtNGXybf0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRIBgZJf7AvmTJShceL3vDLeKEseDoAm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6875rem;width:29.375rem;top:4.0226550102234rem;left:45.625000953674rem;overflow:hidden;display:none; }
#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc7600;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; }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row .container { background-color: transparent; background-image: none; }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row .container > .video-iframe-container { display: none; }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row > .video-iframe-container { display: none; }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .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); }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row .container { border-width: 0; border-radius: 0; }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row .container { font-size:0.875rem;font-family:inter;height:7.1875rem;width:75rem;position:relative;display:block; }#gFLlpQJNZWMvEoGXvZPfw8ZBHHTtUdkt { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0.8125rem;height:3.025rem;text-align:left;text-align-last:left;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; }
#BSp4Q9fJUcwp9bd9LqtURgWlUiARFTxJ { box-sizing:content-box;height:3.4375rem;width:0.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:2.0625rem;left:0rem;display:block; }
#CP97W958HFlnpPtphoD3SEh1QsDIZ3Gm { color:#0e407d;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:13.537500023842rem;left:33.000000953674rem;height:19.8rem;font-style:normal;display:none; }
#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc7600;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; }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row .container { background-color: transparent; background-image: none; }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row .container > .video-iframe-container { display: none; }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row > .video-iframe-container { display: none; }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .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); }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row .container { border-width: 0; border-radius: 0; }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#QKeyhtWUJUu3IGwvhLRaAK6zOnqFXDxD { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.4250001907349rem;left:15.686718940735rem;height:6.1875rem;font-style:normal;display:block; }
#xZ26tubTUxWTAehtZdi26OtfyWmEg5NK { box-sizing:content-box;height:12.5rem;width:12.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.125rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#eTHWRU2nCkGISw4oV5VkyNn7g8Zg3QM0 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:3.7562503814698rem;left:13.611718177796rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vrM5Rf461qB03hEF01sCzoAVOHwBRMTV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e4ea049-26ac-4aa2-b27a-18b35503159a/LindaElder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.1875rem;left:1.9375rem;display:block; }#vrM5Rf461qB03hEF01sCzoAVOHwBRMTV.adaptive-delivery-prevent-bg, #vrM5Rf461qB03hEF01sCzoAVOHwBRMTV.lazyload, #vrM5Rf461qB03hEF01sCzoAVOHwBRMTV.lazyloading { background-image: none; }
#g1xzqZT0zuNBl1CrBtDEbhECpQqyukT4 { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.549011230469rem;left:0rem;height:28.125rem;font-style:normal;display:block; }#g1xzqZT0zuNBl1CrBtDEbhECpQqyukT4 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#g1xzqZT0zuNBl1CrBtDEbhECpQqyukT4 li:before{  }
#K8N2hhFL4OVbPm9wKlnBMTANLqEy9CJa { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.4250001907349rem;left:53.625000953674rem;height:8.25rem;font-style:normal;display:block; }
#Uq4ER1iZbByiCcFcmfacnLvaTCVZXnXL { box-sizing:content-box;height:12.5rem;width:12.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:1.25rem;left:37.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#kx5lFvKgLA0EI3pziltM8Qe5naT84iou { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/39b18ed8-943a-4bca-9146-308481ff175d/RichardPaul.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.3125rem;left:39.8125rem;display:block; }#kx5lFvKgLA0EI3pziltM8Qe5naT84iou.adaptive-delivery-prevent-bg, #kx5lFvKgLA0EI3pziltM8Qe5naT84iou.lazyload, #kx5lFvKgLA0EI3pziltM8Qe5naT84iou.lazyloading { background-image: none; }
#b7R4FE5W67Mx1Pu9I6sPKeHUGirOTnd5 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:3.875rem;left:51.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#O3U8sWW9uOMHfO8rQdrPQUUmGmDu1POB { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.599426269531rem;left:37.875002384186rem;height:;font-style:normal;display:block; }#O3U8sWW9uOMHfO8rQdrPQUUmGmDu1POB li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#O3U8sWW9uOMHfO8rQdrPQUUmGmDu1POB li:before{  }
#UAlLSp6ueMOqdAy3kerlAIJGwxLa0tkm { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.549999237061rem;left:0rem;height:26.0625rem;font-style:normal;display:none; }#UAlLSp6ueMOqdAy3kerlAIJGwxLa0tkm li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UAlLSp6ueMOqdAy3kerlAIJGwxLa0tkm li:before{  }
#r3TiQXyQeNSwvy8IDSQTAxx2zwUGpVfG { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.600000619888rem;left:37.875000953674rem;height:17.8125rem;font-style:normal;display:none; }#r3TiQXyQeNSwvy8IDSQTAxx2zwUGpVfG li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#r3TiQXyQeNSwvy8IDSQTAxx2zwUGpVfG li:before{  }
#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc7600;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; }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row .container { background-color: transparent; background-image: none; }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row .container > .video-iframe-container { display: none; }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row > .video-iframe-container { display: none; }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .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); }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row .container { border-width: 0; border-radius: 0; }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#BmXUFMMxoxba8gta0qTJvg2wkokKZTHw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.5625rem;left:0rem;height:6.1875rem;font-style:normal;display:block; }
#g5cqvV508SOQb2lkcmShxiToZ1093TyS { color:#ffffff;display:block;width:75rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.5625rem;left:0rem;height:6.1875rem;font-style:normal;display:none; }
#EyQQhDEGuguRc7PvSyq0yhUFXpoDJDOd { color:#ffffff;display:block;width:75rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.5625rem;left:0rem;height:6.1875rem;font-style:normal;display:none; }
#NQkXgiNluLLvvnGz1uLP2TBko5G6DyDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc7600;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:none; }#NQkXgiNluLLvvnGz1uLP2TBko5G6DyDZ > .row .container { border-width: 0; border-radius: 0; }#NQkXgiNluLLvvnGz1uLP2TBko5G6DyDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQkXgiNluLLvvnGz1uLP2TBko5G6DyDZ > .row .container { font-size:0.875rem;font-family:inter;height:7.1875rem;width:75rem;position:relative;display:none; }#UpFOzOV44kFXeOERnSdg43WzMX3OOTyf { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0.8125rem;height:3.025rem;text-align:left;text-align-last:left;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; }
#giQt4HxmR1WfgWDxGke5isNpD5NqAIRH { box-sizing:content-box;height:3.4375rem;width:0.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:2.0625rem;left:0rem;display:block; }
#oLPzWBvHm14sN45DK5oxUVOo2AooXypr { color:#0e407d;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:13.537500023842rem;left:33.000000953674rem;height:19.8rem;font-style:normal;display:none; }
#w7x1buibfP2OlP61AbIlDuefNpKaGnaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc7600;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:none; }#w7x1buibfP2OlP61AbIlDuefNpKaGnaL > .row .container { border-width: 0; border-radius: 0; }#w7x1buibfP2OlP61AbIlDuefNpKaGnaL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7x1buibfP2OlP61AbIlDuefNpKaGnaL > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:none; }#RW2vxqm3tKdE6HxLs8JkAkzmPXJwQ4Uu { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.4250001907349rem;left:15.686718940735rem;height:10.3125rem;font-style:normal;display:block; }
#Biu7ye0fks7xcopCSWGOiZR0EIMshpZb { box-sizing:content-box;height:12.5rem;width:12.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.125rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#STqbD1S3id2HUi7MIBB9RVZgvdpgo3EX { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:3.7562503814698rem;left:13.611718177796rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oz0DUuqK3CWlD4nurvtvwtOA3FfvlrrI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e4ea049-26ac-4aa2-b27a-18b35503159a/LindaElder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.1875rem;left:1.9375rem;display:block; }#oz0DUuqK3CWlD4nurvtvwtOA3FfvlrrI.adaptive-delivery-prevent-bg, #oz0DUuqK3CWlD4nurvtvwtOA3FfvlrrI.lazyload, #oz0DUuqK3CWlD4nurvtvwtOA3FfvlrrI.lazyloading { background-image: none; }
#RJdCA9l71dE8McgVllpdITNOtboyLd6S { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.550001144409rem;left:0rem;height:16.5rem;font-style:normal;display:block; }
#ttmHXtMi4hMe7fl4dixCBKtJm9F9Cwul { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.550001144409rem;left:37.875000953674rem;height:20.625rem;font-style:normal;display:block; }
#b0544iRsCV8AQzp7h8aT06SP4ULD6SsF { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.4250001907349rem;left:53.625000953674rem;height:8.25rem;font-style:normal;display:block; }
#tJVlCnM8nd4KPF7pXrhhp9dF4VT0IIqJ { box-sizing:content-box;height:12.5rem;width:12.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:1.25rem;left:37.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#XHaOO8ZE9miPcPESXHqhAzn5tAT3vgb1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/39b18ed8-943a-4bca-9146-308481ff175d/RichardPaul.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.3125rem;left:39.8125rem;display:block; }#XHaOO8ZE9miPcPESXHqhAzn5tAT3vgb1.adaptive-delivery-prevent-bg, #XHaOO8ZE9miPcPESXHqhAzn5tAT3vgb1.lazyload, #XHaOO8ZE9miPcPESXHqhAzn5tAT3vgb1.lazyloading { background-image: none; }
#ocLQVFDobEg1XDJm4htPd3Vg0yy5dcAs { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:3.875rem;left:51.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#otKGKrK3Vhuhz57LowJUpypDwn8qCeRz { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.4250001907349rem;left:15.686718940735rem;height:10.3125rem;font-style:normal;display:none; }
#lbp4qfhpnvhcsksxBMU9Xqa9fmLoQk3C { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.550001144409rem;left:0rem;height:16.5rem;font-style:normal;display:none; }
#t6figRRiAovpiG4hxhAHKFzU9SdzqWa9 { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.4250001907349rem;left:53.625000953674rem;height:8.25rem;font-style:normal;display:none; }
#Eb33yUSlfUwFu2BxE5T8JffyydtHnuiM { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.550001144409rem;left:37.875000953674rem;height:20.625rem;font-style:normal;display:none; }
#wRdAQP9p1u6CKqpCxB8rWBy3TVhduPTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc7600;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:none; }#wRdAQP9p1u6CKqpCxB8rWBy3TVhduPTr > .row .container { border-width: 0; border-radius: 0; }#wRdAQP9p1u6CKqpCxB8rWBy3TVhduPTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRdAQP9p1u6CKqpCxB8rWBy3TVhduPTr > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:none; }#yciFHOaXDoKT5O2XLZqDAoeCiek8mwvK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.5625rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#kQdXCtkTUAxKPTU00sTEbuneN1VyXtVt { color:#ffffff;display:block;width:75rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.5625rem;left:0rem;height:8.25rem;font-style:normal;display:none; }
#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row .container { background-color: transparent; background-image: none; }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row .container > .video-iframe-container { display: none; }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row > .video-iframe-container { display: none; }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .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); }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row .container { border-width: 0; border-radius: 0; }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row .container { font-size:0.875rem;font-family:inter;height:23.75rem;width:75rem;position:relative;display:block; }#WgLQGzRO1Q2pJuVRkGDytgw7Wzr7fLfU { color:#0e407d;display:block;width:73.9375rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4062502384186rem;left:0rem;height:3.025rem;text-align:left;text-align-last:left;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; }
#kTD3dgGABvFc4y3h1tO3RXRCT8lo43iz { color:#0e407d;display:block;width:58.75rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UD20AoKK6Ldho1PNT1ncvcsbiERqy6uC { color:#0e407d;display:block;width:37.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:25.125rem;left:0.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.625rem;font-family:magra;font-style:normal;color:#fc7600;height:auto;line-height:2;overflow:hidden; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;height:auto;line-height:1.7;overflow:hidden;font-family:magra; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_12786ab0285282a13b51fa4128bbaf1df4c17e6d.svg");background-size:contain !important; }#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-trigger.adaptive-delivery-prevent-bg, #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-trigger.lazyload, #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-trigger.lazyloading { background-image: none; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz { box-sizing:content-box;height:auto;width:53.6875rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15028;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:18.477272748947rem;left:0rem; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #GGPuBENdTBTgVDK59W9JiTQWwqqhXAIJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #vSgabVrTNpEuhbFvDg4GHttAxfG6K3yO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #wz7loh9enRx7cqh7CJsbROsM7SUNIZIJ { display:block;position:relative; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #tV7gB5TatZuy8P0x4oRhwJ2SXVr3Eu29 {  }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #ilMyNl4lvMHWHQPTJnsbpNokzeMLTCQw {  }
#XB1WGHHwItVxG6gep4Fu0g9twcQm5Iuz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:21.0625rem;top:2.4062502384186rem;left:53.937502384186rem;overflow:hidden;display:block; }
#MxSEttF1kOviAdwCabcF0rJropempPNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row .container { background-color: transparent; background-image: none; }#MxSEttF1kOviAdwCabcF0rJropempPNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row .container > .video-iframe-container { display: none; }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row > .video-iframe-container { display: none; }#MxSEttF1kOviAdwCabcF0rJropempPNH > .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); }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row .container { border-width: 0; border-radius: 0; }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row .container { font-size:0.875rem;font-family:inter;height:38.625rem;width:75rem;position:relative;display:block; }#hSU6f4IxN01WF175axPuC40xkRbZc9yA { color:#0e407d;display:block;width:37.1875rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:3.025rem;text-align:left;text-align-last:left;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; }
#qxzX5mFxutuVfMyMXiSHbprbUPDeFwPX { color:#0e407d;display:block;width:47.75rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t8bbc7sWnGVIh4Z4SngquUOOgXDSt5T4 { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.425001144409rem;left:0.34375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLH7xnavhLiRTgF222GI4uyMQwoaWZBz { box-sizing:content-box;height:5rem;width:33.0625rem;position:absolute;display:block;z-index:15002;background-color:#fc7600;background-image:none;top:24.875rem;left:0rem;display:block; }
#u9i2VzN1Q7TKbar1M6pGIFXBTB90MKL0 { color:#0e407d;display:block;width:47.75rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:32.5rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-form-header {  }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#084c61;width:30.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #084c61;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:30.875rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-text {padding-top: 0; padding-bottom: 0;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #084c61;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:30.875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #084c61;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:30.875rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-select {padding-top: 0; padding-bottom: 0;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .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:#96c706;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.3125rem;margin-bottom:0.25rem;margin-left:2.3125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:26.1875rem;height:3.4375rem;font-family:lato;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:lato;font-size:0.875rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:lato;font-size:0.875rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:lato;font-size:0.875rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:lato;font-size:0.875rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .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:magra;line-height:1.3;font-size:0.625rem;font-weight:400;color:#084c61;vertical-align:top;width:29.625rem;overflow:hidden;font-style:normal;float:none; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .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; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .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:lato;font-size:0.75rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-container:first-of-type{padding-top:0;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-container:last-of-type{padding-bottom:0;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15027;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.125rem;left:0rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.875rem;display:block;vertical-align:top; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT {display:block;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15027;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.125rem;left:0rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #DIFH8TTp8wTvooTICpE65ihXhKSb14Cm { position:relative; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #w8dXhuhNXs4OgmrLltpZDuZGkWbyi7Wy { position:relative;display:none; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #t9xGx8Ir9zL8cRo0W7MS8luCevH8Hi2e { position:relative; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #nxFroVNXO5w6tvHBUBgKyNPTvxXpu9ps { position:relative; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #Sx6KWEqQyLKAh71RipWSFx6VC3ybRVqI { position:relative;z-index:2; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #BvuyWUDX5lBDsmbhc0m4W5aRzPIBcTV1 { position:relative; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #UIfkvEAFat5awEmcpbbCrcWlw53K7l0J { position:relative; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #D8JkXXtspN7xIz2dyzZnDMJIIp3qu8eM { position:relative;z-index:2; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #gyvg2VDcabDlIGQcrhTeaZTSBoul62KB { position:relative; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #SKp1bio7mibsDvUb7HnMAxFqTUPJ35T0 { position:relative; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT #uwIUtIQwtu6QVzt19EOn9XvzSZ0MNSFR { position:relative; }
#sbenmN5m3oea9XOFlX2y1PRWrM0TcPNa { box-sizing:content-box;height:31.25rem;width:0.0625rem;position:absolute;display:block;z-index:15028;background-color:#4a709e;background-image:none;top:4rem;left:41.125rem;display:block; }
#OBZum4RlySrcLZmidwgQn7g8VWwehSL9 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#4a709e;background-image:none;top:3.4375rem;left:40.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#J1An9P7fezmeO7JofF0b7dGdgq1TIVaQ { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #0e407d;border-left:0.0625rem solid #0e407d;border-right:0.0625rem solid #0e407d;border-bottom:0.0625rem solid #0e407d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:14.9375rem;top:5.3625001907349rem;left:44.250000953674rem;overflow:hidden;display:block; }
#zIM3etXvTUa51l1aH98Z69KkTms7BNrT { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #0e407d;border-left:0.0625rem solid #0e407d;border-right:0.0625rem solid #0e407d;border-bottom:0.0625rem solid #0e407d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:13.625rem;top:14.800001144409rem;left:60.298439979553rem;overflow:hidden;display:block; }
#mkMQiyfDcUKiuxphAiuT5pX85nJv7H84 { box-sizing:content-box;height:23.4375rem;width:11.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(182,197,216,0.45);background-image:none;top:5.0625rem;left:48.312500953674rem;display:block; }
#Fqk8bgilrQzroFEWebLENd3NpbTdhaip { box-sizing:content-box;height:21.4375rem;width:11.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(182,197,216,0.45);background-image:none;top:14.40625rem;left:59.923439979553rem;display:block; }
#HvwTPBwTGTaJ5Sg6fTqbJtAA3n9APRqH { color:#0e407d;display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:29.34375rem;left:48.312500953674rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3p7mmR86zkaWD7HuTO5iJ8PZNf5ngiO { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #0e407d;border-left:0.0625rem solid #0e407d;border-right:0.0625rem solid #0e407d;border-bottom:0.0625rem solid #0e407d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.4375rem;top:4rem;left:60.298439979553rem;overflow:hidden;display:block; }
#UrO2fO8T5Mtra3mXheW73mD03B1Wopcp { position:absolute;display:block;z-index:15028;border-top:0.0625rem solid #0e407d;border-left:0.0625rem solid #0e407d;border-right:0.0625rem solid #0e407d;border-bottom:0.0625rem solid #0e407d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.4375rem;top:4rem;left:67.535935401919rem;overflow:hidden;display:block; }
#tBn1gmllnMdkA2V009QSqObNM3TTbIUM { color:#0e407d;display:block;width:37.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:25.125rem;left:0.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uVZ1Qbsd8dc8zHKTw2imCqlkWQpE56g0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uVZ1Qbsd8dc8zHKTw2imCqlkWQpE56g0 > .row .container { border-width: 0; border-radius: 0; }#uVZ1Qbsd8dc8zHKTw2imCqlkWQpE56g0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVZ1Qbsd8dc8zHKTw2imCqlkWQpE56g0 > .row .container { font-size:0.875rem;font-family:lato;height:34.75rem;width:75rem;position:relative;display:none; }#cpXWnv6JZe1I809vRs99oTS2VsvFREFn { color:#fc7600;display:block;width:12.75rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:1.875rem;left:55.375rem;height:1.8rem;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;display:block; }
#IpyZKeV6T4qPNZthERszqnctBI825l4d { color:#fc7600;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:2.5625rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:6.6749997138975rem;left:54.562500953674rem;height:3.075rem;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;display:block; }
#XTFtHOLJdVsb9uvfTr0JpWOZ3UGEzGT8 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:9.6749997138975rem;left:55.812500953674rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zTwTUOSsSGF6HP4AG6Z0Md6mECOwbDpr { box-sizing:content-box;height:31.9375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.25rem;left:54.418747901916rem;border-top:0.0625rem solid #fc7600;border-left:0.0625rem solid #fc7600;border-right:0.0625rem solid #fc7600;border-bottom:0.0625rem solid #fc7600;box-shadow: none;display:block; }
#ZxsOUfIJlllEDtPZgO5zba9fVmrK45w4 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:magra;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:12.424999713898rem;left:54.000000953674rem;height:15.225rem;font-style:normal;display:block; }#ZxsOUfIJlllEDtPZgO5zba9fVmrK45w4 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZxsOUfIJlllEDtPZgO5zba9fVmrK45w4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
#HZtR1or1yJRVuVTiiACbG0ihEmMpzBo6 { background-color:#fc7600;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.487499713897rem;left:55.718750953674rem;display:block; }
#p8F3JXgVB09a7OtHmwA70TzboJgBsEqy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7iiQzTby7wUDN9ENMZO4UGCxtRD7kbk { box-sizing:content-box;height:29.875rem;width:14.5625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.25rem;left:38.356251716614rem;border-top:0.0625rem solid #96c706;border-left:0.0625rem solid #96c706;border-right:0.0625rem solid #96c706;border-bottom:0.0625rem solid #96c706;box-shadow: none;display:block; }
#xOKtfle790B5Sd9iGSw2N82KQiHctIUt { color:#000000;display:block;width:14.5rem;position:absolute;font-family:magra;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:12.487499713898rem;left:37.937500953674rem;height:13.3875rem;font-style:normal;display:block; }#xOKtfle790B5Sd9iGSw2N82KQiHctIUt li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xOKtfle790B5Sd9iGSw2N82KQiHctIUt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
#xDBIvCmn7Fd8LmAGiG4AzoSSQqxempKs { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:26.612503528595rem;left:39.625000953674rem;display:block; }
#rkFiN0WDDMtF4FuJKe2ZTprbTu5Ayci2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N9hb3L4L9h0veJTgWJTquofW7HWbUERS { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:9.7374997138975rem;left:39.750000953674rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hSBtiGCI3rachWFBagK2fpqCFkpZusz5 { color:#96c706;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:2.5625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:6.6749997138975rem;left:38.500000953674rem;height:3.075rem;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;display:block; }
#azlkJQURRMXPkzusULp0DvTGVIE56qyh { color:#96c706;display:block;width:12.75rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:1.9375rem;left:39.25rem;height:1.8rem;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;display:block; }
#cmvZ66e1PHqNN4B57vz2yOrouLsF07Aw { box-sizing:content-box;height:24.5625rem;width:14.6875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:1.25rem;left:22.512501716614rem;border-top:0.0625rem solid #fc7600;border-left:0.0625rem solid #fc7600;border-right:0.0625rem solid #fc7600;border-bottom:0.0625rem solid #fc7600;box-shadow: none;display:block; }
#Z12KB5GT5NQDWKDAJE4JU8N6hQ7aeImN { color:#000000;display:block;width:14.5rem;position:absolute;font-family:magra;font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:12.424999713898rem;left:22.062500953674rem;height:8.3125rem;font-style:normal;display:block; }#Z12KB5GT5NQDWKDAJE4JU8N6hQ7aeImN li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z12KB5GT5NQDWKDAJE4JU8N6hQ7aeImN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
#JrRQUOzVeKRTnLmJPhammUPedPW25AhI { background-color:#fc7600;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:21.549999952316rem;left:23.843750953674rem;display:block; }
#rCJ9WZHT68QmNu8qZfcGB9Ca4sa1TmTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzDAqyL67qB5bqmF3i3HaeHfUvb2VLbJ { box-sizing:content-box;height:18.1875rem;width:14.5625rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:1.25rem;left:6.4374990463256rem;border-top:0.0625rem solid #96c706;border-left:0.0625rem solid #96c706;border-right:0.0625rem solid #96c706;border-bottom:0.0625rem solid #96c706;box-shadow: none;display:block; }
#R8912bogolvMfXtsS1ry0bWy6pg3seEW { color:#000000;display:block;width:14.5rem;position:absolute;font-family:magra;font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:10.5rem;left:5.9375rem;height:3.2375rem;font-style:normal;display:block; }#R8912bogolvMfXtsS1ry0bWy6pg3seEW li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#R8912bogolvMfXtsS1ry0bWy6pg3seEW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
#eTNudPJ70OdfLAHXluyGgAJZ8eOWUu0u { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:14.687500953674rem;left:7.7046880722044rem;display:block; }
#tq4J6b5oWzGRFx7g6I24hZ0InxcF6Aqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFHh3NRO46UzMDbTO3e7TTeC9iRcTIBE { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:9.6749997138975rem;left:23.875000953674rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZWbFC4ksSK4fmVcZsc3rU8OFCBITZ3ZR { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:7.75rem;left:7.75rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fAhZnIN99KCWURodTf83vosSSPkyBq3e { color:#fc7600;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:2.5625rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:6.6749997138975rem;left:22.625000953674rem;height:3.075rem;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;display:block; }
#p3BJ0mKEZDSHOT2fkKNzhpShNJTMdxm1 { color:#96c706;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:2.5625rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:4.6875rem;left:6.5rem;height:3.075rem;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;display:block; }
#VxZRp1kINe86dQIMnKHkWzl5xOm8c1fM { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15042;background-color:#4a709e;background-image:none;top:4.375rem;left:22.5625rem;display:none; }
#OIb36bHZyXzR7LIpJXC2oHdIPH76Qq1x { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15049;background-color:#4a709e;background-image:none;top:4.4375rem;left:6.4375rem;display:block; }
#mqp6Mh9JA7n0TMouiLkpmJRzoI8cpWr1 { color:#fc7600;display:block;width:12.75rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:1.875rem;left:23.375rem;height:1.8rem;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;display:block; }
#z7HuHy6g0iW3Bvg1DVqzMPh9VRvXoT6i { color:#96c706;display:block;width:12.75rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:1.9375rem;left:7.25rem;height:1.8rem;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;display:block; }
#hvZGN5iQedfQ3erBUnPSgwFsGQaMXmGc { box-sizing:content-box;height:2.5rem;width:14.5625rem;position:absolute;display:block;z-index:15050;background-color:#ff1e1e;background-image:none;top:4.125rem;left:22.643750190735rem;display:block; }
#xdTOIUrg851m59cAIkV4sfTFUs1iMVLf { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:1.4375rem;font-weight:normal;z-index:15054;line-height:1.2;letter-spacing:0;top:4.4875001907349rem;left:22.706250190735rem;height:1.725rem;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;display:block; }
#o3TxHKtNnXQli4EzNL1sMEF6zLPfTULN { box-sizing:content-box;height:2.5rem;width:14.5625rem;position:absolute;display:block;z-index:15051;background-color:#ff1e1e;background-image:none;top:4.1625003814697rem;left:38.375000953674rem;display:block; }
#EAcsaJGHaJmOU3gSmGKuvxNXVMQ8QIS2 { box-sizing:content-box;height:2.5rem;width:14.5625rem;position:absolute;display:block;z-index:15052;background-color:#ff1e1e;background-image:none;top:4.2250003814697rem;left:54.468750953674rem;display:block; }
#g22bmyB8dQQa86BLubTLpPHwEc1FHTxQ { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:1.4375rem;font-weight:normal;z-index:15052;line-height:1.2;letter-spacing:0;top:4.5625rem;left:38.500000953674rem;height:1.725rem;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;display:block; }
#VT8Wpk7iIapQqPfQZyA8QP6Tyzh9oNZ2 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:1.4375rem;font-weight:normal;z-index:15053;line-height:1.2;letter-spacing:0;top:4.6875rem;left:54.593750953674rem;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;display:block; }
#eVOtsKNoQRTkmrE392irllW74nG7vFRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eVOtsKNoQRTkmrE392irllW74nG7vFRV > .row .container { border-width: 0; border-radius: 0; }#eVOtsKNoQRTkmrE392irllW74nG7vFRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVOtsKNoQRTkmrE392irllW74nG7vFRV > .row .container { font-size:0.875rem;font-family:lato;height:30.3125rem;width:75rem;position:relative;display:none; }#CAt8G7eJ6uMzivGDXPFatWmhwyHe4dl1 { color:#fc7600;display:block;width:12.75rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:1.875rem;left:55.375rem;height:1.8rem;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;display:block; }
#tZK7lVJfmLLrmGsmV2yQbWuk0bGo70C9 { color:#fc7600;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:2.5625rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:4.6875rem;left:54.5625rem;height:3.075rem;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;display:block; }
#JIJHcrabwxIOdn6Uuz8SGKMo2aexx5qm { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:7.6875rem;left:55.8125rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JMCa1fr6CA58S0bv7mZC5CcM18x2vqXG { box-sizing:content-box;height:26.9375rem;width:14.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.1875rem;left:54.5625rem;border-top:0.0625rem solid #fc7600;border-left:0.0625rem solid #fc7600;border-right:0.0625rem solid #fc7600;border-bottom:0.0625rem solid #fc7600;box-shadow: none;display:block; }
#ZuVTEIm9GUUaW6Mhe97HmeUQd94wMcZb { color:#000000;display:block;width:14.5rem;position:absolute;font-family:magra;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:10.4375rem;left:54rem;height:13.3875rem;font-style:normal;display:block; }#ZuVTEIm9GUUaW6Mhe97HmeUQd94wMcZb li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZuVTEIm9GUUaW6Mhe97HmeUQd94wMcZb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
#w9rkXNKtlbXQCyuvcnTvPsd5irhBgD0S { background-color:#fc7600;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.5625rem;left:55.6875rem;display:block; }
#FHLnvk9Dg8GWxhK06K0WHnPzWZXfMhmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWdUPPmSxC3gZFw9AXzsyEKkqO3pBP3I { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15028;background-color:#4a709e;background-image:none;top:4.375rem;left:54.5rem;display:block; }
#Sd0cdsmEFf4vv5G3hDKZlyLWfx03CeF0 { box-sizing:content-box;height:26.9375rem;width:14.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.25rem;left:38.4375rem;border-top:0.0625rem solid #96c706;border-left:0.0625rem solid #96c706;border-right:0.0625rem solid #96c706;border-bottom:0.0625rem solid #96c706;box-shadow: none;display:block; }
#SgKkNbf3bI4gMk5gShJMVGuF3Udu2TLf { color:#000000;display:block;width:14.5rem;position:absolute;font-family:magra;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:10.5rem;left:37.9375rem;height:11.55rem;font-style:normal;display:block; }#SgKkNbf3bI4gMk5gShJMVGuF3Udu2TLf li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SgKkNbf3bI4gMk5gShJMVGuF3Udu2TLf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
#sKVNAwQ0gdo8iJsqRJMLpgl5X9mQ66hl { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:24.625rem;left:39.625rem;display:block; }
#G5SSW5zuT0loGPMKg4sARs8zJVe7Q3z0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1DhfBR7CxN7yrSzUVoDcIhqTV2M8L1f { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:7.75rem;left:39.75rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#knvfegnk9kKOylABftDl4Ii589WwniP5 { color:#96c706;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:2.5625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:4.6875rem;left:38.5rem;height:3.075rem;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;display:block; }
#RR163VaObyehBLImIqyORvhM3Z3hgVqv { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15035;background-color:#4a709e;background-image:none;top:4.4375rem;left:38.4375rem;display:block; }
#HvXGhHI1KbRSOUUCELkE7ITOZB0t2CfM { color:#96c706;display:block;width:12.75rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:1.9375rem;left:39.25rem;height:1.8rem;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;display:block; }
#z7zSWdT2ETuWTfCRzpCFuDb9oLi8OZxp { box-sizing:content-box;height:26.9375rem;width:14.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:1.1875rem;left:22.5625rem;border-top:0.0625rem solid #fc7600;border-left:0.0625rem solid #fc7600;border-right:0.0625rem solid #fc7600;border-bottom:0.0625rem solid #fc7600;box-shadow: none;display:block; }
#AHhJTTMOmx2tzlkvln5eOxMS8EhZwtaN { color:#000000;display:block;width:14.5rem;position:absolute;font-family:magra;font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:10.4375rem;left:22.0625rem;height:8.3125rem;font-style:normal;display:block; }#AHhJTTMOmx2tzlkvln5eOxMS8EhZwtaN li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#AHhJTTMOmx2tzlkvln5eOxMS8EhZwtaN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
#h8dvIDqyIMmRoCtuR6FyEsWvzQWT2ilZ { background-color:#fc7600;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:24.5625rem;left:23.75rem;display:block; }
#gtDJknEQCU0pu8BiTwTuTy9UgJ4TQPps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muonuZMxikiKPo6dmdnVdVo38HAdH6xl { box-sizing:content-box;height:26.9375rem;width:14.5rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:1.25rem;left:6.4375rem;border-top:0.0625rem solid #96c706;border-left:0.0625rem solid #96c706;border-right:0.0625rem solid #96c706;border-bottom:0.0625rem solid #96c706;box-shadow: none;display:block; }
#p81EsVhDLOrXdc0HnvMtUhzV8fZv2fZb { color:#000000;display:block;width:14.5rem;position:absolute;font-family:magra;font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:10.5rem;left:5.9375rem;height:3.2375rem;font-style:normal;display:block; }#p81EsVhDLOrXdc0HnvMtUhzV8fZv2fZb li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#p81EsVhDLOrXdc0HnvMtUhzV8fZv2fZb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
#qEUwIXUNiSRSsm6P9IJkQq29Js8hwsAD { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.5625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:24.625rem;left:7.625rem;display:block; }
#avImTfTwLwDBSHs3Xgdc25pgs7UaTy68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMQeCktpHRk9E9i1Xsd2kF4Woe7P3Icd { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:7.6875rem;left:23.875rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rnobuvzHiODnU7tVWegEJzPphoUPGGkT { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:7.75rem;left:7.75rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m47CgxcwO3OFkbqUzVBhVuA3IXmoTdKO { color:#fc7600;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:2.5625rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:4.6875rem;left:22.625rem;height:3.075rem;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;display:block; }
#ks3NOhNDqx3l9ogeHFzI09xP8VrsEiUv { color:#96c706;display:block;width:14.3125rem;position:absolute;font-family:magra;font-size:2.5625rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:4.6875rem;left:6.5rem;height:3.075rem;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;display:block; }
#dE6p4Q2K6r6heVealuiKn6JVJSACRJxE { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15042;background-color:#4a709e;background-image:none;top:4.375rem;left:22.5625rem;display:block; }
#PGoV1F1aewRZlO8hcFzqgsTvHQfGxBz1 { box-sizing:content-box;height:0.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15049;background-color:#4a709e;background-image:none;top:4.4375rem;left:6.4375rem;display:block; }
#tVzcQPZBw7eah0Air1TWi9PMNtuWzNp7 { color:#fc7600;display:block;width:12.75rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:1.875rem;left:23.375rem;height:1.8rem;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;display:block; }
#AV9KJWJ7L3SxO2ELlA1LT0pg4HgGrcSv { color:#96c706;display:block;width:12.75rem;position:absolute;font-family:magra;font-size:1.5rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:1.9375rem;left:7.25rem;height:1.8rem;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;display:block; }
#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e407d;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; }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row .container { background-color: transparent; background-image: none; }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row .container > .video-iframe-container { display: none; }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row > .video-iframe-container { display: none; }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .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); }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row .container { border-width: 0; border-radius: 0; }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#gGzSdxxlfqxa3B8SrRf2dIaul5mizlHF { color:#ffffff;display:block;width:69rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:3.6534090042114rem;left:3.0000004768372rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2Ia82kfPm9W7wkceeWVV5Nq9tQDlW4b { color:#ffffff;display:block;width:69rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:3.6534090042114rem;left:3.0000004768372rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e407d;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; }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row .container { background-color: transparent; background-image: none; }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row .container > .video-iframe-container { display: none; }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row > .video-iframe-container { display: none; }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .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); }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row .container { border-width: 0; border-radius: 0; }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#chhbCJxxAbi2ebCMnk0nr2kmEt5bQNmm { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:21.8125rem;left:47.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lcbne7ZQKvsATMFMTJ0eebcZLo8ZsVKW { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:22.375rem;left:28.8125rem;display:block; }
#XQ25eJ4R0GUaFhQPs5GS4hKkAsnoBiSk { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.9375rem;width:33rem;top:2.1242895126342rem;left:2.25rem;display:block; }
#wSzeGsZKDoKRB5sdhRtu5vWCH1ILrdLR { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.9375rem;width:33rem;top:2.1235795021057rem;left:39.750002384186rem;display:block; }
#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row .container { background-color: transparent; background-image: none; }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row .container > .video-iframe-container { display: none; }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row > .video-iframe-container { display: none; }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .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); }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row .container { border-width: 0; border-radius: 0; }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01bd3e7b-1d6c-4701-8ba4-5712d40c2c14/CreamOrangeModernElearningDesktopPrototype.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi.adaptive-delivery-prevent-bg, #swTolFOai3qZANAT5QLZKDg1EI0Glupi.lazyload, #swTolFOai3qZANAT5QLZKDg1EI0Glupi.lazyloading { background-image: none; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row .container { background-color: transparent; background-image: none; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row .container > .video-iframe-container { display: none; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row > .video-iframe-container { display: none; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .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); }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row .container { border-width: 0; border-radius: 0; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#JOF8vFG69xWWxDCFc7TsMRa7onZVDhys { color:#3d5598;display:block;width:14.375rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.1875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBf4v0cAExgdiSIzGIvhHbeBizOwARrp { color:#3d5598;display:block;width:18.875rem;position:absolute;font-family:magra;font-size:1.75rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.125rem;left:0rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zltmbgffxkn11RnTrbQKM1Hc5dlt4Ou1 { color:#3d5598;display:block;width:15.625rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.9375rem;left:20.25rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWHWTh3ZwraSKF5eF1srsS8rGl1uokgI { color:#3d5598;display:block;width:18.6875rem;position:absolute;font-family:magra;font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:12.1875rem;left:18.75rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNHJ5BdrhFkMoRO6vQaCaPcT1wJTXoNn { color:#3d5598;display:block;width:16.625rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.9375rem;left:38.5625rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIkHaVtUhaA01ZtyduyFTFRLb3lzy7e3 { color:#3d5598;display:block;width:18.6875rem;position:absolute;font-family:magra;font-size:1.75rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:12.125rem;left:37.5rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m71KFsvTxPLZn9VocK6vTT5rTmpN2WCg { color:#3d5598;display:block;width:13.1875rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:14.9375rem;left:59.031250953674rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTo52lHy6QGf3qubpVuN0dcGXnB1FxwX { color:#3d5598;display:block;width:18.6875rem;position:absolute;font-family:magra;font-size:1.75rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:12.1875rem;left:56.25rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8cdFOaDewOLzpQT9kwCqhnc0Mgigddm { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5c9df;border-left:0.0625rem solid #b5c9df;border-right:0.0625rem solid #b5c9df;border-bottom:0.0625rem solid #b5c9df;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:17.6875rem;width:16.375rem;top:7.125rem;left:1.1875rem;display:block; }
#L86ohySi9J6lVgrgOK24FxfT1ViiiixO { position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:4rem;width:4rem;top:7.875rem;left:7.375rem;display:block; }
#BfEEwQmJIpvdlbXvHzHZnCKym1rk0FWl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:8.625rem;left:8.125rem; }
#DIwy1AEqGOSHGmR7PBqXeqVlDbnkAwQT { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(181,201,223,0.3));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(181,201,223,0.3));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(181,201,223,0.3));background-image: -o-linear-gradient(180deg, #ffffff, rgba(181,201,223,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4cb5c9df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4cb5c9df' );";background-image: linear-gradient(180deg, #ffffff, rgba(181,201,223,0.3));background-size:auto !important;border-top:0.0625rem solid #b5c9df;border-left:0.0625rem solid #b5c9df;border-right:0.0625rem solid #b5c9df;border-bottom:0.0625rem solid #b5c9df;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:17.6875rem;width:16.375rem;top:7.125rem;left:38.6875rem;display:block; }
#ns8K0mOkJX7ZsaTxAxlqVLm6rXDs5ApT { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:4rem;width:4rem;top:7.875rem;left:44.875rem;display:block; }
#XuuQD5GJSf5N1QNAcCmXC8KQyeKwuO0b { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:8.625rem;left:45.625rem; }
#tFRITQi9gzongXZ60oZ48ae7IynAuQTJ { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ffffff, rgba(181,201,223,0.3));background-image: -moz-linear-gradient(360deg, #ffffff, rgba(181,201,223,0.3));background-image: -ms-linear-gradient(360deg, #ffffff, rgba(181,201,223,0.3));background-image: -o-linear-gradient(360deg, #ffffff, rgba(181,201,223,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4cb5c9df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4cb5c9df' );";background-image: linear-gradient(360deg, #ffffff, rgba(181,201,223,0.3));background-size:auto !important;border-top:0.0625rem solid #b5c9df;border-left:0.0625rem solid #b5c9df;border-right:0.0625rem solid #b5c9df;border-bottom:0.0625rem solid #b5c9df;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:17.6875rem;width:16.375rem;top:7.125rem;left:19.9375rem;display:block; }
#q66V9vm03WQ71QLU1KsBWI7TrfS7PO3J { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:4rem;width:4rem;top:7.875rem;left:26.125rem;display:block; }
#Vf2zE3n14HSZSFIcKLo8n8pcA2JT3foA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:8.625rem;left:26.875rem; }
#SU5WsbWH8qLPSQPTm7Nyl9vFWADQ7MnF { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(181,201,223,0.3), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(181,201,223,0.3), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(181,201,223,0.3), #ffffff);background-image: -o-linear-gradient(180deg, rgba(181,201,223,0.3), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb5c9df', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb5c9df', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(181,201,223,0.3), #ffffff);background-size:auto !important;border-top:0.0625rem solid #b5c9df;border-left:0.0625rem solid #b5c9df;border-right:0.0625rem solid #b5c9df;border-bottom:0.0625rem solid #b5c9df;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:17.6875rem;width:16.375rem;top:7.125rem;left:57.4375rem;display:block; }
#duaeod52WhkSJ6VahP6bSFBh1qfvSP0w { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:4rem;width:4rem;top:7.875rem;left:63.625rem;display:block; }
#iMNuXwKP7bAU8VthDutEnUw2IhcAQTAI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:8.625rem;left:64.375rem; }
#dOy2DqeXwT7PPOpMHMEqpLc7kCwFXmaS { color:#0e407d;display:block;width:70.9375rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:1.7867188453674rem;left:0rem;height:3.025rem;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; }
#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01bd3e7b-1d6c-4701-8ba4-5712d40c2c14/CreamOrangeModernElearningDesktopPrototype.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs.adaptive-delivery-prevent-bg, #rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs.lazyload, #rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs.lazyloading { background-image: none; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row .container { background-color: transparent; background-image: none; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row .container > .video-iframe-container { display: none; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row > .video-iframe-container { display: none; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .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); }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row .container { border-width: 0; border-radius: 0; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#QDeULAftqO3y82CeR64Ch6JFX4m23BBq { color:#fc7600;display:block;width:55.875rem;position:absolute;font-family:magra;font-size:2.5rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ff8823;top:5.375rem;left:9.561718940735rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuKWGcNXvHRLGqq1glsXZGZQa5QluJXU { box-sizing:content-box;height:0.0625rem;width:34.6875rem;position:absolute;display:block;z-index:14993;background-color:#fc7600;background-image:none;top:2.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KeBHuVSQeUO4LtK48H2N4tI4KvBrX64k { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#fc7600;background-image:none;top:1.5625rem;left:34.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AuB39shBHOCDoEmBiW4Tqt6APbxmE55b { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#fc7600;background-image:none;top:18.0625rem;left:39.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QESEOpiTIJSdOJROdznwiXZLd3yIE6bM { box-sizing:content-box;height:0.0625rem;width:34.6875rem;position:absolute;display:block;z-index:14994;background-color:#fc7600;background-image:none;top:18.6875rem;left:40.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cpR1h1rO5aQQyaGTHDgroF5FLEs0WwFQ { color:#fc7600;display:block;width:55.875rem;position:absolute;font-family:magra;font-size:2.5rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ff8823;top:5.375rem;left:9.561718940735rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WtWCHdLoDXFMOahgoD7foZQii2waDMAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e407d;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; }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row .container { background-color: transparent; background-image: none; }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row .container > .video-iframe-container { display: none; }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row > .video-iframe-container { display: none; }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .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); }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row .container { border-width: 0; border-radius: 0; }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#odqRM3uFsTSFx7sPfZg0FhLmxILe9DoW { color:#ffffff;display:block;width:71.8125rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.6617188453674rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e407d;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; }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row .container { background-color: transparent; background-image: none; }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row .container > .video-iframe-container { display: none; }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row > .video-iframe-container { display: none; }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .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); }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row .container { border-width: 0; border-radius: 0; }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#qX3MNh2nktAXenPFVM27TGtqQTzHAeAU { color:#ffffff;display:block;width:74.875rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:2.375rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JloRIFlUTGfb3U7n6phGXOk51dS8JpeG { color:#ffffff;display:block;width:69rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:3.6534090042114rem;left:3.0000004768372rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RCRPq1uq3hUf4GItBxMbIPH3L41dDCCX { color:#ffffff;display:block;width:69rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:8rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q8lG3N1ViJoTBOB6DImXgZUpB4VmczPd { color:#ffffff;display:block;width:69rem;position:absolute;font-family:magra;font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:13.5625rem;left:1rem;height:7.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Q8lG3N1ViJoTBOB6DImXgZUpB4VmczPd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q8lG3N1ViJoTBOB6DImXgZUpB4VmczPd li:before{  }
#QNzL1xS6xPKemku530W96FHIz8Zix93M { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.724999904633rem;left:2.47265625rem;display:block; }
#akzFA2I7c5uFDsNg813k9oi6kA6Zd5mw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row .container { background-color: transparent; background-image: none; }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row .container > .video-iframe-container { display: none; }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row > .video-iframe-container { display: none; }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .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); }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row .container { border-width: 0; border-radius: 0; }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row .container { font-size:0.875rem;font-family:inter;height:46.1875rem;width:75rem;position:relative;display:block; }#mczcKHVU1LlPlRGSMxUCGBs2DLDtt0pR { color:#0e407d;display:block;width:51.5rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.8937530517578rem;left:0.8125rem;height:3.025rem;text-align:left;text-align-last:left;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; }
#faiRx3dmUIv3SBgLsD3Gg1BT3qVudzSe { box-sizing:content-box;height:3.4375rem;width:0.375rem;position:absolute;display:block;z-index:15026;background-color:#0e407d;background-image:none;top:4.5rem;left:0rem;display:block; }
#PK0JgeJhwtQ08DnPTqKcd2ExGqo0VXKd { color:#0e407d;display:block;width:41.875rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:13.537500023842rem;left:33.000000953674rem;height:19.8rem;font-style:normal;display:block; }
#aIafmVdaBZZSiTTyeH5KnGufCG5RVapu { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:#4a709e;background-image:none;top:11.062500596046rem;left:33.000000953674rem;display:block; }
#ZOTr4XIlbH14dpB6wQ01D2c8mlX6yngZ { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#4a709e;background-image:none;top:10.500000596046rem;left:51.625000953674rem;display:block; }
#BWTL6omok8gpgK9XHvIRD2l8p7pUiowo { box-sizing:content-box;height:19.3125rem;width:24.25rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:11.000000596046rem;left:0.875rem;border-top:0.0625rem solid #0e407d;border-left:0.0625rem solid #0e407d;border-right:0.0625rem solid #0e407d;border-bottom:0.0625rem solid #0e407d;display:block; }
#dJRT8x4uTpwOG2C1IZMo3OvEsBqtrRiv { box-sizing:content-box;height:20.75rem;width:26rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/efc34f6f-691e-4126-8845-f1323b6406a6/Instytut26.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.062500596046rem;left:3.1742181777954rem;display:block; }#dJRT8x4uTpwOG2C1IZMo3OvEsBqtrRiv.adaptive-delivery-prevent-bg, #dJRT8x4uTpwOG2C1IZMo3OvEsBqtrRiv.lazyload, #dJRT8x4uTpwOG2C1IZMo3OvEsBqtrRiv.lazyloading { background-image: none; }
#vWW2J174XF4Otw88JP3fzgNqdh1HEyZJ { position:absolute;display:block;z-index:15028;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:8rem;width:12.875rem;top:34.437501527369rem;left:49.062500953674rem;overflow:hidden;display:block; }
#P04JgwHasUx06GKku3kkgs2cW9EFpK2T { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:13.875rem;top:37rem;left:33rem;overflow:hidden;display:block; }
#UpxlCfXrDQvq7MWK6uwaliNlV5WNRnzf { color:#0e407d;display:block;width:41.875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:13.537500023842rem;left:33.000000953674rem;height:19.8rem;font-style:normal;display:none; }
#RKKMXvtrb3ulksXKg9VqTOE7SkITOazg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RKKMXvtrb3ulksXKg9VqTOE7SkITOazg > .row .container { border-width: 0; border-radius: 0; }#RKKMXvtrb3ulksXKg9VqTOE7SkITOazg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKKMXvtrb3ulksXKg9VqTOE7SkITOazg > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:none; }#DbcTD7KumxsTIN2Bf18L9gPyx1PUa4BP { color:#0e407d;display:block;width:39.125rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:0.66171836853025rem;left:35.875000953674rem;height:6.6rem;font-style:normal;display:block; }
#vRqGhtdMLWwfG9gv2mh68wdk6mw2IqWI { color:#0e407d;display:block;width:39.125rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.9867186546325rem;left:35.875000953674rem;height:11rem;font-style:normal;display:block; }
#a8wzOJ8K4N8t9vah0x1fW5T1VW8mgOdC { color:#0e407d;display:block;width:39.125rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:25.362499713897rem;left:35.875000953674rem;height:22rem;font-style:normal;display:block; }
#WT9dG2rA17KnWFyJr1neydE0nFTqk1rk { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:20.674219608307rem;left:35.875000953674rem;display:block; }
#IJT2lgQu01AhZoO73BVRAueZ0M8UOQcQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MuKzA4NgVBqSF0VHBoBJcyn3k7i48aOV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.25rem;width:30.9375rem;top:0.66015625rem;left:0rem;overflow:hidden;display:block; }
#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc7600;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; }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row .container { background-color: transparent; background-image: none; }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row .container > .video-iframe-container { display: none; }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row > .video-iframe-container { display: none; }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .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); }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row .container { border-width: 0; border-radius: 0; }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row .container { font-size:0.875rem;font-family:lato;height:42.1875rem;width:75rem;position:relative;display:block; }#OcoyUi9dzNrvZkB53LhmrHfNhXtLp40a { box-sizing:content-box;height:16.875rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:24.937500476837rem;left:53.062500953674rem;display:block; }
#M8ouDvtXtxh9vZSJ6ky8WH7DzctMACdr { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:24.250000476837rem;left:52.562500953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wt2uTE9NfxtmQuvmbXfwAqC6T5i3QdZr { box-sizing:content-box;height:0.0625rem;width:53.125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:41.8125rem;left:0rem;display:block; }
#AsnRPqKtasMumkHNcVFNTu4tELKR2DNb { color:#ffffff;display:block;width:70.9375rem;position:absolute;font-family:magra;font-size:4rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.9976563453674rem;left:2.03125rem;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; }
#OkaqlCHd4xDt4CPuyw1BEDQe9w32oe7I { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:magra;font-size:8rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:15.25rem;left:24.0625rem;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; }
#yUTJ5nAEdJX0FTfsHOtgc6H91xnCgPAc { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:33.780543327331rem;left:29.031252384186rem;display:block; }
#c54Dsx4MVnw9d3glMpSPtlWO2z8KwJMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvtc4dryxhak7xHFeaSqtDxclc7vkVaD { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:31.8125rem;left:55.768754005432rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ba3oTqq5rueWpuc1icep8tGTrHhvnI3L { position:absolute;display:block;z-index:15025;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:29.9375rem;width:23.1875rem;top:11.925000190735rem;left:0rem;overflow:hidden;display:block; }
#ITSG7PGXRcQI5xUyX3OntyF7Hf3mbXQG { background-color:#96c706;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:magra;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29.071735858917rem;left:29.031252384186rem;display:block; }
#PHCBI0oDUTrEtGPhtaaKmrZAKVVJA1XT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WALAufkXUDWUNeRw23tEhRObKw9CClSk { color:#ffffff;display:block;width:70.9375rem;position:absolute;font-family:magra;font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.7359375953675rem;left:4.0617179870606rem;height:2.4rem;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; }
#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc7600;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; }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row .container { background-color: transparent; background-image: none; }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row .container > .video-iframe-container { display: none; }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row > .video-iframe-container { display: none; }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .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); }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row .container { border-width: 0; border-radius: 0; }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row .container { font-size:0.875rem;font-family:inter;height:14.4375rem;width:75rem;position:relative;display:block; }#rqcgTiRtfUoEzfxJLOTAzCiAKLxVE03g { color:#ffffff;display:block;width:67.75rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:2.5;letter-spacing:0;top:1.375rem;left:7.25rem;height:6.875rem;font-style:normal;display:block; }
#Hic56HeVoA5CWm6tneZpB8SZ6hm1Sdpo { color:#ffffff;display:block;width:62rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.25rem;left:7.25rem;height:2.0625rem;font-style:normal;display:block; }
#zFmBm9GtQDK2qIiKNWl706mWLg1maBFq { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.5625rem;left:3.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Uiu43Vmca7PAf00QosiyXQwcyVh2x0t4 { color:#ffffff;display:block;width:62rem;position:absolute;font-family:magra;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.0624980926514rem;left:7.249218940735rem;height:2.0625rem;font-style:normal;display:block; }
#qUNq1wWPAWvtVc2tzECbvVqLOv6oyAnT { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:5.4992189407349rem;left:3.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HaLKJmsHi9zl7MtueEeaw2xI2BiNGJKr { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:8.4375rem;left:3.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KDmstynoNNGpl9PpAniCH22rfV1P5uVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row .container { background-color: transparent; background-image: none; }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row .container > .video-iframe-container { display: none; }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row > .video-iframe-container { display: none; }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .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); }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row .container { border-width: 0; border-radius: 0; }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row .container { font-size:0.875rem;font-family:inter;height:28.125rem;width:75rem;position:relative;display:block; }#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:magra;color:#0e407d;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:inter;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_f92afa36185abb5316eaf4d0439a39930517fd51.svg");background-size:contain !important; }#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-trigger.adaptive-delivery-prevent-bg, #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-trigger.lazyload, #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-trigger.lazyloading { background-image: none; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.60000038147rem;left:10.574999809265rem;border-top:0.0625rem solid #0e407d;border-left:0.0625rem solid #0e407d;border-right:0.0625rem solid #0e407d;border-bottom:0.0625rem solid #0e407d; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #WTdO0Gax6qVDLFTguqICaiSSGyLA7F8L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #GMJ1xo5H2PFSJokIw6mVUUlko5k6S0GT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #FwEFkJ8FGficXVSZRWTEPPRsBqXRzkOU { display:block;position:relative; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #bcG8yZ0H8eiT484uTnJ1X9ETCpd6ddok {  }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #xg4WsMMhvP63RZTIk9kBdaC1Ml1HDekE {  }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #gFvOfgIlQQbCJonw5SMwSs95ZLQMwPq8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #uV1maIht7Vw7HOx6zHFP2RNc73aIchOR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #wLAJkTStfFAxC9LbFdymDWgwhe5K1ngc { display:block;position:relative; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #sxAoArmdJfVQBoy0iiFTtwsaTZuWMxQM {  }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #HGgzWh6p1VT9wqh4zkZJendRv4KapIlc { display:none; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #pIDv2h916IsJabyElu3IqER04wBRiAKs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #GOZ4H3NXkN9WcrxHBeCbOFmdIhPvTKVy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #dHFMTPR8JLM4wcPePpzXO276VAk65wPg { display:block;position:relative; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #zdVwbmiOuq9KVQ0656wUfiuBalTIyJx5 {  }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #DPmEae6pFL9AAHUcCiqzPaiennAA6FmA { display:none; }
#mxIRwqxnD31lPkQev3ZfpGgKyaXmZxyC { color:#0e407d;display:block;width:51.5rem;position:absolute;font-family:magra;font-size:2.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.6742186546326rem;left:11.749218940735rem;height:3.025rem;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; }
#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e407d;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; }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row .container { background-color: transparent; background-image: none; }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row .container > .video-iframe-container { display: none; }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row > .video-iframe-container { display: none; }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .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); }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row .container { border-width: 0; border-radius: 0; }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#waSee5f3PeWrQRt0PsvtbzMzTve5V4bH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3rem;left:0rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Iwp9gA3ax66TyguGcnhqGPPkupdp7va8 { position:absolute;display:block;z-index:15009;background-color:#bcbcbc;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;box-shadow: none;height:0.125rem;width:75rem;top:2.0625rem;left:0rem;display:block; }
#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e407d;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; }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row .container { background-color: transparent; background-image: none; }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row .container > .video-iframe-container { display: none; }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row > .video-iframe-container { display: none; }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .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); }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row .container { border-width: 0; border-radius: 0; }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#iDLUf5rHrpu3nTa3TisoKeeoXq7foP3V { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:9.94765663147rem;left:0rem;height:3.15rem;font-style:normal;display:block; }
#IAxT3q3bpHNM9C3CB2BUzU8d92NOK7Xb { position:absolute;display:block;z-index:15031;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:6.875rem;width:11.25rem;top:1.8624992370606rem;left:0rem;overflow:hidden;display:block; }
#uxCHuvFO9MvCLb320iMyLTTA7EOB2kJQ { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:4rem;left:40.875000953674rem;display:block; }
#xJTCsk0Pfflr53J7GGJDp9b0h3b5IsRz { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:4rem;left:65.37499809265rem;display:block; }
#iOzy4RB3nT1dVSXqqSvHabdximvLzftq { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:4.3742179870606rem;left:43.687500953674rem;height:1.225rem;font-style:normal;display:block; }
#vfxpnoO0CRG9VagZ4liEvNfEPAZiTws6 { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:4.375rem;left:67.31249809265rem;height:1.225rem;font-style:normal;display:block; }
#TJGUAMgqFmIt8dowbUkV3U8HwLZvCowm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.875rem;left:57.1875rem;display:block; }
#OkaLCa7vU2zrb4AbwFrceVyhdIHSlV5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gSNAirpauSLqqoipLNgtyCg1dnS6TJA1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:7.875rem;left:64.6875rem;display:block; }
#nubefQ1BBfQbNc4MXtaHff8xpO6ftCOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ltUAk2rMVvVhuJdc7SvG9JEnZVkP7cSm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.1875rem;left:45.3125rem; }
#ltUAk2rMVvVhuJdc7SvG9JEnZVkP7cSm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#lCVHvObVaKsRdHThGTJOW43QXuvcN7KT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.1875rem;left:40.875rem; }
#lCVHvObVaKsRdHThGTJOW43QXuvcN7KT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt { display:block; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIXOJfKwI7Rs8TDprpnygo8LKyTk4JMG { top:7.5rem;left:0rem;width:45.375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNZQsXCiOE57y8TmZO62rb1xXA0JOo3y { top:22.125rem;left:0rem;width:40.4375rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppuSMmrtuxuTTgguexvZ0lqHaTn12Km6 { top:34.4375rem;left:21.1875rem;width:26.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weBSVtTeiU8e4B8l2iDzJkiETtcz8Dao { width:10.4375rem;height:3.4375rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzBbe0wc49N3IKacnfwUhAOKHraxGVN9 { display:block; }
 }@media only screen and (max-width: 763px) { #Craob07U134bExOOfqJpg8g1V99ymVno { width:14.5625rem;height:3.4375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGmeSfGyyZRvWVJns4aQIO7O5tCqWpeq { display:block; }
 }@media only screen and (max-width: 763px) { #AIQbT4DIklNJxeWxOUdmh6GcPwBZm1C9 { top:7.9375rem;left:0rem;width:0.375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5NFLuHR1y0WmOF5DoaTXbwycLXX9q1i { top:0.5625rem;left:0rem;width:8rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E97Pz04QQypHNPn7Th7O2Cft7qxx7zkV { top:2rem;left:0rem;width:8.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7hJOdNfHAuU7tFog6vO2JZag4TlpVIf { top:34.125rem;left:34.237500190735rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPSXSSgflL5g406EbhZPLW2LyQIoApuy { top:0.5rem;left:17.0625rem;width:30.6875rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnM0qnXlQsVDVlSPbJGv2tPyidazi7pc { top:16.125rem;left:0rem;width:15.3125rem;height:4.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOZ4CTU1i1Z9O7KfKkNcwc5UWyc4Pxz6 { top:16.3125rem;left:0rem;width:15.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB { display:block; }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJzve2wJGUAftXrOhdExSUcRXrKULuzB { display:block; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGR3A1F5OJw83IBWTopTPkXlrhIUlB2B { top:1.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFeLBeqtp2nMNusBM4OWaEBswJhXKbTh { top:6.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHHo3VtdH0ztti72ugZn2lCCi5Eeir1M { top:17.9375rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1XaFgzq1aleJFThweMr5fwOgK1dZds { top:18.375rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8RFTXGKLOENEa6oUuVlCTFXbZMedC8S { top:9.5625rem;left:0rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBfU46vEEzJa9zs6TZsHary9iqTlGw2C { top:10.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT { display:block; }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0hR3DIxLDddUh9Sl27JbNXZpEXeJyqO { top:5.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFWeNJObez2PufaA1fGdeyFnZcxlk4vu { top:4rem;left:18.375rem;width:29.3125rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A { display:block; }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6g5K8eHl0FL13upTawR2WiyitwKMkRU { width:43.6875rem;height:;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }#W6g5K8eHl0FL13upTawR2WiyitwKMkRU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6d840ca884bd82f09abf2a132ed5dfc3265618fa.svg); }
 }@media only screen and (max-width: 763px) { #TkEamBZbU7hJJSJwElQVpAnHTyHN8VyX { width:14.75rem;height:3.4375rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKv1GqCW3EgBZZ0EOLaGFWvtNGXybf0p { display:block; }
 }@media only screen and (max-width: 763px) { #qRIBgZJf7AvmTJShceL3vDLeKEseDoAm { top:4rem;left:18.375rem;width:29.375rem;height:36.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm { display:block; }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFLlpQJNZWMvEoGXvZPfw8ZBHHTtUdkt { top:2.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSp4Q9fJUcwp9bd9LqtURgWlUiARFTxJ { top:2.0625rem;left:0rem;width:0.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP97W958HFlnpPtphoD3SEh1QsDIZ3Gm { top:6.75rem;left:0rem;width:20rem;height:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pI49gHz7tv43I9uy9atRVzysWzdnKwT8 { display:block; }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKeyhtWUJUu3IGwvhLRaAK6zOnqFXDxD { top:4.375rem;left:3.375rem;width:20.5rem;height:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ26tubTUxWTAehtZdi26OtfyWmEg5NK { top:1.125rem;left:0rem;width:12.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHWRU2nCkGISw4oV5VkyNn7g8Zg3QM0 { top:3.75rem;left:6.7992181777956rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrM5Rf461qB03hEF01sCzoAVOHwBRMTV { top:2.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1xzqZT0zuNBl1CrBtDEbhECpQqyukT4 { top:15.5rem;left:0rem;width:35.75rem;height:28.125rem;font-size:1.0625rem;display:block; }#g1xzqZT0zuNBl1CrBtDEbhECpQqyukT4 li:before{  }
 }@media only screen and (max-width: 763px) { #K8N2hhFL4OVbPm9wKlnBMTANLqEy9CJa { top:4.375rem;left:27.25rem;width:20.5rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq4ER1iZbByiCcFcmfacnLvaTCVZXnXL { top:1.25rem;left:23.875rem;width:12.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5lFvKgLA0EI3pziltM8Qe5naT84iou { top:2.3125rem;left:23.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7R4FE5W67Mx1Pu9I6sPKeHUGirOTnd5 { top:3.875rem;left:31.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3U8sWW9uOMHfO8rQdrPQUUmGmDu1POB { top:15.5625rem;left:12.3125rem;width:35.4375rem;height:;font-size:1.0625rem;display:block; }#O3U8sWW9uOMHfO8rQdrPQUUmGmDu1POB li:before{  }
 }@media only screen and (max-width: 763px) { #UAlLSp6ueMOqdAy3kerlAIJGwxLa0tkm { top:21.6875rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }#UAlLSp6ueMOqdAy3kerlAIJGwxLa0tkm li:before{  }
 }@media only screen and (max-width: 763px) { #r3TiQXyQeNSwvy8IDSQTAxx2zwUGpVfG { top:69.375rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }#r3TiQXyQeNSwvy8IDSQTAxx2zwUGpVfG li:before{  }
 }@media only screen and (max-width: 763px) { #f2akXsM49IkL8hVgwBKyeqQCVlVylKcS { display:block; }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmXUFMMxoxba8gta0qTJvg2wkokKZTHw { top:0.5625rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5cqvV508SOQb2lkcmShxiToZ1093TyS { top:0.5625rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyQQhDEGuguRc7PvSyq0yhUFXpoDJDOd { top:1.375rem;left:0rem;width:20rem;height:11.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQkXgiNluLLvvnGz1uLP2TBko5G6DyDZ { display:block; }#NQkXgiNluLLvvnGz1uLP2TBko5G6DyDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpFOzOV44kFXeOERnSdg43WzMX3OOTyf { top:2.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giQt4HxmR1WfgWDxGke5isNpD5NqAIRH { top:2.0625rem;left:0rem;width:0.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLPzWBvHm14sN45DK5oxUVOo2AooXypr { top:6.75rem;left:0rem;width:20rem;height:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7x1buibfP2OlP61AbIlDuefNpKaGnaL { display:block; }#w7x1buibfP2OlP61AbIlDuefNpKaGnaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW2vxqm3tKdE6HxLs8JkAkzmPXJwQ4Uu { top:4.375rem;left:3.375rem;width:20.5rem;height:10.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Biu7ye0fks7xcopCSWGOiZR0EIMshpZb { top:1.125rem;left:0rem;width:12.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqbD1S3id2HUi7MIBB9RVZgvdpgo3EX { top:3.75rem;left:6.7992181777956rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz0DUuqK3CWlD4nurvtvwtOA3FfvlrrI { top:2.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJdCA9l71dE8McgVllpdITNOtboyLd6S { top:15.5rem;left:0rem;width:35.6875rem;height:16.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttmHXtMi4hMe7fl4dixCBKtJm9F9Cwul { top:15.5rem;left:10.625rem;width:37.125rem;height:20.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0544iRsCV8AQzp7h8aT06SP4ULD6SsF { top:4.375rem;left:27.25rem;width:20.5rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJVlCnM8nd4KPF7pXrhhp9dF4VT0IIqJ { top:1.25rem;left:23.875rem;width:12.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHaOO8ZE9miPcPESXHqhAzn5tAT3vgb1 { top:2.3125rem;left:23.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocLQVFDobEg1XDJm4htPd3Vg0yy5dcAs { top:3.875rem;left:31.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otKGKrK3Vhuhz57LowJUpypDwn8qCeRz { top:15.6875rem;left:0rem;width:20rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbp4qfhpnvhcsksxBMU9Xqa9fmLoQk3C { top:22.0625rem;left:0rem;width:20rem;height:19.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6figRRiAovpiG4hxhAHKFzU9SdzqWa9 { top:58.875rem;left:0rem;width:20rem;height:4.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eb33yUSlfUwFu2BxE5T8JffyydtHnuiM { top:64.25rem;left:0rem;width:20rem;height:22.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRdAQP9p1u6CKqpCxB8rWBy3TVhduPTr { display:block; }#wRdAQP9p1u6CKqpCxB8rWBy3TVhduPTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yciFHOaXDoKT5O2XLZqDAoeCiek8mwvK { top:0.5625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQdXCtkTUAxKPTU00sTEbuneN1VyXtVt { top:0.5625rem;left:0rem;width:20rem;height:17.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU { display:block; }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgLQGzRO1Q2pJuVRkGDytgw7Wzr7fLfU { top:2.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTD3dgGABvFc4y3h1tO3RXRCT8lo43iz { top:7.6875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD20AoKK6Ldho1PNT1ncvcsbiERqy6uC { top:13.4375rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz { display:flex;height:auto;width:27.8125rem;top:22.375rem;left:0rem; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #GGPuBENdTBTgVDK59W9JiTQWwqqhXAIJ {  }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #vSgabVrTNpEuhbFvDg4GHttAxfG6K3yO {  }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #wz7loh9enRx7cqh7CJsbROsM7SUNIZIJ {  }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #tV7gB5TatZuy8P0x4oRhwJ2SXVr3Eu29 {  }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #ilMyNl4lvMHWHQPTJnsbpNokzeMLTCQw {  }
 }@media only screen and (max-width: 763px) { #XB1WGHHwItVxG6gep4Fu0g9twcQm5Iuz { top:2.375rem;left:26.6875rem;width:21.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxSEttF1kOviAdwCabcF0rJropempPNH { display:block; }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSU6f4IxN01WF175axPuC40xkRbZc9yA { top:4.3125rem;left:0rem;width:37.1875rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxzX5mFxutuVfMyMXiSHbprbUPDeFwPX { top:7.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8bbc7sWnGVIh4Z4SngquUOOgXDSt5T4 { top:25.375rem;left:0rem;width:32.375rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLH7xnavhLiRTgF222GI4uyMQwoaWZBz { top:24.875rem;left:0rem;width:33.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9i2VzN1Q7TKbar1M6pGIFXBTB90MKL0 { top:32.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-regular-label { width:30.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-text { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-text {padding-top: 0; padding-bottom: 0;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-textarea { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-select { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-select {padding-top: 0; padding-bottom: 0;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-button { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.3125rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-checkbox-label { width:29.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT  { width:30.875rem;height:auto;top:10.125rem;left:0rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .radio-container { width:30.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT {display:block;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT { width:30.875rem;height:auto;top:10.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #DIFH8TTp8wTvooTICpE65ihXhKSb14Cm {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #w8dXhuhNXs4OgmrLltpZDuZGkWbyi7Wy {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #t9xGx8Ir9zL8cRo0W7MS8luCevH8Hi2e {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #nxFroVNXO5w6tvHBUBgKyNPTvxXpu9ps {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #Sx6KWEqQyLKAh71RipWSFx6VC3ybRVqI {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #BvuyWUDX5lBDsmbhc0m4W5aRzPIBcTV1 {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #UIfkvEAFat5awEmcpbbCrcWlw53K7l0J {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #D8JkXXtspN7xIz2dyzZnDMJIIp3qu8eM {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #gyvg2VDcabDlIGQcrhTeaZTSBoul62KB {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #SKp1bio7mibsDvUb7HnMAxFqTUPJ35T0 {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #uwIUtIQwtu6QVzt19EOn9XvzSZ0MNSFR {  }
 }@media only screen and (max-width: 763px) { #sbenmN5m3oea9XOFlX2y1PRWrM0TcPNa { top:4rem;left:27.5rem;width:0.0625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBZum4RlySrcLZmidwgQn7g8VWwehSL9 { top:3.4375rem;left:26.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1An9P7fezmeO7JofF0b7dGdgq1TIVaQ { top:5.3125rem;left:30.625000953674rem;width:14.9375rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIM3etXvTUa51l1aH98Z69KkTms7BNrT { top:14.75rem;left:34.125rem;width:13.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkMQiyfDcUKiuxphAiuT5pX85nJv7H84 { top:5.0625rem;left:34.687500953674rem;width:11.25rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqk8bgilrQzroFEWebLENd3NpbTdhaip { top:14.375rem;left:36.5rem;width:11.25rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvwTPBwTGTaJ5Sg6fTqbJtAA3n9APRqH { top:29.3125rem;left:34.687500953674rem;width:9.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3p7mmR86zkaWD7HuTO5iJ8PZNf5ngiO { top:4rem;left:41.1875rem;width:6.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrO2fO8T5Mtra3mXheW73mD03B1Wopcp { top:4rem;left:41.1875rem;width:6.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBn1gmllnMdkA2V009QSqObNM3TTbIUM { top:13.4375rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVZ1Qbsd8dc8zHKTw2imCqlkWQpE56g0 { display:block; }#uVZ1Qbsd8dc8zHKTw2imCqlkWQpE56g0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpXWnv6JZe1I809vRs99oTS2VsvFREFn { top:1.875rem;left:35rem;width:12.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpyZKeV6T4qPNZthERszqnctBI825l4d { top:6.625rem;left:33.4375rem;width:14.3125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFtHOLJdVsb9uvfTr0JpWOZ3UGEzGT8 { top:9.625rem;left:35.9375rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwTUOSsSGF6HP4AG6Z0Md6mECOwbDpr { top:1.25rem;left:33rem;width:14.625rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxsOUfIJlllEDtPZgO5zba9fVmrK45w4 { top:12.375rem;left:33.25rem;width:14.5rem;height:;font-size:1rem;display:block; }#ZxsOUfIJlllEDtPZgO5zba9fVmrK45w4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
 }@media only screen and (max-width: 763px) { #HZtR1or1yJRVuVTiiACbG0ihEmMpzBo6 { width:12.0625rem;height:2.5625rem;top:28.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8F3JXgVB09a7OtHmwA70TzboJgBsEqy { display:block; }
 }@media only screen and (max-width: 763px) { #Z7iiQzTby7wUDN9ENMZO4UGCxtRD7kbk { top:1.25rem;left:24.731251716614rem;width:14.5625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOKtfle790B5Sd9iGSw2N82KQiHctIUt { top:12.4375rem;left:24.312500953674rem;width:14.5rem;height:;font-size:1rem;display:block; }#xOKtfle790B5Sd9iGSw2N82KQiHctIUt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
 }@media only screen and (max-width: 763px) { #xDBIvCmn7Fd8LmAGiG4AzoSSQqxempKs { width:12.0625rem;height:2.5625rem;top:26.5625rem;left:26.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFiN0WDDMtF4FuJKe2ZTprbTu5Ayci2 { display:block; }
 }@media only screen and (max-width: 763px) { #N9hb3L4L9h0veJTgWJTquofW7HWbUERS { top:9.6875rem;left:26.125000953674rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSBtiGCI3rachWFBagK2fpqCFkpZusz5 { top:6.625rem;left:24.875000953674rem;width:14.3125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azlkJQURRMXPkzusULp0DvTGVIE56qyh { top:1.9375rem;left:25.625rem;width:12.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmvZ66e1PHqNN4B57vz2yOrouLsF07Aw { top:1.25rem;left:8.8875017166137rem;width:14.6875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z12KB5GT5NQDWKDAJE4JU8N6hQ7aeImN { top:12.375rem;left:8.4375009536744rem;width:14.5rem;height:;font-size:1rem;display:block; }#Z12KB5GT5NQDWKDAJE4JU8N6hQ7aeImN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
 }@media only screen and (max-width: 763px) { #JrRQUOzVeKRTnLmJPhammUPedPW25AhI { width:12.0625rem;height:2.5625rem;top:21.5rem;left:10.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCJ9WZHT68QmNu8qZfcGB9Ca4sa1TmTx { display:block; }
 }@media only screen and (max-width: 763px) { #RzDAqyL67qB5bqmF3i3HaeHfUvb2VLbJ { top:1.25rem;left:0rem;width:14.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8912bogolvMfXtsS1ry0bWy6pg3seEW { top:10.5rem;left:0rem;width:14.5rem;height:3.1875rem;font-size:1rem;display:block; }#R8912bogolvMfXtsS1ry0bWy6pg3seEW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
 }@media only screen and (max-width: 763px) { #eTNudPJ70OdfLAHXluyGgAJZ8eOWUu0u { width:12.0625rem;height:2.5625rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq4J6b5oWzGRFx7g6I24hZ0InxcF6Aqa { display:block; }
 }@media only screen and (max-width: 763px) { #uFHh3NRO46UzMDbTO3e7TTeC9iRcTIBE { top:9.625rem;left:10.250000953674rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWbFC4ksSK4fmVcZsc3rU8OFCBITZ3ZR { top:7.75rem;left:0rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAhZnIN99KCWURodTf83vosSSPkyBq3e { top:6.625rem;left:9.0000009536744rem;width:14.3125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3BJ0mKEZDSHOT2fkKNzhpShNJTMdxm1 { top:4.6875rem;left:0rem;width:14.3125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZRp1kINe86dQIMnKHkWzl5xOm8c1fM { top:4.375rem;left:8.9375rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIb36bHZyXzR7LIpJXC2oHdIPH76Qq1x { top:4.4375rem;left:0rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqp6Mh9JA7n0TMouiLkpmJRzoI8cpWr1 { top:1.875rem;left:9.75rem;width:12.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7HuHy6g0iW3Bvg1DVqzMPh9VRvXoT6i { top:1.9375rem;left:0rem;width:12.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvZGN5iQedfQ3erBUnPSgwFsGQaMXmGc { top:4.125rem;left:9.018750190735rem;width:14.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTOIUrg851m59cAIkV4sfTFUs1iMVLf { top:4.4375rem;left:9.081250190735rem;width:14.3125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3TxHKtNnXQli4EzNL1sMEF6zLPfTULN { top:4.125rem;left:24.750000953674rem;width:14.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAcsaJGHaJmOU3gSmGKuvxNXVMQ8QIS2 { top:4.1875rem;left:33.1875rem;width:14.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g22bmyB8dQQa86BLubTLpPHwEc1FHTxQ { top:4.5625rem;left:24.875000953674rem;width:14.3125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT8Wpk7iIapQqPfQZyA8QP6Tyzh9oNZ2 { top:4.6875rem;left:33.4375rem;width:14.3125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVOtsKNoQRTkmrE392irllW74nG7vFRV { display:block; }#eVOtsKNoQRTkmrE392irllW74nG7vFRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAt8G7eJ6uMzivGDXPFatWmhwyHe4dl1 { top:1.875rem;left:35rem;width:12.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZK7lVJfmLLrmGsmV2yQbWuk0bGo70C9 { top:4.6875rem;left:33.4375rem;width:14.3125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIJHcrabwxIOdn6Uuz8SGKMo2aexx5qm { top:7.6875rem;left:35.9375rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMCa1fr6CA58S0bv7mZC5CcM18x2vqXG { top:1.1875rem;left:33.125rem;width:14.5rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVTEIm9GUUaW6Mhe97HmeUQd94wMcZb { top:10.4375rem;left:33.25rem;width:14.5rem;height:13.375rem;font-size:1rem;display:block; }#ZuVTEIm9GUUaW6Mhe97HmeUQd94wMcZb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
 }@media only screen and (max-width: 763px) { #w9rkXNKtlbXQCyuvcnTvPsd5irhBgD0S { width:12.0625rem;height:2.5625rem;top:24.5625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHLnvk9Dg8GWxhK06K0WHnPzWZXfMhmR { display:block; }
 }@media only screen and (max-width: 763px) { #AWdUPPmSxC3gZFw9AXzsyEKkqO3pBP3I { top:4.375rem;left:33.1875rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd0cdsmEFf4vv5G3hDKZlyLWfx03CeF0 { top:1.25rem;left:24.8125rem;width:14.5rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgKkNbf3bI4gMk5gShJMVGuF3Udu2TLf { top:10.5rem;left:24.3125rem;width:14.5rem;height:11.5rem;font-size:1rem;display:block; }#SgKkNbf3bI4gMk5gShJMVGuF3Udu2TLf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
 }@media only screen and (max-width: 763px) { #sKVNAwQ0gdo8iJsqRJMLpgl5X9mQ66hl { width:12.0625rem;height:2.5625rem;top:24.625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5SSW5zuT0loGPMKg4sARs8zJVe7Q3z0 { display:block; }
 }@media only screen and (max-width: 763px) { #U1DhfBR7CxN7yrSzUVoDcIhqTV2M8L1f { top:7.75rem;left:26.125rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knvfegnk9kKOylABftDl4Ii589WwniP5 { top:4.6875rem;left:24.875rem;width:14.3125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR163VaObyehBLImIqyORvhM3Z3hgVqv { top:4.4375rem;left:24.8125rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvXGhHI1KbRSOUUCELkE7ITOZB0t2CfM { top:1.9375rem;left:25.625rem;width:12.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7zSWdT2ETuWTfCRzpCFuDb9oLi8OZxp { top:1.1875rem;left:8.9375rem;width:14.5rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHhJTTMOmx2tzlkvln5eOxMS8EhZwtaN { top:10.4375rem;left:8.4375rem;width:14.5rem;height:8.3125rem;font-size:1rem;display:block; }#AHhJTTMOmx2tzlkvln5eOxMS8EhZwtaN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
 }@media only screen and (max-width: 763px) { #h8dvIDqyIMmRoCtuR6FyEsWvzQWT2ilZ { width:12.0625rem;height:2.5625rem;top:24.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtDJknEQCU0pu8BiTwTuTy9UgJ4TQPps { display:block; }
 }@media only screen and (max-width: 763px) { #muonuZMxikiKPo6dmdnVdVo38HAdH6xl { top:1.25rem;left:0rem;width:14.5rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p81EsVhDLOrXdc0HnvMtUhzV8fZv2fZb { top:10.5rem;left:0rem;width:14.5rem;height:3.1875rem;font-size:1rem;display:block; }#p81EsVhDLOrXdc0HnvMtUhzV8fZv2fZb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
 }@media only screen and (max-width: 763px) { #qEUwIXUNiSRSsm6P9IJkQq29Js8hwsAD { width:12.0625rem;height:2.5625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avImTfTwLwDBSHs3Xgdc25pgs7UaTy68 { display:block; }
 }@media only screen and (max-width: 763px) { #XMQeCktpHRk9E9i1Xsd2kF4Woe7P3Icd { top:7.6875rem;left:10.25rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnobuvzHiODnU7tVWegEJzPphoUPGGkT { top:7.75rem;left:0rem;width:11.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m47CgxcwO3OFkbqUzVBhVuA3IXmoTdKO { top:4.6875rem;left:9rem;width:14.3125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks3NOhNDqx3l9ogeHFzI09xP8VrsEiUv { top:4.6875rem;left:0rem;width:14.3125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE6p4Q2K6r6heVealuiKn6JVJSACRJxE { top:4.375rem;left:8.9375rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoV1F1aewRZlO8hcFzqgsTvHQfGxBz1 { top:4.4375rem;left:0rem;width:14.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVzcQPZBw7eah0Air1TWi9PMNtuWzNp7 { top:1.875rem;left:9.75rem;width:12.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9KJWJ7L3SxO2ELlA1LT0pg4HgGrcSv { top:1.9375rem;left:0rem;width:12.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs { display:block; }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGzSdxxlfqxa3B8SrRf2dIaul5mizlHF { top:3.625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2Ia82kfPm9W7wkceeWVV5Nq9tQDlW4b { top:1.0625rem;left:0rem;width:20rem;height:13.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn { display:block; }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chhbCJxxAbi2ebCMnk0nr2kmEt5bQNmm { top:21.8125rem;left:26.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcbne7ZQKvsATMFMTJ0eebcZLo8ZsVKW { top:22.375rem;left:5.125rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ25eJ4R0GUaFhQPs5GS4hKkAsnoBiSk { width:33rem;height:17.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSzeGsZKDoKRB5sdhRtu5vWCH1ILrdLR { width:33rem;height:17.9375rem;top:2.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne1IVZnGspxlTWIhfrwte680mIKorTO9 { display:block; }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swTolFOai3qZANAT5QLZKDg1EI0Glupi { display:block; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOF8vFG69xWWxDCFc7TsMRa7onZVDhys { top:14.9375rem;left:0rem;width:14.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBf4v0cAExgdiSIzGIvhHbeBizOwARrp { top:12.125rem;left:0rem;width:18.875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zltmbgffxkn11RnTrbQKM1Hc5dlt4Ou1 { top:14.9375rem;left:8.25rem;width:15.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWHWTh3ZwraSKF5eF1srsS8rGl1uokgI { top:12.1875rem;left:5.1875rem;width:18.6875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNHJ5BdrhFkMoRO6vQaCaPcT1wJTXoNn { top:14.9375rem;left:19.1875rem;width:16.625rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIkHaVtUhaA01ZtyduyFTFRLb3lzy7e3 { top:12.125rem;left:17.125rem;width:18.6875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m71KFsvTxPLZn9VocK6vTT5rTmpN2WCg { top:14.9375rem;left:34.5625rem;width:13.1875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo52lHy6QGf3qubpVuN0dcGXnB1FxwX { top:12.1875rem;left:29.0625rem;width:18.6875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8cdFOaDewOLzpQT9kwCqhnc0Mgigddm { width:16.375rem;height:17.6875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86ohySi9J6lVgrgOK24FxfT1ViiiixO { width:4rem;height:4rem;top:7.875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfEEwQmJIpvdlbXvHzHZnCKym1rk0FWl { width:2.5rem;height:2.5rem;top:8.625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIwy1AEqGOSHGmR7PBqXeqVlDbnkAwQT { width:16.375rem;height:17.6875rem;top:7.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns8K0mOkJX7ZsaTxAxlqVLm6rXDs5ApT { width:4rem;height:4rem;top:7.875rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuuQD5GJSf5N1QNAcCmXC8KQyeKwuO0b { width:2.5rem;height:2.5rem;top:8.625rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFRITQi9gzongXZ60oZ48ae7IynAuQTJ { width:16.375rem;height:17.6875rem;top:7.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66V9vm03WQ71QLU1KsBWI7TrfS7PO3J { width:4rem;height:4rem;top:7.875rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf2zE3n14HSZSFIcKLo8n8pcA2JT3foA { width:2.5rem;height:2.5rem;top:8.625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU5WsbWH8qLPSQPTm7Nyl9vFWADQ7MnF { width:16.375rem;height:17.6875rem;top:7.125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duaeod52WhkSJ6VahP6bSFBh1qfvSP0w { width:4rem;height:4rem;top:7.875rem;left:39.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMNuXwKP7bAU8VthDutEnUw2IhcAQTAI { width:2.5rem;height:2.5rem;top:8.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOy2DqeXwT7PPOpMHMEqpLc7kCwFXmaS { top:1.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs { display:block; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDeULAftqO3y82CeR64Ch6JFX4m23BBq { top:5.375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuKWGcNXvHRLGqq1glsXZGZQa5QluJXU { top:2.1875rem;left:0rem;width:34.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeBHuVSQeUO4LtK48H2N4tI4KvBrX64k { top:1.5625rem;left:20.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuB39shBHOCDoEmBiW4Tqt6APbxmE55b { top:18.0625rem;left:25.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QESEOpiTIJSdOJROdznwiXZLd3yIE6bM { top:18.6875rem;left:13.0625rem;width:34.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpR1h1rO5aQQyaGTHDgroF5FLEs0WwFQ { top:2.8125rem;left:0rem;width:18.625rem;height:6.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtWCHdLoDXFMOahgoD7foZQii2waDMAU { display:block; }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odqRM3uFsTSFx7sPfZg0FhLmxILe9DoW { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG { display:block; }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qX3MNh2nktAXenPFVM27TGtqQTzHAeAU { top:2.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JloRIFlUTGfb3U7n6phGXOk51dS8JpeG { top:1.0625rem;left:0rem;width:20rem;height:13.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCRPq1uq3hUf4GItBxMbIPH3L41dDCCX { top:8rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lG3N1ViJoTBOB6DImXgZUpB4VmczPd { top:13.5625rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1rem;display:block; }#Q8lG3N1ViJoTBOB6DImXgZUpB4VmczPd li:before{  }
 }@media only screen and (max-width: 763px) { #QNzL1xS6xPKemku530W96FHIz8Zix93M { width:16.9375rem;height:3.4375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akzFA2I7c5uFDsNg813k9oi6kA6Zd5mw { display:block; }
 }@media only screen and (max-width: 763px) { #U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd { display:block; }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mczcKHVU1LlPlRGSMxUCGBs2DLDtt0pR { top:4.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faiRx3dmUIv3SBgLsD3Gg1BT3qVudzSe { top:4.5rem;left:0rem;width:0.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK0JgeJhwtQ08DnPTqKcd2ExGqo0VXKd { top:13.5rem;left:5.875rem;width:41.875rem;height:19.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIafmVdaBZZSiTTyeH5KnGufCG5RVapu { top:11.0625rem;left:19.375000953674rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTr4XIlbH14dpB6wQ01D2c8mlX6yngZ { top:10.5rem;left:38.000000953674rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTL6omok8gpgK9XHvIRD2l8p7pUiowo { top:11rem;left:0rem;width:24.25rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJRT8x4uTpwOG2C1IZMo3OvEsBqtrRiv { top:13.0625rem;left:0rem;width:26rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWW2J174XF4Otw88JP3fzgNqdh1HEyZJ { top:34.4375rem;left:34.875rem;width:12.875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #P04JgwHasUx06GKku3kkgs2cW9EFpK2T { top:37rem;left:19.375rem;width:13.875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpxlCfXrDQvq7MWK6uwaliNlV5WNRnzf { top:6.75rem;left:0rem;width:20rem;height:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKKMXvtrb3ulksXKg9VqTOE7SkITOazg { display:block; }#RKKMXvtrb3ulksXKg9VqTOE7SkITOazg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbcTD7KumxsTIN2Bf18L9gPyx1PUa4BP { top:0.625rem;left:8.625rem;width:39.125rem;height:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRqGhtdMLWwfG9gv2mh68wdk6mw2IqWI { top:8.9375rem;left:8.625rem;width:39.125rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8wzOJ8K4N8t9vah0x1fW5T1VW8mgOdC { top:25.3125rem;left:8.625rem;width:39.125rem;height:22rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT9dG2rA17KnWFyJr1neydE0nFTqk1rk { width:12.125rem;height:3.4375rem;top:20.625rem;left:22.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJT2lgQu01AhZoO73BVRAueZ0M8UOQcQ { display:block; }
 }@media only screen and (max-width: 763px) { #MuKzA4NgVBqSF0VHBoBJcyn3k7i48aOV { top:0.625rem;left:0rem;width:30.9375rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn { display:block; }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcoyUi9dzNrvZkB53LhmrHfNhXtLp40a { top:24.9375rem;left:39.437500953674rem;width:0.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ouDvtXtxh9vZSJ6ky8WH7DzctMACdr { top:24.25rem;left:38.937500953674rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt2uTE9NfxtmQuvmbXfwAqC6T5i3QdZr { top:41.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsnRPqKtasMumkHNcVFNTu4tELKR2DNb { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkaqlCHd4xDt4CPuyw1BEDQe9w32oe7I { top:15.25rem;left:10.437500476837rem;width:26.9375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTJ5nAEdJX0FTfsHOtgc6H91xnCgPAc { width:16.9375rem;height:3.4375rem;top:33.75rem;left:15.406252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #c54Dsx4MVnw9d3glMpSPtlWO2z8KwJMO { display:block; }
 }@media only screen and (max-width: 763px) { #nvtc4dryxhak7xHFeaSqtDxclc7vkVaD { top:31.8125rem;left:31.125rem;width:16.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba3oTqq5rueWpuc1icep8tGTrHhvnI3L { top:11.875rem;left:0rem;width:23.1875rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITSG7PGXRcQI5xUyX3OntyF7Hf3mbXQG { width:16.9375rem;height:3.4375rem;top:29.0625rem;left:15.406252384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHCBI0oDUTrEtGPhtaaKmrZAKVVJA1XT { display:block; }
 }@media only screen and (max-width: 763px) { #WALAufkXUDWUNeRw23tEhRObKw9CClSk { top:7.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM { display:block; }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqcgTiRtfUoEzfxJLOTAzCiAKLxVE03g { top:1.375rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hic56HeVoA5CWm6tneZpB8SZ6hm1Sdpo { top:8.25rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFmBm9GtQDK2qIiKNWl706mWLg1maBFq { top:2.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiu43Vmca7PAf00QosiyXQwcyVh2x0t4 { top:5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUNq1wWPAWvtVc2tzECbvVqLOv6oyAnT { top:5.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaLKJmsHi9zl7MtueEeaw2xI2BiNGJKr { top:8.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDmstynoNNGpl9PpAniCH22rfV1P5uVT { display:block; }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #WTdO0Gax6qVDLFTguqICaiSSGyLA7F8L {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #GMJ1xo5H2PFSJokIw6mVUUlko5k6S0GT {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #FwEFkJ8FGficXVSZRWTEPPRsBqXRzkOU {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #bcG8yZ0H8eiT484uTnJ1X9ETCpd6ddok {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #xg4WsMMhvP63RZTIk9kBdaC1Ml1HDekE {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #gFvOfgIlQQbCJonw5SMwSs95ZLQMwPq8 {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #uV1maIht7Vw7HOx6zHFP2RNc73aIchOR {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #wLAJkTStfFAxC9LbFdymDWgwhe5K1ngc {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #sxAoArmdJfVQBoy0iiFTtwsaTZuWMxQM {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #HGgzWh6p1VT9wqh4zkZJendRv4KapIlc {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #pIDv2h916IsJabyElu3IqER04wBRiAKs {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #GOZ4H3NXkN9WcrxHBeCbOFmdIhPvTKVy {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #dHFMTPR8JLM4wcPePpzXO276VAk65wPg {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #zdVwbmiOuq9KVQ0656wUfiuBalTIyJx5 {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #DPmEae6pFL9AAHUcCiqzPaiennAA6FmA {  }
 }@media only screen and (max-width: 763px) { #mxIRwqxnD31lPkQev3ZfpGgKyaXmZxyC { top:4.625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd { display:block; }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waSee5f3PeWrQRt0PsvtbzMzTve5V4bH { top:3rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwp9gA3ax66TyguGcnhqGPPkupdp7va8 { top:2.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw { display:block; }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDLUf5rHrpu3nTa3TisoKeeoXq7foP3V { top:9.9375rem;left:0rem;width:22.8125rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAxT3q3bpHNM9C3CB2BUzU8d92NOK7Xb { top:1.8125rem;left:0rem;width:11.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCHuvFO9MvCLb320iMyLTTA7EOB2kJQ { top:4rem;left:27.250000953674rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJTCsk0Pfflr53J7GGJDp9b0h3b5IsRz { top:4rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOzy4RB3nT1dVSXqqSvHabdximvLzftq { top:4.3125rem;left:27.4375rem;width:20.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfxpnoO0CRG9VagZ4liEvNfEPAZiTws6 { top:4.375rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJGUAMgqFmIt8dowbUkV3U8HwLZvCowm { width:6.125rem;height:3.75rem;top:7.875rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkaLCa7vU2zrb4AbwFrceVyhdIHSlV5E { display:block; }
 }@media only screen and (max-width: 763px) { #gSNAirpauSLqqoipLNgtyCg1dnS6TJA1 { width:10.3125rem;height:3.75rem;top:7.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nubefQ1BBfQbNc4MXtaHff8xpO6ftCOP { display:block; }
 }@media only screen and (max-width: 763px) { #ltUAk2rMVvVhuJdc7SvG9JEnZVkP7cSm { top:8.1875rem;left:31.6875rem;width:3.125rem;height:3.125rem;display:block; }
#ltUAk2rMVvVhuJdc7SvG9JEnZVkP7cSm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lCVHvObVaKsRdHThGTJOW43QXuvcN7KT { top:8.1875rem;left:27.25rem;width:3.125rem;height:3.125rem;display:block; }
#lCVHvObVaKsRdHThGTJOW43QXuvcN7KT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt { display:block; }#MUrhOSLxg0tPRpEuGGIKSTqTydRLTLLt > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIXOJfKwI7Rs8TDprpnygo8LKyTk4JMG { width:20rem;height:5.225rem;top:7.375rem;left:0rem;font-size:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VNZQsXCiOE57y8TmZO62rb1xXA0JOo3y { width:16.625rem;height:7.3125rem;top:16.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ppuSMmrtuxuTTgguexvZ0lqHaTn12Km6 { width:0.0625rem;height:25rem;top:13.5625rem;left:18.125rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #weBSVtTeiU8e4B8l2iDzJkiETtcz8Dao { width:17.9375rem;height:3.4375rem;top:40.625rem;left:1rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #JzBbe0wc49N3IKacnfwUhAOKHraxGVN9 { display:block; }
 }@media only screen and (max-width: 763px) { #Craob07U134bExOOfqJpg8g1V99ymVno { width:14.5625rem;height:3.4375rem;top:45.3125rem;left:2.8125rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #HGmeSfGyyZRvWVJns4aQIO7O5tCqWpeq { display:block; }
 }@media only screen and (max-width: 763px) { #AIQbT4DIklNJxeWxOUdmh6GcPwBZm1C9 { width:0.375rem;height:12.4375rem;top:68.812500953675rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5NFLuHR1y0WmOF5DoaTXbwycLXX9q1i { width:8rem;height:5rem;top:0.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E97Pz04QQypHNPn7Th7O2Cft7qxx7zkV { width:8.75rem;height:3.5625rem;top:2.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7hJOdNfHAuU7tFog6vO2JZag4TlpVIf { width:1rem;height:1rem;top:37.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPSXSSgflL5g406EbhZPLW2LyQIoApuy { width:14.75rem;height:16.125rem;top:23.874291419983rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnM0qnXlQsVDVlSPbJGv2tPyidazi7pc { width:15.8125rem;height:2.2rem;top:13.10000038147rem;left:0.40546876192093rem;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #iOZ4CTU1i1Z9O7KfKkNcwc5UWyc4Pxz6 { width:8.6875rem;height:2.75rem;top:12.911926269531rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB { display:block; }#zsWsGUXLv16ZxEEBzsffkXgDvWVuC9OB > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJzve2wJGUAftXrOhdExSUcRXrKULuzB { display:block; }#CJzve2wJGUAftXrOhdExSUcRXrKULuzB > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGR3A1F5OJw83IBWTopTPkXlrhIUlB2B { width:20rem;height:3.4375rem;top:1.9375rem;left:0rem;font-size:1.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JFeLBeqtp2nMNusBM4OWaEBswJhXKbTh { width:20rem;height:5.625rem;top:6.0242185592651rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eHHo3VtdH0ztti72ugZn2lCCi5Eeir1M { width:20rem;height:9.375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1XaFgzq1aleJFThweMr5fwOgK1dZds { width:19.25rem;height:7.875rem;top:33.1875rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8RFTXGKLOENEa6oUuVlCTFXbZMedC8S { width:13.0625rem;height:13.0625rem;top:11.649147987366rem;left:3.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBfU46vEEzJa9zs6TZsHary9iqTlGw2C { width:20rem;height:6.3rem;top:25.274147987366rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT { display:block; }#u6B4l46Edg2myOkF4KuHT3K4S9xD7vOT > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0hR3DIxLDddUh9Sl27JbNXZpEXeJyqO { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFWeNJObez2PufaA1fGdeyFnZcxlk4vu { width:19.9375rem;height:24.9375rem;top:4.21875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A { display:block; }#FSIf8tzwnT5qRiSIyy4obf0OvfQDtv1A > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6g5K8eHl0FL13upTawR2WiyitwKMkRU { width:20rem;height:20.175rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#W6g5K8eHl0FL13upTawR2WiyitwKMkRU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6d840ca884bd82f09abf2a132ed5dfc3265618fa.svg); }
 }@media only screen and (max-width: 763px) { #TkEamBZbU7hJJSJwElQVpAnHTyHN8VyX { width:17.9375rem;height:3.4375rem;top:49.874999046326rem;left:1.0304687619209rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fKv1GqCW3EgBZZ0EOLaGFWvtNGXybf0p { display:block; }
 }@media only screen and (max-width: 763px) { #qRIBgZJf7AvmTJShceL3vDLeKEseDoAm { width:20rem;height:24.978125rem;top:23.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm { display:block; }#lIMFN2blp89sI7PPuwqTD7D0bx9LHMqm > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFLlpQJNZWMvEoGXvZPfw8ZBHHTtUdkt { width:19.625rem;height:1.5125rem;top:1.0625rem;left:0rem;font-size:1.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BSp4Q9fJUcwp9bd9LqtURgWlUiARFTxJ { width:0.375rem;height:3.4375rem;top:66.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CP97W958HFlnpPtphoD3SEh1QsDIZ3Gm { width:20rem;height:0;top:6.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #pI49gHz7tv43I9uy9atRVzysWzdnKwT8 { display:block; }#pI49gHz7tv43I9uy9atRVzysWzdnKwT8 > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKeyhtWUJUu3IGwvhLRaAK6zOnqFXDxD { width:20rem;height:4.78125rem;top:15.935935974121rem;left:0.030468761920929rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xZ26tubTUxWTAehtZdi26OtfyWmEg5NK { width:13.75rem;height:13.75rem;top:0.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHWRU2nCkGISw4oV5VkyNn7g8Zg3QM0 { width:1rem;height:1rem;top:2.9242181777954rem;left:16.462501108646rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrM5Rf461qB03hEF01sCzoAVOHwBRMTV { width:12.5rem;height:12.5rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1xzqZT0zuNBl1CrBtDEbhECpQqyukT4 { width:20rem;height:0;top:23.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }#g1xzqZT0zuNBl1CrBtDEbhECpQqyukT4 li:before{  }
 }@media only screen and (max-width: 763px) { #K8N2hhFL4OVbPm9wKlnBMTANLqEy9CJa { width:20rem;height:4.78125rem;top:64rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uq4ER1iZbByiCcFcmfacnLvaTCVZXnXL { width:13.75rem;height:13.75rem;top:49.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5lFvKgLA0EI3pziltM8Qe5naT84iou { width:12.5rem;height:12.5rem;top:50.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7R4FE5W67Mx1Pu9I6sPKeHUGirOTnd5 { width:1.25rem;height:1.25rem;top:51.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3U8sWW9uOMHfO8rQdrPQUUmGmDu1POB { width:20rem;height:0;top:69.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }#O3U8sWW9uOMHfO8rQdrPQUUmGmDu1POB li:before{  }
 }@media only screen and (max-width: 763px) { #UAlLSp6ueMOqdAy3kerlAIJGwxLa0tkm { width:20rem;height:;top:21.706251144409rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15004;display:block; }#UAlLSp6ueMOqdAy3kerlAIJGwxLa0tkm li:before{  }
 }@media only screen and (max-width: 763px) { #r3TiQXyQeNSwvy8IDSQTAxx2zwUGpVfG { width:20rem;height:;top:69.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15005;display:block; }#r3TiQXyQeNSwvy8IDSQTAxx2zwUGpVfG li:before{  }
 }@media only screen and (max-width: 763px) { #f2akXsM49IkL8hVgwBKyeqQCVlVylKcS { display:block; }#f2akXsM49IkL8hVgwBKyeqQCVlVylKcS > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmXUFMMxoxba8gta0qTJvg2wkokKZTHw { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #g5cqvV508SOQb2lkcmShxiToZ1093TyS { width:20rem;height:0;top:2.75rem;left:1.5374999642372rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #EyQQhDEGuguRc7PvSyq0yhUFXpoDJDOd { width:20rem;height:11.15625rem;top:1.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NQkXgiNluLLvvnGz1uLP2TBko5G6DyDZ { display:none; }#NQkXgiNluLLvvnGz1uLP2TBko5G6DyDZ > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UpFOzOV44kFXeOERnSdg43WzMX3OOTyf { width:19.625rem;height:1.5125rem;top:1.0625rem;left:0rem;font-size:1.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #giQt4HxmR1WfgWDxGke5isNpD5NqAIRH { width:0.375rem;height:3.4375rem;top:66.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLPzWBvHm14sN45DK5oxUVOo2AooXypr { width:20rem;height:0;top:6.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #w7x1buibfP2OlP61AbIlDuefNpKaGnaL { display:none; }#w7x1buibfP2OlP61AbIlDuefNpKaGnaL > .row .container { width:20rem;height:87.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RW2vxqm3tKdE6HxLs8JkAkzmPXJwQ4Uu { width:20rem;height:0;top:15.935935974121rem;left:0.030468761920929rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Biu7ye0fks7xcopCSWGOiZR0EIMshpZb { width:13.75rem;height:13.75rem;top:0.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqbD1S3id2HUi7MIBB9RVZgvdpgo3EX { width:1rem;height:1rem;top:2.9242181777954rem;left:16.462501108646rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz0DUuqK3CWlD4nurvtvwtOA3FfvlrrI { width:12.5rem;height:12.5rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJdCA9l71dE8McgVllpdITNOtboyLd6S { width:20rem;height:0;top:22.911719322204rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ttmHXtMi4hMe7fl4dixCBKtJm9F9Cwul { width:20rem;height:0;top:64.786718845369rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #b0544iRsCV8AQzp7h8aT06SP4ULD6SsF { width:20rem;height:0;top:59.38046836853rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tJVlCnM8nd4KPF7pXrhhp9dF4VT0IIqJ { width:13.75rem;height:13.75rem;top:43.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHaOO8ZE9miPcPESXHqhAzn5tAT3vgb1 { width:12.5rem;height:12.5rem;top:43.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocLQVFDobEg1XDJm4htPd3Vg0yy5dcAs { width:1.25rem;height:1.25rem;top:45.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otKGKrK3Vhuhz57LowJUpypDwn8qCeRz { width:20rem;height:6.375rem;top:15.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lbp4qfhpnvhcsksxBMU9Xqa9fmLoQk3C { width:20rem;height:19.125rem;top:22.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #t6figRRiAovpiG4hxhAHKFzU9SdzqWa9 { width:20rem;height:4.78125rem;top:58.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Eb33yUSlfUwFu2BxE5T8JffyydtHnuiM { width:20rem;height:22.3125rem;top:64.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wRdAQP9p1u6CKqpCxB8rWBy3TVhduPTr { display:none; }#wRdAQP9p1u6CKqpCxB8rWBy3TVhduPTr > .row .container { width:20rem;height:19.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yciFHOaXDoKT5O2XLZqDAoeCiek8mwvK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kQdXCtkTUAxKPTU00sTEbuneN1VyXtVt { width:20rem;height:17.53125rem;top:0.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU { display:block; }#pOH2ksm7OAnzfBPxW5fseQkWyXvR2CcU > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgLQGzRO1Q2pJuVRkGDytgw7Wzr7fLfU { width:18.8125rem;height:3.9875rem;top:1.5rem;left:0rem;font-size:1.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kTD3dgGABvFc4y3h1tO3RXRCT8lo43iz { width:19.4375rem;height:11.8125rem;top:5.4859313964844rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UD20AoKK6Ldho1PNT1ncvcsbiERqy6uC { width:20rem;height:0;top:9.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15027;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-heading-text { font-size:0.875rem;height:auto; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz { display:flex;height:auto;width:20rem;top:18.061789751053rem;left:0rem; }
#SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #GGPuBENdTBTgVDK59W9JiTQWwqqhXAIJ {  }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #vSgabVrTNpEuhbFvDg4GHttAxfG6K3yO {  }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #wz7loh9enRx7cqh7CJsbROsM7SUNIZIJ {  }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #tV7gB5TatZuy8P0x4oRhwJ2SXVr3Eu29 {  }
 }@media only screen and (max-width: 763px) { #SEAZ1eQV6T4F71GfDRZTe712TxdD8Cdz #ilMyNl4lvMHWHQPTJnsbpNokzeMLTCQw {  }
 }@media only screen and (max-width: 763px) { #XB1WGHHwItVxG6gep4Fu0g9twcQm5Iuz { width:20rem;height:19.2869375rem;top:24.873579978943rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxSEttF1kOviAdwCabcF0rJropempPNH { display:block; }#MxSEttF1kOviAdwCabcF0rJropempPNH > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSU6f4IxN01WF175axPuC40xkRbZc9yA { width:20rem;height:1.99375rem;top:1.5rem;left:0rem;font-size:1.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qxzX5mFxutuVfMyMXiSHbprbUPDeFwPX { width:20rem;height:3.75rem;top:4.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8bbc7sWnGVIh4Z4SngquUOOgXDSt5T4 { width:20rem;height:0;top:13.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tLH7xnavhLiRTgF222GI4uyMQwoaWZBz { width:20rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9i2VzN1Q7TKbar1M6pGIFXBTB90MKL0 { width:20rem;height:3.75rem;top:61.65625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-regular-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-text { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-text {padding-top: 0; padding-bottom: 0;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-textarea { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-select { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-select {padding-top: 0; padding-bottom: 0;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-input-button { width:13.875rem;margin-top:0.25rem;margin-right:6.875rem;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:2.8125rem; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT  { width:16.375rem;height:auto;top:46.600006103516rem;left:0.99921876192094rem;z-index:4999; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT .radio-container { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NabpU7ksqO82uCgk4haanB9xfmhBs5VT {display:block;}#NabpU7ksqO82uCgk4haanB9xfmhBs5VT { width:16.375rem;height:auto;top:46.600006103516rem;left:0.99921876192094rem;z-index:4999; }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #DIFH8TTp8wTvooTICpE65ihXhKSb14Cm {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #w8dXhuhNXs4OgmrLltpZDuZGkWbyi7Wy {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #t9xGx8Ir9zL8cRo0W7MS8luCevH8Hi2e {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #nxFroVNXO5w6tvHBUBgKyNPTvxXpu9ps {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #Sx6KWEqQyLKAh71RipWSFx6VC3ybRVqI {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #BvuyWUDX5lBDsmbhc0m4W5aRzPIBcTV1 {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #UIfkvEAFat5awEmcpbbCrcWlw53K7l0J {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #D8JkXXtspN7xIz2dyzZnDMJIIp3qu8eM {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #gyvg2VDcabDlIGQcrhTeaZTSBoul62KB {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #SKp1bio7mibsDvUb7HnMAxFqTUPJ35T0 {  }
 }@media only screen and (max-width: 763px) { #NabpU7ksqO82uCgk4haanB9xfmhBs5VT #uwIUtIQwtu6QVzt19EOn9XvzSZ0MNSFR {  }
 }@media only screen and (max-width: 763px) { #sbenmN5m3oea9XOFlX2y1PRWrM0TcPNa { width:0.0625rem;height:28.125rem;top:20.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBZum4RlySrcLZmidwgQn7g8VWwehSL9 { width:1rem;height:1rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1An9P7fezmeO7JofF0b7dGdgq1TIVaQ { width:9.375rem;height:14.125rem;top:17.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIM3etXvTUa51l1aH98Z69KkTms7BNrT { width:9.375rem;height:14.125rem;top:17.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkMQiyfDcUKiuxphAiuT5pX85nJv7H84 { width:11.25rem;height:23.4375rem;top:24rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fqk8bgilrQzroFEWebLENd3NpbTdhaip { width:11.25rem;height:21.4375rem;top:106.51874995232rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvwTPBwTGTaJ5Sg6fTqbJtAA3n9APRqH { width:9.5rem;height:1.3125rem;top:16rem;left:5.6875000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o3p7mmR86zkaWD7HuTO5iJ8PZNf5ngiO { width:9.4375rem;height:14.125rem;top:32.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrO2fO8T5Mtra3mXheW73mD03B1Wopcp { width:9.375rem;height:14.125rem;top:32.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBn1gmllnMdkA2V009QSqObNM3TTbIUM { width:20rem;height:4.725rem;top:9.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15027;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uVZ1Qbsd8dc8zHKTw2imCqlkWQpE56g0 { display:none; }#uVZ1Qbsd8dc8zHKTw2imCqlkWQpE56g0 > .row .container { width:20rem;height:108.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cpXWnv6JZe1I809vRs99oTS2VsvFREFn { width:9.5rem;height:1.5rem;top:78.125rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpyZKeV6T4qPNZthERszqnctBI825l4d { width:8.625rem;height:3rem;top:82.5rem;left:5.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFtHOLJdVsb9uvfTr0JpWOZ3UGEzGT8 { width:12rem;height:1.8rem;top:85.4375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwTUOSsSGF6HP4AG6Z0Md6mECOwbDpr { width:14.625rem;height:29.375rem;top:77.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxsOUfIJlllEDtPZgO5zba9fVmrK45w4 { width:15.8125rem;height:15.225rem;top:87.4375rem;left:2.375rem;font-size:1rem;display:block; }#ZxsOUfIJlllEDtPZgO5zba9fVmrK45w4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
 }@media only screen and (max-width: 763px) { #HZtR1or1yJRVuVTiiACbG0ihEmMpzBo6 { width:12.125rem;height:2.8125rem;top:103.1875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8F3JXgVB09a7OtHmwA70TzboJgBsEqy { display:block; }
 }@media only screen and (max-width: 763px) { #Z7iiQzTby7wUDN9ENMZO4UGCxtRD7kbk { width:14.625rem;height:28.625rem;top:46.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOKtfle790B5Sd9iGSw2N82KQiHctIUt { width:14.5rem;height:13.3875rem;top:57.375rem;left:2.5rem;font-size:1rem;display:block; }#xOKtfle790B5Sd9iGSw2N82KQiHctIUt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
 }@media only screen and (max-width: 763px) { #xDBIvCmn7Fd8LmAGiG4AzoSSQqxempKs { width:12.0625rem;height:2.5625rem;top:71.875rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFiN0WDDMtF4FuJKe2ZTprbTu5Ayci2 { display:block; }
 }@media only screen and (max-width: 763px) { #N9hb3L4L9h0veJTgWJTquofW7HWbUERS { width:11.8125rem;height:1.8rem;top:54.25rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSBtiGCI3rachWFBagK2fpqCFkpZusz5 { width:14.3125rem;height:2.4rem;top:51.875rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #azlkJQURRMXPkzusULp0DvTGVIE56qyh { width:12.75rem;height:1.5rem;top:47.4375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmvZ66e1PHqNN4B57vz2yOrouLsF07Aw { width:14.625rem;height:24.5625rem;top:20.625rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z12KB5GT5NQDWKDAJE4JU8N6hQ7aeImN { width:14.5rem;height:8.3125rem;top:31.8125rem;left:2.5000000596046rem;font-size:1rem;display:block; }#Z12KB5GT5NQDWKDAJE4JU8N6hQ7aeImN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
 }@media only screen and (max-width: 763px) { #JrRQUOzVeKRTnLmJPhammUPedPW25AhI { width:12.0625rem;height:2.5625rem;top:41rem;left:3.9687500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCJ9WZHT68QmNu8qZfcGB9Ca4sa1TmTx { display:block; }
 }@media only screen and (max-width: 763px) { #RzDAqyL67qB5bqmF3i3HaeHfUvb2VLbJ { width:14.5625rem;height:17.3125rem;top:1.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8912bogolvMfXtsS1ry0bWy6pg3seEW { width:14.5rem;height:3.2375rem;top:11rem;left:2.5rem;font-size:1rem;display:block; }#R8912bogolvMfXtsS1ry0bWy6pg3seEW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
 }@media only screen and (max-width: 763px) { #eTNudPJ70OdfLAHXluyGgAJZ8eOWUu0u { width:12.0625rem;height:2.5625rem;top:15.5rem;left:4.2687502503395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq4J6b5oWzGRFx7g6I24hZ0InxcF6Aqa { display:block; }
 }@media only screen and (max-width: 763px) { #uFHh3NRO46UzMDbTO3e7TTeC9iRcTIBE { width:11.8125rem;height:1.8rem;top:29.5rem;left:4.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWbFC4ksSK4fmVcZsc3rU8OFCBITZ3ZR { width:11.8125rem;height:1.8rem;top:8.25rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAhZnIN99KCWURodTf83vosSSPkyBq3e { width:14.3125rem;height:2.4rem;top:27.0625rem;left:3.0625000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3BJ0mKEZDSHOT2fkKNzhpShNJTMdxm1 { width:14.3125rem;height:2.4rem;top:5.1875rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZRp1kINe86dQIMnKHkWzl5xOm8c1fM { width:14.5625rem;height:0.0625rem;top:24.125rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIb36bHZyXzR7LIpJXC2oHdIPH76Qq1x { width:14.5625rem;height:0.0625rem;top:4.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqp6Mh9JA7n0TMouiLkpmJRzoI8cpWr1 { width:12.75rem;height:1.5rem;top:21.625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7HuHy6g0iW3Bvg1DVqzMPh9VRvXoT6i { width:12.75rem;height:1.5rem;top:2.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvZGN5iQedfQ3erBUnPSgwFsGQaMXmGc { width:14.5625rem;height:2.5rem;top:49.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTOIUrg851m59cAIkV4sfTFUs1iMVLf { width:14.3125rem;height:1.725rem;top:24.199221134186rem;left:3.2500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3TxHKtNnXQli4EzNL1sMEF6zLPfTULN { width:14.5625rem;height:2.5rem;top:80.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAcsaJGHaJmOU3gSmGKuvxNXVMQ8QIS2 { width:14.5625rem;height:2.5rem;top:23.811717987061rem;left:3.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g22bmyB8dQQa86BLubTLpPHwEc1FHTxQ { width:14.3125rem;height:1.725rem;top:49.8125rem;left:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT8Wpk7iIapQqPfQZyA8QP6Tyzh9oNZ2 { width:14.3125rem;height:1.725rem;top:80.4375rem;left:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVOtsKNoQRTkmrE392irllW74nG7vFRV { display:none; }#eVOtsKNoQRTkmrE392irllW74nG7vFRV > .row .container { width:20rem;height:99.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CAt8G7eJ6uMzivGDXPFatWmhwyHe4dl1 { width:9.5rem;height:1.5rem;top:72rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZK7lVJfmLLrmGsmV2yQbWuk0bGo70C9 { width:8.625rem;height:3rem;top:74.5625rem;left:5.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIJHcrabwxIOdn6Uuz8SGKMo2aexx5qm { width:12rem;height:1.8rem;top:77.5rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMCa1fr6CA58S0bv7mZC5CcM18x2vqXG { width:14.5625rem;height:25.3125rem;top:72rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVTEIm9GUUaW6Mhe97HmeUQd94wMcZb { width:15.8125rem;height:13.3875rem;top:79.5rem;left:2.3125rem;font-size:1rem;display:block; }#ZuVTEIm9GUUaW6Mhe97HmeUQd94wMcZb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
 }@media only screen and (max-width: 763px) { #w9rkXNKtlbXQCyuvcnTvPsd5irhBgD0S { width:12.125rem;height:2.8125rem;top:93.600002288819rem;left:3.9375000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHLnvk9Dg8GWxhK06K0WHnPzWZXfMhmR { display:block; }
 }@media only screen and (max-width: 763px) { #AWdUPPmSxC3gZFw9AXzsyEKkqO3pBP3I { width:14.5625rem;height:0.0625rem;top:73.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd0cdsmEFf4vv5G3hDKZlyLWfx03CeF0 { width:14.5625rem;height:25rem;top:44.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgKkNbf3bI4gMk5gShJMVGuF3Udu2TLf { width:14.5rem;height:11.55rem;top:53.875rem;left:2.5rem;font-size:1rem;display:block; }#SgKkNbf3bI4gMk5gShJMVGuF3Udu2TLf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
 }@media only screen and (max-width: 763px) { #sKVNAwQ0gdo8iJsqRJMLpgl5X9mQ66hl { width:12.0625rem;height:2.5625rem;top:66.25000190735rem;left:3.9687500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5SSW5zuT0loGPMKg4sARs8zJVe7Q3z0 { display:block; }
 }@media only screen and (max-width: 763px) { #U1DhfBR7CxN7yrSzUVoDcIhqTV2M8L1f { width:11.8125rem;height:1.8rem;top:51.125rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knvfegnk9kKOylABftDl4Ii589WwniP5 { width:14.3125rem;height:2.4rem;top:48.0625rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR163VaObyehBLImIqyORvhM3Z3hgVqv { width:14.5625rem;height:0.0625rem;top:47.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvXGhHI1KbRSOUUCELkE7ITOZB0t2CfM { width:12.75rem;height:1.5rem;top:45.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7zSWdT2ETuWTfCRzpCFuDb9oLi8OZxp { width:14.5625rem;height:22.1875rem;top:20.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHhJTTMOmx2tzlkvln5eOxMS8EhZwtaN { width:14.5rem;height:8.3125rem;top:30.1875rem;left:2.5rem;font-size:1rem;display:block; }#AHhJTTMOmx2tzlkvln5eOxMS8EhZwtaN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_278f8995014a9091be06ba20ecce8b956851b5c5.svg); }
 }@media only screen and (max-width: 763px) { #h8dvIDqyIMmRoCtuR6FyEsWvzQWT2ilZ { width:12.0625rem;height:2.5625rem;top:39.812500953674rem;left:3.9687500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtDJknEQCU0pu8BiTwTuTy9UgJ4TQPps { display:block; }
 }@media only screen and (max-width: 763px) { #muonuZMxikiKPo6dmdnVdVo38HAdH6xl { width:14.5625rem;height:17.3125rem;top:1.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #p81EsVhDLOrXdc0HnvMtUhzV8fZv2fZb { width:14.5rem;height:3.2375rem;top:11rem;left:2.5rem;font-size:1rem;display:block; }#p81EsVhDLOrXdc0HnvMtUhzV8fZv2fZb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b3ce4e504da116728232b21444791eaa673d0e.svg); }
 }@media only screen and (max-width: 763px) { #qEUwIXUNiSRSsm6P9IJkQq29Js8hwsAD { width:12.0625rem;height:2.5625rem;top:15.5rem;left:4.2687502503395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avImTfTwLwDBSHs3Xgdc25pgs7UaTy68 { display:block; }
 }@media only screen and (max-width: 763px) { #XMQeCktpHRk9E9i1Xsd2kF4Woe7P3Icd { width:11.8125rem;height:1.8rem;top:27.4375rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnobuvzHiODnU7tVWegEJzPphoUPGGkT { width:11.8125rem;height:1.8rem;top:8.25rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m47CgxcwO3OFkbqUzVBhVuA3IXmoTdKO { width:14.3125rem;height:2.4rem;top:24.4375rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks3NOhNDqx3l9ogeHFzI09xP8VrsEiUv { width:14.3125rem;height:2.4rem;top:5.1875rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE6p4Q2K6r6heVealuiKn6JVJSACRJxE { width:14.5625rem;height:0.0625rem;top:24.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoV1F1aewRZlO8hcFzqgsTvHQfGxBz1 { width:14.5625rem;height:0.0625rem;top:4.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVzcQPZBw7eah0Air1TWi9PMNtuWzNp7 { width:12.75rem;height:1.5rem;top:21.625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9KJWJ7L3SxO2ELlA1LT0pg4HgGrcSv { width:12.75rem;height:1.5rem;top:2.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs { display:block; }#r3kyHe3tk3oRoD13oxCfIMbKTMbCTEUs > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGzSdxxlfqxa3B8SrRf2dIaul5mizlHF { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #p2Ia82kfPm9W7wkceeWVV5Nq9tQDlW4b { width:20rem;height:13.5rem;top:1.09375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn { display:block; }#PFcq1Co1uReX8SGPP6t7AdQUon7PVDcn > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chhbCJxxAbi2ebCMnk0nr2kmEt5bQNmm { width:1rem;height:1rem;top:13.687500476837rem;left:9.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcbne7ZQKvsATMFMTJ0eebcZLo8ZsVKW { width:19.4375rem;height:0.0625rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQ25eJ4R0GUaFhQPs5GS4hKkAsnoBiSk { height:10.8920625rem;width:20rem;top:1.3742895126343rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSzeGsZKDoKRB5sdhRtu5vWCH1ILrdLR { height:10.871212121212rem;width:20rem;top:16.031250476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne1IVZnGspxlTWIhfrwte680mIKorTO9 { display:block; }#Ne1IVZnGspxlTWIhfrwte680mIKorTO9 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swTolFOai3qZANAT5QLZKDg1EI0Glupi { display:block; }#swTolFOai3qZANAT5QLZKDg1EI0Glupi > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOF8vFG69xWWxDCFc7TsMRa7onZVDhys { width:13.6875rem;height:2.6rem;top:12rem;left:3.1562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBf4v0cAExgdiSIzGIvhHbeBizOwARrp { width:18.8125rem;height:1.8rem;top:9.5625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zltmbgffxkn11RnTrbQKM1Hc5dlt4Ou1 { width:15.625rem;height:1.3rem;top:25.6875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWHWTh3ZwraSKF5eF1srsS8rGl1uokgI { width:18.6875rem;height:1.8rem;top:23.375rem;left:0.65546876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNHJ5BdrhFkMoRO6vQaCaPcT1wJTXoNn { width:16.625rem;height:3.9rem;top:38.1875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIkHaVtUhaA01ZtyduyFTFRLb3lzy7e3 { width:18.6875rem;height:1.8rem;top:36.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m71KFsvTxPLZn9VocK6vTT5rTmpN2WCg { width:13.1875rem;height:2.6rem;top:53.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo52lHy6QGf3qubpVuN0dcGXnB1FxwX { width:18.6875rem;height:1.8rem;top:51.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8cdFOaDewOLzpQT9kwCqhnc0Mgigddm { width:16.625rem;height:11.75rem;top:4.5375003814697rem;left:1.6375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86ohySi9J6lVgrgOK24FxfT1ViiiixO { width:4rem;height:4rem;top:5.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfEEwQmJIpvdlbXvHzHZnCKym1rk0FWl { width:2.5rem;height:2.5rem;top:5.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIwy1AEqGOSHGmR7PBqXeqVlDbnkAwQT { width:16.6875rem;height:14.125rem;top:30.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns8K0mOkJX7ZsaTxAxlqVLm6rXDs5ApT { width:4rem;height:4rem;top:31.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuuQD5GJSf5N1QNAcCmXC8KQyeKwuO0b { width:2.5rem;height:2.5rem;top:32.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFRITQi9gzongXZ60oZ48ae7IynAuQTJ { width:16.625rem;height:11.75rem;top:17.5625rem;left:1.6375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66V9vm03WQ71QLU1KsBWI7TrfS7PO3J { width:4rem;height:4rem;top:18.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf2zE3n14HSZSFIcKLo8n8pcA2JT3foA { width:2.5rem;height:2.5rem;top:19.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU5WsbWH8qLPSQPTm7Nyl9vFWADQ7MnF { width:16.6875rem;height:13.375rem;top:45.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duaeod52WhkSJ6VahP6bSFBh1qfvSP0w { width:4rem;height:4rem;top:46.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMNuXwKP7bAU8VthDutEnUw2IhcAQTAI { width:2.5rem;height:2.5rem;top:47.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOy2DqeXwT7PPOpMHMEqpLc7kCwFXmaS { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs { display:block; }#rR1iZOIrm5ivuSEgm1U8pPvLFQK9XEDs > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDeULAftqO3y82CeR64Ch6JFX4m23BBq { width:20rem;height:0;top:2.9125003814698rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vuKWGcNXvHRLGqq1glsXZGZQa5QluJXU { width:19.375rem;height:0.0625rem;top:1.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeBHuVSQeUO4LtK48H2N4tI4KvBrX64k { width:0.875rem;height:0.875rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuB39shBHOCDoEmBiW4Tqt6APbxmE55b { width:0.875rem;height:0.875rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QESEOpiTIJSdOJROdznwiXZLd3yIE6bM { width:19.625rem;height:0.0625rem;top:1.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpR1h1rO5aQQyaGTHDgroF5FLEs0WwFQ { width:18.625rem;height:6.3rem;top:2.8288354873658rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #WtWCHdLoDXFMOahgoD7foZQii2waDMAU { display:block; }#WtWCHdLoDXFMOahgoD7foZQii2waDMAU > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odqRM3uFsTSFx7sPfZg0FhLmxILe9DoW { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG { display:block; }#Qs4o6EvGz6mh4Mp5gy1ioxnbsaTVAcJG > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qX3MNh2nktAXenPFVM27TGtqQTzHAeAU { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JloRIFlUTGfb3U7n6phGXOk51dS8JpeG { width:20rem;height:0;top:1.09375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #RCRPq1uq3hUf4GItBxMbIPH3L41dDCCX { width:20rem;height:7.5rem;top:6.4687509536744rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q8lG3N1ViJoTBOB6DImXgZUpB4VmczPd { width:20rem;height:8.125rem;top:13.968750953674rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Q8lG3N1ViJoTBOB6DImXgZUpB4VmczPd li:before{  }
 }@media only screen and (max-width: 763px) { #QNzL1xS6xPKemku530W96FHIz8Zix93M { width:16.9375rem;height:3.4375rem;top:23.281250953674rem;left:1.5312500596046rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #akzFA2I7c5uFDsNg813k9oi6kA6Zd5mw { display:block; }
 }@media only screen and (max-width: 763px) { #U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd { display:block; }#U1H3T4iQcLH7NC99V3TkhuhB6PxLGRDd > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mczcKHVU1LlPlRGSMxUCGBs2DLDtt0pR { width:14.25rem;height:3.025rem;top:1.0625rem;left:0rem;font-size:1.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #faiRx3dmUIv3SBgLsD3Gg1BT3qVudzSe { width:0.375rem;height:3.4375rem;top:66.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PK0JgeJhwtQ08DnPTqKcd2ExGqo0VXKd { width:20rem;height:0;top:7.24843788147rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aIafmVdaBZZSiTTyeH5KnGufCG5RVapu { width:18.75rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTr4XIlbH14dpB6wQ01D2c8mlX6yngZ { width:1rem;height:1rem;top:4.625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTL6omok8gpgK9XHvIRD2l8p7pUiowo { width:18.5rem;height:15.3125rem;top:32.324999809265rem;left:0.69999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJRT8x4uTpwOG2C1IZMo3OvEsBqtrRiv { width:17.25rem;height:14.3125rem;top:32.875rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWW2J174XF4Otw88JP3fzgNqdh1HEyZJ { width:7.375rem;height:4.5625rem;top:48.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P04JgwHasUx06GKku3kkgs2cW9EFpK2T { width:8.5rem;height:3.3125rem;top:49.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpxlCfXrDQvq7MWK6uwaliNlV5WNRnzf { width:20rem;height:23.8rem;top:6.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RKKMXvtrb3ulksXKg9VqTOE7SkITOazg { display:none; }#RKKMXvtrb3ulksXKg9VqTOE7SkITOazg > .row .container { width:20rem;height:72.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DbcTD7KumxsTIN2Bf18L9gPyx1PUa4BP { width:20rem;height:8.5rem;top:23.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vRqGhtdMLWwfG9gv2mh68wdk6mw2IqWI { width:20rem;height:10.2rem;top:33.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a8wzOJ8K4N8t9vah0x1fW5T1VW8mgOdC { width:20rem;height:22.1rem;top:49.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WT9dG2rA17KnWFyJr1neydE0nFTqk1rk { width:12.125rem;height:3.4375rem;top:44.875rem;left:3.9375rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #IJT2lgQu01AhZoO73BVRAueZ0M8UOQcQ { display:block; }
 }@media only screen and (max-width: 763px) { #MuKzA4NgVBqSF0VHBoBJcyn3k7i48aOV { width:20rem;height:22.1414375rem;top:0.75000047683719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn { display:block; }#vq3ceewcnMTNOymeFxHcyy0oPqGwaCWn > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcoyUi9dzNrvZkB53LhmrHfNhXtLp40a { width:11.875rem;height:0.0625rem;top:10.5244140625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8ouDvtXtxh9vZSJ6ky8WH7DzctMACdr { width:1rem;height:1rem;top:10.01171875rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wt2uTE9NfxtmQuvmbXfwAqC6T5i3QdZr { width:0.0625rem;height:13.125rem;top:10.5244140625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsnRPqKtasMumkHNcVFNTu4tELKR2DNb { width:20rem;height:2.4rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkaqlCHd4xDt4CPuyw1BEDQe9w32oe7I { width:20rem;height:3.4375rem;top:8.6875rem;left:0rem;font-size:3.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yUTJ5nAEdJX0FTfsHOtgc6H91xnCgPAc { width:19rem;height:3.4375rem;top:35.625rem;left:0.5rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #c54Dsx4MVnw9d3glMpSPtlWO2z8KwJMO { display:block; }
 }@media only screen and (max-width: 763px) { #nvtc4dryxhak7xHFeaSqtDxclc7vkVaD { width:16.625rem;height:2.6rem;top:13.3125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ba3oTqq5rueWpuc1icep8tGTrHhvnI3L { width:13.25rem;height:17.125rem;top:17.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITSG7PGXRcQI5xUyX3OntyF7Hf3mbXQG { width:16.9375rem;height:3.4375rem;top:40.0625rem;left:1.5625rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #PHCBI0oDUTrEtGPhtaaKmrZAKVVJA1XT { display:block; }
 }@media only screen and (max-width: 763px) { #WALAufkXUDWUNeRw23tEhRObKw9CClSk { width:18.8125rem;height:6.075rem;top:45.500013351441rem;left:0.59375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM { display:block; }#b4IUnwgPiyMzwF77vaMcTkZWHJUFGzZM > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqcgTiRtfUoEzfxJLOTAzCiAKLxVE03g { width:20rem;height:5.625rem;top:3.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hic56HeVoA5CWm6tneZpB8SZ6hm1Sdpo { width:20rem;height:4.5rem;top:18.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFmBm9GtQDK2qIiKNWl706mWLg1maBFq { width:1.25rem;height:1.25rem;top:1.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiu43Vmca7PAf00QosiyXQwcyVh2x0t4 { width:20rem;height:4.5rem;top:10.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUNq1wWPAWvtVc2tzECbvVqLOv6oyAnT { width:1.25rem;height:1.25rem;top:7.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaLKJmsHi9zl7MtueEeaw2xI2BiNGJKr { width:1.25rem;height:1.25rem;top:15.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDmstynoNNGpl9PpAniCH22rfV1P5uVT { display:block; }#KDmstynoNNGpl9PpAniCH22rfV1P5uVT > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-heading-text { font-size:1rem;height:auto; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 { display:flex;height:auto;width:17.5rem;top:5.4375rem;left:0rem; }
#JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #WTdO0Gax6qVDLFTguqICaiSSGyLA7F8L {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #GMJ1xo5H2PFSJokIw6mVUUlko5k6S0GT {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #FwEFkJ8FGficXVSZRWTEPPRsBqXRzkOU {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #bcG8yZ0H8eiT484uTnJ1X9ETCpd6ddok {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #xg4WsMMhvP63RZTIk9kBdaC1Ml1HDekE {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #gFvOfgIlQQbCJonw5SMwSs95ZLQMwPq8 {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #uV1maIht7Vw7HOx6zHFP2RNc73aIchOR {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #wLAJkTStfFAxC9LbFdymDWgwhe5K1ngc {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #sxAoArmdJfVQBoy0iiFTtwsaTZuWMxQM {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #HGgzWh6p1VT9wqh4zkZJendRv4KapIlc {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #pIDv2h916IsJabyElu3IqER04wBRiAKs {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #GOZ4H3NXkN9WcrxHBeCbOFmdIhPvTKVy {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #dHFMTPR8JLM4wcPePpzXO276VAk65wPg {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #zdVwbmiOuq9KVQ0656wUfiuBalTIyJx5 {  }
 }@media only screen and (max-width: 763px) { #JPqnZBWxfCNRqnmGaT4RdNUVVRWQ8QF5 #DPmEae6pFL9AAHUcCiqzPaiennAA6FmA {  }
 }@media only screen and (max-width: 763px) { #mxIRwqxnD31lPkQev3ZfpGgKyaXmZxyC { width:20rem;height:1.65rem;top:2.6500005722046rem;left:0rem;font-size:1.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd { display:block; }#QbUCWoiKnqVNOkEkZ8s4QcxVnoyn4mbd > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waSee5f3PeWrQRt0PsvtbzMzTve5V4bH { width:18.5625rem;height:3rem;top:2.6117191314698rem;left:0.71796876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iwp9gA3ax66TyguGcnhqGPPkupdp7va8 { width:20rem;height:0.125rem;top:7.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw { display:block; }#Bo8xa8Tt5vUpFcKDkSiGRMBvWkJbcmTw > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDLUf5rHrpu3nTa3TisoKeeoXq7foP3V { width:15.0625rem;height:3.15rem;top:18rem;left:2.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IAxT3q3bpHNM9C3CB2BUzU8d92NOK7Xb { width:10.375rem;height:6.25rem;top:0.75rem;left:4.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCHuvFO9MvCLb320iMyLTTA7EOB2kJQ { width:2rem;height:2rem;top:12.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJTCsk0Pfflr53J7GGJDp9b0h3b5IsRz { width:2rem;height:2rem;top:15.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOzy4RB3nT1dVSXqqSvHabdximvLzftq { width:10.0625rem;height:1.05rem;top:12.8125rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfxpnoO0CRG9VagZ4liEvNfEPAZiTws6 { width:7.3125rem;height:1.05rem;top:15.5rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJGUAMgqFmIt8dowbUkV3U8HwLZvCowm { width:9.375rem;height:3.125rem;top:22.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkaLCa7vU2zrb4AbwFrceVyhdIHSlV5E { display:block; }
 }@media only screen and (max-width: 763px) { #gSNAirpauSLqqoipLNgtyCg1dnS6TJA1 { width:9.375rem;height:3.125rem;top:22.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nubefQ1BBfQbNc4MXtaHff8xpO6ftCOP { display:block; }
 }@media only screen and (max-width: 763px) { #ltUAk2rMVvVhuJdc7SvG9JEnZVkP7cSm { display:flex;width:3.125rem;height:3.125rem;top:8.125rem;left:10.6875rem; }
#ltUAk2rMVvVhuJdc7SvG9JEnZVkP7cSm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #lCVHvObVaKsRdHThGTJOW43QXuvcN7KT { display:flex;width:3.125rem;height:3.125rem;top:8.125rem;left:6.1875rem; }
#lCVHvObVaKsRdHThGTJOW43QXuvcN7KT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }