.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,239,255;--color-primary-1:153,203,255;--color-primary-2:51,150,254;--color-primary-3:26,75,127;--color-primary-4:8,23,38;--color-secondary-0:254,240,219;--color-secondary-1:252,204,135;--color-secondary-2:249,152,15;--color-secondary-3:125,76,8;--color-secondary-4:37,23,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:open sans;--paragraphs-font-family:open sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/MHrZYuml/bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { background-color:rgba(var(--color-tertiary-4),0.5);background-image:url("https://images.assets-landingi.com/uc/72b3463d-36d5-475e-aa86-8967d75c953e/OIP.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r.adaptive-delivery-prevent-bg, #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r.lazyload, #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r.lazyloading { background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { background-color: transparent; background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { border-width: 0; border-radius: 0; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:60rem;height:40.75rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.56233721971512rem;left:0rem;height:1.787925rem;color:rgba(var(--color-primary-3),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sG5tidQDCFxppzKIwBqdaruQm7D09Bh0 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:8.0623125rem;width:8.0623125rem;top:2.8513946533203rem;left:0.99934959411619rem;overflow:hidden;display:block; }
#Pa8ttzB7qZepHQTo2BT07TeNLr4FzeUV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6865234375rem;left:10.03564453125rem;height:3.57421875rem;display:block; }
#kPhAGsXl7AxlpI8vlfzS9MlS9CbAVEeA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.87419128418rem;left:10.222005844116rem;height:1.381025rem;display:block; }
#IAOIQXs6prnDd3MQkFa86yQmU1hn4lyr { z-index:15019;top:5.869140625rem;left:43.160806655884rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.375rem solid #09699d;border-left:0.375rem solid #09699d;border-right:0.375rem solid #09699d;border-bottom:0.375rem solid #09699d;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DAq0azRTq9xzNnCKMMqVrL8eppqsqHBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rean1bG6v80l545OUmz29cgiPcK5Pnmc { position:absolute;display:block;z-index:15004;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);box-shadow: none;height:14.5621875rem;width:26.060375rem;top:16.32177734375rem;left:32.376302719116rem;display:block; }
#A0b6LtiWtVNqRRv7kCt6RZVb2D9n4GFx { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.62321472168rem;left:1.6243495941162rem;height:2.51871875rem;display:block; }
#lwFwUQacbRTXPqUNV1QSXBKebW43bBLa { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.47297668457rem;left:1.6243495941162rem;height:14.615875rem;display:block; }
#Xw2lRDWCpcTXyqeu0nCLuoElsyLgbwve { box-sizing:content-box;height:5.3125rem;width:60rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.68701171875rem;left:0rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.1875rem 0.125rem 3.25rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.4125rem;padding-right:0.35875rem;padding-bottom:0.4125rem;padding-left:0.35875rem;display:block;align-items:center;width:2.153125rem;min-width:2.153125rem;height:2.21875rem;position:relative;font-family:var(--headlines-font-family);font-size:1.65125rem;font-weight:700;line-height:35.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:2.870625rem;height:0;position:relative;font-family:var(--paragraphs-font-family);font-size:0.619375rem;font-weight:400;line-height:14.02px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.625rem;height:3.301875rem;padding-top:0.4375rem;padding-right:0.4375rem;padding-bottom:0.4375rem;padding-left:0.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.26318359375rem;left:24.490072250366rem;z-index:15014; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #vJa5uA2CibNDa41HWLrn88zfl0G2vZrI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #UZqoxZ1JAsxGX8SRMmUGQWmQz8iRn6ez { width:auto; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #SZ14kTh12pzD6GZ5DF7T18dgf2QwODgd {  }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #Ks5WwwVM0aWtJOczgpUzLAcx9J2bHn6i { display:flex;position:relative;top:0rem;left:0rem; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #ZwIRi5RVE5Il7IM9rdPPFSz3quGinWEN {  }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #WyV94LxhBZxH6l3XXidvOaTg48wU1Q7i {  }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #lnJSXGnxIvaySUMtN9ATJbIkoteh82nJ { display:flex;position:relative;top:0rem;left:0rem; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #OTBTPkFnoDhJXShfnq3EdU0te7hWvBTC {  }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #d3wy47oHE40ex6F9zIZMNAPtui0L5xrI {  }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #xohwnbfTykmFRfHEAqQ6bcVH0PEr1T5J { display:flex;position:relative;top:0rem;left:0rem; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #KRfe5ueXQ6TZArmC0a3ODvShyg0VXcaL {  }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #eAsq1VO2C1f1F7W64rMbe7katELvnr2V {  }
#L1dabys6wcSkzlfEAL7RpdI6JUaWPHFn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:35.024250030517rem;left:1.0618495941162rem;height:2.76204375rem;display:block; }
#g3FpDDnUledwrIlRyVTo91TsezQ1OoF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.53369140625rem;left:37.775064468384rem;height:1.867675rem;display:block; }
#KJGH8T6cC3wpsrT1IS2NNq6eeqiHOvTf { box-sizing:content-box;height:3rem;width:19.875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.811195373535rem;left:6.4114589691163rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#eTLUSH6Caq9dZ3Xwp7V89B5wC9cd2FxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.150875091552rem;left:8.0358066558837rem;height:2.1940125rem;display:block; }
#n0LMqoE8ETtunDuxvE1flrXem6LDmNRy { box-sizing:content-box;height:3.4375rem;width:9.375rem;position:absolute;display:block;z-index:15016;background-color:#c80808;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.6832756996155rem;left:45.503744125366rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#mb69stTVGMIrHKgvq50vWncTPb5JG07D { color:rgba(var(--color-tertiary-0),1);display:block;width:7.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.1233720779419rem;left:46.566244125366rem;height:1.54296875rem;display:block; }
#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5a0ef50-b66d-4cfe-acfb-d40fe382ddfd/ChatGPTImageOct30202511_39_26PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw.adaptive-delivery-prevent-bg, #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw.lazyload, #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw.lazyloading { background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { background-color: transparent; background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { border-width: 0; border-radius: 0; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::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; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46rem;width:60rem;position:relative;display:block; }#Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15001;top:0rem;left:3.8125rem;display:block; }
#wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.75rem;left:7.25rem;height:1.62435rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.56233596801758rem;left:23.624998092651rem;height:1.62435rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#M95NooE9zty7cTykRTZ2IRfrlyI9QREM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;top:0rem;left:20.437498092651rem;display:block; }
#ALhbr22dpHc9oon3Q6xoEkDffHnu1oO7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:0.5rem;left:4.375rem; }
#QlAZKZfuXgTT4kbBgVI4HEiWJCSfCUqG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:0.125rem;left:20.687498092651rem; }
#EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:27.5rem;width:19.125rem;position:absolute;display:block;z-index:15009;top:4.0608711242676rem;left:39.024251937866rem;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-form-header { font-size:0.875rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:16.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;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-bottom:0.0625rem solid #cfcaca;border-left:0.0625rem solid #cfcaca;border-right:0.0625rem solid #cfcaca;border-top:0.0625rem solid #cfcaca;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:16.25rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-bottom:0.0625rem solid #cfcaca;border-left:0.0625rem solid #cfcaca;border-right:0.0625rem solid #cfcaca;border-top:0.0625rem solid #cfcaca;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:16.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-bottom:0.0625rem solid #cfcaca;border-left:0.0625rem solid #cfcaca;border-right:0.0625rem solid #cfcaca;border-top:0.0625rem solid #cfcaca;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:16.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .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; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#f2f9ff;width:16.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:0; }#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button.adaptive-delivery-prevent-bg, #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button.lazyload, #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button.lazyloading { background-image: none; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]:-moz-placeholder { color:#8b8b8b;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]::-moz-placeholder { color:#8b8b8b;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]:-ms-input-placeholder { color:#8b8b8b;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]::-webkit-input-placeholder { color:#8b8b8b;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .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.625rem;font-weight:400;color:#949494;vertical-align:top;width:15.1875rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .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; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container:first-of-type{padding-top:0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container:last-of-type{padding-bottom:0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:6.1248359680176rem;left:39.274087905884rem;font-size:0.875rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem;display:block;vertical-align:top; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 {display:block;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:6.1248359680176rem;left:39.274087905884rem;font-size:0.875rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #EvUq7Cfn2LbcyNefiRrBqowTDzUdvWGd { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #SdirLx0LRNN0vyurserIhT1m8znOz03y { position:relative;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #VXwH1tFcZmZEv8tOkDFozqwJMvg4Nboa { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #lERz1lDDpF4kESZknlFZrOi97wKNXQGh { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #klDftNTZ1F2cf6zmyPw0Rn6h8h0VBRTC { position:relative;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #gd6dBIB1EPmBt641DMJJMTHOTiUnC9mU { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #z8SdNtFy8CtBhdqekyn71XRDUZIdGpoq { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #vdtwRePlIeROQP5OLBF0tFtotg1IT1yU { position:relative;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #QEWzfTHl3GJheFcfMWprdAoNuzuGOU3p { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #X3F1ZKt5CQg5uFUeTn7HIGhfmpQTnh4p { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #P1X2A32xa8L3iRh96OZlme1CZwx6mg28 { position:relative;z-index:2; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #r4C1DpIZ8dSyupODxMZSL7MEkkem9uD5 { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #bLDq25DygfOEtDqWV0GgegSLqc1RumTG { position:relative; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #b5WqCSHIKl0I4oaD0JMeKl3xniaFE60F { position:relative; }
#tspuZeoCf396vT64rsumH7LRMLhwvka5 { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6129531860351rem;left:38.586423873901rem;height:2.4373375rem;text-align:center;text-align-last:center;display:block; }
#g9xMFZlIadh7wIlytL9qevmi611TRGl7 { box-sizing:content-box;height:10.25rem;width:10.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9938154220581rem;left:4.2781581878662rem;display:block; }
#FCIR6tPBRUsu4W9Om3088Kzt1J00EoaD { box-sizing:content-box;height:10.1871875rem;width:10.1871875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.524250984192rem;left:18.590494155884rem;display:block; }
#malH189O0RAimIxmi30ggmLbLf7FkKPc { box-sizing:content-box;height:10.1245rem;width:10.1245rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.494303703308rem;left:4.3115234375rem;display:block; }
#JArnfX82hS7ysXMLBTEJ22OyVCqbLEgm { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.2438154220581rem;left:18.560708999634rem;display:block; }
#AW1geVatODRpLqXotL27xWMVnnMFRmGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.1188154220581rem;left:6.3401699066163rem; }
#Qh3dNnhsGC86TqDLr6u2i4hzTRhOy4Ho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.9931640625rem;left:21.186685562134rem; }
#gTadfHIAFb31siUUmNhOgJhfImgDhtrb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.74935rem;width:4.74935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.249999046326rem;left:7.0279941558837rem; }
#R6PtT1CbWMac6QeS2MtwvtDihQvRR65L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4995125rem;width:4.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.374510765076rem;left:21.874185562134rem; }
#nMKREbwekv5G3NiS6yFNbhL8hOeHEhr8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:13.249186515808rem;left:6.7041015625rem;height:3.2487rem;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; }
#Z5fLSifa9CGFGVP1S9ix7u9zaIx5zmtG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.180500984192rem;left:20.749185562134rem;height:3.2487rem;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; }
#sx48hxrlq9ny2i57Bw8s2spbOpuHMTmz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.248534202576rem;left:20.249185562134rem;height:3.2487rem;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; }
#xBXpvdT1Eoxo4WSXNu3WRZLC3JpGfF8H { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.061034202576rem;left:6.3115234375rem;height:3.2487rem;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; }
#eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { display:block;width:16.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.089191436767rem;left:40.522947311401rem;height:0.9749375rem;color:#ff0000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/72b3463d-36d5-475e-aa86-8967d75c953e/OIP.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF.adaptive-delivery-prevent-bg, #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF.lazyload, #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF.lazyloading { background-image: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { background-color: transparent; background-image: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .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); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { border-width: 0; border-radius: 0; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:20.9375rem;width:60rem;position:relative;display:block; }#tQTsCvdThs7hKc3ubE8xoNfTRI4u1fEg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.625rem;width:15.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:11.125rem;border-top-right-radius:11.125rem;border-bottom-left-radius:11.125rem;border-bottom-right-radius:11.125rem;top:1.0665693283081rem;left:11.310873031616rem;overflow:hidden;display:block; }
#IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6866912841797rem;left:29.999998092651rem;height:2.6001rem;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; }
#gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:30.374349594116rem;height:1.13688125rem;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn { display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.249351501465rem;left:29.999185562134rem;height:6.509625rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn li:before{  }
#BxiDXCPwbqolyKMT0UNQbweg3GVqkk4q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.866697967053rem;left:1.9767246246338rem; }
#p2cgWbG1deCwtOGe4DMDTrrKw9oV7h3i { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8790693283081rem;left:29.999998092651rem;height:3.412275rem;display:block; }
#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf9f9;background-image:url("https://images.assets-landingi.com/uc/72b3463d-36d5-475e-aa86-8967d75c953e/OIP.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F.adaptive-delivery-prevent-bg, #qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F.lazyload, #qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F.lazyloading { background-image: none; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { background-color: transparent; background-image: none; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container > .video-iframe-container { display: none; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row > .video-iframe-container { display: none; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .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); }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { border-width: 0; border-radius: 0; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.8125rem;width:60rem;position:relative;display:block; }#CSk14X2KUTRBx8mKde4lqdqfhWy2XRqT { display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.31494140625rem;left:2.9703769683838rem;height:2.843425rem;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;color:rgba(var(--color-tertiary-0),1);display:block; }
#uveO22B1Vk9zcDDB5HL8dultR7uAECb0 { display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:5.5610346794128rem;left:2.0945644378662rem;height:6.74805rem;font-style:normal;display:block; }
#PhS8GoUdF8qtobwy6Tdwny3C9IIhzA5n { box-sizing:content-box;height:3.5rem;width:54.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);top:0.93831443786619rem;left:2.1588535308838rem;display:block; }
#IafkhH5lLBVoVWGsvMSir0QORbecmFat { box-sizing:content-box;height:2.125rem;width:35.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.3125rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:13.061685562134rem;left:2.3445644378662rem;display:block; }
#OMJqS6evrzd7WuBoRqTJIQTaA3zEI1v4 { color:#ff0000;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.557128429413rem;left:3.2234706878662rem;height:1.29964375rem;display:block; }
#FTif0OneL536bxQlFLR47gJMnyLvwZT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.3115234375rem;left:2.4055995941162rem;height:4.523925rem;display:block; }#FTif0OneL536bxQlFLR47gJMnyLvwZT3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FTif0OneL536bxQlFLR47gJMnyLvwZT3 li:before{  }
#kriT8inAfBT5gq6wUgnmZprGSP5LQwQv { z-index:15016;top:23.641600608826rem;left:20.557455062866rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.375rem solid #09699d;border-left:0.375rem solid #09699d;border-right:0.375rem solid #09699d;border-bottom:0.375rem solid #09699d;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.83302125rem;height:3.83300875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#czTQA7i3NSC8vHVrG6nEZb0tco2Eoft7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lV1fwyVb7LIn7QTfgHaDLJaDFG5bfQ4f { box-sizing:content-box;height:3.4375rem;width:9.375rem;position:absolute;display:block;z-index:15015;background-color:#c80808;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.309732437134rem;left:25.275064468384rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#SuNrNKxOS9POcz6EblQhRzDviuxt9A5f { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.872240066528rem;left:26.524576187134rem;height:1.54296875rem;display:block; }
#fsDTStbVu58ud4NwHlc2wWlB2Mk6hdVR { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.375162124634rem;left:14.098306655884rem;height:1.29964375rem;display:block; }
#DDGbRE9xKlc0froZVBF4wOSAcT9tmJTR { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.312662124634rem;left:11.062826156616rem;height:1.94905625rem;text-align:center;text-align-last:center;display:block; }
#IW9TcsN2K0BECJnLom4ePopckQgRx8Zy { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.750162124634rem;left:20.522459030151rem;display:block; }
#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg { position:relative;display:block; }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg { background-color: transparent; background-image: none; }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .row .container > .video-iframe-container { display: none; }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .row > .video-iframe-container { display: none; }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .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); }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg { border-width: 0; border-radius: 0; }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .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; }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .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:20.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XrEtyTTXqVZ7UmMKdXIXg4sUxDC5OQ8f { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.864745140076rem;left:0rem;height:2.923175rem;text-align:center;text-align-last:center;display:block; }
#gsnBzU2DUkdu9JsFNo2CwacxcxcXKQIR { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.907713890076rem;left:19.936521530151rem;height:1.4615875rem;text-align:center;text-align-last:center;display:block; }
#Xk26UntDtOlzxBDtbrom4RO33IiB5mLN { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.926432609558rem;left:39.999998092651rem;height:1.4615875rem;text-align:center;text-align-last:center;display:block; }
#LJpLmLhzRQB7gKZprPHOOGOzLwAAIZ9O { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.865885734558rem;left:0.3125rem;height:5.19856875rem;text-align:center;text-align-last:center;display:block; }
#kOEXg5JUfnzQpWyV4mXZr7fg43VclDqT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.925618171692rem;left:40.499673843384rem;height:5.19856875rem;text-align:center;text-align-last:center;display:block; }
#etrpEG9oObdIx8SreXRCXKHdzWA0KhmX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.675129890442rem;left:20.373533248901rem;height:6.4981875rem;text-align:center;text-align-last:center;display:block; }
#ess6ER8zWBTupAAGEFMQw30kAh3msomb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:11.3720625rem;width:20.247375rem;top:0.3564453125rem;left:0rem;overflow:hidden;display:block; }
#ytfxK7SCrvlOAmsOQ3J40bC8rdRI6qIR { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:11.3720625rem;width:20.4996875rem;top:0.43603515625rem;left:19.874021530151rem;overflow:hidden;display:block; }
#lMTFnlQyqTMQvJd8qJJVz3gD5dE5TVMs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:11.3720625rem;width:19.934875rem;top:0.54915332794189rem;left:40.124998092651rem;overflow:hidden;display:block; }
#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa { position:relative;display:block; }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa { background-color: transparent; background-image: none; }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .row .container > .video-iframe-container { display: none; }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .row > .video-iframe-container { display: none; }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .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); }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa { border-width: 0; border-radius: 0; }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .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; }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .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:16.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#boMJBxFhKvm2pqoZmOXZzrkU699aQZxq { z-index:15017;top:2.87451171875rem;left:20.556150436401rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.375rem solid #09699d;border-left:0.375rem solid #09699d;border-right:0.375rem solid #09699d;border-bottom:0.375rem solid #09699d;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.72883375rem;height:3.72884rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T625uiNCBERmIItRcPBEN3Mxm4oENA3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1l6v69LD2MB4PuyF3Nq9HIJUp9n8dhv { box-sizing:content-box;height:3.4375rem;width:9.375rem;position:absolute;display:block;z-index:15016;background-color:#c80808;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.62190818786621rem;left:25.311685562134rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#kbyNXQsmgUzJNnI6Dg4zWrv4Z9LyAkfh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.1219081878662rem;left:26.561521530151rem;height:1.54296875rem;display:block; }
#yTiunsU6pow1vtzv8M3vhVn8Tl43714Q { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.3193353414538rem;left:17.373208999634rem;height:3.57584375rem;text-align:center;text-align-last:center;display:block; }
#dF7BRG0Scv95n4FD6143mUcGdwxgdSmt { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375650405884rem;left:20.395994186401rem;display:block; }
#IQ8GiFspBmHW2O3tT8lUfSTkbfirHhBF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.125325679779rem;left:19.835123062134rem;height:3.412275rem;text-align:center;text-align-last:center;display:block; }
#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU { position:relative;display:block; }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU { background-color: transparent; background-image: none; }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .row .container > .video-iframe-container { display: none; }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .row > .video-iframe-container { display: none; }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .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); }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU { border-width: 0; border-radius: 0; }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .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; }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#BR7y4KVPJF6IPSQm1CgRGqZ8LhLnuT2h { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:17.561875rem;width:26.4371875rem;top:0.6551105976105rem;left:1.9044589996338rem;overflow:hidden;display:block; }
#u1DOouaGI1vXCMPwufISqv9q6M9nxwwW { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:17.6245rem;width:26.5625rem;top:0.5615234375rem;left:31.059568405151rem;overflow:hidden;display:block; }
#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt { position:relative;display:block; }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt { background-color: transparent; background-image: none; }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .row .container > .video-iframe-container { display: none; }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .row > .video-iframe-container { display: none; }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .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); }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt { border-width: 0; border-radius: 0; }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .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; }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#uEPfAD4JSXV60v0XONfxVUyObuRV2J26 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:17.561875rem;width:26.3745rem;top:0.46826171875rem;left:1.6222324371338rem;overflow:hidden;display:block; }
#pDOuXLLFTLFSXxH8SwwaeabXMcqlzuSm { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:17.6871875rem;width:26.624375rem;top:0.52897262573242rem;left:31.061521530151rem;overflow:hidden;display:block; }
#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b { position:relative;display:block; }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b { background-color: transparent; background-image: none; }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .row .container > .video-iframe-container { display: none; }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .row > .video-iframe-container { display: none; }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .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); }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b { border-width: 0; border-radius: 0; }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .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; }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .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:19.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Eo7CnC8kVqqzpPywIXW5T44NDbBeUtsy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:18.25rem;width:27.5rem;top:0.59195971488953rem;left:0.9375rem;overflow:hidden;display:block; }
#WJeIpaHQovSVGKs4E7uvTTR7edK5xDks { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:17.4373125rem;width:26.25rem;top:0.96761131286619rem;left:31.123533248901rem;overflow:hidden;display:block; }
#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm { position:relative;display:block; }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm { background-color: transparent; background-image: none; }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .row .container > .video-iframe-container { display: none; }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .row > .video-iframe-container { display: none; }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .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); }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm { border-width: 0; border-radius: 0; }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .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; }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .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:12.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z550W18SXoAEDQl4XWAFSz8tGJzpHL7D { z-index:15017;top:4.7493476867676rem;left:20.555826187134rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.375rem solid #09699d;border-left:0.375rem solid #09699d;border-right:0.375rem solid #09699d;border-bottom:0.375rem solid #09699d;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.72883375rem;height:3.72884rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fn0Lt4meROLx54eaCwL5zZEkMm1TvAeQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZVFIaOhS25arTA5KaUc1Q0SDiqOJL3o { box-sizing:content-box;height:3.4375rem;width:9.375rem;position:absolute;display:block;z-index:15016;background-color:#c80808;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.6842460632324rem;left:25.311685562134rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#z8BxnqmqS9dNrUQ8qor1WD36x64VT0p1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.1214179992676rem;left:26.560873031616rem;height:1.54296875rem;display:block; }
#W81JHO8ByJhc1VUbkDsG5mlObuS5Tazz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.063152313233rem;left:20.583494186401rem;display:block; }
#BlSqWqR2ANGHTS3oJb6xZ6XGymoSbuih { color:rgba(var(--color-tertiary-4),1);display:block;width:25.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.4375rem;left:16.996580123901rem;height:1.94905625rem;text-align:center;text-align-last:center;display:block; }
#LrmlKORtKrqE8W43EVM44UJTopFW9Tcv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.2109375rem;left:14.410318374634rem;height:1.29964375rem;display:block; }
#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q { position:relative;display:block; }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q { background-color: transparent; background-image: none; }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .row .container > .video-iframe-container { display: none; }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .row > .video-iframe-container { display: none; }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .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); }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q { border-width: 0; border-radius: 0; }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .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; }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .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:26.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:0.8125rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-trigger.adaptive-delivery-prevent-bg, #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-trigger.lazyload, #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-trigger.lazyloading { background-image: none; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ { box-sizing:content-box;height:auto;width:53.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:3.310546875rem;left:3.6555995941162rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #uOhoTRkPsSrGDiLFNnTKFaeWh4BPTASm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #dnticlNFgIhM7dd3HePe3UiR1R10AFnw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #XaZfzvhFqaG81qDKrOJv7TpTbKZTNLvS { display:block;position:relative; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #u97TCae0fBNUdD7KzXJ2XCgmUDhgalnC {  }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #mTWP5l2yN1O1HnacX8y0T5rSFmLJXeaD {  }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #E6fU3RwvxW6m3QeQdoNNiCRUGavoHvcW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #RnwfzBPHs3SuA2lIy9h3PTEZCoeGc9sA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #UJVdTQEZyUQ64aqvzqs01xJkouIC59vN { display:block;position:relative; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #NW07qgrZpmEmmgWpWrCHGFu10RxN4XMi {  }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #nSMwfHTK86dqZ3iriinXm045lTvG6sU0 { display:none; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #FewR2o1OWie8Nfw1Z2VwXZhVbaPR5Oyw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #uTFnhoTdgTNazX1Dvlvbe8othEuk4fW4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #hemTzR8gDoMnyxoJlTIUst50TQEFAfaE { display:block;position:relative; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #ULkaE9dBtfTnqVTaSBeUeH8sIcL7iyRN {  }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #mbtASCLAGLO6Fw1heDxNV1O1qih8gavX { display:none; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #DEbGnzuJT9f0LUNbTWOb1bIwy8uGWaTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #OxTliwygSmJ284l9PNrptFaD7eC9XseW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #UE9dXJ0bFVXeDhvPeMkwpFwFP8ZzW5vi { display:block;position:relative; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #QeWgIiR0XcktQxugSldfD2psPpzLTKS7 {  }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #XH5omMCNPlIWhmCKfN8yZ6GpJ9nagyWc { display:none; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #noRxoghifrPcL085VQwaaNcI2gw5HGLH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #Wl1cTG7vh5mqAVkwDRPN6nFmeq2niFEq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #BwuB3Ut4MzvwpkVCl3gnqPoBspAVZOFB { display:block;position:relative; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #vCCW1HUOLNTM77J1d8uZlrr9sFCNMvCh {  }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #Gnd1koiHovxcIbWyrWvv5NLRxNB7STT6 { display:none; }
#AAtMmHd8v3CVw0soNAdJAtA0CMh6EzTU { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:0.56233787536621rem;left:13.155923843384rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#nSl3aufVKErIxWQD5HaNol49kOvD2DNV { position:relative;display:block; }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV { background-color: transparent; background-image: none; }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .row .container > .video-iframe-container { display: none; }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .row > .video-iframe-container { display: none; }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .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); }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV { border-width: 0; border-radius: 0; }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .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; }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .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:3.375rem;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; }#CUp6XIJNQKZXy6bA8aNl1XrN4AoTC8PE { color:rgba(var(--color-tertiary-4),1);display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.47346496582031rem;left:3.18603515625rem;height:2.19238125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG5tidQDCFxppzKIwBqdaruQm7D09Bh0 { top:2.8125rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa8ttzB7qZepHQTo2BT07TeNLr4FzeUV { top:4.625rem;left:3.91064453125rem;width:31.5625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhAGsXl7AxlpI8vlfzS9MlS9CbAVEeA { top:8.8125rem;left:4.0970058441162rem;width:28.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAOIQXs6prnDd3MQkFa86yQmU1hn4lyr { top:5.8125rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAq0azRTq9xzNnCKMMqVrL8eppqsqHBS { display:block; }
 }@media only screen and (max-width: 763px) { #rean1bG6v80l545OUmz29cgiPcK5Pnmc { top:16.3125rem;left:21.375rem;width:26rem;height:14.528903737352rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0b6LtiWtVNqRRv7kCt6RZVb2D9n4GFx { top:11.5625rem;left:0rem;width:36.6875rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwFwUQacbRTXPqUNV1QSXBKebW43bBLa { top:14.4375rem;left:0rem;width:31.75rem;height:14.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2lRDWCpcTXyqeu0nCLuoElsyLgbwve { top:33.625rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ { display:flex;width:13.5rem;height:5.0625rem;top:34.375rem;left:14.249349594116rem; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #vJa5uA2CibNDa41HWLrn88zfl0G2vZrI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #UZqoxZ1JAsxGX8SRMmUGQWmQz8iRn6ez {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #SZ14kTh12pzD6GZ5DF7T18dgf2QwODgd {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #Ks5WwwVM0aWtJOczgpUzLAcx9J2bHn6i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #ZwIRi5RVE5Il7IM9rdPPFSz3quGinWEN {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #WyV94LxhBZxH6l3XXidvOaTg48wU1Q7i {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #lnJSXGnxIvaySUMtN9ATJbIkoteh82nJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #OTBTPkFnoDhJXShfnq3EdU0te7hWvBTC {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #d3wy47oHE40ex6F9zIZMNAPtui0L5xrI {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #xohwnbfTykmFRfHEAqQ6bcVH0PEr1T5J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #KRfe5ueXQ6TZArmC0a3ODvShyg0VXcaL {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #eAsq1VO2C1f1F7W64rMbe7katELvnr2V {  }
 }@media only screen and (max-width: 763px) { #L1dabys6wcSkzlfEAL7RpdI6JUaWPHFn { top:35rem;left:0rem;width:28.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3FpDDnUledwrIlRyVTo91TsezQ1OoF8 { top:35.5rem;left:25.6875rem;width:22.0625rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJGH8T6cC3wpsrT1IS2NNq6eeqiHOvTf { top:29.75rem;left:0.28645896911621rem;width:19.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLUSH6Caq9dZ3Xwp7V89B5wC9cd2FxZ { top:30.125rem;left:1.9108066558838rem;width:17.25rem;height:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0LMqoE8ETtunDuxvE1flrXem6LDmNRy { top:3.625rem;left:38.375rem;width:9.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb69stTVGMIrHKgvq50vWncTPb5JG07D { top:4.0625rem;left:40.441244125366rem;width:7.25rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { width:2.5rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { width:5.875rem;height:1.625rem;top:0.75rem;left:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { width:12.5rem;height:1.625rem;top:4.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M95NooE9zty7cTykRTZ2IRfrlyI9QREM { width:2.5rem;height:2.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALhbr22dpHc9oon3Q6xoEkDffHnu1oO7 { width:1.5rem;height:1.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlAZKZfuXgTT4kbBgVI4HEiWJCSfCUqG { width:2.1875rem;height:2.1875rem;top:0.125rem;left:14.562498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { width:19.125rem;height:27.5rem;top:4rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5  { width:16.25rem;height:auto;top:5.1875rem;left:28.375rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 {display:block;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 { width:16.25rem;height:auto;top:5.1875rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #EvUq7Cfn2LbcyNefiRrBqowTDzUdvWGd {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #SdirLx0LRNN0vyurserIhT1m8znOz03y { display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #VXwH1tFcZmZEv8tOkDFozqwJMvg4Nboa {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #lERz1lDDpF4kESZknlFZrOi97wKNXQGh {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #klDftNTZ1F2cf6zmyPw0Rn6h8h0VBRTC { display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #gd6dBIB1EPmBt641DMJJMTHOTiUnC9mU {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #z8SdNtFy8CtBhdqekyn71XRDUZIdGpoq {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #vdtwRePlIeROQP5OLBF0tFtotg1IT1yU {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #QEWzfTHl3GJheFcfMWprdAoNuzuGOU3p {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #X3F1ZKt5CQg5uFUeTn7HIGhfmpQTnh4p {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #P1X2A32xa8L3iRh96OZlme1CZwx6mg28 {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #r4C1DpIZ8dSyupODxMZSL7MEkkem9uD5 {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #bLDq25DygfOEtDqWV0GgegSLqc1RumTG {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #b5WqCSHIKl0I4oaD0JMeKl3xniaFE60F {  }
 }@media only screen and (max-width: 763px) { #tspuZeoCf396vT64rsumH7LRMLhwvka5 { width:20rem;height:2.375rem;top:4.5625rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xMFZlIadh7wIlytL9qevmi611TRGl7 { top:6.9375rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIR6tPBRUsu4W9Om3088Kzt1J00EoaD { top:20.5rem;left:12.465494155884rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #malH189O0RAimIxmi30ggmLbLf7FkKPc { top:20.4375rem;left:0rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JArnfX82hS7ysXMLBTEJ22OyVCqbLEgm { top:7.1875rem;left:12.435708999634rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1geVatODRpLqXotL27xWMVnnMFRmGF { top:7.0625rem;left:0.21516990661621rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3dNnhsGC86TqDLr6u2i4hzTRhOy4Ho { top:7.9375rem;left:15.061685562134rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTadfHIAFb31siUUmNhOgJhfImgDhtrb { top:21.1875rem;left:0.90299415588381rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6PtT1CbWMac6QeS2MtwvtDihQvRR65L { top:21.3125rem;left:15.749185562134rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMKREbwekv5G3NiS6yFNbhL8hOeHEhr8 { top:13.1875rem;left:0.5791015625rem;width:4.4375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5fLSifa9CGFGVP1S9ix7u9zaIx5zmtG { top:13.125rem;left:14.624185562134rem;width:6.5rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx48hxrlq9ny2i57Bw8s2spbOpuHMTmz { top:26.1875rem;left:14.124185562134rem;width:7.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBXpvdT1Eoxo4WSXNu3WRZLC3JpGfF8H { top:26rem;left:0.1865234375rem;width:6.3125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { width:16.3125rem;height:0.9375rem;top:29.0625rem;left:31.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQTsCvdThs7hKc3ubE8xoNfTRI4u1fEg { width:9.5625rem;height:14.375rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn li:before{  }
 }@media only screen and (max-width: 763px) { #BxiDXCPwbqolyKMT0UNQbweg3GVqkk4q { top:15.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2cgWbG1deCwtOGe4DMDTrrKw9oV7h3i { top:1.875rem;left:14.0625rem;width:9.8125rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F { display:block; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { width:47.75rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSk14X2KUTRBx8mKde4lqdqfhWy2XRqT { width:22rem;height:2.5625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uveO22B1Vk9zcDDB5HL8dultR7uAECb0 { width:22rem;height:8.75rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhS8GoUdF8qtobwy6Tdwny3C9IIhzA5n { top:0.9375rem;left:0rem;width:47.625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IafkhH5lLBVoVWGsvMSir0QORbecmFat { top:13rem;left:0rem;width:35.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMJqS6evrzd7WuBoRqTJIQTaA3zEI1v4 { top:13.5rem;left:0rem;width:35.625rem;height:1.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTif0OneL536bxQlFLR47gJMnyLvwZT3 { top:16.25rem;left:0rem;width:29.1875rem;height:4.5rem;font-size:0.6875rem;display:block; }#FTif0OneL536bxQlFLR47gJMnyLvwZT3 li:before{  }
 }@media only screen and (max-width: 763px) { #kriT8inAfBT5gq6wUgnmZprGSP5LQwQv { top:23.625rem;left:5.0625rem;width:18.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czTQA7i3NSC8vHVrG6nEZb0tco2Eoft7 { display:block; }
 }@media only screen and (max-width: 763px) { #lV1fwyVb7LIn7QTfgHaDLJaDFG5bfQ4f { top:21.25rem;left:14.5rem;width:9.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuNrNKxOS9POcz6EblQhRzDviuxt9A5f { top:21.8125rem;left:4.5rem;width:19.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsDTStbVu58ud4NwHlc2wWlB2Mk6hdVR { top:28.375rem;left:0rem;width:39.8125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDGbRE9xKlc0froZVBF4wOSAcT9tmJTR { top:30.3125rem;left:0rem;width:36.3125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW9TcsN2K0BECJnLom4ePopckQgRx8Zy { top:32.75rem;left:5.125rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg { display:block; }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrEtyTTXqVZ7UmMKdXIXg4sUxDC5OQ8f { top:11.8125rem;left:0rem;width:20rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsnBzU2DUkdu9JsFNo2CwacxcxcXKQIR { top:11.875rem;left:0rem;width:20rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk26UntDtOlzxBDtbrom4RO33IiB5mLN { top:11.875rem;left:11.75rem;width:20rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpLmLhzRQB7gKZprPHOOGOzLwAAIZ9O { top:14.8125rem;left:0rem;width:19.1875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOEXg5JUfnzQpWyV4mXZr7fg43VclDqT { top:13.875rem;left:28.4375rem;width:19.1875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etrpEG9oObdIx8SreXRCXKHdzWA0KhmX { top:13.625rem;left:12.5625rem;width:19.1875rem;height:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ess6ER8zWBTupAAGEFMQw30kAh3msomb { top:0.3125rem;left:0rem;width:20.1875rem;height:11.338433338581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytfxK7SCrvlOAmsOQ3J40bC8rdRI6qIR { top:0.375rem;left:0rem;width:20.4375rem;height:11.33756440647rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMTFnlQyqTMQvJd8qJJVz3gD5dE5TVMs { top:0.5rem;left:27.75rem;width:19.875rem;height:11.337906166329rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa { display:block; }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boMJBxFhKvm2pqoZmOXZzrkU699aQZxq { top:2.8125rem;left:14.431150436401rem;width:18.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T625uiNCBERmIItRcPBEN3Mxm4oENA3y { display:block; }
 }@media only screen and (max-width: 763px) { #f1l6v69LD2MB4PuyF3Nq9HIJUp9n8dhv { top:0.5625rem;left:19.186685562134rem;width:9.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbyNXQsmgUzJNnI6Dg4zWrv4Z9LyAkfh { top:1.0625rem;left:20.436521530151rem;width:7.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTiunsU6pow1vtzv8M3vhVn8Tl43714Q { top:7.3125rem;left:11.248208999634rem;width:25.625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF7BRG0Scv95n4FD6143mUcGdwxgdSmt { top:11.375rem;left:14.270994186401rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8GiFspBmHW2O3tT8lUfSTkbfirHhBF { top:12.125rem;left:13.710123062134rem;width:20rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU { display:block; }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR7y4KVPJF6IPSQm1CgRGqZ8LhLnuT2h { top:0.625rem;left:0rem;width:26.375rem;height:17.520564663885rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1DOouaGI1vXCMPwufISqv9q6M9nxwwW { top:0.5rem;left:21.1875rem;width:26.5625rem;height:17.6245rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt { display:block; }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEPfAD4JSXV60v0XONfxVUyObuRV2J26 { top:0.4375rem;left:0rem;width:26.3125rem;height:17.520591326376rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDOuXLLFTLFSXxH8SwwaeabXMcqlzuSm { top:0.5rem;left:21.1875rem;width:26.5625rem;height:17.646082507805rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b { display:block; }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo7CnC8kVqqzpPywIXW5T44NDbBeUtsy { top:0.5625rem;left:0rem;width:27.5rem;height:18.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJeIpaHQovSVGKs4E7uvTTR7edK5xDks { top:0.9375rem;left:21.5rem;width:26.25rem;height:17.4373125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm { display:block; }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z550W18SXoAEDQl4XWAFSz8tGJzpHL7D { top:4.6875rem;left:14.430826187134rem;width:18.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn0Lt4meROLx54eaCwL5zZEkMm1TvAeQ { display:block; }
 }@media only screen and (max-width: 763px) { #CZVFIaOhS25arTA5KaUc1Q0SDiqOJL3o { top:2.625rem;left:19.186685562134rem;width:9.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8BxnqmqS9dNrUQ8qor1WD36x64VT0p1 { top:3.0625rem;left:20.435873031616rem;width:7.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W81JHO8ByJhc1VUbkDsG5mlObuS5Tazz { top:11.0625rem;left:14.458494186401rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlSqWqR2ANGHTS3oJb6xZ6XGymoSbuih { top:0.4375rem;left:10.871580123901rem;width:25.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrmlKORtKrqE8W43EVM44UJTopFW9Tcv { top:9.1875rem;left:8.2853183746337rem;width:31.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q { display:block; }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #uOhoTRkPsSrGDiLFNnTKFaeWh4BPTASm {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #dnticlNFgIhM7dd3HePe3UiR1R10AFnw {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #XaZfzvhFqaG81qDKrOJv7TpTbKZTNLvS {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #u97TCae0fBNUdD7KzXJ2XCgmUDhgalnC {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #mTWP5l2yN1O1HnacX8y0T5rSFmLJXeaD {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #E6fU3RwvxW6m3QeQdoNNiCRUGavoHvcW {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #RnwfzBPHs3SuA2lIy9h3PTEZCoeGc9sA {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #UJVdTQEZyUQ64aqvzqs01xJkouIC59vN {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #NW07qgrZpmEmmgWpWrCHGFu10RxN4XMi {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #nSMwfHTK86dqZ3iriinXm045lTvG6sU0 {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #FewR2o1OWie8Nfw1Z2VwXZhVbaPR5Oyw {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #uTFnhoTdgTNazX1Dvlvbe8othEuk4fW4 {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #hemTzR8gDoMnyxoJlTIUst50TQEFAfaE {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #ULkaE9dBtfTnqVTaSBeUeH8sIcL7iyRN {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #mbtASCLAGLO6Fw1heDxNV1O1qih8gavX {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #DEbGnzuJT9f0LUNbTWOb1bIwy8uGWaTR {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #OxTliwygSmJ284l9PNrptFaD7eC9XseW {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #UE9dXJ0bFVXeDhvPeMkwpFwFP8ZzW5vi {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #QeWgIiR0XcktQxugSldfD2psPpzLTKS7 {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #XH5omMCNPlIWhmCKfN8yZ6GpJ9nagyWc {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #noRxoghifrPcL085VQwaaNcI2gw5HGLH {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #Wl1cTG7vh5mqAVkwDRPN6nFmeq2niFEq {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #BwuB3Ut4MzvwpkVCl3gnqPoBspAVZOFB {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #vCCW1HUOLNTM77J1d8uZlrr9sFCNMvCh {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #Gnd1koiHovxcIbWyrWvv5NLRxNB7STT6 {  }
 }@media only screen and (max-width: 763px) { #AAtMmHd8v3CVw0soNAdJAtA0CMh6EzTU { top:0.5rem;left:7.0309238433837rem;width:33.625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSl3aufVKErIxWQD5HaNol49kOvD2DNV { display:block; }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUp6XIJNQKZXy6bA8aNl1XrN4AoTC8PE { top:0.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:20rem;height:27.853168029785rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { width:20rem;height:1.94986875rem;top:0.47900390625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG5tidQDCFxppzKIwBqdaruQm7D09Bh0 { width:6.875rem;height:6.875rem;top:2.5525715351105rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa8ttzB7qZepHQTo2BT07TeNLr4FzeUV { width:11.4371875rem;height:1.29964375rem;top:3.18505859375rem;left:8.23811852932rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhAGsXl7AxlpI8vlfzS9MlS9CbAVEeA { width:10.686875rem;height:3.6547875rem;top:4.6722002029419rem;left:8.1874994039537rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAOIQXs6prnDd3MQkFa86yQmU1hn4lyr { top:15.197427749634rem;left:11.354003310204rem;width:8.39520875rem;height:2.27050875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAq0azRTq9xzNnCKMMqVrL8eppqsqHBS { display:block; }
 }@media only screen and (max-width: 763px) { #rean1bG6v80l545OUmz29cgiPcK5Pnmc { height:5.75rem;width:10.6875rem;top:13.634927749634rem;left:0.12483727931976rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0b6LtiWtVNqRRv7kCt6RZVb2D9n4GFx { width:14.2496875rem;height:0.9749375rem;top:20.13427734375rem;left:2.1248372793197rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwFwUQacbRTXPqUNV1QSXBKebW43bBLa { width:19.8125rem;height:6.497375rem;top:21.356769561767rem;left:0.06201171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw2lRDWCpcTXyqeu0nCLuoElsyLgbwve { width:16.125rem;height:1.6875rem;top:9.8017578125rem;left:2.0618489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-text.counter-number { padding-top:0.134375rem;padding-right:0.106875rem;padding-bottom:0.134375rem;padding-left:0.106875rem;width:0.64125rem;min-width:0.64125rem;height:0.72125rem;font-size:0.538125rem;line-height:11.54px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.084375rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.855rem;height:0;font-size:0.201875rem;line-height:0;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:none; }
#es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ { display:flex;width:4.9375rem;height:1rem;top:10.164550304413rem;left:12.84309899807rem;padding-top:0.0525rem;padding-right:0.05125rem;padding-bottom:0.0525rem;padding-left:0.05125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #vJa5uA2CibNDa41HWLrn88zfl0G2vZrI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #UZqoxZ1JAsxGX8SRMmUGQWmQz8iRn6ez {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #SZ14kTh12pzD6GZ5DF7T18dgf2QwODgd {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #Ks5WwwVM0aWtJOczgpUzLAcx9J2bHn6i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #ZwIRi5RVE5Il7IM9rdPPFSz3quGinWEN {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #WyV94LxhBZxH6l3XXidvOaTg48wU1Q7i {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #lnJSXGnxIvaySUMtN9ATJbIkoteh82nJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #OTBTPkFnoDhJXShfnq3EdU0te7hWvBTC {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #d3wy47oHE40ex6F9zIZMNAPtui0L5xrI {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #xohwnbfTykmFRfHEAqQ6bcVH0PEr1T5J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #KRfe5ueXQ6TZArmC0a3ODvShyg0VXcaL {  }
 }@media only screen and (max-width: 763px) { #es2FWhEMRFluiDUDfOeclwcgAFnJdfKJ #eAsq1VO2C1f1F7W64rMbe7katELvnr2V {  }
 }@media only screen and (max-width: 763px) { #L1dabys6wcSkzlfEAL7RpdI6JUaWPHFn { width:11.75rem;height:2.4373375rem;top:9.46598815918rem;left:2.7073568105697rem;font-size:0.9375rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #g3FpDDnUledwrIlRyVTo91TsezQ1OoF8 { width:13.375rem;height:1.0555rem;top:12.238606140018rem;left:3.9370115995407rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJGH8T6cC3wpsrT1IS2NNq6eeqiHOvTf { width:7.7498125rem;height:1.0620125rem;top:17.789712905884rem;left:11.562662482262rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLUSH6Caq9dZ3Xwp7V89B5wC9cd2FxZ { width:7.25rem;height:0.89355625rem;top:17.92138671875rem;left:11.999185919762rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0LMqoE8ETtunDuxvE1flrXem6LDmNRy { width:6.7496875rem;height:2.4373375rem;top:13.919270515442rem;left:12.050292372704rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb69stTVGMIrHKgvq50vWncTPb5JG07D { width:5rem;height:1.0555rem;top:14.06982421875rem;left:13.028971076012rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5a0ef50-b66d-4cfe-acfb-d40fe382ddfd/ChatGPTImageOct30202511_39_26PM.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw.adaptive-delivery-prevent-bg, #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw.lazyload, #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw.lazyloading { background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { background-color: transparent; background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { width:1.5rem;height:1.5rem;top:0rem;left:2.9998372793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { width:6.375rem;height:0.89355625rem;top:0.3125rem;left:5.3113607168197rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { width:5.06185rem;height:0.89355625rem;top:0.302734375rem;left:12.801432013512rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M95NooE9zty7cTykRTZ2IRfrlyI9QREM { width:1.3125rem;height:1.625rem;top:0rem;left:10.935546278954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALhbr22dpHc9oon3Q6xoEkDffHnu1oO7 { width:1.0625rem;height:1.0625rem;top:0.18717455863953rem;left:3.2496744394303rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlAZKZfuXgTT4kbBgVI4HEiWJCSfCUqG { width:1.25rem;height:1.25rem;top:0.25rem;left:10.997721076012rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { width:14.8125rem;height:23.125rem;top:2.4324541091919rem;left:2.6236978769303rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-regular-label { width:11.625rem;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;font-size:0.75rem;overflow:hidden;font-weight:700;font-style:normal; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.625rem;overflow:hidden;height:3rem;line-height:.9; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-textarea { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.625rem;overflow:hidden;line-height:.9; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-input-button { width:10.4375rem;margin-top:0.25rem;margin-right:0.5625rem;margin-bottom:0.25rem;margin-left:0.5625rem;font-size:0.8125rem;overflow:hidden;height:2.6875rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]:-moz-placeholder { font-size:0.625rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]::-moz-placeholder { font-size:0.625rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]:-ms-input-placeholder { font-size:0.625rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-checkbox-label { width:10.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container:first-of-type{padding-top:0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .widget-container:last-of-type{padding-bottom:0;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5  { width:11.625rem;height:auto;top:2.7140331268311rem;left:2.8745115995407rem; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 .radio-container { width:11.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 {display:block;}#pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 { width:11.625rem;height:auto;top:2.7140331268311rem;left:2.8745115995407rem; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #EvUq7Cfn2LbcyNefiRrBqowTDzUdvWGd {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #SdirLx0LRNN0vyurserIhT1m8znOz03y { display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #VXwH1tFcZmZEv8tOkDFozqwJMvg4Nboa {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #lERz1lDDpF4kESZknlFZrOi97wKNXQGh {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #klDftNTZ1F2cf6zmyPw0Rn6h8h0VBRTC { display:block; }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #gd6dBIB1EPmBt641DMJJMTHOTiUnC9mU {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #z8SdNtFy8CtBhdqekyn71XRDUZIdGpoq {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #vdtwRePlIeROQP5OLBF0tFtotg1IT1yU {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #QEWzfTHl3GJheFcfMWprdAoNuzuGOU3p {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #X3F1ZKt5CQg5uFUeTn7HIGhfmpQTnh4p {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #P1X2A32xa8L3iRh96OZlme1CZwx6mg28 {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #r4C1DpIZ8dSyupODxMZSL7MEkkem9uD5 {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #bLDq25DygfOEtDqWV0GgegSLqc1RumTG {  }
 }@media only screen and (max-width: 763px) { #pNMJN1J5btfteFbWiqqaF6OLTKMHp3T5 #b5WqCSHIKl0I4oaD0JMeKl3xniaFE60F {  }
 }@media only screen and (max-width: 763px) { #tspuZeoCf396vT64rsumH7LRMLhwvka5 { width:20rem;height:1.29964375rem;top:2.556640625rem;left:0rem;z-index:15027;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g9xMFZlIadh7wIlytL9qevmi611TRGl7 { width:3.312175rem;height:3.312175rem;top:27.660318374634rem;left:1.6238607168198rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIR6tPBRUsu4W9Om3088Kzt1J00EoaD { width:3.3748375rem;height:3.3748375rem;top:32.022948265076rem;left:10.228678107262rem;display:block; }
 }@media only screen and (max-width: 763px) { #malH189O0RAimIxmi30ggmLbLf7FkKPc { width:3.312175rem;height:3.312175rem;top:31.990559101105rem;left:1.7496744394302rem;display:block; }
 }@media only screen and (max-width: 763px) { #JArnfX82hS7ysXMLBTEJ22OyVCqbLEgm { width:3.3125rem;height:3.3125rem;top:27.597818374634rem;left:10.334146857262rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1geVatODRpLqXotL27xWMVnnMFRmGF { display:flex;width:3.2495125rem;height:3.2495125rem;top:27.691242218017rem;left:1.6238607168198rem; }
 }@media only screen and (max-width: 763px) { #Qh3dNnhsGC86TqDLr6u2i4hzTRhOy4Ho { display:flex;width:2.75rem;height:2.75rem;top:27.909830093384rem;left:10.603678107262rem; }
 }@media only screen and (max-width: 763px) { #gTadfHIAFb31siUUmNhOgJhfImgDhtrb { display:flex;width:3.49935rem;height:3.49935rem;top:31.958820819855rem;left:1.7496744394302rem; }
 }@media only screen and (max-width: 763px) { #R6PtT1CbWMac6QeS2MtwvtDihQvRR65L { display:flex;width:2.999675rem;height:2.999675rem;top:32.209471702576rem;left:10.353026747704rem; }
 }@media only screen and (max-width: 763px) { #nMKREbwekv5G3NiS6yFNbhL8hOeHEhr8 { width:4.43685rem;height:2.436525rem;top:28.098143577576rem;left:5.3727210760117rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Z5fLSifa9CGFGVP1S9ix7u9zaIx5zmtG { width:4.249675rem;height:2.436525rem;top:28.223143577576rem;left:14.270018935204rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #sx48hxrlq9ny2i57Bw8s2spbOpuHMTmz { width:5.8748375rem;height:2.436525rem;top:32.553546905517rem;left:13.894530653954rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #xBXpvdT1Eoxo4WSXNu3WRZLC3JpGfF8H { width:5.1245125rem;height:2.436525rem;top:32.490233421326rem;left:5.375rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { width:13.0623125rem;height:0.73079375rem;top:24.219401359558rem;left:3.5489906072617rem;color:#ff0505;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQTsCvdThs7hKc3ubE8xoNfTRI4u1fEg { width:10.4375rem;height:10.8125rem;top:0.74788236618044rem;left:4.9052733182907rem;overflow:hidden;border-top-left-radius:6.75rem;border-top-right-radius:6.75rem;border-bottom-left-radius:6.75rem;border-bottom-right-radius:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJJozmut24fhsKVQpwKZo6TGfTGA2mWv { width:20rem;height:1.29964375rem;top:13.575846195221rem;left:-0.095703244209287rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHnwV2tAxEUkmGoRezDX2SllZNr0HqsM { width:19.625rem;height:1.13688125rem;top:14.972330570221rem;left:0.030435919761657rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn { width:15.4996875rem;height:5.210775rem;top:16.498046875rem;left:2.5615233182907rem;font-size:0.75rem;display:block; }#uTRPQI907RwkGcz0I7g9TNXp50KLO5Qn li:before{  }
 }@media only screen and (max-width: 763px) { #BxiDXCPwbqolyKMT0UNQbweg3GVqkk4q { display:flex;width:2.6875rem;height:2.6875rem;top:9.2316074371337rem;left:0.92447912693025rem; }
 }@media only screen and (max-width: 763px) { #p2cgWbG1deCwtOGe4DMDTrrKw9oV7h3i { width:4.625rem;height:1.62435rem;top:11.854816436767rem;left:7.84309899807rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F { display:block; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSk14X2KUTRBx8mKde4lqdqfhWy2XRqT { width:20rem;height:2.2737625rem;top:0.6240234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uveO22B1Vk9zcDDB5HL8dultR7uAECb0 { width:20rem;height:11.14014375rem;top:3.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhS8GoUdF8qtobwy6Tdwny3C9IIhzA5n { width:19.5rem;height:2.375rem;top:0.375rem;left:0.39534509181976rem;display:block; }
 }@media only screen and (max-width: 763px) { #IafkhH5lLBVoVWGsvMSir0QORbecmFat { width:18.0625rem;height:1.1875rem;top:14.57633459568rem;left:0.75374352931975rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMJqS6evrzd7WuBoRqTJIQTaA3zEI1v4 { width:17.1875rem;height:0.6494125rem;top:14.92740881443rem;left:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTif0OneL536bxQlFLR47gJMnyLvwZT3 { width:17.874375rem;height:3.3056625rem;top:16.242513179779rem;left:1.06201171875rem;font-size:0.6875rem;display:block; }#FTif0OneL536bxQlFLR47gJMnyLvwZT3 li:before{  }
 }@media only screen and (max-width: 763px) { #kriT8inAfBT5gq6wUgnmZprGSP5LQwQv { top:22.687986850739rem;left:4.1870115995407rem;width:11.52020875rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czTQA7i3NSC8vHVrG6nEZb0tco2Eoft7 { display:block; }
 }@media only screen and (max-width: 763px) { #lV1fwyVb7LIn7QTfgHaDLJaDFG5bfQ4f { width:8.125rem;height:2.375rem;top:21.124998569489rem;left:5.8745115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuNrNKxOS9POcz6EblQhRzDviuxt9A5f { width:6.9995rem;height:1.54296875rem;top:21.228025913239rem;left:6.43733727932rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsDTStbVu58ud4NwHlc2wWlB2Mk6hdVR { width:14.812rem;height:1.78710625rem;top:25.729653358459rem;left:2.4052733182907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDGbRE9xKlc0froZVBF4wOSAcT9tmJTR { width:13.6873125rem;height:2.76204375rem;top:28.140460968017rem;left:3.1551107168197rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW9TcsN2K0BECJnLom4ePopckQgRx8Zy { width:4.75rem;height:0.25rem;top:31.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg { display:block; }#IuCEztQg3k1N9OXEHH0GrOOQpEeCCdXg > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrEtyTTXqVZ7UmMKdXIXg4sUxDC5OQ8f { width:20rem;height:1.13688125rem;top:7.62353515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsnBzU2DUkdu9JsFNo2CwacxcxcXKQIR { width:20rem;height:1.13688125rem;top:20.286946773529rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk26UntDtOlzxBDtbrom4RO33IiB5mLN { width:20rem;height:1.13688125rem;top:33.3935546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpLmLhzRQB7gKZprPHOOGOzLwAAIZ9O { width:16.6875rem;height:2.92480625rem;top:9.0709629058837rem;left:1.7177733182907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOEXg5JUfnzQpWyV4mXZr7fg43VclDqT { width:16.7496875rem;height:3.8997375rem;top:34.849934577942rem;left:1.5618489980698rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #etrpEG9oObdIx8SreXRCXKHdzWA0KhmX { width:16.7496875rem;height:3.8997375rem;top:21.716958999634rem;left:1.6243489980698rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ess6ER8zWBTupAAGEFMQw30kAh3msomb { width:12.0625rem;height:6.625rem;top:0.54117774963379rem;left:3.618117402185rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytfxK7SCrvlOAmsOQ3J40bC8rdRI6qIR { width:11.9986875rem;height:6.624375rem;top:26.477863311767rem;left:3.9998372793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMTFnlQyqTMQvJd8qJJVz3gD5dE5TVMs { width:11.9995rem;height:6.7496875rem;top:13.152668952942rem;left:3.8740233182907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa { display:block; }#OlsiEnmnxSfQqBV3CZa2G2SDhN6fbuWa > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boMJBxFhKvm2pqoZmOXZzrkU699aQZxq { top:2.5607089996338rem;left:3.5615233182907rem;width:13.375rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T625uiNCBERmIItRcPBEN3Mxm4oENA3y { display:block; }
 }@media only screen and (max-width: 763px) { #f1l6v69LD2MB4PuyF3Nq9HIJUp9n8dhv { width:9rem;height:2.6875rem;top:1.1871843338012rem;left:5.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbyNXQsmgUzJNnI6Dg4zWrv4Z9LyAkfh { width:6.3125rem;height:1.2182625rem;top:1.3924160003662rem;left:7.18587243557rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTiunsU6pow1vtzv8M3vhVn8Tl43714Q { width:18.2495rem;height:2.59928125rem;top:5.1220703125rem;left:0.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF7BRG0Scv95n4FD6143mUcGdwxgdSmt { width:9.749375rem;height:0.25rem;top:7.7822265625rem;left:5.1245115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8GiFspBmHW2O3tT8lUfSTkbfirHhBF { width:20rem;height:1.29964375rem;top:8.8623046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU { display:block; }#GTnbRcd5J9n4KVdcJahLK6n0dJbO8JnU > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR7y4KVPJF6IPSQm1CgRGqZ8LhLnuT2h { width:16.1875rem;height:10.6875rem;top:0.0625rem;left:1.5301107168198rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1DOouaGI1vXCMPwufISqv9q6M9nxwwW { width:16.3125rem;height:10.5625rem;top:11.061848640442rem;left:1.4379881620407rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt { display:block; }#U4FzCLLx3DEIMGuTWvUcthDme1CJAyTt > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEPfAD4JSXV60v0XONfxVUyObuRV2J26 { width:16.375rem;height:10.8125rem;top:0.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDOuXLLFTLFSXxH8SwwaeabXMcqlzuSm { width:16.4375rem;height:10.8125rem;top:11.003253936767rem;left:1.5310872793198rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b { display:block; }#HLJtfns8Vv7wt2Xm7dBKA7JNFcEC5k1b > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo7CnC8kVqqzpPywIXW5T44NDbBeUtsy { width:16.6875rem;height:11rem;top:0.49967384338379rem;left:1.3121744394302rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJeIpaHQovSVGKs4E7uvTTR7edK5xDks { width:16.5625rem;height:10.9375rem;top:11.498208999634rem;left:1.3118489980698rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm { display:block; }#yfNsoEuizLUTwIDRsfp1T2P8UetPZfVm > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z550W18SXoAEDQl4XWAFSz8tGJzpHL7D { top:3.6962890625rem;left:3.4057615995407rem;width:13.08270875rem;height:1.95800875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn0Lt4meROLx54eaCwL5zZEkMm1TvAeQ { display:block; }
 }@media only screen and (max-width: 763px) { #CZVFIaOhS25arTA5KaUc1Q0SDiqOJL3o { width:7.8125rem;height:2rem;top:2.3307304382324rem;left:6.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8BxnqmqS9dNrUQ8qor1WD36x64VT0p1 { width:7.3746875rem;height:1.2182625rem;top:2.55859375rem;left:7.43684899807rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W81JHO8ByJhc1VUbkDsG5mlObuS5Tazz { width:18.75rem;height:0.3125rem;top:8.23486328125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlSqWqR2ANGHTS3oJb6xZ6XGymoSbuih { width:20rem;height:1.54296875rem;top:0.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrmlKORtKrqE8W43EVM44UJTopFW9Tcv { width:16.7496875rem;height:1.78710625rem;top:6.3234062194825rem;left:1.6243489980698rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q { display:block; }#QG9gm8eBKMeEv5uTeQtnbDvlCgaaco2Q > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-heading-text { font-size:0.8125rem;height:auto; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ .accordion-desc-text { font-size:0.8125rem;height:auto; }
#P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ { display:flex;height:auto;width:18.9371875rem;top:1.6875rem;left:0rem;gap:0.375rem;padding-top:0.4375rem;padding-right:0.4375rem;padding-bottom:0.4375rem;padding-left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #uOhoTRkPsSrGDiLFNnTKFaeWh4BPTASm {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #dnticlNFgIhM7dd3HePe3UiR1R10AFnw {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #XaZfzvhFqaG81qDKrOJv7TpTbKZTNLvS {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #u97TCae0fBNUdD7KzXJ2XCgmUDhgalnC {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #mTWP5l2yN1O1HnacX8y0T5rSFmLJXeaD {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #E6fU3RwvxW6m3QeQdoNNiCRUGavoHvcW {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #RnwfzBPHs3SuA2lIy9h3PTEZCoeGc9sA {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #UJVdTQEZyUQ64aqvzqs01xJkouIC59vN {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #NW07qgrZpmEmmgWpWrCHGFu10RxN4XMi {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #nSMwfHTK86dqZ3iriinXm045lTvG6sU0 {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #FewR2o1OWie8Nfw1Z2VwXZhVbaPR5Oyw {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #uTFnhoTdgTNazX1Dvlvbe8othEuk4fW4 {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #hemTzR8gDoMnyxoJlTIUst50TQEFAfaE {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #ULkaE9dBtfTnqVTaSBeUeH8sIcL7iyRN {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #mbtASCLAGLO6Fw1heDxNV1O1qih8gavX {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #DEbGnzuJT9f0LUNbTWOb1bIwy8uGWaTR {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #OxTliwygSmJ284l9PNrptFaD7eC9XseW {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #UE9dXJ0bFVXeDhvPeMkwpFwFP8ZzW5vi {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #QeWgIiR0XcktQxugSldfD2psPpzLTKS7 {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #XH5omMCNPlIWhmCKfN8yZ6GpJ9nagyWc {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #noRxoghifrPcL085VQwaaNcI2gw5HGLH {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #Wl1cTG7vh5mqAVkwDRPN6nFmeq2niFEq {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #BwuB3Ut4MzvwpkVCl3gnqPoBspAVZOFB {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #vCCW1HUOLNTM77J1d8uZlrr9sFCNMvCh {  }
 }@media only screen and (max-width: 763px) { #P6MUdPyv97GCbQho7mWGxRFHNWrkn0SQ #Gnd1koiHovxcIbWyrWvv5NLRxNB7STT6 {  }
 }@media only screen and (max-width: 763px) { #AAtMmHd8v3CVw0soNAdJAtA0CMh6EzTU { width:20rem;height:1.2182625rem;top:0.25016260147095rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSl3aufVKErIxWQD5HaNol49kOvD2DNV { display:block; }#nSl3aufVKErIxWQD5HaNol49kOvD2DNV > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUp6XIJNQKZXy6bA8aNl1XrN4AoTC8PE { width:20rem;height:5.84635625rem;top:1.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }