.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:224,224,231;--color-primary-1:151,152,176;--color-primary-2:47,48,97;--color-primary-3:24,24,49;--color-primary-4:7,7,15;--color-secondary-0:254,242,228;--color-secondary-1:251,211,164;--color-secondary-2:247,166,73;--color-secondary-3:124,83,37;--color-secondary-4:37,25,11;--color-tertiary-0:255,255,255;--color-tertiary-1:164,164,164;--color-tertiary-2:103,104,104;--color-tertiary-3:62,62,62;--color-tertiary-4:1,3,4;--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:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(47,48,97,1);; } #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); }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 { 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; }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row .container { background-color: transparent; background-image: none; }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row .container > .video-iframe-container { display: none; }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row > .video-iframe-container { display: none; }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .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); }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row .container { border-width: 0; border-radius: 0; }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#l8BTH9cZTTZ7SpfhO2BUGfBhdVaiIURo { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:5rem;left:51.4375rem;display:block; }
#uyKBDNtnqWmW1fEcQrGVCfX6Xyk9OrqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pSSfToKyUVp45ktlvtJAkOHqDFvrM3wB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:18.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#y3SXxUe9NlF0waQCL9mopwPRLfgxUQvo { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:4.78125rem;left:43.5rem; }
#y3SXxUe9NlF0waQCL9mopwPRLfgxUQvo > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#ppaosC1ssKT2PMGF5iB0d6Viyv8JvuVQ { color:rgba(var(--color-primary-2),1);display:block;width:5.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:4.95703125rem;left:45.625rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dbd7c5c6-7e88-4c6f-8d36-0e2ac659d251/Untitleddesign20250925T092358864.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:10.0244140625rem;left:0.125rem;height:4.19921875rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:19.056640625rem;left:0rem;height:5.51074375rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#F4koVkKfAAXX3l00zkTz0dIP0GBewst1 { z-index:15003;top:26.474609375rem;left:0.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QWkrPcdgorRz5dTDxIJ8ewOkPt3i1soV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wcz7qvCH168SepfZseGTxlJ3TAoUWi7G { display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:13.6611328125rem;left:0rem;height:4.875rem;color:rgba(var(--color-primary-2),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kI2HpTBr9s4FzT7vQOWnatobVVy7hi9K { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5rem;left:0rem;height:1.625rem;font-style:italic;display:block; }
#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { border-bottom:0;border-left:0;border-right:0;border-top: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; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { background-color: transparent; background-image: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .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); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { border-width: 0; border-radius: 0; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:6.82425rem;text-align:center;text-align-last:center;color:#2b3a67;font-style:normal;display:block; }
#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF { border-bottom:0;border-left:0;border-right:0;border-top: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; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { background-color: transparent; background-image: none; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container > .video-iframe-container { display: none; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row > .video-iframe-container { display: none; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .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); }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { border-width: 0; border-radius: 0; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#CZwXMqF4NFbQITDfImPt3ln2nVu3fbpG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15000;top:0rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.75rem;height:3.4121125rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImJXheOImxCAwQT2HRgazT2ofLDIIIHe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15001;top:0rem;left:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:16.25rem;height:5.1181625rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#tc8ZUmsJpfGz0TTMTRWQc7uLK6MoJamh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15002;top:0rem;left:33.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:31.71875rem;height:3.4121125rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15003;top:0rem;left:48.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:46.25rem;height:5.1181625rem;color:rgba(var(--color-primary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#h5LQZJMDTSqf7UVLAPRWd9IKDV80uffx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:1.21875rem;left:4.96875rem;overflow:hidden;display:block; }
#SbGOvr3fkFqI9vNK7xvTenRTZBimNKf6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:1.1875rem;left:19.6875rem;overflow:hidden;display:block; }
#pcB0GAxIxbMN4p83wkqC3TsHBvco7uNU { position:absolute;display:block;z-index:15018;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:6rem;width:6rem;top:0.75rem;left:34.5rem;overflow:hidden;display:block; }
#TQEiA4gcGh7dNp3ET8UvKMRI8CWTiGyH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:0.75rem;left:49.5rem;overflow:hidden;display:block; }
#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbfb;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; }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row .container { background-color: transparent; background-image: none; }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row .container > .video-iframe-container { display: none; }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row > .video-iframe-container { display: none; }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .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); }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row .container { border-width: 0; border-radius: 0; }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row .container { font-size:0.875rem;font-family:arial;height:80.625rem;width:60rem;position:relative;display:block; }#zsKAx0G2GbDID3I6SEgoBEcltvTXlV7w { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(var(--color-primary-2),0.28) ;height:34.125rem;width:29.4375rem;top:2.59375rem;left:0rem;display:block; }
#TPs6MRQ1FZkrgqukB5reVXHbR5oyE5Tk { position:absolute;display:block;z-index:15023;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:27.5rem;width:26.5rem;top:39.8125rem;left:0.625rem;overflow:hidden;display:block; }
#lX3b1whO198xAMs7TllGxsF7sFgPJQz5 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-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:19.625rem;width:12.5rem;top:43.75rem;left:0rem;display:block; }
#CSBxgXTCFXnkr2Q0dWBEL6hVONdlTBW9 { position:absolute;display:block;z-index:15022;background-color:#004673;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:12.5rem;width:24.5625rem;top:55.5rem;left:0rem;display:block; }
#v7iuvQ34TvP5x1zCOm75WqMSyTfRyynP { position:absolute;display:block;z-index:15023;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:27.875rem;width:26.875rem;top:2.5498046875rem;left:32.4375rem;overflow:hidden;display:block; }
#DJawNDi9XZZeNXWQwOxidRdTZTr02qpI { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-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:19.625rem;width:12.5rem;top:5.1875rem;left:47.5rem;display:block; }
#vNpbGmV8nblALE2WDWPEo6VePy5hgBCX { position:absolute;display:block;z-index:15022;background-color:#004673;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:12.5rem;width:24.5625rem;top:18.681640625rem;left:35.4375rem;display:block; }
#bmwSZW8LCAb6LAy8cxksKQXXHsOCATDr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.041015625rem;left:1.09375rem;height:1.8681625rem;font-style:normal;display:block; }
#xuGWFs87bI8qE00yksdMS4DIRoVqZxeK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.75rem;left:1.21875rem;height:1.29980625rem;font-style:normal;display:block; }
#Vv31RVThgV0Fxeq9PsdzO0SQrL1O65pI { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:9.7744140625rem;left:1.21875rem;height:2.5996125rem;font-style:normal;display:block; }#Vv31RVThgV0Fxeq9PsdzO0SQrL1O65pI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vv31RVThgV0Fxeq9PsdzO0SQrL1O65pI li:before{  }
#uIvftQ1mxtnsG2apCAhTZ4FhnLUITSxP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.21875rem;height:1.29980625rem;font-style:normal;display:block; }
#i4EIPJiJgUPa789spOwPKTgX41dfyIoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:15.5rem;left:1.21875rem;height:5.51171875rem;font-style:normal;display:block; }#i4EIPJiJgUPa789spOwPKTgX41dfyIoJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i4EIPJiJgUPa789spOwPKTgX41dfyIoJ li:before{  }
#IUVHy7zfTQOikNyIDxiJElBZdsakgO2D { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.28125rem;height:1.29980625rem;font-style:normal;display:block; }
#qDShudIUMW0QPeAM1zP1V6WPVRmPcUTH { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:24.5rem;left:1.28125rem;height:3.8994125rem;font-style:normal;display:block; }#qDShudIUMW0QPeAM1zP1V6WPVRmPcUTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qDShudIUMW0QPeAM1zP1V6WPVRmPcUTH li:before{  }
#pmdalgkeSXyXQn37vTAubeUNxxdozLiM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:28.5625rem;left:1.09375rem;height:1.29980625rem;font-style:normal;display:block; }
#ZW3BvywkhCUAEpNpMSpeoQ6Ff8Zd6Gm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:31.119140625rem;left:1.09375rem;height:2.5996125rem;font-style:normal;display:block; }#ZW3BvywkhCUAEpNpMSpeoQ6Ff8Zd6Gm1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZW3BvywkhCUAEpNpMSpeoQ6Ff8Zd6Gm1 li:before{  }
#wWPfhsi4vBpWI8b4oMQEX8yPdiNVJX3T { position:absolute;display:block;z-index:15010;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.28) ;height:34.125rem;width:29.4375rem;top:39.6875rem;left:30.5625rem;display:block; }
#OTPwxcc49OECOoZu8PXVvKO3QTpBormc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:41.125rem;left:31.6875rem;height:3.736325rem;font-style:normal;display:block; }
#pqEam4ZTUIN7ZIfGMrsfb85XhcniqxTP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:44.8125rem;left:31.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#n3UdkMEZITKkc4isyyBNHsxIJyIOk2pv { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:46.8125rem;left:31.8125rem;height:2.5996125rem;font-style:normal;display:block; }#n3UdkMEZITKkc4isyyBNHsxIJyIOk2pv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n3UdkMEZITKkc4isyyBNHsxIJyIOk2pv li:before{  }
#g6KIhO0708Jm76OaAZTu2US7poN6DBcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:50.1875rem;left:31.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#qEog11OMD3TIdzDf1ugIgxUrLfFBZXTH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:52.3125rem;left:31.6875rem;height:;font-style:normal;display:block; }#qEog11OMD3TIdzDf1ugIgxUrLfFBZXTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qEog11OMD3TIdzDf1ugIgxUrLfFBZXTH li:before{  }
#TEQwVt3fJTTCJ4aguODp8qZt5wSDvK9U { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:58.25rem;left:31.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#yV7nF9FVLDd3FkRuwJIV2A1TiTfvTvfG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:61.6875rem;left:31.6875rem;height:2.5996125rem;font-style:normal;display:block; }#yV7nF9FVLDd3FkRuwJIV2A1TiTfvTvfG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yV7nF9FVLDd3FkRuwJIV2A1TiTfvTvfG li:before{  }
#Q0l8yDs3OwnsqC3LokVHCqiqy2gUi2iz { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:66.0751953125rem;left:31.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#aqA1boEFdaHXFLVfGSchXbAp2mJhp22R { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:68.75rem;left:31.6875rem;height:;font-style:normal;display:block; }#aqA1boEFdaHXFLVfGSchXbAp2mJhp22R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aqA1boEFdaHXFLVfGSchXbAp2mJhp22R li:before{  }
#f7o9pGIrvu9GBq6QnHnv5hXozQmTlb7O { z-index:15004;top:32.15625rem;left:32.4375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QDyXrATslTue5Flvs0AIHr4SGxG5AsXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDJbCAnXwqm5hn5TnPRWiIdznTAsZC89 { z-index:15005;top:69.375rem;left:10.875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R2KaLHn7EnTq1NrXcXnReisT5Tx2nxNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row .container { background-color: transparent; background-image: none; }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row .container > .video-iframe-container { display: none; }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row > .video-iframe-container { display: none; }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .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); }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row .container { border-width: 0; border-radius: 0; }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#Q1NR9K4XBECPOUDO9aOSO5MXlml11s31 { position:absolute;display:block;z-index:15005;background-color:#176ea9;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:11.5625rem;left:7.5rem;display:block; }
#xDRC4u0lWLKT1wTmrnIKRIPXTF1t4hKC { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:7.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNkvmPaIX7CUP87JUsWlvNqR97OECvJ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.3125rem;left:1.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p4JepsaJPV03nEgpTh9kWRMmRVFQVuZS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:22.375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eP1waMceFXtrXrt40LcET92KITQTE8ML { position:absolute;display:block;z-index:15008;background-color:#176ea9;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:11.5625rem;left:28.125rem;display:block; }
#ba4sTcpEgdxLgapZh7zs7h4TIM063IrV { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:28.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGWQUkOQqEOhhf8c1glgO8hgKDzxc1EM { color:#ffedf2;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:42.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CR0JI04RkWHPmy2TxKZWKLhTh3yL5Cch { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:11.5625rem;left:48.6875rem;display:block; }
#Pv1C3aPEpW2QyMFTLi6WJrFmRo7omK5a { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.125rem;left:48.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#By5p87CIsPW8UJfiFUB4oEf1Ty941QtT { display:block;width:60rem;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:3.3125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN { position:relative;display:block; }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN { background-color: transparent; background-image: none; }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .row .container > .video-iframe-container { display: none; }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .row > .video-iframe-container { display: none; }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .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); }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN { border-width: 0; border-radius: 0; }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .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; }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .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:45.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; }#KgoAT8U9Xvl2beinoG69WpdvonWt2Wst { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;color:#004673;font-style:normal;display:block; }
#iKyx5OdMKNU9R3CzoFZsnByTe7Jmhb37 { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:29.75rem;top:8.625rem;left:24.875rem;display:block; }
#PHNOTDTtpavzZ6tc3iKBNv83XGv22Uyg { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:11.75rem;left:26.5rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yd2ivF7kK2eimevs8dBZUkoyNWPDGtGi { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:13.92578125rem;left:26.53125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0ff46oTglUEr0V5qct8wbWvCfkJe1ei { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.4375rem;left:26.5rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FhCNhPJvQH0cDvXySN1mFR09VuZVdwOH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:28.5625rem;left:26.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ey5kDJGLL7HpS9wIoIhfDi9zlgqPEKzT { position:absolute;display:block;z-index:15010;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:29.75rem;top:23.3125rem;left:24.875rem;display:block; }
#qwA27p90pdD5DvO2yw5vqy3FdTgSHpaR { position:absolute;display:block;z-index:15042;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:23.3125rem;left:5.125rem;overflow:hidden;display:block; }
#qsqKpFqJmUI4LSzI0BefWPxiclSdQqSl { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:8.625rem;left:5.125rem;overflow:hidden;display:block; }
#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbf56d60-2538-478c-be02-33fedc0d70d8/Untitleddesign20250925T121423804.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n.adaptive-delivery-prevent-bg, #fRHhseedgEW1lDJNNdKcf0nGII3Dih3n.lazyload, #fRHhseedgEW1lDJNNdKcf0nGII3Dih3n.lazyloading { background-image: none; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row .container { background-color: transparent; background-image: none; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.68); }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row .container > .video-iframe-container { display: none; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.68); }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row > .video-iframe-container { display: none; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .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); }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row .container { border-width: 0; border-radius: 0; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#oQR3D8E785C3b1y40GGogLVqAzwm53Pu { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#cDZmQR7oHE7vg4RLRvu7fa5AX9zQtsrT { display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.869140625rem;left:10.75rem;height:1.8369125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row .container { background-color: transparent; background-image: none; }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row .container > .video-iframe-container { display: none; }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row > .video-iframe-container { display: none; }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .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); }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row .container { border-width: 0; border-radius: 0; }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row .container { width:60rem;height:40.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ZQmKTIE3FMptVugMqPxIdJrKo4qJoqT7 { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:3.8984375rem;font-style:normal;display:block; }
#zpkCGkPED0bhNkwzlAPfkb1LZ9asgZqy { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.13) ;height:31.8125rem;width:26.375rem;top:8.875rem;left:33.625rem;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-form-header {  }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);width:21.25rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:21.25rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:21.25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-2),1);font-family:ubuntu;font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#f2f9ff;width:21.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.1875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:first-of-type{padding-top:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:last-of-type{padding-bottom:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:5.5244140625rem;left:34.9375rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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-0),0.5);vertical-align:top;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:5.5244140625rem;left:34.9375rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #As2nvwGCEETi1ImbeEROPTAOwQ0Pog8b { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #gyTENoPaba8k825FSIkvx8OpfCF5u9D7 { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Dwm1Es2sAKtFWhlmseeCltZhX3Vg4Rb2 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #bpdTginkqKz16UeOBsZByLTqvZTyQmOm { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #DkN33kgCTFJFTaKEdXERthozlHtah2gQ { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #GiS9FHo7XWfhfrz5Rps0hWdfpllGmZb1 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #e0cVEyPTPNpMl1JFz3NpwewpTB3S7J4S { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #gNKKQahb0kOkS5SlUFKrBTZ5g5S0TQND { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #FTbVuiDoAaJ3KGMFwD5UBERtV3rsDs4C { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #wHXxzl552RpGa67VkssUtXkodksyS2Dv { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x019ER3zT15MSNrs4CewUaCkdSOBF2Tw { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ENowNQzBXyxGDhTvaUpcqprIpexJRL2m { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp { position:relative;z-index:2; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK { position:relative; }
#y5XTTamaQnftVg8RvGtBzwtvCl0i9IUM { display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5869140625rem;left:2.15625rem;height:3.4121125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#FwJ1KCPpHJIPWq40E8QAayUq65fWO0OM { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:14.78125rem;left:2.15625rem; }
#FwJ1KCPpHJIPWq40E8QAayUq65fWO0OM > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#nAg8EldJ1aS4bsc9v6IDnVPKs7eXys8W { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:15.125rem;left:10.46875rem;display:block; }
#UnDFu8nS9wFfNbogXRcRtnAoWAEiutZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqDZqXeoXDqsZUN1T656Kt3CEKwyPIl0 { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:21.875rem;left:2.09375rem; }
#uSwb2nND9pOwRl9ykkWXRIP3CGkO7O0t { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:21.939453125rem;left:4.53125rem;height:2.76171875rem;font-style:normal;display:block; }
#irp8O0lP5aC0wcC5GG9aJMzWSpGBPXM9 { color:rgba(var(--color-secondary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:30.5234375rem;left:2.21875rem;height:1.7871125rem;font-style:italic;display:block; }
#RT5UP0ItqVZulcOAkfevaCdPMAL6zLDS { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:15.08203125rem;left:4.40625rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l12q0JmRXPOUOgA7dx5r8dD1gCVWDMkO { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:18.65625rem;left:2.375rem; }
#l12q0JmRXPOUOgA7dx5r8dD1gCVWDMkO > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#mIEf2SnZvaMLkcdqqC9vf9gv4fZt3yb6 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:1.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:18.625rem;left:4.25rem;display:block; }
#UN28aesJw1wXdP6VUVl3LgKtLJp662KV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPAUtyAJfetolBp8p2P5xsyVasaxIpIk { color:rgba(var(--color-secondary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.0625rem;left:2.15625rem;height:1.625rem;font-style:italic;display:block; }
#UKe83FyQuo5AD1K27WEv7ypufEzx7odK { 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; }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row .container { background-color: transparent; background-image: none; }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row .container > .video-iframe-container { display: none; }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row > .video-iframe-container { display: none; }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .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); }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row .container { border-width: 0; border-radius: 0; }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#vdLqTt7XUo1Hf0scXU7rGQbqtJZnt6FM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.34375rem;left:11.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yeQ7g839mTI7eki4dkTpWKEStpNPO6z5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:11.875rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#SIJ5AQz1qa7EKKhDu9c51WJCz985RPF4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.40625rem;left:42.8125rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 { display:block; }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8BTH9cZTTZ7SpfhO2BUGfBhdVaiIURo { width:8.5625rem;height:1.25rem;top:5rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKBDNtnqWmW1fEcQrGVCfX6Xyk9OrqI { display:block; }
 }@media only screen and (max-width: 763px) { #pSSfToKyUVp45ktlvtJAkOHqDFvrM3wB { top:0rem;left:0rem;width:18.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3SXxUe9NlF0waQCL9mopwPRLfgxUQvo { width:1.6875rem;height:1.6875rem;top:4.75rem;left:37.375rem;display:block; }
#y3SXxUe9NlF0waQCL9mopwPRLfgxUQvo > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ppaosC1ssKT2PMGF5iB0d6Viyv8JvuVQ { top:4.9375rem;left:39.5rem;width:5.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4koVkKfAAXX3l00zkTz0dIP0GBewst1 { top:4.125rem;left:31.5rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWkrPcdgorRz5dTDxIJ8ewOkPt3i1soV { display:block; }
 }@media only screen and (max-width: 763px) { #wcz7qvCH168SepfZseGTxlJ3TAoUWi7G { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI2HpTBr9s4FzT7vQOWnatobVVy7hi9K { top:32.5rem;left:0rem;width:17.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { width:47.75rem;height:3.375rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF { display:block; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZwXMqF4NFbQITDfImPt3ln2nVu3fbpG { width:7.5rem;height:7.5rem;top:0.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { width:8.5625rem;height:3.375rem;top:8.5rem;left:1.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJXheOImxCAwQT2HRgazT2ofLDIIIHe { width:7.5rem;height:7.5rem;top:0.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { width:12.5625rem;height:3.4375rem;top:8.5rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8ZUmsJpfGz0TTMTRWQc7uLK6MoJamh { width:7.5rem;height:7.5rem;top:0rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { width:11.5625rem;height:3.375rem;top:8.5rem;left:24.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { width:12.5rem;height:3.375rem;top:8.5rem;left:35.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5LQZJMDTSqf7UVLAPRWd9IKDV80uffx { top:1.1875rem;left:3.4375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbGOvr3fkFqI9vNK7xvTenRTZBimNKf6 { top:1.1875rem;left:15.09375rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcB0GAxIxbMN4p83wkqC3TsHBvco7uNU { top:0.75rem;left:26.84375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQEiA4gcGh7dNp3ET8UvKMRI8CWTiGyH { top:0.75rem;left:38.78125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU { display:block; }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsKAx0G2GbDID3I6SEgoBEcltvTXlV7w { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPs6MRQ1FZkrgqukB5reVXHbR5oyE5Tk { top:39.8125rem;left:0rem;width:26.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX3b1whO198xAMs7TllGxsF7sFgPJQz5 { top:43.75rem;left:0rem;width:12.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSBxgXTCFXnkr2Q0dWBEL6hVONdlTBW9 { top:55.5rem;left:0rem;width:24.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7iuvQ34TvP5x1zCOm75WqMSyTfRyynP { top:2.5rem;left:18.125rem;width:26.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJawNDi9XZZeNXWQwOxidRdTZTr02qpI { top:5.1875rem;left:35.25rem;width:12.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNpbGmV8nblALE2WDWPEo6VePy5hgBCX { top:18.625rem;left:23.1875rem;width:24.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmwSZW8LCAb6LAy8cxksKQXXHsOCATDr { top:4rem;left:0rem;width:20.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuGWFs87bI8qE00yksdMS4DIRoVqZxeK { top:7.75rem;left:0rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv31RVThgV0Fxeq9PsdzO0SQrL1O65pI { top:9.75rem;left:0rem;width:23.1875rem;height:2.5625rem;font-size:1rem;display:block; }#Vv31RVThgV0Fxeq9PsdzO0SQrL1O65pI li:before{  }
 }@media only screen and (max-width: 763px) { #uIvftQ1mxtnsG2apCAhTZ4FhnLUITSxP { top:13.25rem;left:0rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4EIPJiJgUPa789spOwPKTgX41dfyIoJ { top:15.5rem;left:0rem;width:23.1875rem;height:;font-size:1rem;display:block; }#i4EIPJiJgUPa789spOwPKTgX41dfyIoJ li:before{  }
 }@media only screen and (max-width: 763px) { #IUVHy7zfTQOikNyIDxiJElBZdsakgO2D { top:22.1875rem;left:0rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDShudIUMW0QPeAM1zP1V6WPVRmPcUTH { top:24.5rem;left:0rem;width:23.1875rem;height:;font-size:1rem;display:block; }#qDShudIUMW0QPeAM1zP1V6WPVRmPcUTH li:before{  }
 }@media only screen and (max-width: 763px) { #pmdalgkeSXyXQn37vTAubeUNxxdozLiM { top:28.5625rem;left:0rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW3BvywkhCUAEpNpMSpeoQ6Ff8Zd6Gm1 { top:31.0625rem;left:0rem;width:24.4375rem;height:2.625rem;font-size:1rem;display:block; }#ZW3BvywkhCUAEpNpMSpeoQ6Ff8Zd6Gm1 li:before{  }
 }@media only screen and (max-width: 763px) { #wWPfhsi4vBpWI8b4oMQEX8yPdiNVJX3T { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTPwxcc49OECOoZu8PXVvKO3QTpBormc { top:41.125rem;left:25.5625rem;width:20.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqEam4ZTUIN7ZIfGMrsfb85XhcniqxTP { top:44.8125rem;left:25.6875rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3UdkMEZITKkc4isyyBNHsxIJyIOk2pv { top:46.8125rem;left:21.875rem;width:25.875rem;height:2.5625rem;font-size:1rem;display:block; }#n3UdkMEZITKkc4isyyBNHsxIJyIOk2pv li:before{  }
 }@media only screen and (max-width: 763px) { #g6KIhO0708Jm76OaAZTu2US7poN6DBcZ { top:50.1875rem;left:25.6875rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEog11OMD3TIdzDf1ugIgxUrLfFBZXTH { top:52.3125rem;left:21.0625rem;width:26.6875rem;height:;font-size:1rem;display:block; }#qEog11OMD3TIdzDf1ugIgxUrLfFBZXTH li:before{  }
 }@media only screen and (max-width: 763px) { #TEQwVt3fJTTCJ4aguODp8qZt5wSDvK9U { top:58.25rem;left:25.5625rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7nF9FVLDd3FkRuwJIV2A1TiTfvTvfG { top:61.6875rem;left:22.5625rem;width:25.1875rem;height:2.5625rem;font-size:1rem;display:block; }#yV7nF9FVLDd3FkRuwJIV2A1TiTfvTvfG li:before{  }
 }@media only screen and (max-width: 763px) { #Q0l8yDs3OwnsqC3LokVHCqiqy2gUi2iz { top:66.0625rem;left:25.5625rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqA1boEFdaHXFLVfGSchXbAp2mJhp22R { top:68.75rem;left:24.5625rem;width:23.1875rem;height:;font-size:1rem;display:block; }#aqA1boEFdaHXFLVfGSchXbAp2mJhp22R li:before{  }
 }@media only screen and (max-width: 763px) { #f7o9pGIrvu9GBq6QnHnv5hXozQmTlb7O { top:4.125rem;left:31.5rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDyXrATslTue5Flvs0AIHr4SGxG5AsXU { display:block; }
 }@media only screen and (max-width: 763px) { #tDJbCAnXwqm5hn5TnPRWiIdznTAsZC89 { top:4.125rem;left:31.5rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2KaLHn7EnTq1NrXcXnReisT5Tx2nxNL { display:block; }
 }@media only screen and (max-width: 763px) { #KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT { display:block; }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1NR9K4XBECPOUDO9aOSO5MXlml11s31 { top:11.5625rem;left:1.375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRC4u0lWLKT1wTmrnIKRIPXTF1t4hKC { top:12.125rem;left:1.5625rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNkvmPaIX7CUP87JUsWlvNqR97OECvJ0 { top:16.3125rem;left:0rem;width:15.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4JepsaJPV03nEgpTh9kWRMmRVFQVuZS { top:16.3125rem;left:16.25rem;width:14.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP1waMceFXtrXrt40LcET92KITQTE8ML { top:11.5625rem;left:22rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4sTcpEgdxLgapZh7zs7h4TIM063IrV { top:12.125rem;left:22.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGWQUkOQqEOhhf8c1glgO8hgKDzxc1EM { top:16.3125rem;left:33.3125rem;width:14.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR0JI04RkWHPmy2TxKZWKLhTh3yL5Cch { top:11.5625rem;left:42.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv1C3aPEpW2QyMFTLi6WJrFmRo7omK5a { top:12.125rem;left:42.8125rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #By5p87CIsPW8UJfiFUB4oEf1Ty941QtT { width:47.75rem;height:3.375rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN { display:block; }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgoAT8U9Xvl2beinoG69WpdvonWt2Wst { width:47.75rem;height:3.375rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyx5OdMKNU9R3CzoFZsnByTe7Jmhb37 { width:29.75rem;height:13.5625rem;top:8.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHNOTDTtpavzZ6tc3iKBNv83XGv22Uyg { top:11.75rem;left:4.3125rem;width:19.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd2ivF7kK2eimevs8dBZUkoyNWPDGtGi { top:13.875rem;left:0rem;width:26.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ff46oTglUEr0V5qct8wbWvCfkJe1ei { top:26.4375rem;left:4.3125rem;width:19.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhCNhPJvQH0cDvXySN1mFR09VuZVdwOH { top:28.5625rem;left:0rem;width:26.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5kDJGLL7HpS9wIoIhfDi9zlgqPEKzT { width:29.75rem;height:13.5625rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwA27p90pdD5DvO2yw5vqy3FdTgSHpaR { top:23.3125rem;left:2.0625rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsqKpFqJmUI4LSzI0BefWPxiclSdQqSl { top:8.625rem;left:2.0625rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRHhseedgEW1lDJNNdKcf0nGII3Dih3n { display:block; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQR3D8E785C3b1y40GGogLVqAzwm53Pu { width:47.75rem;height:3rem;top:6.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZmQR7oHE7vg4RLRvu7fa5AX9zQtsrT { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRKFXITnT8U7D53VOxKWqLdShTTUTTUE { display:block; }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQmKTIE3FMptVugMqPxIdJrKo4qJoqT7 { width:24.625rem;height:3.875rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpkCGkPED0bhNkwzlAPfkb1LZ9asgZqy { width:26.375rem;height:31.8125rem;top:8.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:20rem;height:auto;top:-2.5rem;left:0rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:20rem;height:auto;top:-2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #As2nvwGCEETi1ImbeEROPTAOwQ0Pog8b {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #gyTENoPaba8k825FSIkvx8OpfCF5u9D7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Dwm1Es2sAKtFWhlmseeCltZhX3Vg4Rb2 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #bpdTginkqKz16UeOBsZByLTqvZTyQmOm {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #DkN33kgCTFJFTaKEdXERthozlHtah2gQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #GiS9FHo7XWfhfrz5Rps0hWdfpllGmZb1 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #e0cVEyPTPNpMl1JFz3NpwewpTB3S7J4S {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #gNKKQahb0kOkS5SlUFKrBTZ5g5S0TQND {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #FTbVuiDoAaJ3KGMFwD5UBERtV3rsDs4C {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #wHXxzl552RpGa67VkssUtXkodksyS2Dv {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x019ER3zT15MSNrs4CewUaCkdSOBF2Tw {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ENowNQzBXyxGDhTvaUpcqprIpexJRL2m {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #y5XTTamaQnftVg8RvGtBzwtvCl0i9IUM { width:24.4375rem;height:3.375rem;top:6.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwJ1KCPpHJIPWq40E8QAayUq65fWO0OM { width:1.6875rem;height:1.6875rem;top:14.75rem;left:0rem;display:block; }
#FwJ1KCPpHJIPWq40E8QAayUq65fWO0OM > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #nAg8EldJ1aS4bsc9v6IDnVPKs7eXys8W { width:8.5625rem;height:1.25rem;top:15.125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnDFu8nS9wFfNbogXRcRtnAoWAEiutZQ { display:block; }
 }@media only screen and (max-width: 763px) { #TqDZqXeoXDqsZUN1T656Kt3CEKwyPIl0 { width:1.6875rem;height:1.6875rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwb2nND9pOwRl9ykkWXRIP3CGkO7O0t { top:21.9375rem;left:0rem;width:17.875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irp8O0lP5aC0wcC5GG9aJMzWSpGBPXM9 { top:30.5rem;left:0rem;width:20.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5UP0ItqVZulcOAkfevaCdPMAL6zLDS { top:15.0625rem;left:0rem;width:5.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l12q0JmRXPOUOgA7dx5r8dD1gCVWDMkO { width:1.1875rem;height:1.1875rem;top:18.625rem;left:0rem;display:block; }
#l12q0JmRXPOUOgA7dx5r8dD1gCVWDMkO > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #mIEf2SnZvaMLkcdqqC9vf9gv4fZt3yb6 { width:15.5rem;height:1.25rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN28aesJw1wXdP6VUVl3LgKtLJp662KV { display:block; }
 }@media only screen and (max-width: 763px) { #uPAUtyAJfetolBp8p2P5xsyVasaxIpIk { top:33.0625rem;left:0rem;width:17.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKe83FyQuo5AD1K27WEv7ypufEzx7odK { display:block; }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdLqTt7XUo1Hf0scXU7rGQbqtJZnt6FM { top:3.3125rem;left:5.75rem;width:11.5rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeQ7g839mTI7eki4dkTpWKEStpNPO6z5 { width:11.875rem;height:4.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIJ5AQz1qa7EKKhDu9c51WJCz985RPF4 { top:3.375rem;left:30.5625rem;width:17.1875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 { display:block; }#s1zSpnGLC5QWzaBaBb42h71DDUeLaf85 > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8BTH9cZTTZ7SpfhO2BUGfBhdVaiIURo { width:9.5rem;height:2.4375rem;top:9.125rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKBDNtnqWmW1fEcQrGVCfX6Xyk9OrqI { display:block; }
 }@media only screen and (max-width: 763px) { #pSSfToKyUVp45ktlvtJAkOHqDFvrM3wB { width:18.1875rem;height:6.9375rem;top:0.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3SXxUe9NlF0waQCL9mopwPRLfgxUQvo { width:1.6875rem;height:1.6875rem;top:7.625rem;left:9.15625rem;display:block; }
#y3SXxUe9NlF0waQCL9mopwPRLfgxUQvo > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ppaosC1ssKT2PMGF5iB0d6Viyv8JvuVQ { width:5.8125rem;height:1.21875rem;top:9.80078125rem;left:3.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bcf685e-3226-4b87-92fa-b1e903832d42/Untitled460x620px5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(169,150,197,0.1); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(169,150,197,0.1); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:28.375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:18.75rem;height:1.94921875rem;top:4.55078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:18.75rem;height:4.4619125rem;top:10.998046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F4koVkKfAAXX3l00zkTz0dIP0GBewst1 { top:17.357421875rem;left:3.75rem;width:12.5rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWkrPcdgorRz5dTDxIJ8ewOkPt3i1soV { display:block; }
 }@media only screen and (max-width: 763px) { #wcz7qvCH168SepfZseGTxlJ3TAoUWi7G { width:20rem;height:2.3994125rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI2HpTBr9s4FzT7vQOWnatobVVy7hi9K { width:17.8125rem;height:1.625rem;top:23.857421875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { width:20rem;height:4.2246125rem;top:1.923828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF { display:block; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZwXMqF4NFbQITDfImPt3ln2nVu3fbpG { width:7.5rem;height:7.5rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { width:10rem;height:1.70605625rem;top:9.6875rem;left:5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJXheOImxCAwQT2HRgazT2ofLDIIIHe { width:7.5rem;height:7.5rem;top:12.95605625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { width:13rem;height:3.4121125rem;top:21.5185546875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8ZUmsJpfGz0TTMTRWQc7uLK6MoJamh { width:7.5rem;height:7.5rem;top:26.6982421875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { width:10rem;height:3.4121125rem;top:35.1982421875rem;left:5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { width:7.5rem;height:7.5rem;top:40.1103515625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { width:12.125rem;height:5.1181625rem;top:48.7353515625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5LQZJMDTSqf7UVLAPRWd9IKDV80uffx { width:5.0625rem;height:5.0625rem;top:2.46875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbGOvr3fkFqI9vNK7xvTenRTZBimNKf6 { width:5.125rem;height:5.125rem;top:14.14355625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcB0GAxIxbMN4p83wkqC3TsHBvco7uNU { width:6rem;height:6rem;top:27.4482421875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQEiA4gcGh7dNp3ET8UvKMRI8CWTiGyH { width:6rem;height:6rem;top:40.8603515625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU { display:block; }#AZQxk5HvsAy8VuPcy8lTGw7OLPTrm0zU > .row .container { width:20rem;height:132.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsKAx0G2GbDID3I6SEgoBEcltvTXlV7w { width:20rem;height:37.9375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPs6MRQ1FZkrgqukB5reVXHbR5oyE5Tk { width:17.3125rem;height:17.9375rem;top:105.611328125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX3b1whO198xAMs7TllGxsF7sFgPJQz5 { width:12.5rem;height:12.5rem;top:107.111328125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSBxgXTCFXnkr2Q0dWBEL6hVONdlTBW9 { width:12.5rem;height:12.5rem;top:111.861328125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7iuvQ34TvP5x1zCOm75WqMSyTfRyynP { width:17.375rem;height:18rem;top:40.5615234375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJawNDi9XZZeNXWQwOxidRdTZTr02qpI { width:12.5rem;height:12.5rem;top:42.1240234375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNpbGmV8nblALE2WDWPEo6VePy5hgBCX { width:12.5rem;height:12.5rem;top:46.673828125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmwSZW8LCAb6LAy8cxksKQXXHsOCATDr { width:20rem;height:1.70605625rem;top:3.134765625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuGWFs87bI8qE00yksdMS4DIRoVqZxeK { width:16.5625rem;height:1.29980625rem;top:6.53125rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vv31RVThgV0Fxeq9PsdzO0SQrL1O65pI { width:18.75rem;height:2.5996125rem;top:8.9931640625rem;left:0.625rem;font-size:1rem;display:block; }#Vv31RVThgV0Fxeq9PsdzO0SQrL1O65pI li:before{  }
 }@media only screen and (max-width: 763px) { #uIvftQ1mxtnsG2apCAhTZ4FhnLUITSxP { width:9rem;height:1.29980625rem;top:13.34375rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4EIPJiJgUPa789spOwPKTgX41dfyIoJ { width:18.75rem;height:6.8115rem;top:15.7197265625rem;left:0.625rem;font-size:1rem;display:block; }#i4EIPJiJgUPa789spOwPKTgX41dfyIoJ li:before{  }
 }@media only screen and (max-width: 763px) { #IUVHy7zfTQOikNyIDxiJElBZdsakgO2D { width:7.5rem;height:1.29980625rem;top:24.28125rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qDShudIUMW0QPeAM1zP1V6WPVRmPcUTH { width:18.875rem;height:3.8994125rem;top:26.46875rem;left:0.5625rem;font-size:1rem;display:block; }#qDShudIUMW0QPeAM1zP1V6WPVRmPcUTH li:before{  }
 }@media only screen and (max-width: 763px) { #pmdalgkeSXyXQn37vTAubeUNxxdozLiM { width:8.875rem;height:1.29980625rem;top:31.96875rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZW3BvywkhCUAEpNpMSpeoQ6Ff8Zd6Gm1 { width:18.4375rem;height:2.5996125rem;top:34.212890625rem;left:0.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ZW3BvywkhCUAEpNpMSpeoQ6Ff8Zd6Gm1 li:before{  }
 }@media only screen and (max-width: 763px) { #wWPfhsi4vBpWI8b4oMQEX8yPdiNVJX3T { width:20rem;height:37.6875rem;top:66.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OTPwxcc49OECOoZu8PXVvKO3QTpBormc { width:20rem;height:1.70605625rem;top:68.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqEam4ZTUIN7ZIfGMrsfb85XhcniqxTP { width:17.3125rem;height:1.29980625rem;top:72rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3UdkMEZITKkc4isyyBNHsxIJyIOk2pv { width:19rem;height:2.5996125rem;top:74.4375rem;left:0.5rem;font-size:1rem;display:block; }#n3UdkMEZITKkc4isyyBNHsxIJyIOk2pv li:before{  }
 }@media only screen and (max-width: 763px) { #g6KIhO0708Jm76OaAZTu2US7poN6DBcZ { width:7.6875rem;height:1.29980625rem;top:78.6875rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qEog11OMD3TIdzDf1ugIgxUrLfFBZXTH { width:18.9375rem;height:5.51171875rem;top:81.1630859375rem;left:0.53125rem;font-size:1rem;display:block; }#qEog11OMD3TIdzDf1ugIgxUrLfFBZXTH li:before{  }
 }@media only screen and (max-width: 763px) { #TEQwVt3fJTTCJ4aguODp8qZt5wSDvK9U { width:6.5625rem;height:1.29980625rem;top:88.4375rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yV7nF9FVLDd3FkRuwJIV2A1TiTfvTvfG { width:19.0625rem;height:3.8994125rem;top:91.125rem;left:0.46875rem;font-size:1rem;display:block; }#yV7nF9FVLDd3FkRuwJIV2A1TiTfvTvfG li:before{  }
 }@media only screen and (max-width: 763px) { #Q0l8yDs3OwnsqC3LokVHCqiqy2gUi2iz { width:6.6875rem;height:1.29980625rem;top:97rem;left:2.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aqA1boEFdaHXFLVfGSchXbAp2mJhp22R { width:19.0625rem;height:2.5996125rem;top:99.5625rem;left:0.46875rem;font-size:1rem;display:block; }#aqA1boEFdaHXFLVfGSchXbAp2mJhp22R li:before{  }
 }@media only screen and (max-width: 763px) { #f7o9pGIrvu9GBq6QnHnv5hXozQmTlb7O { top:60.611328125rem;left:1.90625rem;width:16.3125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDyXrATslTue5Flvs0AIHr4SGxG5AsXU { display:block; }
 }@media only screen and (max-width: 763px) { #tDJbCAnXwqm5hn5TnPRWiIdznTAsZC89 { top:125.923828125rem;left:2.40625rem;width:16.3125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2KaLHn7EnTq1NrXcXnReisT5Tx2nxNL { display:block; }
 }@media only screen and (max-width: 763px) { #KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT { display:block; }#KX5NLtyRF0MoUesQrmbJ0QloM4rFIDVT > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1NR9K4XBECPOUDO9aOSO5MXlml11s31 { width:2.9375rem;height:2.9375rem;top:5.0996125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRC4u0lWLKT1wTmrnIKRIPXTF1t4hKC { width:2.5rem;height:1.625rem;top:5.6621125rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNkvmPaIX7CUP87JUsWlvNqR97OECvJ0 { width:8.875rem;height:2.4375rem;top:8.912109375rem;left:5.5625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4JepsaJPV03nEgpTh9kWRMmRVFQVuZS { width:11.625rem;height:2.4375rem;top:17.03125rem;left:4.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eP1waMceFXtrXrt40LcET92KITQTE8ML { width:2.9375rem;height:2.9375rem;top:12.787109375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4sTcpEgdxLgapZh7zs7h4TIM063IrV { width:2.5rem;height:1.625rem;top:13.412109375rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGWQUkOQqEOhhf8c1glgO8hgKDzxc1EM { width:8.8125rem;height:2.4375rem;top:25.224609375rem;left:5.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CR0JI04RkWHPmy2TxKZWKLhTh3yL5Cch { width:2.9375rem;height:2.9375rem;top:20.974609375rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv1C3aPEpW2QyMFTLi6WJrFmRo7omK5a { width:2.5rem;height:1.625rem;top:21.630859375rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #By5p87CIsPW8UJfiFUB4oEf1Ty941QtT { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN { display:block; }#l6gTwHipmfpx7cXFDeHCpEHvAB9qANvN > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgoAT8U9Xvl2beinoG69WpdvonWt2Wst { width:20rem;height:4.548825rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyx5OdMKNU9R3CzoFZsnByTe7Jmhb37 { width:20rem;height:13.5625rem;top:23.8603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHNOTDTtpavzZ6tc3iKBNv83XGv22Uyg { width:19.5625rem;height:1.70605625rem;top:26.2978515625rem;left:0.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yd2ivF7kK2eimevs8dBZUkoyNWPDGtGi { width:18.0625rem;height:5.19921875rem;top:29.0732421875rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0ff46oTglUEr0V5qct8wbWvCfkJe1ei { width:19.5625rem;height:1.70605625rem;top:56.1103515625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhCNhPJvQH0cDvXySN1mFR09VuZVdwOH { width:17rem;height:3.8994125rem;top:59.2353515625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ey5kDJGLL7HpS9wIoIhfDi9zlgqPEKzT { width:20rem;height:13.5625rem;top:53.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwA27p90pdD5DvO2yw5vqy3FdTgSHpaR { width:20rem;height:13.6875rem;top:39.7353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsqKpFqJmUI4LSzI0BefWPxiclSdQqSl { width:20rem;height:13.6875rem;top:10.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRHhseedgEW1lDJNNdKcf0nGII3Dih3n { display:block; }#fRHhseedgEW1lDJNNdKcf0nGII3Dih3n > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQR3D8E785C3b1y40GGogLVqAzwm53Pu { width:20rem;height:4.875rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZmQR7oHE7vg4RLRvu7fa5AX9zQtsrT { width:20rem;height:3.1484375rem;top:12.0478515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HRKFXITnT8U7D53VOxKWqLdShTTUTTUE { display:block; }#HRKFXITnT8U7D53VOxKWqLdShTTUTTUE > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQmKTIE3FMptVugMqPxIdJrKo4qJoqT7 { width:20rem;height:0;top:27.224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpkCGkPED0bhNkwzlAPfkb1LZ9asgZqy { width:19.75rem;height:27.0625rem;top:24.7783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:17.5rem;height:auto;top:24.0986328125rem;left:0rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:17.5rem;height:auto;top:24.0986328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #As2nvwGCEETi1ImbeEROPTAOwQ0Pog8b {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #gyTENoPaba8k825FSIkvx8OpfCF5u9D7 { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Dwm1Es2sAKtFWhlmseeCltZhX3Vg4Rb2 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #bpdTginkqKz16UeOBsZByLTqvZTyQmOm {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #DkN33kgCTFJFTaKEdXERthozlHtah2gQ { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #GiS9FHo7XWfhfrz5Rps0hWdfpllGmZb1 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #e0cVEyPTPNpMl1JFz3NpwewpTB3S7J4S {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #gNKKQahb0kOkS5SlUFKrBTZ5g5S0TQND {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #FTbVuiDoAaJ3KGMFwD5UBERtV3rsDs4C {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #wHXxzl552RpGa67VkssUtXkodksyS2Dv {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x019ER3zT15MSNrs4CewUaCkdSOBF2Tw { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ENowNQzBXyxGDhTvaUpcqprIpexJRL2m {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #y5XTTamaQnftVg8RvGtBzwtvCl0i9IUM { width:20rem;height:2.2744125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwJ1KCPpHJIPWq40E8QAayUq65fWO0OM { width:1.6875rem;height:1.6875rem;top:5.0996125rem;left:9.125rem;display:block; }
#FwJ1KCPpHJIPWq40E8QAayUq65fWO0OM > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #nAg8EldJ1aS4bsc9v6IDnVPKs7eXys8W { width:8.5625rem;height:2.3125rem;top:8.099609375rem;left:5.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnDFu8nS9wFfNbogXRcRtnAoWAEiutZQ { display:block; }
 }@media only screen and (max-width: 763px) { #TqDZqXeoXDqsZUN1T656Kt3CEKwyPIl0 { width:1.6875rem;height:1.6875rem;top:16.724609375rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSwb2nND9pOwRl9ykkWXRIP3CGkO7O0t { width:17.875rem;height:1.21875rem;top:19.27734375rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irp8O0lP5aC0wcC5GG9aJMzWSpGBPXM9 { width:20rem;height:1.7871125rem;top:22.3115234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RT5UP0ItqVZulcOAkfevaCdPMAL6zLDS { width:5.8125rem;height:1.13671875rem;top:7.212890625rem;left:7.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l12q0JmRXPOUOgA7dx5r8dD1gCVWDMkO { width:1.1875rem;height:1.1875rem;top:11.90234375rem;left:9.40625rem;display:block; }
#l12q0JmRXPOUOgA7dx5r8dD1gCVWDMkO > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #mIEf2SnZvaMLkcdqqC9vf9gv4fZt3yb6 { width:15.5rem;height:1.25rem;top:13.599609375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN28aesJw1wXdP6VUVl3LgKtLJp662KV { display:block; }
 }@media only screen and (max-width: 763px) { #uPAUtyAJfetolBp8p2P5xsyVasaxIpIk { width:17.8125rem;height:1.625rem;top:57.052734375rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKe83FyQuo5AD1K27WEv7ypufEzx7odK { display:block; }#UKe83FyQuo5AD1K27WEv7ypufEzx7odK > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdLqTt7XUo1Hf0scXU7rGQbqtJZnt6FM { width:20rem;height:1.125rem;top:3.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeQ7g839mTI7eki4dkTpWKEStpNPO6z5 { width:9.125rem;height:3.5rem;top:0rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIJ5AQz1qa7EKKhDu9c51WJCz985RPF4 { width:17.1875rem;height:1.125rem;top:4.625rem;left:1.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }