.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,229,223;--color-primary-1:134,170,148;--color-primary-2:13,84,41;--color-primary-3:7,42,21;--color-primary-4:2,13,6;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,185;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:lato;--paragraphs-font-family:lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/869a6fd5-a71a-4bee-863a-4969e745016c/Landingpage2560x2292px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { position:relative;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#z3TKAwmad2lUbuuw0vXCvzr5JrQvECKK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:25.6875rem;top:18.9375rem;left:29.375rem;display:block; }
#sxMCavkrslToa4io5RodThsexuL7ANmA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.6875rem;left:30.6875rem;height:9.09375rem;text-align:justify;text-align-last:initial;display:block; }
#nSkInGsyVfTLTh4H3rxnhm8ZgvK8ii6c { 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:8.25rem;width:23.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ylk2r4Akl4c80rwGt7cUHK13GvJ9ydaq { color:rgba(var(--color-tertiary-0),1);display:block;width:49.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.07421875rem;left:0rem;height:1.7871125rem;display:block; }
#vhSg4W4fFeduUUll8KfRsegPH8aS3lhU { color:rgba(var(--color-primary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5224609375rem;left:22.875rem;height:1.4619125rem;text-align:justify;text-align-last:initial;display:block; }
#TRC6eRZJ3LR3H1hEkVEs46yrx3kL2Vio { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:0.5rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.43);top:16.4814453125rem;left:0rem;height:1.6621125rem;text-align:justify;text-align-last:initial;display:block; }
#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { position:relative;display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { background-color: transparent; background-image: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container > .video-iframe-container { display: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row > .video-iframe-container { display: none; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .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); }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { border-width: 0; border-radius: 0; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:25.6875rem;top:0rem;left:29.375rem;display:block; }
#hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.9609375rem;left:2.3125rem;height:3.9375rem;text-align:justify;text-align-last:initial;display:block; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-form-header {  }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.6875rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-textarea { 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;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:22.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .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; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-button { 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.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:22.6875rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW [class*="-text"]:-moz-placeholder { color:#858787;font-family:var(--paragraphs-font-family);font-size:1rem; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW [class*="-text"]::-moz-placeholder { color:#858787;font-family:var(--paragraphs-font-family);font-size:1rem; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW [class*="-text"]:-ms-input-placeholder { color:#858787;font-family:var(--paragraphs-font-family);font-size:1rem; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW [class*="-text"]::-webkit-input-placeholder { color:#858787;font-family:var(--paragraphs-font-family);font-size:1rem; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.625rem;font-weight:400;color:#e4e7e9;vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal;float:none; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .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; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-container:first-of-type{padding-top:0;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-container:last-of-type{padding-bottom:0;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.8125rem;left:29.625rem; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.6875rem;display:block;vertical-align:top; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW {display:block;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.8125rem;left:29.625rem; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #PuZ1BUyNHPGVctxSPiqd1DSPfrlfIPDb { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #JGrqAqFdNa1TU71KZS9AK76JveJ5Sr66 { position:relative;display:none; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #q8zc28hN8HfKOTPIDQPnuLseskVrySat { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #lIPMpgguIiRgul5STU0DPSKUT8b2Zqnk { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #VFJCma7s5rnw1xTyIw8qToriRXlmUOlq { position:relative;display:none; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #kisLLJC5GfSd1ofatfiIkF1SbZs124xV { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #GyoruK7z0VT1FwWVDf1cRwTRZ7e4JyAs { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #KKcyN92CTB1me7hheKByoZzHqT5kNVl2 { position:relative;display:none; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #NvaNsQqJr1ZpookXb7zS1hVHqK1yAEcw { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #N7XdvinFTsk2eThQkyUTfVTS84WIAyBF { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #RyGcGH283cStxANS49o8AINio0TobMpZ { position:relative;z-index:2; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #IBlaXTU6LJKSawQBAVpqZUX3UbzJOexn { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #CZzK3Q2i4qpzUApSkx1EKXBMwVEbPvrI { position:relative; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #kxQgsxCADV6i10qbZhTuZvKiab8Gg71p { position:relative; }
#eRQn4K21xvDSssSeySUlawu0RwR4gZI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.5rem;top:22.25rem;left:0.875rem;display:none; }
#SCbpOz4KJkUvJBKvCogEFisqCgv1FqRJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.904296875rem;left:35.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DkCRfIoxukW0THz4imuvPeC7fhNesCbp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.44189453125rem;left:33.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.6875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNJSi5Ry3O4pQoX1UZdPKTpTVv5pAXpp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6796875rem;left:2.84375rem;height:2.4375rem;text-align:justify;text-align-last:initial;display:block; }
#aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { position:absolute;display:block;z-index:15000;background-color:#f5f4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#ofT3wgq7WVzLTDGoc7Kxr80or93ChTHC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.78125rem;left:2.46875rem;height:2.4375rem;text-align:justify;text-align-last:initial;display:block; }
#gfLaNe2XJLaxg1I688KACi6aaBASnvm8 { color:rgba(var(--color-primary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.072265625rem;left:35.125rem;height:0.89355625rem;text-align:justify;text-align-last:initial;display:block; }
#lME1ryCIoJ9xrpFsci3f0w6W35cLUoRC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.4375rem;left:2.59375rem;height:3.41015625rem;text-align:justify;text-align-last:initial;display:block; }
#Pz9OhxqENkFEszsXokBlST3Tvlh6LHzf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.6640625rem;left:2.46875rem;height:4.546875rem;text-align:justify;text-align-last:initial;display:block; }
#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg { position:relative;display:block; }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg { background-color: transparent; background-image: none; }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .row .container > .video-iframe-container { display: none; }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .row > .video-iframe-container { display: none; }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .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); }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg { border-width: 0; border-radius: 0; }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FyUC6ZqGuTWaoMuNxSBIqckJ1JH2FCmb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:2.25rem;left:5.625rem;overflow:hidden;display:block; }
#wXMEkouMHc1cOctJNBlr23GdJwLZBmHL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:2.25rem;left:14.125rem;overflow:hidden;display:block; }
#S32anOedFv0CfGKGVJIv1xFoWG5pcUGw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:2.25rem;left:22.6875rem;overflow:hidden;display:block; }
#P14GpPlrLTI75IUMVwOb1p9OHOHx27SU { position:absolute;display:block;z-index:15003;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:7rem;width:7rem;top:2.25rem;left:31.25rem;overflow:hidden;display:block; }
#G0dFdvvsr4eglILgLdmQXdxaZVA4dq3f { 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:7rem;width:7rem;top:2.25rem;left:39.6875rem;overflow:hidden;display:block; }
#GVfk17TgCHuekCa4izmJ5q25q5WZfUNK { 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:7rem;width:7rem;top:2.25rem;left:47.4375rem;overflow:hidden;display:block; }
#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { position:relative;display:block; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { background-color: transparent; background-image: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container > .video-iframe-container { display: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container { display: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .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); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { border-width: 0; border-radius: 0; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV { position:relative;display:block; }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV { background-color: transparent; background-image: none; }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .row .container > .video-iframe-container { display: none; }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .row > .video-iframe-container { display: none; }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .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); }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV { border-width: 0; border-radius: 0; }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EsxQuyn5RCf9T70uNkZMKePTFMmxs6fT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.572265625rem;left:0rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ { position:relative;display:block; }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ { background-color: transparent; background-image: none; }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .row .container > .video-iframe-container { display: none; }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .row > .video-iframe-container { display: none; }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .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); }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ { border-width: 0; border-radius: 0; }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uc4aq2z3ZaUvnJHclzyFvbeCDbddlVVC { position:absolute;display:block;z-index:15000;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;height:11.125rem;width:7.4375rem;top:1.1875rem;left:6.28125rem;overflow:hidden;display:block; }
#wquQ4L2osEvhPN0535TL2DdthzINDOZU { color:#002642;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#w08yI93JD7D14tmyRizDCpsyTgFJ5Snl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:16.18017578125rem;left:1.53125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#qBXy5hAPSrczqOECsoJf9vlTd3wXFprG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.4375rem;top:22.8125rem;left:2.78125rem;display:block; }
#k0TTtdWwKRd5EgKXzER6TuV8KCl53dot { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:11.625rem;width:7.6875rem;top:0.9375rem;left:26.15625rem;overflow:hidden;display:block; }
#v8zCRxx8WsklL5MXRR7pW1oS2TpEFLTL { color:#002642;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.25rem;left:20rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#hLGRkkwycNOxyURHWSTXTln93ghHJrok { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.52392578125rem;left:21.53125rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#qexqQs0qqqZ4XBWnaXwTa1Ghn87lf36O { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.4375rem;top:22.8125rem;left:22.78125rem;display:block; }
#v9XPtksMM7kMPe14OrmmTGtFEoGAe1ZA { color:#002642;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.24951171875rem;left:40rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#OJRbyIXWG8D0XB4cThx0DkvdWTt5tZqs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:16.83642578125rem;left:41.53125rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#ibFPyLhTTrou37NEXzfmyvokpmu3xcLI { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.4375rem;top:22.8125rem;left:42.78125rem;display:block; }
#lqHVUzrf3dwEUgM8LF9xp7uX2RWw0rwN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:11.125rem;width:7.4375rem;top:0.9375rem;left:46.28125rem;overflow:hidden;display:block; }
#l3hA6SJ7oDfkECuxoS3nxmmi9K66Lnb0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:24.09375rem;left:22.8125rem; }
#l3hA6SJ7oDfkECuxoS3nxmmi9K66Lnb0 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#UQysm3vuFirhKCLy8Dc1dF86h34Oq3bI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:24.09375rem;left:2.78125rem; }
#UQysm3vuFirhKCLy8Dc1dF86h34Oq3bI > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#SxWKkvKJqTBW3zEWseaMaHS7tJoct2mo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.09375rem;left:42.8125rem; }
#SxWKkvKJqTBW3zEWseaMaHS7tJoct2mo > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#b1EH9oclEuXwHHiJT6d1lINKCLJ7NHNX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:11.125rem;width:7.375rem;top:1.1875rem;left:46.28125rem;overflow:hidden;display:none; }
#pGigxpFdrtlWyADhpXggKVgkekas1ACr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row .container { background-color: transparent; background-image: none; }#pGigxpFdrtlWyADhpXggKVgkekas1ACr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row .container > .video-iframe-container { display: none; }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row > .video-iframe-container { display: none; }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .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); }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row .container { border-width: 0; border-radius: 0; }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#WDRHDLZJ4TkLR0hZF6LtuxNXb8TCS77M { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#STQsNooT40qXWUPusnvLbmEAk0K39snf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npcRkuxCuNkEWwxFoiugbPiZcx5KSPUI { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:11.75rem;left:28.75rem;display:block; }
#iMXl7TiBM9S77mEupuvUxGfVl8O6onwE { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.875rem;left:0rem;display:block; }
#mSSzim6KViKWyh55Bs7foVaHqLUnalcJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.6875rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:15.1875rem;left:0.75rem;height:9.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3mbTCzobbbvmXFhGwRI5dDDGePGMxKf { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IesITfpnXCVQPRTyWtGqWu9wRrxSB24p { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31rem;left:5.625rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XWNk0TtGD379bKvxeOCQ2l9IOZKOm2h8 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/0fc575a5-251e-4a0b-8a01-16f8b5fcb0c1/Screenshot20251014at53235PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:28.125rem;left:0rem;display:block; }#XWNk0TtGD379bKvxeOCQ2l9IOZKOm2h8.adaptive-delivery-prevent-bg, #XWNk0TtGD379bKvxeOCQ2l9IOZKOm2h8.lazyload, #XWNk0TtGD379bKvxeOCQ2l9IOZKOm2h8.lazyloading { background-image: none; }
#TacRAcngsOvKu7quV2CR9CTS0gk4k1DM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.125rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tqSnBAgt4L4vVUo6rAo8sTipZwtSEm7H { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30.3125rem;left:26.1875rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2WN1qMLZql24ubTvxskM9BQyDG70QxI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.875rem;left:20.53125rem;display:block; }
#CoPIEVvr2w7hWk0wRX6Cu58V6edFTDNE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:ubuntu;font-size:0.5625rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:14.375rem;left:20.875rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvvgWiG8eNmwgLwV7wByRbaV1dr7nb9v { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/c4b0a2f0-1b78-4195-82e3-a46fd28aa47a/Screenshot20251014at53301PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.4375rem;left:20.5625rem;display:block; }#dvvgWiG8eNmwgLwV7wByRbaV1dr7nb9v.adaptive-delivery-prevent-bg, #dvvgWiG8eNmwgLwV7wByRbaV1dr7nb9v.lazyload, #dvvgWiG8eNmwgLwV7wByRbaV1dr7nb9v.lazyloading { background-image: none; }
#U9rWdv26ydJ3TxS4myg2vkHPk6PaAJez { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.125rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#APa1BZ5hJa0y0yRqPzyhpuVgbvhm2KWd { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:30.3125rem;left:46.6875rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eylnxKhD90oiU6LuAm9afHyXpD6MxGVb { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.875rem;left:41.0625rem;display:block; }
#RMFhicSpEJZOUaktBChnC2WAVKg2llOi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.6875rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:15.1875rem;left:41.8125rem;height:9.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3n2Az5T3QoIlWA6fIkFuKXs2ZCseUqL { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/8139e849-d463-4fc7-9c27-9a25c098c8d3/Screenshot20251014at53245PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:27.4375rem;left:41.0625rem;display:block; }#y3n2Az5T3QoIlWA6fIkFuKXs2ZCseUqL.adaptive-delivery-prevent-bg, #y3n2Az5T3QoIlWA6fIkFuKXs2ZCseUqL.lazyload, #y3n2Az5T3QoIlWA6fIkFuKXs2ZCseUqL.lazyloading { background-image: none; }
#hRblKp5MAtsOIVL3M3ztMQhC54reXoT1 { color:rgba(var(--color-tertiary-2),0.15);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { position:relative;display:block; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { background-color: transparent; background-image: none; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container > .video-iframe-container { display: none; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row > .video-iframe-container { display: none; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .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); }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { border-width: 0; border-radius: 0; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.859375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#PmiQRHhJ54xSpdsHVxDCTa1yk8eJrVJ2 { box-sizing:content-box;height:28.375rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:#f5f4f3;background-image:none;top:6.5rem;left:0rem;display:block; }
#POX2kHT2prFTGTve6CpwUhRPN690rHqZ { color:#002642;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.314453125rem;left:21.1875rem;height:3.1875rem;text-align:center;text-align-last:center;display:none; }
#gvQAqV5AoqGOxtEk0p4pC6po5VVfxu9C { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22.0625rem;top:15.25rem;left:0.9375rem;display:none; }
#ATlRLln5oQ57ZTpdFx5H5WXSgMg9Bpb7 { position:relative;display:none; }#ATlRLln5oQ57ZTpdFx5H5WXSgMg9Bpb7 { border-width: 0; border-radius: 0; }#ATlRLln5oQ57ZTpdFx5H5WXSgMg9Bpb7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ATlRLln5oQ57ZTpdFx5H5WXSgMg9Bpb7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#M76rOzf030XpRxJNPV2WWKyxhEU0Ac0V { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.859375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#Z2Eg8rIT69XvzAuGno1zrUpm00kgi9l8 { box-sizing:content-box;height:28.375rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:#f5f4f3;background-image:none;top:6.5rem;left:0rem;display:block; }
#kX8MU4m06JgNILX99W0HM2xQONxnAr2y { color:#002642;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.314453125rem;left:21.1875rem;height:3.1875rem;text-align:center;text-align-last:center;display:none; }
#urt17M8fKk9TU6xfFFadImKHOQBJEs5B { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22.0625rem;top:15.25rem;left:0.9375rem;display:none; }
#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV { position:relative;display:block; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV { background-color: transparent; background-image: none; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container > .video-iframe-container { display: none; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row > .video-iframe-container { display: none; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .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); }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV { border-width: 0; border-radius: 0; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tJAQ5JpM/bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container.adaptive-delivery-prevent-bg, #T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container.lazyload, #T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container.lazyloading { background-image: none; }#Zd8PnWKtxMk8cSPkvOxPKBXnKrGx1fwS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.251953125rem;left:0.75rem;height:13.808625rem;text-align:justify;text-align-last:initial;display:block; }
#DwV8LOD8h1kPtnUME9X699DXRzi2Vzqn { color:#002642;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.314453125rem;left:21.1875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#WXWOTyIOTfRmGxTxmfbA177QsNVGwclU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:5.6875rem;left:41.1875rem;height:20.25rem;text-align:justify;text-align-last:initial;display:block; }
#UQHBdbTQxgqWtpzkkTOquVB68WTbgSJl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.6875rem;left:21.1875rem;height:22.5rem;text-align:justify;text-align-last:initial;display:block; }
#lLfxbn1EZWpegpzFrko7lphoL4Tg9RUI { color:#002642;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.376953125rem;left:41.1875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#e98lsqMAG29Rt6daKQuSqkMFk2NBsOwn { box-sizing:content-box;height:28.25rem;width:40.0625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:20rem;display:block; }
#Xypg8uSMQlnZnTKfNOTqeeqAOeGZFnaN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#DerFJOlso2cWFq61wfyUmGQBSofwsqct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container { background-color: transparent; background-image: none; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container > .video-iframe-container { display: none; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row > .video-iframe-container { display: none; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .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); }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container { border-width: 0; border-radius: 0; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#GxzDGkW62TpURLKLrkerN1ZLolVSdUzH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:6.78125rem;left:2.90625rem;display:block; }
#pSV1QnocVnRw4MUTUmruynUIJp10VO2B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq { position:relative;display:block; }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq { background-color: transparent; background-image: none; }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .row .container > .video-iframe-container { display: none; }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .row > .video-iframe-container { display: none; }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .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); }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq { border-width: 0; border-radius: 0; }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DtDs753oTUhG4AZ9sOHGFOx5cXyWsQIJ { color:rgba(var(--color-tertiary-0),1);display:block;width:58rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.568359375rem;left:1rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#KncaDh8AynqBJVuBCyh293FpF9C6TaIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.52734375rem;left:2.75rem; }
#i9uFlSA0DmO29saG9MuRoB0mgGJSWROV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75341796875rem;left:6.25rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#lZqQnWGtukz5XE9tQPlgi3lzKzXF50wc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.55908203125rem;left:18.6875rem; }
#MAHKHEUUheaNgn3mX1c3xJWhVFw2yJtp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3154296875rem;left:22.28125rem;height:2.9248rem;text-align:left;text-align-last:left;display:block; }
#SOmAMAyMO7vpJQ9JRhxosoRVzHGm7k49 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.52734375rem;left:6.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#RS81BCUt72D6oV4OxWrb43e2Sz4JC7yV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75341796875rem;left:43.625rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#QA2ioeIGFEsRIV8l05oarTpC9NCgmZgB { 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:15004;opacity:1;top:3.33984375rem;left:39.5625rem; }
#wfSVTVNSPRheLBKzUpmE8MaqD0GJWVlo { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.52734375rem;left:43.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s { position:relative;display:block; }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s { background-color: transparent; background-image: none; }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .row .container > .video-iframe-container { display: none; }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .row > .video-iframe-container { display: none; }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .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); }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s { border-width: 0; border-radius: 0; }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5GXp09WxpuelAlBElu6zS60vTyUkGXt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.234375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ZeW25q29JXaTGr6gu0UFc1US08eR4Ped { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3rem;top:0.90625rem;left:18.3125rem;overflow:hidden;display:block; }
#GCGmgup7PX6UncsQE0Srecu4qp2PP5e2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.6875rem;top:1.0625rem;left:39.3125rem;overflow:hidden;display:block; }
#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 { position:relative;display:block; }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 { background-color: transparent; background-image: none; }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .row .container > .video-iframe-container { display: none; }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .row > .video-iframe-container { display: none; }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .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); }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 { border-width: 0; border-radius: 0; }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JEeTwDgTrNmlp4B2RqzUEN0OtrJRu51v { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:1.974609375rem;left:30.1875rem;height:14.46975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JEeTwDgTrNmlp4B2RqzUEN0OtrJRu51v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JEeTwDgTrNmlp4B2RqzUEN0OtrJRu51v li:before{  }
#Xa6H8HStyqyfdTulRqCqLNqTt4pUCnNS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:1.974609375rem;left:6.9375rem;height:13.0703125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Xa6H8HStyqyfdTulRqCqLNqTt4pUCnNS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xa6H8HStyqyfdTulRqCqLNqTt4pUCnNS li:before{  }
#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { position:relative;display:block; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { background-color: transparent; background-image: none; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container > .video-iframe-container { display: none; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row > .video-iframe-container { display: none; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .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); }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { border-width: 0; border-radius: 0; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbIQZ6JVL3kR2xOdeQNVw1WRokC2UTNf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { position:relative;display:block; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { background-color: transparent; background-image: none; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container > .video-iframe-container { display: none; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row > .video-iframe-container { display: none; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .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); }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { border-width: 0; border-radius: 0; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EwkpRufskT44BOdwlKGJwtA4GqWPekWV { color:rgba(var(--color-tertiary-4),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.009765625rem;left:5.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/869a6fd5-a71a-4bee-863a-4969e745016c/Landingpage2560x2292px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA.adaptive-delivery-prevent-bg, #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA.lazyload, #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA.lazyloading { background-image: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { background-color: transparent; background-image: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container > .video-iframe-container { display: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container { display: none; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .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); }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { border-width: 0; border-radius: 0; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#RuNWwg2RGJQUb8u8us219EMUk3l4pD50 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:45.5625rem;top:1.1875rem;left:7.21875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { top:7.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3TKAwmad2lUbuuw0vXCvzr5JrQvECKK { top:18.9375rem;left:22.0625rem;width:25.6875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxMCavkrslToa4io5RodThsexuL7ANmA { top:19.6875rem;left:24.5625rem;width:23.0625rem;height:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSkInGsyVfTLTh4H3rxnhm8ZgvK8ii6c { top:0rem;left:0rem;width:23.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylk2r4Akl4c80rwGt7cUHK13GvJ9ydaq { top:14.0625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSg4W4fFeduUUll8KfRsegPH8aS3lhU { top:16.5rem;left:16.75rem;width:26rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRC6eRZJ3LR3H1hEkVEs46yrx3kL2Vio { top:16.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { top:0rem;left:22.0625rem;width:25.6875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { top:8.9375rem;left:0rem;width:25.1875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-regular-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-text { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-textarea { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-select { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-button { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW  { width:22.6875rem;height:auto;top:0.8125rem;left:22.5625rem; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .radio-container { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW {display:block;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW { width:22.6875rem;height:auto;top:0.8125rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #PuZ1BUyNHPGVctxSPiqd1DSPfrlfIPDb {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #JGrqAqFdNa1TU71KZS9AK76JveJ5Sr66 { display:none; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #q8zc28hN8HfKOTPIDQPnuLseskVrySat {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #lIPMpgguIiRgul5STU0DPSKUT8b2Zqnk {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #VFJCma7s5rnw1xTyIw8qToriRXlmUOlq { display:none; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #kisLLJC5GfSd1ofatfiIkF1SbZs124xV {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #GyoruK7z0VT1FwWVDf1cRwTRZ7e4JyAs {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #KKcyN92CTB1me7hheKByoZzHqT5kNVl2 { display:none; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #NvaNsQqJr1ZpookXb7zS1hVHqK1yAEcw {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #N7XdvinFTsk2eThQkyUTfVTS84WIAyBF {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #RyGcGH283cStxANS49o8AINio0TobMpZ {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #IBlaXTU6LJKSawQBAVpqZUX3UbzJOexn {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #CZzK3Q2i4qpzUApSkx1EKXBMwVEbPvrI {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #kxQgsxCADV6i10qbZhTuZvKiab8Gg71p {  }
 }@media only screen and (max-width: 763px) { #eRQn4K21xvDSssSeySUlawu0RwR4gZI1 { top:22.25rem;left:0rem;width:18.1875rem;height:7.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCbpOz4KJkUvJBKvCogEFisqCgv1FqRJ { top:18.875rem;left:29.46875rem;width:13.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkCRfIoxukW0THz4imuvPeC7fhNesCbp { top:21.4375rem;left:27.125rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { top:0.8125rem;left:0rem;width:26.4375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNJSi5Ry3O4pQoX1UZdPKTpTVv5pAXpp { top:2.625rem;left:0rem;width:24.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { top:0rem;left:0rem;width:47.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofT3wgq7WVzLTDGoc7Kxr80or93ChTHC { top:5.75rem;left:0rem;width:24.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfLaNe2XJLaxg1I688KACi6aaBASnvm8 { top:18.0625rem;left:22.875rem;width:24.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lME1ryCIoJ9xrpFsci3f0w6W35cLUoRC { top:19.4375rem;left:0rem;width:24.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz9OhxqENkFEszsXokBlST3Tvlh6LHzf { top:13.625rem;left:0rem;width:24.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg { display:block; }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyUC6ZqGuTWaoMuNxSBIqckJ1JH2FCmb { top:2.25rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXMEkouMHc1cOctJNBlr23GdJwLZBmHL { top:2.25rem;left:8rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #S32anOedFv0CfGKGVJIv1xFoWG5pcUGw { top:2.25rem;left:16.5625rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #P14GpPlrLTI75IUMVwOb1p9OHOHx27SU { top:2.25rem;left:25.125rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0dFdvvsr4eglILgLdmQXdxaZVA4dq3f { top:2.25rem;left:33.5625rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVfk17TgCHuekCa4izmJ5q25q5WZfUNK { top:2.25rem;left:40.75rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { display:block; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { top:3.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV { display:block; }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsxQuyn5RCf9T70uNkZMKePTFMmxs6fT { top:0.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ { display:block; }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc4aq2z3ZaUvnJHclzyFvbeCDbddlVVC { top:1.1875rem;left:4.21875rem;width:7.4375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wquQ4L2osEvhPN0535TL2DdthzINDOZU { top:13.25rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w08yI93JD7D14tmyRizDCpsyTgFJ5Snl { top:16.125rem;left:0rem;width:16.9375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXy5hAPSrczqOECsoJf9vlTd3wXFprG { top:22.8125rem;left:0.71875rem;width:14.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0TTtdWwKRd5EgKXzER6TuV8KCl53dot { top:0.9375rem;left:19.96875rem;width:7.6875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zCRxx8WsklL5MXRR7pW1oS2TpEFLTL { top:13.25rem;left:11.75rem;width:20rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGRkkwycNOxyURHWSTXTln93ghHJrok { top:15.5rem;left:13.625rem;width:18.125rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qexqQs0qqqZ4XBWnaXwTa1Ghn87lf36O { top:22.8125rem;left:16.59375rem;width:14.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9XPtksMM7kMPe14OrmmTGtFEoGAe1ZA { top:13.1875rem;left:27.625rem;width:20rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJRbyIXWG8D0XB4cThx0DkvdWTt5tZqs { top:16.8125rem;left:30.6875rem;width:16.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibFPyLhTTrou37NEXzfmyvokpmu3xcLI { top:22.8125rem;left:32.46875rem;width:14.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqHVUzrf3dwEUgM8LF9xp7uX2RWw0rwN { top:0.9375rem;left:35.96875rem;width:7.4375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3hA6SJ7oDfkECuxoS3nxmmi9K66Lnb0 { top:24.0625rem;left:16.625rem;width:1.9375rem;height:1.9375rem;display:block; }
#l3hA6SJ7oDfkECuxoS3nxmmi9K66Lnb0 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #UQysm3vuFirhKCLy8Dc1dF86h34Oq3bI { top:24.0625rem;left:0.71875rem;width:1.9375rem;height:1.9375rem;display:block; }
#UQysm3vuFirhKCLy8Dc1dF86h34Oq3bI > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #SxWKkvKJqTBW3zEWseaMaHS7tJoct2mo { top:24.0625rem;left:32.5rem;width:1.9375rem;height:1.9375rem;display:block; }
#SxWKkvKJqTBW3zEWseaMaHS7tJoct2mo > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #b1EH9oclEuXwHHiJT6d1lINKCLJ7NHNX { top:1.1875rem;left:35.96875rem;width:7.375rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGigxpFdrtlWyADhpXggKVgkekas1ACr { display:block; }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDRHDLZJ4TkLR0hZF6LtuxNXb8TCS77M { width:47.75rem;height:3.3125rem;top:4.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQsNooT40qXWUPusnvLbmEAk0K39snf { width:47.75rem;height:1.625rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npcRkuxCuNkEWwxFoiugbPiZcx5KSPUI { width:2.5rem;height:0.125rem;top:11.75rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMXl7TiBM9S77mEupuvUxGfVl8O6onwE { width:18.9375rem;height:12.25rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSzim6KViKWyh55Bs7foVaHqLUnalcJ { width:17.5rem;height:9.625rem;top:15.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3mbTCzobbbvmXFhGwRI5dDDGePGMxKf { width:11.25rem;height:1.625rem;top:28.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IesITfpnXCVQPRTyWtGqWu9wRrxSB24p { width:11.25rem;height:1rem;top:31rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNk0TtGD379bKvxeOCQ2l9IOZKOm2h8 { width:4.5625rem;height:4.5625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacRAcngsOvKu7quV2CR9CTS0gk4k1DM { width:11.25rem;height:1.625rem;top:28.125rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqSnBAgt4L4vVUo6rAo8sTipZwtSEm7H { width:11.25rem;height:1rem;top:30.3125rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2WN1qMLZql24ubTvxskM9BQyDG70QxI { width:18.9375rem;height:12.25rem;top:13.875rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoPIEVvr2w7hWk0wRX6Cu58V6edFTDNE { width:18.25rem;height:11.25rem;top:14.375rem;left:14.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvvgWiG8eNmwgLwV7wByRbaV1dr7nb9v { width:4.5625rem;height:4.5625rem;top:27.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rWdv26ydJ3TxS4myg2vkHPk6PaAJez { width:11.25rem;height:1.625rem;top:28.125rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APa1BZ5hJa0y0yRqPzyhpuVgbvhm2KWd { width:11.25rem;height:1rem;top:30.3125rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eylnxKhD90oiU6LuAm9afHyXpD6MxGVb { width:18.9375rem;height:12.25rem;top:13.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMFhicSpEJZOUaktBChnC2WAVKg2llOi { width:17.5rem;height:9.625rem;top:15.1875rem;left:30.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3n2Az5T3QoIlWA6fIkFuKXs2ZCseUqL { width:4.5625rem;height:4.5625rem;top:27.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRblKp5MAtsOIVL3M3ztMQhC54reXoT1 { width:47.75rem;height:9.75rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { display:block; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { top:1.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmiQRHhJ54xSpdsHVxDCTa1yk8eJrVJ2 { top:6.5rem;left:0rem;width:20rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POX2kHT2prFTGTve6CpwUhRPN690rHqZ { top:11.6875rem;left:0rem;width:17.625rem;height:3.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvQAqV5AoqGOxtEk0p4pC6po5VVfxu9C { top:15.25rem;left:0rem;width:18.0625rem;height:22.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATlRLln5oQ57ZTpdFx5H5WXSgMg9Bpb7 { display:none; }#ATlRLln5oQ57ZTpdFx5H5WXSgMg9Bpb7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M76rOzf030XpRxJNPV2WWKyxhEU0Ac0V { top:1.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Eg8rIT69XvzAuGno1zrUpm00kgi9l8 { top:6.5rem;left:0rem;width:20rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX8MU4m06JgNILX99W0HM2xQONxnAr2y { top:11.6875rem;left:0rem;width:17.625rem;height:3.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #urt17M8fKk9TU6xfFFadImKHOQBJEs5B { top:15.25rem;left:0rem;width:18.0625rem;height:22.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV { display:block; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd8PnWKtxMk8cSPkvOxPKBXnKrGx1fwS { top:3.25rem;left:0rem;width:18.5rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwV8LOD8h1kPtnUME9X699DXRzi2Vzqn { top:1.3125rem;left:14.125rem;width:17.625rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXWOTyIOTfRmGxTxmfbA177QsNVGwclU { top:5.6875rem;left:30rem;width:17.625rem;height:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQHBdbTQxgqWtpzkkTOquVB68WTbgSJl { top:5.6875rem;left:14.125rem;width:17.625rem;height:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLfxbn1EZWpegpzFrko7lphoL4Tg9RUI { top:1.375rem;left:30rem;width:17.625rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e98lsqMAG29Rt6daKQuSqkMFk2NBsOwn { top:0rem;left:0rem;width:40.0625rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xypg8uSMQlnZnTKfNOTqeeqAOeGZFnaN { display:none; }
 }@media only screen and (max-width: 763px) { #DerFJOlso2cWFq61wfyUmGQBSofwsqct { display:block; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxzDGkW62TpURLKLrkerN1ZLolVSdUzH { width:14.1875rem;height:3rem;top:6.75rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSV1QnocVnRw4MUTUmruynUIJp10VO2B { display:block; }
 }@media only screen and (max-width: 763px) { #kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq { display:block; }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtDs753oTUhG4AZ9sOHGFOx5cXyWsQIJ { top:0.5625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KncaDh8AynqBJVuBCyh293FpF9C6TaIs { top:3.5rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9uFlSA0DmO29saG9MuRoB0mgGJSWROV { top:4.75rem;left:0.125rem;width:10.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqQnWGtukz5XE9tQPlgi3lzKzXF50wc { top:3.5rem;left:12.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAHKHEUUheaNgn3mX1c3xJWhVFw2yJtp { top:3.3125rem;left:16.15625rem;width:15.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOmAMAyMO7vpJQ9JRhxosoRVzHGm7k49 { top:3.5rem;left:0.125rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS81BCUt72D6oV4OxWrb43e2Sz4JC7yV { top:4.75rem;left:32.3125rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA2ioeIGFEsRIV8l05oarTpC9NCgmZgB { top:3.3125rem;left:33.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfSVTVNSPRheLBKzUpmE8MaqD0GJWVlo { top:3.5rem;left:37.5rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s { display:block; }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5GXp09WxpuelAlBElu6zS60vTyUkGXt { top:1.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeW25q29JXaTGr6gu0UFc1US08eR4Ped { top:0.875rem;left:12.1875rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCGmgup7PX6UncsQE0Srecu4qp2PP5e2 { top:1.0625rem;left:33.1875rem;width:2.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 { display:block; }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEeTwDgTrNmlp4B2RqzUEN0OtrJRu51v { top:1.9375rem;left:24.0625rem;width:22.875rem;height:14.4375rem;font-size:1.1875rem;display:block; }#JEeTwDgTrNmlp4B2RqzUEN0OtrJRu51v li:before{  }
 }@media only screen and (max-width: 763px) { #Xa6H8HStyqyfdTulRqCqLNqTt4pUCnNS { top:1.9375rem;left:0.8125rem;width:18.6875rem;height:13.0625rem;font-size:1.1875rem;display:block; }#Xa6H8HStyqyfdTulRqCqLNqTt4pUCnNS li:before{  }
 }@media only screen and (max-width: 763px) { #HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { display:block; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbIQZ6JVL3kR2xOdeQNVw1WRokC2UTNf { top:3.6875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { display:block; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwkpRufskT44BOdwlKGJwtA4GqWPekWV { top:4rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuNWwg2RGJQUb8u8us219EMUk3l4pD50 { top:1.1875rem;left:1.09375rem;width:45.5625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { width:18.4375rem;height:10.3984375rem;top:8.9765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3TKAwmad2lUbuuw0vXCvzr5JrQvECKK { width:20rem;height:18.25rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxMCavkrslToa4io5RodThsexuL7ANmA { width:16.8125rem;height:16.5703125rem;top:30.484375rem;left:0.8125rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nSkInGsyVfTLTh4H3rxnhm8ZgvK8ii6c { width:20rem;height:6.96875rem;top:2.0703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylk2r4Akl4c80rwGt7cUHK13GvJ9ydaq { width:18.0625rem;height:4.875rem;top:20.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSg4W4fFeduUUll8KfRsegPH8aS3lhU { width:20rem;height:1.4619125rem;top:59.5712875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRC6eRZJ3LR3H1hEkVEs46yrx3kL2Vio { width:20rem;height:2.9746125rem;top:25.6484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg { display:block; }#QoV4VSXJcRG28TVr4xKohAoXEUcB8Seg > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nubuTQ1wgPMUsn1WAeLWLOaZRR1zEqAH { width:20rem;height:27rem;top:-2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { width:16.8125rem;height:7.5rem;top:36.1875rem;left:1.21875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-text {padding-top: 0; padding-bottom: 0;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-select {padding-top: 0; padding-bottom: 0;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW  { width:17.5rem;height:auto;top:0.3125rem;left:0rem; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW {display:block;}#uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW { width:17.5rem;height:auto;top:0.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #PuZ1BUyNHPGVctxSPiqd1DSPfrlfIPDb {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #JGrqAqFdNa1TU71KZS9AK76JveJ5Sr66 { display:none; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #q8zc28hN8HfKOTPIDQPnuLseskVrySat {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #lIPMpgguIiRgul5STU0DPSKUT8b2Zqnk {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #VFJCma7s5rnw1xTyIw8qToriRXlmUOlq { display:none; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #kisLLJC5GfSd1ofatfiIkF1SbZs124xV {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #GyoruK7z0VT1FwWVDf1cRwTRZ7e4JyAs {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #KKcyN92CTB1me7hheKByoZzHqT5kNVl2 { display:none; }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #NvaNsQqJr1ZpookXb7zS1hVHqK1yAEcw {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #N7XdvinFTsk2eThQkyUTfVTS84WIAyBF {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #RyGcGH283cStxANS49o8AINio0TobMpZ {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #IBlaXTU6LJKSawQBAVpqZUX3UbzJOexn {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #CZzK3Q2i4qpzUApSkx1EKXBMwVEbPvrI {  }
 }@media only screen and (max-width: 763px) { #uSrPzfZvSU1Fi9b2I3Ou9Z9oqmkXFEaW #kxQgsxCADV6i10qbZhTuZvKiab8Gg71p {  }
 }@media only screen and (max-width: 763px) { #eRQn4K21xvDSssSeySUlawu0RwR4gZI1 { top:26.78125rem;left:0.90625rem;width:18.1875rem;height:7.3125rem;z-index:15010;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCbpOz4KJkUvJBKvCogEFisqCgv1FqRJ { width:17.9375rem;height:2.5996125rem;top:19.5625rem;left:1.03125rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DkCRfIoxukW0THz4imuvPeC7fhNesCbp { width:17.9375rem;height:1.29980625rem;top:22.25rem;left:1.03125rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DeW2yR1J5lbgJ5yHQeLqvDVxAAUfxnz9 { width:20rem;height:5.19921875rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNJSi5Ry3O4pQoX1UZdPKTpTVv5pAXpp { width:20rem;height:2.5996125rem;top:61.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { width:20rem;height:38.375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofT3wgq7WVzLTDGoc7Kxr80or93ChTHC { width:20rem;height:3.8994125rem;top:65.7246125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfLaNe2XJLaxg1I688KACi6aaBASnvm8 { width:20rem;height:0.89355625rem;top:77.80664375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lME1ryCIoJ9xrpFsci3f0w6W35cLUoRC { width:20rem;height:4.546875rem;top:79.9502rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz9OhxqENkFEszsXokBlST3Tvlh6LHzf { width:20rem;height:5.68359375rem;top:70.87305rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg { display:block; }#KsuRcsfSNo8zb2IW2W8ab8gcGemDIeMg > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyUC6ZqGuTWaoMuNxSBIqckJ1JH2FCmb { width:7rem;height:7rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXMEkouMHc1cOctJNBlr23GdJwLZBmHL { width:7rem;height:7rem;top:9.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S32anOedFv0CfGKGVJIv1xFoWG5pcUGw { width:7rem;height:7rem;top:17.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P14GpPlrLTI75IUMVwOb1p9OHOHx27SU { width:7rem;height:7rem;top:26rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0dFdvvsr4eglILgLdmQXdxaZVA4dq3f { width:7rem;height:7rem;top:34.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVfk17TgCHuekCa4izmJ5q25q5WZfUNK { width:7rem;height:7rem;top:42.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { display:block; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { width:20rem;height:5.19921875rem;top:0.869140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV { display:block; }#sryAyOxGfcrTNXtKzNJmtxsgJTsN7MeV > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsxQuyn5RCf9T70uNkZMKePTFMmxs6fT { width:20rem;height:3.0859375rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ { display:block; }#seIhzUGXIlDeFxo4ADxzuTVtOsncb5QZ > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc4aq2z3ZaUvnJHclzyFvbeCDbddlVVC { width:7.4375rem;height:11.125rem;top:1.375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wquQ4L2osEvhPN0535TL2DdthzINDOZU { width:20rem;height:2.2749rem;top:13.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w08yI93JD7D14tmyRizDCpsyTgFJ5Snl { width:16.9375rem;height:8.4375rem;top:17.125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXy5hAPSrczqOECsoJf9vlTd3wXFprG { width:14.4375rem;height:0.125rem;top:26.125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0TTtdWwKRd5EgKXzER6TuV8KCl53dot { width:7.4375rem;height:11.125rem;top:30.8125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8zCRxx8WsklL5MXRR7pW1oS2TpEFLTL { width:20rem;height:2.2749rem;top:43.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGRkkwycNOxyURHWSTXTln93ghHJrok { width:16.9375rem;height:9rem;top:46.625rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qexqQs0qqqZ4XBWnaXwTa1Ghn87lf36O { width:14.4375rem;height:0.125rem;top:56.375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9XPtksMM7kMPe14OrmmTGtFEoGAe1ZA { width:20rem;height:2.2749rem;top:74.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJRbyIXWG8D0XB4cThx0DkvdWTt5tZqs { width:16.9375rem;height:6.75rem;top:77.625rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibFPyLhTTrou37NEXzfmyvokpmu3xcLI { width:14.4375rem;height:0.125rem;top:85.5625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqHVUzrf3dwEUgM8LF9xp7uX2RWw0rwN { width:7.4375rem;height:11.125rem;top:61.0625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3hA6SJ7oDfkECuxoS3nxmmi9K66Lnb0 { display:flex;width:1.9375rem;height:1.9375rem;top:57.0625rem;left:2.78125rem; }
#l3hA6SJ7oDfkECuxoS3nxmmi9K66Lnb0 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #UQysm3vuFirhKCLy8Dc1dF86h34Oq3bI { display:flex;width:1.9375rem;height:1.9375rem;top:27.125rem;left:2.78125rem; }
#UQysm3vuFirhKCLy8Dc1dF86h34Oq3bI > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #SxWKkvKJqTBW3zEWseaMaHS7tJoct2mo { display:flex;width:1.9375rem;height:1.9375rem;top:86.5rem;left:2.78125rem; }
#SxWKkvKJqTBW3zEWseaMaHS7tJoct2mo > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #b1EH9oclEuXwHHiJT6d1lINKCLJ7NHNX { width:7.375rem;height:11.125rem;top:30.375rem;left:6.28125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pGigxpFdrtlWyADhpXggKVgkekas1ACr { display:block; }#pGigxpFdrtlWyADhpXggKVgkekas1ACr > .row .container { width:20rem;height:76.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDRHDLZJ4TkLR0hZF6LtuxNXb8TCS77M { width:20rem;height:1.13736875rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQsNooT40qXWUPusnvLbmEAk0K39snf { width:20rem;height:1.21875rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npcRkuxCuNkEWwxFoiugbPiZcx5KSPUI { width:2.5rem;height:0.125rem;top:9.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMXl7TiBM9S77mEupuvUxGfVl8O6onwE { width:18.9375rem;height:12.25rem;top:12.5rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSzim6KViKWyh55Bs7foVaHqLUnalcJ { width:17.5rem;height:9.625rem;top:13.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3mbTCzobbbvmXFhGwRI5dDDGePGMxKf { width:13.8125rem;height:1.625rem;top:26.0625rem;left:5.71875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IesITfpnXCVQPRTyWtGqWu9wRrxSB24p { width:13.8125rem;height:1.29980625rem;top:28.25rem;left:5.71875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XWNk0TtGD379bKvxeOCQ2l9IOZKOm2h8 { width:4.5625rem;height:4.5625rem;top:25.5rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacRAcngsOvKu7quV2CR9CTS0gk4k1DM { width:13.1875rem;height:1.625rem;top:47.875rem;left:5.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tqSnBAgt4L4vVUo6rAo8sTipZwtSEm7H { width:13.8125rem;height:1.29980625rem;top:50.0625rem;left:5.71875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C2WN1qMLZql24ubTvxskM9BQyDG70QxI { width:18.9375rem;height:12.25rem;top:33.625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoPIEVvr2w7hWk0wRX6Cu58V6edFTDNE { width:17.5rem;height:12.375rem;top:33.5625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvvgWiG8eNmwgLwV7wByRbaV1dr7nb9v { width:4.5625rem;height:4.5625rem;top:47.28125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rWdv26ydJ3TxS4myg2vkHPk6PaAJez { width:12.75rem;height:1.625rem;top:68.6875rem;left:6.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #APa1BZ5hJa0y0yRqPzyhpuVgbvhm2KWd { width:13.8125rem;height:1.29980625rem;top:70.75rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eylnxKhD90oiU6LuAm9afHyXpD6MxGVb { width:18.9375rem;height:12.25rem;top:55.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMFhicSpEJZOUaktBChnC2WAVKg2llOi { width:17.5rem;height:9.625rem;top:56.375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3n2Az5T3QoIlWA6fIkFuKXs2ZCseUqL { width:4.5625rem;height:4.5625rem;top:67.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRblKp5MAtsOIVL3M3ztMQhC54reXoT1 { width:20rem;height:4.0625rem;top:3.224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 { display:block; }#diPET9aBa6G1TpTTewbvTmE8aCI02Ec2 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { width:20rem;height:5.19921875rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmiQRHhJ54xSpdsHVxDCTa1yk8eJrVJ2 { width:20rem;height:0.125rem;top:39.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #POX2kHT2prFTGTve6CpwUhRPN690rHqZ { width:17.625rem;height:3.5625rem;top:10.625rem;left:1.1875rem;font-size:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gvQAqV5AoqGOxtEk0p4pC6po5VVfxu9C { top:15.25rem;left:0.96875rem;width:18.0625rem;height:22.0966875rem;z-index:15003;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ATlRLln5oQ57ZTpdFx5H5WXSgMg9Bpb7 { display:block; }#ATlRLln5oQ57ZTpdFx5H5WXSgMg9Bpb7 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M76rOzf030XpRxJNPV2WWKyxhEU0Ac0V { width:20rem;height:5.19921875rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Eg8rIT69XvzAuGno1zrUpm00kgi9l8 { width:20rem;height:0.125rem;top:39.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kX8MU4m06JgNILX99W0HM2xQONxnAr2y { width:17.625rem;height:3.5625rem;top:10.625rem;left:1.1875rem;font-size:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #urt17M8fKk9TU6xfFFadImKHOQBJEs5B { top:15.25rem;left:0.96875rem;width:18.0625rem;height:22.0966875rem;z-index:15003;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zUGMXvmO/Prostoka_t_8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV.adaptive-delivery-prevent-bg, #T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV.lazyload, #T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV.lazyloading { background-image: none; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container { background-color: transparent; background-image: none; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container > .video-iframe-container { display: none; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row > .video-iframe-container { display: none; }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .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); }#T85kIFstwSo6rmoRtiiFX4VcFgwMsyJV > .row .container { width:20rem;height:101.84375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd8PnWKtxMk8cSPkvOxPKBXnKrGx1fwS { width:18.5rem;height:12.9980625rem;top:2.6875rem;left:0.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DwV8LOD8h1kPtnUME9X699DXRzi2Vzqn { width:17.625rem;height:5.34375rem;top:17.25rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXWOTyIOTfRmGxTxmfbA177QsNVGwclU { width:17.625rem;height:36rem;top:65.84375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQHBdbTQxgqWtpzkkTOquVB68WTbgSJl { width:17.625rem;height:35.15625rem;top:24.4375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLfxbn1EZWpegpzFrko7lphoL4Tg9RUI { width:17.625rem;height:3.5625rem;top:61.53125rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e98lsqMAG29Rt6daKQuSqkMFk2NBsOwn { width:20rem;height:35.0625rem;top:60.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xypg8uSMQlnZnTKfNOTqeeqAOeGZFnaN { top:0rem;left:0rem;width:20rem;height:14.25rem;z-index:14997;background-color:#0d5429;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DerFJOlso2cWFq61wfyUmGQBSofwsqct { background-color:transparent;background-image:url("https://images.assets-landingi.com/zUGMXvmO/Prostoka_t_8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct.adaptive-delivery-prevent-bg, #DerFJOlso2cWFq61wfyUmGQBSofwsqct.lazyload, #DerFJOlso2cWFq61wfyUmGQBSofwsqct.lazyloading { background-image: none; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container { background-color: transparent; background-image: none; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container > .video-iframe-container { display: none; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row > .video-iframe-container { display: none; }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .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); }#DerFJOlso2cWFq61wfyUmGQBSofwsqct > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxzDGkW62TpURLKLrkerN1ZLolVSdUzH { width:13.875rem;height:2.9375rem;top:1.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSV1QnocVnRw4MUTUmruynUIJp10VO2B { display:block; }
 }@media only screen and (max-width: 763px) { #kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq { display:block; }#kI4LbWapO8xKm5fPbpnUoA7M0aSmBMNq > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtDs753oTUhG4AZ9sOHGFOx5cXyWsQIJ { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KncaDh8AynqBJVuBCyh293FpF9C6TaIs { display:flex;width:2.75rem;height:2.75rem;top:4.36767578125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #i9uFlSA0DmO29saG9MuRoB0mgGJSWROV { width:10.4375rem;height:1.4624rem;top:10.05517578125rem;left:4.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZqQnWGtukz5XE9tQPlgi3lzKzXF50wc { display:flex;width:2.4375rem;height:2.4375rem;top:13.62988125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #MAHKHEUUheaNgn3mX1c3xJWhVFw2yJtp { width:15.4375rem;height:2.9248rem;top:17.31738125rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOmAMAyMO7vpJQ9JRhxosoRVzHGm7k49 { width:6.25rem;height:1.29980625rem;top:8.30517578125rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RS81BCUt72D6oV4OxWrb43e2Sz4JC7yV { width:15.4375rem;height:1.4624rem;top:27.72900390625rem;left:2.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QA2ioeIGFEsRIV8l05oarTpC9NCgmZgB { display:flex;width:3.125rem;height:3.125rem;top:22.30419921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wfSVTVNSPRheLBKzUpmE8MaqD0GJWVlo { width:6.25rem;height:1.29980625rem;top:26.42919921875rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s { display:block; }#GsApInLWQ0BbaiyiA0IZsaRNPPSdLc7s > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5GXp09WxpuelAlBElu6zS60vTyUkGXt { width:20rem;height:2.5996125rem;top:4.73046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeW25q29JXaTGr6gu0UFc1US08eR4Ped { width:2.3125rem;height:2.6875rem;top:4.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCGmgup7PX6UncsQE0Srecu4qp2PP5e2 { width:2.375rem;height:2.8125rem;top:4.6240234375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 { display:block; }#TOT7nW48UF1CKnVn3xquZSrNWRBSAta8 > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEeTwDgTrNmlp4B2RqzUEN0OtrJRu51v { width:18.5rem;height:25.1445rem;top:0.75rem;left:0.75rem;font-size:1.1875rem;display:block; }#JEeTwDgTrNmlp4B2RqzUEN0OtrJRu51v li:before{  }
 }@media only screen and (max-width: 763px) { #Xa6H8HStyqyfdTulRqCqLNqTt4pUCnNS { width:18.6875rem;height:16.834rem;top:26.39599609375rem;left:0.65625rem;font-size:1.1875rem;display:block; }#Xa6H8HStyqyfdTulRqCqLNqTt4pUCnNS li:before{  }
 }@media only screen and (max-width: 763px) { #HB7ETgSJemu3cprNknptzaVFnEsK5SsJ { display:block; }#HB7ETgSJemu3cprNknptzaVFnEsK5SsJ > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbIQZ6JVL3kR2xOdeQNVw1WRokC2UTNf { width:20rem;height:8.125rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC { display:block; }#xt6wc6Ncym6M5h1tg4Pbc4OuCpW1pXPC > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwkpRufskT44BOdwlKGJwtA4GqWPekWV { width:20rem;height:9.098625rem;top:2.05078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA { display:block; }#nlErPx0aUpaGNZEDkoIfrDU8ytLF6lDA > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuNWwg2RGJQUb8u8us219EMUk3l4pD50 { height:11.193375rem;width:20rem;top:2.74658203125rem;left:0rem;display:block; }
 }