.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:217,232,255;--color-primary-1:128,179,255;--color-primary-2:0,103,255;--color-primary-3:0,52,128;--color-primary-4:0,15,38;--color-secondary-0:255,250,225;--color-secondary-1:254,237,157;--color-secondary-2:253,219,58;--color-secondary-3:127,110,29;--color-secondary-4:38,33,9;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row .container { background-color: transparent; background-image: none; }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row .container > .video-iframe-container { display: none; }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row > .video-iframe-container { display: none; }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .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); }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row .container { border-width: 0; border-radius: 0; }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#cK5Q2wJBZDXTUsgZ4nGvpdTvVtpbMHiT { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.448974609375rem;left:2.1478271484375rem;height:3.412475rem;display:block; }
#ymJPKZEqRrk8t5khiwIPGDd4vvnLz4uJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.1875rem;left:10.25rem;display:none; }
#T461gin6WwIRkogTLZTPFscqIkaTSpHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.37463125rem;width:3.37463125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.4678955078125rem;left:56.4990234375rem; }
#THJEP7EooeQ22df1Oi8ut0CTN2ZIiZu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3431396484375rem;left:59.873046875rem;height:1.62475625rem;font-style:normal;display:block; }
#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz { position:relative;display:none; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz { border-width: 0; border-radius: 0; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .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; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vXdIr4tZJa1wEqSsXIr3XXSJ7gMtCCTo { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:9.4375rem;left:0rem;display:none; }
#a2LnBTGGWT23fxaXTJmpeCTu5E6KXZZf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:14.8125rem;left:1rem;display:none; }
#cxgVJn0EwXlH2hnDEECQab4sd6BXShrL { box-sizing:content-box;height:3.125rem;width:13rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.25rem;left:38.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#T5iAil8C0od29OtPOLHsWxkHdMc1VB6H { position:absolute;display:block;z-index:15005;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:10.3125rem;width:10.3125rem;top:25.6875rem;left:41rem;overflow:hidden;display:none; }
#DNvgvLNsam5T3rdk28hqeTIzTMebEoTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:29.6875rem;left:39.125rem;display:none; }
#Mh58GbfgUQF2571w20V8vOmu9Ods42i4 { background-color:#0067ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.375122070312rem;left:2.4365234375rem;display:none; }
#bQN3yHLALrO2vCKhwRCwV1qxI17L0U2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDII6J2pJS5u4oklLE0JgAauNMJi6S08 { 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:15000;opacity:1;display:none; }
#kfv8hQbJ0KW3qfU2dFBwt5k1KzFcuSv5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:9.0625rem;left:12.875rem;display:none; }
#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e04b1b96-141b-4f58-b665-bece46b25d98/cfa72db579b54f3190adfedac7b7a995.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF.adaptive-delivery-prevent-bg, #RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF.lazyload, #RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF.lazyloading { background-image: none; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row .container { background-color: transparent; background-image: none; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row .container > .video-iframe-container { display: none; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .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.61); }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row > .video-iframe-container { display: none; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .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); }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row .container { border-width: 0; border-radius: 0; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF::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; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#vqTW2S677tGTCpB8EuFG9JtdTRE0VNGB { color:#ffffff;display:block;width:50.18675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.687744140625rem;left:12.75rem;height:9.7485625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRK8l8d8LDE4NtghZqZRlbLFOEKiWHxD { color:#ffffff;display:block;width:32.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.090576171875rem;left:22.5rem;height:5.8483875rem;display:block; }
#ryAAkUPg7p49dHeuS3TJE7XfEeqT33CS { background-color:#0067ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.625rem;left:22.5rem;display:block; }
#UL02xtP8tc5C151Qtzn79DTdW8BFhugZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvIw9xDhtRGEEQd6CnLChXu0dGI99NwG { box-sizing:content-box;height:3.125rem;width:13rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.75rem;left:41.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#VedeXR73zRR4H6GRVQUBcyk5m9OAFeIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:30.1875rem;left:42rem; }
#ZADnlscdSnvk0PumDDQdc2Qcq54gULJ8 { position:absolute;display:block;z-index:15005;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:10.3125rem;width:10.3125rem;top:26.1875rem;left:43.875rem;overflow:hidden;display:block; }
#qFE2TzFWNrp9JE5HFpbUCLXEtVdN8M2M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.937744140625rem;left:36.25rem; }
#Uz356pyCwANh8i2zbursVoCo1P2b5Ohy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.39013671875rem;left:33.75rem;height:1.298825rem;display:block; }
#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row .container { background-color: transparent; background-image: none; }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row .container > .video-iframe-container { display: none; }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row > .video-iframe-container { display: none; }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .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); }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row .container { border-width: 0; border-radius: 0; }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#GGIntewIMRo9TVo4WXrvTGMfd53R8HTZ { color:#000000;display:block;width:13.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.374267578125rem;left:28.529663085938rem;height:2.6818875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WcGW5rCAnQyi0OoFTUXiidFDA6DLcwUT { box-sizing:content-box;height:0.24963375rem;width:10.37475rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6866455078125rem;left:30.186767578125rem;display:block; }
#TkUkkOweIMFsvzhTsRclbh0EFW0TcdTp { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.03271484375rem;left:26.904296875rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx { position:relative;display:none; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx { border-width: 0; border-radius: 0; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .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; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mKGxZ7NINlPbgd4bJXoPsps6qKfJih92 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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;height:;top:1.375rem;left:0rem;display:none; }
#VJtl7SaDBGPrRHQqcuMCUScyyKV1it91 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.127685546875rem;left:29.031372070312rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zO61L1vn5T62p8krciAcVWS0ctfp72ZF { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;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;display:none; }
#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container { background-color: transparent; background-image: none; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container > .video-iframe-container { display: none; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row > .video-iframe-container { display: none; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .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); }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container { border-width: 0; border-radius: 0; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#PoK6ucsyD9WTG4mGqqTTFJ17O5x4CGi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.2485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.872802734375rem;left:0rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPIqr0ZdT2C7Z0ToMEC9Tnk0FTdsKeQo { 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:24.12475rem;width:36.31225rem;top:1.497802734375rem;left:38.092041015625rem;overflow:hidden;display:block; }
#VLfdTCa4pkAeZlUmcyOf0izd24i3B0Rp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.099609375rem;left:1.749267578125rem;height:19.1113125rem;display:block; }#VLfdTCa4pkAeZlUmcyOf0izd24i3B0Rp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VLfdTCa4pkAeZlUmcyOf0izd24i3B0Rp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_431e309f9b9f3a3018116e0be3deff226a602791.svg); }
#BXwTXSplx8s37wSvuGTKWr5taNg0qNBi { background-color:#0067ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.87353515625rem;left:1.749267578125rem;display:block; }
#xI8UXvF6NHyRZhSdGrslDgw2WrFaRhug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnxwnvmdAqAlHW5fu4khuI8uCVN986hE { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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;height:;top:16rem;left:0rem;display:none; }
#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row .container { background-color: transparent; background-image: none; }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row .container > .video-iframe-container { display: none; }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row > .video-iframe-container { display: none; }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .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); }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row .container { border-width: 0; border-radius: 0; }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#xdgMeXQgDaIidvouZ1d6POMV66Ii9UKX { color:#050b26;display:block;width:17.68675rem;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:7.236328125rem;left:0.531005859375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDMVscDdwtmIiVzgJ7htrVHBDST9FADx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.121215820312rem;left:0.5926513671875rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#TEREnSlDRwRn6JAzB6c28NBEkNHcSzpb { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:7.375rem;display:block; }
#sTr6sgb1HpglBT6hFbCoUHBgilZ5v4so { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.125rem;left:8.125rem; }
#A5zqIzyNMTmlyEbfFNUdH89RsGXMp5ZQ { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:18.1875rem;width:18.1875rem;top:0.624755859375rem;left:0rem;display:block; }
#v9EsN1ea1Axlr1Pg0FF7ttW4dhC8u6hi { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:18.18725rem;width:18.18725rem;top:0.7171630859375rem;left:19.030151367188rem;display:block; }
#Gs6grxbgm7z7gvUyI5gnaLoXnm9eKLs9 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:18.186625rem;width:18.186625rem;top:0.7183837890625rem;left:37.78076171875rem;display:block; }
#tTzrKGH3KaIIRR94Nxu2oBz1Oltgd9zR { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:18.1860625rem;width:18.1860625rem;top:0.718994140625rem;left:56.531372070312rem;display:block; }
#THRNHTGT7Z24l9Sq8gGMfunJBJ974fJH { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:26.125rem;display:block; }
#XI88kxuKERFRNsW39ZQgBxsvTdAUUcu9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.125rem;left:26.875rem; }
#TZT7HlEhk732saly6t5UseWSkxzJ4Bzh { color:#050b26;display:block;width:17.6861875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.236328125rem;left:19.281616210938rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qBxyTRebTmJ2FlXhTcOvwWq6d3x9NaG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.121215820312rem;left:19.34326171875rem;height:3.6547875rem;text-align:center;text-align-last:center;display:block; }
#xGTF8ZFTk7nJ6Rl5Gn7kFQPNk0AAeaK7 { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:44.875rem;display:block; }
#dlLK3ylQ9Un3wi3FDtiPEXUAPw2zrBvL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.125rem;left:45.625rem; }
#QqLoLEZWpkrEvpKV17eSMcE2cT2fadxJ { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:63.625rem;display:block; }
#a9N3LCxfrfMDK3Wf5Zg0mmoNo3i5f0xN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.125rem;left:64.375rem; }
#RoLxTgdAFTNtiArNaCeAMSQCpkvodbC4 { color:#050b26;display:block;width:17.6861875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.236328125rem;left:38.031616210938rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5aLwg851s64vuaoO8xurmtIe06NbHbH { color:#050b26;display:block;width:17.6861875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.236328125rem;left:56.781616210938rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zqOHKhx0JMnTb01M1ASShdvzf2moyl9R { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:11.121215820312rem;left:38.093872070312rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#cQVdcUbt1vo8pL8Z7n9XAT7SRoQV93T3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.121215820312rem;left:56.843872070312rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#HScbxnPw3rHv1N1yRro1RFs5TAtC7ita { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:18.18725rem;width:18.18725rem;top:0.7171630859375rem;left:19.030151367188rem;display:none; }
#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row .container { background-color: transparent; background-image: none; }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row .container > .video-iframe-container { display: none; }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row > .video-iframe-container { display: none; }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .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); }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row .container { border-width: 0; border-radius: 0; }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#aGofLTQd2ucZ5iwUn2Qex1cJKfMneZ6U { color:#ffffff;display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.64892578125rem;left:6.4044189453125rem;height:3.412475rem;text-align:center;text-align-last:center;display:block; }
#FJUAh3egxJNGfybOmKlCF6PeTMw3cJgZ { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.02734375rem;left:8.685302734375rem;height:7.067875rem;text-align:center;text-align-last:center;display:block; }
#U2r6H4h6Q3LSUzyAIL6PsXTTKmUbyX6C { 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:15002;opacity:1;top:4.94140625rem;left:2.58544921875rem; }
#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container { background-color: transparent; background-image: none; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container > .video-iframe-container { display: none; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row > .video-iframe-container { display: none; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .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); }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container { border-width: 0; border-radius: 0; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#cLVW4cvueG9NCU2zilJ60NWA3vgtg9o9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5076904296875rem;left:29.031372070312rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MoSbp5ynV4i8xgSD61eVes6iqJMzzfAK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:9.625rem;left:5.9375rem;display:block; }
#p0Qlt7rkWSzaZ7E0vO3b10Un0rP62WCt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:9.6246337890625rem;left:31.1328125rem;display:block; }
#uq06XkyJOQtTQEgTmMF40SbRqb92QMmm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:9.6246337890625rem;left:56.33544921875rem;display:block; }
#RRWsnWh120TrltwuyhDmJawZhctbTltC { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.127685546875rem;left:29.031372070312rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kJalIhDV6Tb8A15f2SQAXt0cxysIQAoT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.874875rem;width:4.874875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.553466796875rem;left:9.8663330078125rem; }
#OO3X6evRJABWaT0vSOfDiVQDDQ34wThK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.87426875rem;width:4.87426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.5546875rem;left:35.062866210938rem; }
#R0DRkiPAJKsaX9CsgW4x5bTEh717c0AT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.87426875rem;width:4.87426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.5546875rem;left:60.265502929688rem; }
#OXZsUq1SZnMlUXPaJayQ3RErgMzQ77gX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.429565429688rem;left:22.835083007812rem; }
#RKP7tQsvW23ldSUVHfHO3M72AWKVys5E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.429565429688rem;left:47.27294921875rem; }
#chOaFS7uZLkPZOAOBXyRObNInVt1M5ft { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.125rem;left:3.5625rem;height:2.6818875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgPC1N2KLXTQtTdlOQWGRTnTCOyLiUJy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.125rem;left:28.8125rem;height:2.6818875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NMr7PZE7LtXs5nsa3CHKJPT3vQwMwAmA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.125rem;left:54rem;height:2.6818875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aST4difEyQdU45piWo6eHS7ERlUOuEch { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.8125rem;left:5.5625rem;height:3.8964875rem;display:block; }
#pqAVoue7H7RTKEC1XF1ZhOiv4vGi5CVG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.8125rem;left:29.1875rem;height:3.8964875rem;display:block; }
#CwDWJudLVinx4qlE4F0pdhWVMpMMTAXD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;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:27.8125rem;left:54.625rem;height:3.8964875rem;display:block; }
#uemLrIluO4e8RrJFZMeAeT2M3P2utuGs { 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:15000;opacity:1;display:none; }
#WOPpxwS0KTuv5KWna5E9ANMVUeKouSvE { 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:15000;opacity:1;display:none; }
#WFvUhQ2UgIoGZ7DvKFVNRIL2GuPbIwzg { background-color:#0067ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.375122070312rem;left:2.4365234375rem;display:none; }
#EvROZh60665weRFsFiodqq5t2FNN7Tsm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTUhZ7Wsbzuc8qyVvkJg5Rx9zmxPuCFC { box-sizing:content-box;height:0.24902375rem;width:10.374125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0245361328125rem;left:32.31201171875rem;display:block; }
#SzTy7Fbvo8pEFtxB4mnKh2uiP2UapPls { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;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;display:none; }
#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row .container { background-color: transparent; background-image: none; }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row .container > .video-iframe-container { display: none; }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row > .video-iframe-container { display: none; }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .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); }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row .container { border-width: 0; border-radius: 0; }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#waNaVRPFhEeTO0s2Ouheuq0WgqfOO8QG { position:absolute;display:block;z-index:15000;height:21.749875rem;width:38.75rem;top:0rem;left:17.62451171875rem;display:block; }
#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container { background-color: transparent; background-image: none; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container > .video-iframe-container { display: none; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row > .video-iframe-container { display: none; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .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); }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container { border-width: 0; border-radius: 0; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#tP657ELZahqzHBfT1vdCKaNV1VTe8cuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.9375rem;left:7.6875rem;height:2.11181875rem;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; }
#o0TypAX9KqfFaXQHCCxayRFl4R8Lf41n { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:7.6875rem;height:1.950075rem;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; }
#sLMSWgiNHHbMbUtTTuMovTT8JbJModOE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.1875rem;left:3.75rem; }
#n5Si9DV5f6TPSAbUJMxwTkTC25qgJo0p { color:rgba(var(--color-tertiary-1),1);display:block;width:28.873875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.561645507812rem;left:3.75rem;height:;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; }
#OGOW3HhGIS823QqHJZutVN3d2yW6vDZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:29.25rem;left:3.75rem; }
#wi5rSLVM5kNOpm02rMAKaCb7r3G7g2QN { color:rgba(var(--color-tertiary-4),1);display:block;width:27.687375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.874755859375rem;left:3.75rem;height:6.660125rem;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; }
#FKn3rRvw6OdNsmMesafSFNBITlnrS2oN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:36.109375rem;left:3.234375rem; }
#WsfsNxCg0nahEovyITUOEQlyo6onratK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:36.5625rem;left:7.75rem;height:2.11181875rem;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; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-form-header {  }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-button { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .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; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-container { padding-top:1.0625rem;padding-right:0;padding-bottom:1rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-container:first-of-type{padding-top:0;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-container:last-of-type{padding-bottom:0;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4  { 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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.874755859375rem;left:44.562377929688rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 {display:block;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 { 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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.874755859375rem;left:44.562377929688rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #NKKVosdiTSH0ns8vHaJCkBWG2aoXkQRP { position:relative; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #L0CqRhaHhZoH3uLnbeoGXgtPDnLxRIwi { position:relative;display:block; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #SUxD27J2E2qpHiZUtXuK8at77GTqTfer { position:relative; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #Phh0ArAy3qvNC9NvmlS13i8Wnz9bne7v { position:relative; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #or6WMgobrTmKGwC12JO4vzTNgdgP8dhN { position:relative;display:block; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ERxAATZlxTSkfpwOkOLnQcFHJNUudZtI { position:relative; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #gXJfLvET8AI4VtyvtHQL9UdBZVol1Gst { position:relative; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #TiqCUhdPNxIgJHfsJALFeEifXqRVPWrB { position:relative;display:block; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #CZ7EWo9TzGqG5ue1WpLrRguMo6KFOieP { position:relative; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #yNI5k8fdqTTtaCP3GFMm0e1STxryl521 { position:relative; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ugEkH6O5b8ErrvZSn0VbUycmffO8gCPS { position:relative;display:block; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #La21lK8CihTzQprF0B1Or15X29TcQ77V { position:relative; }
#NTiaEnhA3xH9yMOqUNi73Pxhl4QLGqkw { position:relative;display:block; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ZzTnInpulhZ8EXfC1SbLXkUco4U7gTzZ { position:relative; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #hvxHXzJqcZe5CObnHf5kHMWT4WN40Jz4 { position:relative; }
#TxfERhppItJ9eKiaWlat712PTNxq4LNe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31rem;left:7.5rem;height:1.398925rem;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; }
#Z5T2QMPiBTwK2VIqoVCb7k1G0vp0bqbm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.624875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:39.25rem;left:7.6875rem;height:2.99926875rem;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; }
#sdTfUTA3TgSHfTextnQuDJewiPqpofrH { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8745rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.93701171875rem;left:3.75rem;height:4.4989rem;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:none; }
#dgSyJzZ0NUx9IbVTf3gcrHGS59DLNGc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23rem;left:7.6875rem;height:1.62475625rem;font-style:normal;display:block; }
#i33CbNLhwhpDsLJOynomXT7ew80qIVJG { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;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;display:none; }
#ZhONI9pNh5lswlWR1yTBLxdiTOifEMRq { box-sizing:content-box;height:0.24902375rem;width:10.3735625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.977783203125rem;left:12.406005859375rem;display:block; }
#APNUV8Tycd0XkXoxaiM9Fqo1oqF5a78C { position:absolute;display:block;z-index:15015;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:9.5625rem;width:14.4375rem;top:36.342041015625rem;left:48.883764796875rem;overflow:hidden;display:block; }
#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk { position:relative;display:block; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk { background-color: transparent; background-image: none; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row .container > .video-iframe-container { display: none; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row > .video-iframe-container { display: none; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .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); }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk { border-width: 0; border-radius: 0; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .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; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .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:27.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lDwDOM2MNi952sSvnz6RR9mrOOFlTwzA { 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:24.4995rem;width:35.874rem;top:0.5615234375rem;left:0.811767578125rem;overflow:hidden;display:block; }
#m4ugcvuBpV6vacaSoR7rqdp1Mb0riSqp { color:rgba(var(--color-tertiary-2),1);display:block;width:37.2485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9683837890625rem;left:37.5rem;height:7.067875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sC9suONm1y9XkxmIUuvk3DDeRTlaCIha { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.287231445312rem;left:37.5rem;height:12.34375rem;text-align:center;text-align-last:center;display:block; }
#Go73gJ0OUOO0AFaOC3sw0zxfAJL3B1bh { background-color:#0067ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.375122070312rem;left:2.4365234375rem;display:none; }
#P5ITcKgU3s3IVmaONX3JzmKUriiAkB4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row .container { background-color: transparent; background-image: none; }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row .container > .video-iframe-container { display: none; }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row > .video-iframe-container { display: none; }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .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); }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row .container { border-width: 0; border-radius: 0; }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#GlBd4Fn0XeTSE9NEzEQHQGhvOKEzreu1 { color:#ffffff;display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.64892578125rem;left:6.4044189453125rem;height:;text-align:center;text-align-last:center;display:block; }
#T8BWThRDifv8L9nL7XQt3WkLptU2mAJG { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0264892578125rem;left:8.685302734375rem;height:9.4238125rem;text-align:center;text-align-last:center;display:block; }
#HDUzlXLqoB2pqTIfoqXTSm4bfaSWrpDt { 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:15002;opacity:1;top:4.94140625rem;left:2.58544921875rem; }
#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row .container { background-color: transparent; background-image: none; }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row .container > .video-iframe-container { display: none; }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row > .video-iframe-container { display: none; }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .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); }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row .container { border-width: 0; border-radius: 0; }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#U2ZVsUZcqFt0bTOtMH5qrEnBLp3MmhaT { color:#000000;display:block;width:13.6859375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:30.6875rem;height:2.6818875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vitbb3TwaPcvov3SqSJlP8tHfKtF6JMK { box-sizing:content-box;height:0.24902375rem;width:10.374125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:33rem;display:block; }
#Q9N718bQrTtKh6XA0lol7B10yG3yRFwp { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:29.0625rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nVpXxEvFCuwaiCzp0OWDzuVfndvDayoD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5076904296875rem;left:29.031372070312rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vfKhHaNMZnPZkpAsHON4MXUmWkouIMbF { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;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;display:none; }
#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row .container { background-color: transparent; background-image: none; }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row .container > .video-iframe-container { display: none; }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row > .video-iframe-container { display: none; }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .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); }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row .container { border-width: 0; border-radius: 0; }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .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-primary-2),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .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_dd7c4ef87862e51a7cf5bad12132ba4b560d63d2.svg");background-size:contain !important; }#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-trigger.adaptive-delivery-prevent-bg, #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-trigger.lazyload, #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-trigger.lazyloading { background-image: none; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD { box-sizing:content-box;height:auto;width:42.687375rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:1.6241455078125rem;left:16.156005859375rem; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #TiPdeAE2AtJ0cDaSDnb7H8czfgbxhhmu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #a2PLboAz8B3Q148b3BQkaGs2U6UFDWMp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #EuH1TlvOQw6Pqlpm3LLhF4Tmlp5oFTil { display:block;position:relative; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #VDiWL6D5qRi6v1rIcviEhwtKP4OIWaGl {  }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #yi70Vsf9mf7q8oQVs1z5QSD5mpBbcd8f {  }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #XyHNW9NHMx3pTHGOpCF0gdq6R9lqJ3fZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #wnidU8vbhkqyggukfh3vWqHDJIEGlff5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #yelJ8U4gQLohJk1dFwfZbOOflbtbT0mh { display:block;position:relative; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #Uq4ANzkfKSOpRckp1hwU5XSZR2AKTvyT {  }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #qW4y9CBoUmbGUunqHZSp9qTTbiKZ1yXC { display:none; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #meDvBN8kfCAUuB9bfSApfMfnDV62oVRX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #ylhTuxuCOrPd37fved50Tfkw02aVFre1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #B0qHnLK4ref4X2L6LKKTTcX0epFiGzG5 { display:block;position:relative; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #d3gbH0IyqbNmnsRze7iZkU3DuT6PFDn5 {  }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #OuL40kTsuPWD8KgKIOQ56JeEab9lpxyC { display:none; }
#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 { position:relative;display:block; }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 { background-color: transparent; background-image: none; }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .row .container > .video-iframe-container { display: none; }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .row > .video-iframe-container { display: none; }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .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); }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 { border-width: 0; border-radius: 0; }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .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; }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .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:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c5OQx5OxsbZsp4STBpC7TTfeJERZfTOk { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.257080078125rem;left:3.75rem;height:3.4118625rem;display:block; }
#uFT60gnKDuDRIWw0zZgg46rKh2PnJ4An { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.45947265625rem;left:32.5rem;height:1.13769375rem;display:block; }
#AiM5LGaWQkAUCAGR7MIf8CVlTXKqKLcD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.45947265625rem;left:55rem;height:1.05590625rem;display:block; }
#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK { position:relative;display:none; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK { border-width: 0; border-radius: 0; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .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; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KIuxmgyCiMaS2OT2So1bZsvHvbTtOsyi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yEqRN9AO3xggiZbugp769B6uZRtUbKI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EUQSdT30TS4T11S97uO4DT60VfkiwSEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e04b1b96-141b-4f58-b665-bece46b25d98/cfa72db579b54f3190adfedac7b7a995.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#EUQSdT30TS4T11S97uO4DT60VfkiwSEv.adaptive-delivery-prevent-bg, #EUQSdT30TS4T11S97uO4DT60VfkiwSEv.lazyload, #EUQSdT30TS4T11S97uO4DT60VfkiwSEv.lazyloading { background-image: none; }#EUQSdT30TS4T11S97uO4DT60VfkiwSEv > .row .container { border-width: 0; border-radius: 0; }#EUQSdT30TS4T11S97uO4DT60VfkiwSEv::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; }#EUQSdT30TS4T11S97uO4DT60VfkiwSEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EUQSdT30TS4T11S97uO4DT60VfkiwSEv > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:none; }#KWvpoNW4n43wiK1KaVnJ0zQM3u37t07P { color:#ffffff;display:block;width:42.687375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.622680664062rem;left:0rem;height:9.74975rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X { display:block; }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cK5Q2wJBZDXTUsgZ4nGvpdTvVtpbMHiT { top:1.4375rem;left:0rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymJPKZEqRrk8t5khiwIPGDd4vvnLz4uJ { top:2.1875rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T461gin6WwIRkogTLZTPFscqIkaTSpHg { top:1.4375rem;left:42.8740234375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJEP7EooeQ22df1Oi8ut0CTN2ZIiZu8 { top:2.3125rem;left:34.9375rem;width:12.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz { display:none; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXdIr4tZJa1wEqSsXIr3XXSJ7gMtCCTo { top:9.4375rem;left:0rem;width:20rem;height:;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2LnBTGGWT23fxaXTJmpeCTu5E6KXZZf { top:14.8125rem;left:0rem;width:17.875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxgVJn0EwXlH2hnDEECQab4sd6BXShrL { top:29.25rem;left:24.625rem;width:12.9375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5iAil8C0od29OtPOLHsWxkHdMc1VB6H { top:25.6875rem;left:27.375rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNvgvLNsam5T3rdk28hqeTIzTMebEoTw { top:29.6875rem;left:25.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mh58GbfgUQF2571w20V8vOmu9Ods42i4 { width:17.5rem;height:3.4375rem;top:21.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQN3yHLALrO2vCKhwRCwV1qxI17L0U2I { display:block; }
 }@media only screen and (max-width: 763px) { #TDII6J2pJS5u4oklLE0JgAauNMJi6S08 { display:none; }
 }@media only screen and (max-width: 763px) { #kfv8hQbJ0KW3qfU2dFBwt5k1KzFcuSv5 { top:9.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF { display:block; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqTW2S677tGTCpB8EuFG9JtdTRE0VNGB { top:13.6875rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRK8l8d8LDE4NtghZqZRlbLFOEKiWHxD { top:23.0625rem;left:8.875rem;width:32.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryAAkUPg7p49dHeuS3TJE7XfEeqT33CS { width:17.5rem;height:3.4375rem;top:29.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL02xtP8tc5C151Qtzn79DTdW8BFhugZ { display:block; }
 }@media only screen and (max-width: 763px) { #GvIw9xDhtRGEEQd6CnLChXu0dGI99NwG { top:29.75rem;left:27.5rem;width:12.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VedeXR73zRR4H6GRVQUBcyk5m9OAFeIr { top:30.1875rem;left:28.375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZADnlscdSnvk0PumDDQdc2Qcq54gULJ8 { top:26.1875rem;left:30.25rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFE2TzFWNrp9JE5HFpbUCLXEtVdN8M2M { top:9.9375rem;left:22.625rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uz356pyCwANh8i2zbursVoCo1P2b5Ohy { top:12.375rem;left:20.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e { display:block; }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGIntewIMRo9TVo4WXrvTGMfd53R8HTZ { top:2.3125rem;left:14.904663085938rem;width:13.625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcGW5rCAnQyi0OoFTUXiidFDA6DLcwUT { top:5.625rem;left:16.561767578125rem;width:10.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkUkkOweIMFsvzhTsRclbh0EFW0TcdTp { top:1rem;left:13.279296875rem;width:16.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx { display:none; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKGxZ7NINlPbgd4bJXoPsps6qKfJih92 { top:1.375rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJtl7SaDBGPrRHQqcuMCUScyyKV1it91 { top:0.5625rem;left:0rem;width:16.875rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zO61L1vn5T62p8krciAcVWS0ctfp72ZF { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k { display:block; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoK6ucsyD9WTG4mGqqTTFJ17O5x4CGi6 { top:0.8125rem;left:0rem;width:37.1875rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPIqr0ZdT2C7Z0ToMEC9Tnk0FTdsKeQo { top:1.4375rem;left:11.4375rem;width:36.25rem;height:24.083393000985rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLfdTCa4pkAeZlUmcyOf0izd24i3B0Rp { top:7.0625rem;left:0rem;width:32.5625rem;height:19.0625rem;font-size:1rem;display:block; }#VLfdTCa4pkAeZlUmcyOf0izd24i3B0Rp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_431e309f9b9f3a3018116e0be3deff226a602791.svg); }
 }@media only screen and (max-width: 763px) { #BXwTXSplx8s37wSvuGTKWr5taNg0qNBi { width:17.5rem;height:3.4375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI8UXvF6NHyRZhSdGrslDgw2WrFaRhug { display:block; }
 }@media only screen and (max-width: 763px) { #FnxwnvmdAqAlHW5fu4khuI8uCVN986hE { top:16rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 { display:block; }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdgMeXQgDaIidvouZ1d6POMV66Ii9UKX { width:17.625rem;height:2.875rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDMVscDdwtmIiVzgJ7htrVHBDST9FADx { top:11.0625rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEREnSlDRwRn6JAzB6c28NBEkNHcSzpb { top:1.375rem;left:3.96875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTr6sgb1HpglBT6hFbCoUHBgilZ5v4so { top:2.125rem;left:4.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5zqIzyNMTmlyEbfFNUdH89RsGXMp5ZQ { width:18.1875rem;height:18.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9EsN1ea1Axlr1Pg0FF7ttW4dhC8u6hi { width:18.125rem;height:18.125rem;top:0.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6grxbgm7z7gvUyI5gnaLoXnm9eKLs9 { width:18.125rem;height:18.125rem;top:0.6875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzrKGH3KaIIRR94Nxu2oBz1Oltgd9zR { width:18.125rem;height:18.125rem;top:0.6875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRNHTGT7Z24l9Sq8gGMfunJBJ974fJH { top:1.375rem;left:15.90625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI88kxuKERFRNsW39ZQgBxsvTdAUUcu9 { top:2.125rem;left:16.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT7HlEhk732saly6t5UseWSkxzJ4Bzh { width:17.625rem;height:2.875rem;top:7.1875rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBxyTRebTmJ2FlXhTcOvwWq6d3x9NaG5 { top:11.0625rem;left:6.375rem;width:17.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGTF8ZFTk7nJ6Rl5Gn7kFQPNk0AAeaK7 { top:1.375rem;left:27.84375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlLK3ylQ9Un3wi3FDtiPEXUAPw2zrBvL { top:2.125rem;left:28.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqLoLEZWpkrEvpKV17eSMcE2cT2fadxJ { top:1.375rem;left:39.78125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9N3LCxfrfMDK3Wf5Zg0mmoNo3i5f0xN { top:2.125rem;left:40.53125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoLxTgdAFTNtiArNaCeAMSQCpkvodbC4 { width:17.625rem;height:3.0625rem;top:7.1875rem;left:18.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5aLwg851s64vuaoO8xurmtIe06NbHbH { width:17.625rem;height:2.875rem;top:7.1875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqOHKhx0JMnTb01M1ASShdvzf2moyl9R { top:11.0625rem;left:18.3125rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVdcUbt1vo8pL8Z7n9XAT7SRoQV93T3 { top:11.0625rem;left:30.25rem;width:17.5rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HScbxnPw3rHv1N1yRro1RFs5TAtC7ita { width:18.125rem;height:18.125rem;top:0.6875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ { display:block; }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGofLTQd2ucZ5iwUn2Qex1cJKfMneZ6U { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJUAh3egxJNGfybOmKlCF6PeTMw3cJgZ { top:8rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2r6H4h6Q3LSUzyAIL6PsXTTKmUbyX6C { top:4.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R { display:block; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLVW4cvueG9NCU2zilJ60NWA3vgtg9o9 { top:3.5rem;left:15.406372070312rem;width:16.875rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoSbp5ynV4i8xgSD61eVes6iqJMzzfAK { top:9.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Qlt7rkWSzaZ7E0vO3b10Un0rP62WCt { top:9.5625rem;left:17.5078125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq06XkyJOQtTQEgTmMF40SbRqb92QMmm { top:9.5625rem;left:35rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWsnWh120TrltwuyhDmJawZhctbTltC { top:2.125rem;left:15.406372070312rem;width:16.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJalIhDV6Tb8A15f2SQAXt0cxysIQAoT { top:13.5rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO3X6evRJABWaT0vSOfDiVQDDQ34wThK { top:13.5rem;left:21.437866210938rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0DRkiPAJKsaX9CsgW4x5bTEh717c0AT { top:13.5rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXZsUq1SZnMlUXPaJayQ3RErgMzQ77gX { top:13.375rem;left:9.2100830078125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKP7tQsvW23ldSUVHfHO3M72AWKVys5E { top:13.375rem;left:33.64794921875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chOaFS7uZLkPZOAOBXyRObNInVt1M5ft { top:25.125rem;left:0rem;width:16.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPC1N2KLXTQtTdlOQWGRTnTCOyLiUJy { top:25.125rem;left:15.1875rem;width:16.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMr7PZE7LtXs5nsa3CHKJPT3vQwMwAmA { top:25.125rem;left:30.875rem;width:16.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aST4difEyQdU45piWo6eHS7ERlUOuEch { top:27.8125rem;left:0rem;width:13rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqAVoue7H7RTKEC1XF1ZhOiv4vGi5CVG { top:27.8125rem;left:15.5625rem;width:17.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDWJudLVinx4qlE4F0pdhWVMpMMTAXD { top:27.8125rem;left:29.9375rem;width:17.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uemLrIluO4e8RrJFZMeAeT2M3P2utuGs { display:none; }
 }@media only screen and (max-width: 763px) { #WOPpxwS0KTuv5KWna5E9ANMVUeKouSvE { display:none; }
 }@media only screen and (max-width: 763px) { #WFvUhQ2UgIoGZ7DvKFVNRIL2GuPbIwzg { width:17.5rem;height:3.4375rem;top:21.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvROZh60665weRFsFiodqq5t2FNN7Tsm { display:block; }
 }@media only screen and (max-width: 763px) { #QTUhZ7Wsbzuc8qyVvkJg5Rx9zmxPuCFC { top:7rem;left:18.68701171875rem;width:10.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTy7Fbvo8pEFtxB4mnKh2uiP2UapPls { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp { display:block; }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waNaVRPFhEeTO0s2Ouheuq0WgqfOO8QG { top:0rem;left:3.99951171875rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z { display:block; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP657ELZahqzHBfT1vdCKaNV1VTe8cuZ { width:5.9375rem;height:2.0625rem;top:28.9375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0TypAX9KqfFaXQHCCxayRFl4R8Lf41n { width:8.3125rem;height:1.9375rem;top:21rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLMSWgiNHHbMbUtTTuMovTT8JbJModOE { top:21.1875rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Si9DV5f6TPSAbUJMxwTkTC25qgJo0p { width:28.8125rem;height:;top:12.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGOW3HhGIS823QqHJZutVN3d2yW6vDZE { top:29.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi5rSLVM5kNOpm02rMAKaCb7r3G7g2QN { width:27.625rem;height:6.625rem;top:2.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKn3rRvw6OdNsmMesafSFNBITlnrS2oN { top:36.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsfsNxCg0nahEovyITUOEQlyo6onratK { width:11.125rem;height:2.0625rem;top:36.5625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4  { width:17.5rem;height:auto;top:2.8125rem;left:24.124877929688rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 {display:block;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 { width:17.5rem;height:auto;top:2.8125rem;left:24.124877929688rem; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #NKKVosdiTSH0ns8vHaJCkBWG2aoXkQRP {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #L0CqRhaHhZoH3uLnbeoGXgtPDnLxRIwi { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #SUxD27J2E2qpHiZUtXuK8at77GTqTfer {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #Phh0ArAy3qvNC9NvmlS13i8Wnz9bne7v {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #or6WMgobrTmKGwC12JO4vzTNgdgP8dhN { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ERxAATZlxTSkfpwOkOLnQcFHJNUudZtI {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #gXJfLvET8AI4VtyvtHQL9UdBZVol1Gst {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #TiqCUhdPNxIgJHfsJALFeEifXqRVPWrB { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #CZ7EWo9TzGqG5ue1WpLrRguMo6KFOieP {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #yNI5k8fdqTTtaCP3GFMm0e1STxryl521 {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ugEkH6O5b8ErrvZSn0VbUycmffO8gCPS { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #La21lK8CihTzQprF0B1Or15X29TcQ77V {  }
 }@media only screen and (max-width: 763px) { #NTiaEnhA3xH9yMOqUNi73Pxhl4QLGqkw { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ZzTnInpulhZ8EXfC1SbLXkUco4U7gTzZ {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #hvxHXzJqcZe5CObnHf5kHMWT4WN40Jz4 {  }
 }@media only screen and (max-width: 763px) { #TxfERhppItJ9eKiaWlat712PTNxq4LNe { width:13.4375rem;height:1.375rem;top:31rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5T2QMPiBTwK2VIqoVCb7k1G0vp0bqbm { width:18.5625rem;height:2.9375rem;top:39.1875rem;left:0.874267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTfUTA3TgSHfTextnQuDJewiPqpofrH { width:18.5rem;height:;top:9.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgSyJzZ0NUx9IbVTf3gcrHGS59DLNGc6 { top:23rem;left:0.875rem;width:12.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i33CbNLhwhpDsLJOynomXT7ew80qIVJG { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZhONI9pNh5lswlWR1yTBLxdiTOifEMRq { top:10.9375rem;left:5.593505859375rem;width:10.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNUV8Tycd0XkXoxaiM9Fqo1oqF5a78C { top:36.3125rem;left:28.446264796875rem;width:14.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk { display:block; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDwDOM2MNi952sSvnz6RR9mrOOFlTwzA { top:0.5rem;left:0rem;width:35.8125rem;height:24.457499686402rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4ugcvuBpV6vacaSoR7rqdp1Mb0riSqp { top:1.9375rem;left:10.5625rem;width:37.1875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC9suONm1y9XkxmIUuvk3DDeRTlaCIha { top:11.25rem;left:10.5625rem;width:37.1875rem;height:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go73gJ0OUOO0AFaOC3sw0zxfAJL3B1bh { width:17.5rem;height:3.4375rem;top:21.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5ITcKgU3s3IVmaONX3JzmKUriiAkB4T { display:block; }
 }@media only screen and (max-width: 763px) { #TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS { display:block; }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlBd4Fn0XeTSE9NEzEQHQGhvOKEzreu1 { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8BWThRDifv8L9nL7XQt3WkLptU2mAJG { top:9rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDUzlXLqoB2pqTIfoqXTSm4bfaSWrpDt { top:4.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd { display:block; }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2ZVsUZcqFt0bTOtMH5qrEnBLp3MmhaT { top:3.1875rem;left:17.0625rem;width:13.625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vitbb3TwaPcvov3SqSJlP8tHfKtF6JMK { top:6.75rem;left:19.375rem;width:10.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9N718bQrTtKh6XA0lol7B10yG3yRFwp { top:1.875rem;left:15.4375rem;width:16.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpXxEvFCuwaiCzp0OWDzuVfndvDayoD { top:2.625rem;left:0rem;width:16.875rem;height:;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfKhHaNMZnPZkpAsHON4MXUmWkouIMbF { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ { display:block; }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #TiPdeAE2AtJ0cDaSDnb7H8czfgbxhhmu {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #a2PLboAz8B3Q148b3BQkaGs2U6UFDWMp {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #EuH1TlvOQw6Pqlpm3LLhF4Tmlp5oFTil {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #VDiWL6D5qRi6v1rIcviEhwtKP4OIWaGl {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #yi70Vsf9mf7q8oQVs1z5QSD5mpBbcd8f {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #XyHNW9NHMx3pTHGOpCF0gdq6R9lqJ3fZ {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #wnidU8vbhkqyggukfh3vWqHDJIEGlff5 {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #yelJ8U4gQLohJk1dFwfZbOOflbtbT0mh {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #Uq4ANzkfKSOpRckp1hwU5XSZR2AKTvyT {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #qW4y9CBoUmbGUunqHZSp9qTTbiKZ1yXC {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #meDvBN8kfCAUuB9bfSApfMfnDV62oVRX {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #ylhTuxuCOrPd37fved50Tfkw02aVFre1 {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #B0qHnLK4ref4X2L6LKKTTcX0epFiGzG5 {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #d3gbH0IyqbNmnsRze7iZkU3DuT6PFDn5 {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #OuL40kTsuPWD8KgKIOQ56JeEab9lpxyC {  }
 }@media only screen and (max-width: 763px) { #HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 { display:block; }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5OQx5OxsbZsp4STBpC7TTfeJERZfTOk { top:2.25rem;left:0rem;width:20rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFT60gnKDuDRIWw0zZgg46rKh2PnJ4An { top:3.4375rem;left:18.875rem;width:13.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiM5LGaWQkAUCAGR7MIf8CVlTXKqKLcD { top:3.4375rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK { display:none; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KIuxmgyCiMaS2OT2So1bZsvHvbTtOsyi { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yEqRN9AO3xggiZbugp769B6uZRtUbKI7 { display:block; }
 }@media only screen and (max-width: 763px) { #EUQSdT30TS4T11S97uO4DT60VfkiwSEv { display:none; }#EUQSdT30TS4T11S97uO4DT60VfkiwSEv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KWvpoNW4n43wiK1KaVnJ0zQM3u37t07P { top:12.5625rem;left:0rem;width:42.625rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X { display:block; }#a5qdETuQrdNHU2UeFDGGEcWMEbOohU1X > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cK5Q2wJBZDXTUsgZ4nGvpdTvVtpbMHiT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymJPKZEqRrk8t5khiwIPGDd4vvnLz4uJ { top:1.6937255859375rem;left:5.7183837890625rem;width:8.562rem;height:2.11181875rem;z-index:15001;font-size:1.625rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #T461gin6WwIRkogTLZTPFscqIkaTSpHg { display:flex;width:3.3125rem;height:3.3125rem;top:1.4375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THJEP7EooeQ22df1Oi8ut0CTN2ZIiZu8 { width:12.8125rem;height:auto;top:2.3125rem;left:3.5625rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e04b1b96-141b-4f58-b665-bece46b25d98/cfa72db579b54f3190adfedac7b7a995.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz.adaptive-delivery-prevent-bg, #kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz.lazyload, #kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz.lazyloading { background-image: none; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .row .container { background-color: transparent; background-image: none; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.58); }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .row .container > .video-iframe-container { display: none; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .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.58); }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .row > .video-iframe-container { display: none; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .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); }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .row .container { border-width: 0; border-radius: 0; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz::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; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPoFmfTuJKH0FpAUpvBmsUC7MsrceuTz > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXdIr4tZJa1wEqSsXIr3XXSJ7gMtCCTo { top:9.4970703125rem;left:0rem;width:20rem;height:5.36376875rem;z-index:15000;color:#ffffff;font-size:2.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnBTGGWT23fxaXTJmpeCTu5E6KXZZf { top:15.9375rem;left:0.68798828125rem;width:18rem;height:3.8964875rem;z-index:15001;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxgVJn0EwXlH2hnDEECQab4sd6BXShrL { width:6.125rem;height:1.375rem;top:7.75rem;left:7rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #T5iAil8C0od29OtPOLHsWxkHdMc1VB6H { width:4.375rem;height:4.375rem;top:6.279541015625rem;left:8.5146484375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DNvgvLNsam5T3rdk28hqeTIzTMebEoTw { display:flex;width:1.125rem;height:1.125rem;top:7.875rem;left:7.4375rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Mh58GbfgUQF2571w20V8vOmu9Ods42i4 { width:17.5rem;height:3.4375rem;top:20.9375rem;left:1.25rem;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bQN3yHLALrO2vCKhwRCwV1qxI17L0U2I { display:block; }
 }@media only screen and (max-width: 763px) { #TDII6J2pJS5u4oklLE0JgAauNMJi6S08 { display:flex;top:4.669189453125rem;left:9.156494140625rem;width:1.6870125rem;height:1.6870125rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #kfv8hQbJ0KW3qfU2dFBwt5k1KzFcuSv5 { top:6.404296875rem;left:7.4375rem;width:5.625rem;height:0.81176875rem;z-index:15010;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF { display:none; }#RnmNrOT1IEyyCv6nc2Na2TdtzwwighsF > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqTW2S677tGTCpB8EuFG9JtdTRE0VNGB { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRK8l8d8LDE4NtghZqZRlbLFOEKiWHxD { width:20rem;height:9.7473125rem;top:7.6995875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryAAkUPg7p49dHeuS3TJE7XfEeqT33CS { width:17.5rem;height:3.4375rem;top:12.8245875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL02xtP8tc5C151Qtzn79DTdW8BFhugZ { display:block; }
 }@media only screen and (max-width: 763px) { #GvIw9xDhtRGEEQd6CnLChXu0dGI99NwG { width:12.9375rem;height:3.125rem;top:21.0745875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VedeXR73zRR4H6GRVQUBcyk5m9OAFeIr { display:flex;width:2.25rem;height:2.25rem;top:21.5120875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #ZADnlscdSnvk0PumDDQdc2Qcq54gULJ8 { width:10.3125rem;height:10.3125rem;top:17.5120875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFE2TzFWNrp9JE5HFpbUCLXEtVdN8M2M { display:flex;top:6.25rem;left:12.5rem;width:2.1875rem;height:2.1875rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #Uz356pyCwANh8i2zbursVoCo1P2b5Ohy { width:12.5rem;height:0;top:29.0745875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e { display:none; }#Tec6kZZS7gHHeVsb2pRkmLc8LTow1T5e > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GGIntewIMRo9TVo4WXrvTGMfd53R8HTZ { width:20rem;height:1.2994375rem;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcGW5rCAnQyi0OoFTUXiidFDA6DLcwUT { width:11.6875rem;height:0.3125rem;top:3.798825rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkUkkOweIMFsvzhTsRclbh0EFW0TcdTp { width:16.875rem;height:0;top:1.25rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row .container { background-color: transparent; background-image: none; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row .container > .video-iframe-container { display: none; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row > .video-iframe-container { display: none; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .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); }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row .container { border-width: 0; border-radius: 0; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AH51FRTEWObxRn9Qcqy5M1ol6TsUHPLx > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKGxZ7NINlPbgd4bJXoPsps6qKfJih92 { top:2.8125rem;left:0rem;width:20rem;height:1.7858875rem;z-index:15000;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJtl7SaDBGPrRHQqcuMCUScyyKV1it91 { width:16.875rem;height:1.381225rem;top:1.470947265625rem;left:1.5625rem;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zO61L1vn5T62p8krciAcVWS0ctfp72ZF { top:5.29541015625rem;left:6.21826171875rem;width:7.5610625rem;height:0.3125rem;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 0.25rem rgba(var(--color-primary-2),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7fc350a-d188-4642-a563-59e37d70d413/ChatGPTImageFeb3202604_01_07PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k.adaptive-delivery-prevent-bg, #PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k.lazyload, #PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k.lazyloading { background-image: none; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container { background-color: transparent; background-image: none; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container > .video-iframe-container { display: none; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row > .video-iframe-container { display: none; }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .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); }#PbK2C7bOsIAy0p2nxLgvoqptxkz6hT1k > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoK6ucsyD9WTG4mGqqTTFJ17O5x4CGi6 { width:20rem;height:auto;top:0.8125rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPIqr0ZdT2C7Z0ToMEC9Tnk0FTdsKeQo { width:19.875rem;height:13.25rem;top:7.6007080078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLfdTCa4pkAeZlUmcyOf0izd24i3B0Rp { width:20rem;height:22.34375rem;top:26.28173828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VLfdTCa4pkAeZlUmcyOf0izd24i3B0Rp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_431e309f9b9f3a3018116e0be3deff226a602791.svg); }
 }@media only screen and (max-width: 763px) { #BXwTXSplx8s37wSvuGTKWr5taNg0qNBi { width:17.5rem;height:3.4375rem;top:51.48681640625rem;left:1.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xI8UXvF6NHyRZhSdGrslDgw2WrFaRhug { display:block; }
 }@media only screen and (max-width: 763px) { #FnxwnvmdAqAlHW5fu4khuI8uCVN986hE { top:17.72216796875rem;left:0rem;width:20rem;height:5.35766875rem;z-index:15004;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 { display:block; }#zl9NNs28q9aSQm89kmxLPXGQg3t74rH2 > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdgMeXQgDaIidvouZ1d6POMV66Ii9UKX { width:17.5rem;height:2.59765625rem;top:8.75rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDMVscDdwtmIiVzgJ7htrVHBDST9FADx { width:17.5rem;height:3.8964875rem;top:12.0625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEREnSlDRwRn6JAzB6c28NBEkNHcSzpb { width:4.0625rem;height:4.0625rem;top:3.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTr6sgb1HpglBT6hFbCoUHBgilZ5v4so { display:flex;width:2.5rem;height:2.5rem;top:4rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #A5zqIzyNMTmlyEbfFNUdH89RsGXMp5ZQ { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9EsN1ea1Axlr1Pg0FF7ttW4dhC8u6hi { width:18.125rem;height:18.125rem;top:22.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6grxbgm7z7gvUyI5gnaLoXnm9eKLs9 { width:18.125rem;height:18.125rem;top:42.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzrKGH3KaIIRR94Nxu2oBz1Oltgd9zR { width:18.125rem;height:18.125rem;top:63.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRNHTGT7Z24l9Sq8gGMfunJBJ974fJH { width:4.0625rem;height:4.0625rem;top:22.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI88kxuKERFRNsW39ZQgBxsvTdAUUcu9 { display:flex;width:2.5rem;height:2.5rem;top:23.625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #TZT7HlEhk732saly6t5UseWSkxzJ4Bzh { width:17.6245rem;height:2.59765625rem;top:28.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBxyTRebTmJ2FlXhTcOvwWq6d3x9NaG5 { width:17.5rem;height:3.8964875rem;top:32.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGTF8ZFTk7nJ6Rl5Gn7kFQPNk0AAeaK7 { width:4.0625rem;height:4.0625rem;top:43.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlLK3ylQ9Un3wi3FDtiPEXUAPw2zrBvL { display:flex;width:2.5rem;height:2.5rem;top:44.375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #QqLoLEZWpkrEvpKV17eSMcE2cT2fadxJ { width:4.0625rem;height:4.0625rem;top:64.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9N3LCxfrfMDK3Wf5Zg0mmoNo3i5f0xN { display:flex;width:2.5rem;height:2.5rem;top:65.0625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #RoLxTgdAFTNtiArNaCeAMSQCpkvodbC4 { width:17.6245rem;height:3.0859375rem;top:49.5rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5aLwg851s64vuaoO8xurmtIe06NbHbH { width:17.6245rem;height:2.59765625rem;top:70.1875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqOHKhx0JMnTb01M1ASShdvzf2moyl9R { width:17.5rem;height:3.8964875rem;top:53.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVdcUbt1vo8pL8Z7n9XAT7SRoQV93T3 { width:17.5rem;height:5.1953125rem;top:74.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HScbxnPw3rHv1N1yRro1RFs5TAtC7ita { width:18.125rem;height:18.125rem;top:1.625rem;left:0.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ { display:block; }#KhhGIrcBCWwLgxVSBlQ2U39ylcLxvzhJ > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGofLTQd2ucZ5iwUn2Qex1cJKfMneZ6U { width:20rem;height:6.577125rem;top:3.8739013671875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJUAh3egxJNGfybOmKlCF6PeTMw3cJgZ { width:20rem;height:5.1953125rem;top:12.87353515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2r6H4h6Q3LSUzyAIL6PsXTTKmUbyX6C { display:flex;width:1.9995125rem;height:1.9995125rem;top:0.8502197265625rem;left:9.000244140625rem; }
 }@media only screen and (max-width: 763px) { #tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container { background-color: transparent; background-image: none; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container > .video-iframe-container { display: none; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row > .video-iframe-container { display: none; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .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); }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container { border-width: 0; border-radius: 0; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsHJdWMpT6Kut2lxt9UH41LpX5Peva7R > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLVW4cvueG9NCU2zilJ60NWA3vgtg9o9 { width:16.875rem;height:2.598875rem;top:3.8806125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoSbp5ynV4i8xgSD61eVes6iqJMzzfAK { width:12.5rem;height:12.5rem;top:10.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Qlt7rkWSzaZ7E0vO3b10Un0rP62WCt { width:12.5rem;height:12.5rem;top:38.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq06XkyJOQtTQEgTmMF40SbRqb92QMmm { width:12.5rem;height:12.5rem;top:69.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWsnWh120TrltwuyhDmJawZhctbTltC { width:16.875rem;height:1.381225rem;top:2.5384521484375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJalIhDV6Tb8A15f2SQAXt0cxysIQAoT { display:flex;width:4.8120125rem;height:4.8120125rem;top:14.586181640625rem;left:7.593994140625rem; }
 }@media only screen and (max-width: 763px) { #OO3X6evRJABWaT0vSOfDiVQDDQ34wThK { display:flex;width:4.8125rem;height:4.8125rem;top:42.8125rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #R0DRkiPAJKsaX9CsgW4x5bTEh717c0AT { display:flex;width:4.8125rem;height:4.8125rem;top:73.4375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #OXZsUq1SZnMlUXPaJayQ3RErgMzQ77gX { display:flex;width:5.0625rem;height:5.0625rem;top:21.7150875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKP7tQsvW23ldSUVHfHO3M72AWKVys5E { display:flex;width:5.0625rem;height:5.0625rem;top:42.0119625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #chOaFS7uZLkPZOAOBXyRObNInVt1M5ft { width:16.875rem;height:2.598875rem;top:24.3125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPC1N2KLXTQtTdlOQWGRTnTCOyLiUJy { width:16.875rem;height:2.598875rem;top:53.25rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMr7PZE7LtXs5nsa3CHKJPT3vQwMwAmA { width:16.875rem;height:2.598875rem;top:84.5rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aST4difEyQdU45piWo6eHS7ERlUOuEch { width:12.99925rem;height:3.8964875rem;top:26.9375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqAVoue7H7RTKEC1XF1ZhOiv4vGi5CVG { width:17.8125rem;height:3.8964875rem;top:55.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDWJudLVinx4qlE4F0pdhWVMpMMTAXD { width:17.8125rem;height:3.8964875rem;top:87.62451171875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uemLrIluO4e8RrJFZMeAeT2M3P2utuGs { display:flex;top:31.959838867188rem;left:7.593994140625rem;width:4.8120125rem;height:4.8120125rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #WOPpxwS0KTuv5KWna5E9ANMVUeKouSvE { display:flex;top:62.134399414062rem;left:7.593994140625rem;width:4.8120125rem;height:4.8120125rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #WFvUhQ2UgIoGZ7DvKFVNRIL2GuPbIwzg { width:17.5rem;height:3.4375rem;top:95.726318359375rem;left:0.9765625rem;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EvROZh60665weRFsFiodqq5t2FNN7Tsm { display:block; }
 }@media only screen and (max-width: 763px) { #QTUhZ7Wsbzuc8qyVvkJg5Rx9zmxPuCFC { width:10.3125rem;height:0.1875rem;top:7rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzTy7Fbvo8pEFtxB4mnKh2uiP2UapPls { top:7.9052734375rem;left:6.21826171875rem;width:7.5610625rem;height:0.3125rem;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 0.25rem rgba(var(--color-primary-2),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp { display:block; }#Tl0XF94eLzJByQTkqIGvH6U0VMTZQOlp > .row .container { width:20rem;height:15.68725rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waNaVRPFhEeTO0s2Ouheuq0WgqfOO8QG { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container { background-color: transparent; background-image: none; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container > .video-iframe-container { display: none; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row > .video-iframe-container { display: none; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .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); }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container { border-width: 0; border-radius: 0; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTl4r3dD1mknXU8iJqBVFW9xSTK39H6Z > .row .container { width:20rem;height:95.0915625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP657ELZahqzHBfT1vdCKaNV1VTe8cuZ { width:5.9375rem;height:1.62475625rem;top:31.375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:arial;font-weight:400;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #o0TypAX9KqfFaXQHCCxayRFl4R8Lf41n { width:5.9375rem;height:1.62475625rem;top:19.072265625rem;left:7.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:arial;font-weight:400;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #sLMSWgiNHHbMbUtTTuMovTT8JbJModOE { display:flex;width:4.4995125rem;height:4.4995125rem;top:48.375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #n5Si9DV5f6TPSAbUJMxwTkTC25qgJo0p { width:16.75rem;height:0;top:8.988037109375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:arial;font-weight:400;font-style:normal;color:#787b82;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #OGOW3HhGIS823QqHJZutVN3d2yW6vDZE { display:flex;width:3.75rem;height:3.75rem;top:61.75rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #wi5rSLVM5kNOpm02rMAKaCb7r3G7g2QN { width:20rem;height:4.7119125rem;top:2.81005859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:poppins;font-weight:400;font-style:normal;color:#000000;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; }
 }@media only screen and (max-width: 763px) { #FKn3rRvw6OdNsmMesafSFNBITlnrS2oN { display:flex;width:5.37475625rem;height:5.37475625rem;top:73.203125rem;left:7.31201171875rem; }
 }@media only screen and (max-width: 763px) { #WsfsNxCg0nahEovyITUOEQlyo6onratK { width:9.74975rem;height:1.62475625rem;top:79.140625rem;left:5.1239013671875rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(var(--color-tertiary-2),1); }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4  { width:17.5rem;height:auto;top:16.048583984375rem;left:0rem; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 {display:block;}#ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 { width:17.5rem;height:auto;top:16.048583984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #NKKVosdiTSH0ns8vHaJCkBWG2aoXkQRP {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #L0CqRhaHhZoH3uLnbeoGXgtPDnLxRIwi { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #SUxD27J2E2qpHiZUtXuK8at77GTqTfer {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #Phh0ArAy3qvNC9NvmlS13i8Wnz9bne7v {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #or6WMgobrTmKGwC12JO4vzTNgdgP8dhN { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ERxAATZlxTSkfpwOkOLnQcFHJNUudZtI {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #gXJfLvET8AI4VtyvtHQL9UdBZVol1Gst {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #TiqCUhdPNxIgJHfsJALFeEifXqRVPWrB { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #CZ7EWo9TzGqG5ue1WpLrRguMo6KFOieP {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #yNI5k8fdqTTtaCP3GFMm0e1STxryl521 {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ugEkH6O5b8ErrvZSn0VbUycmffO8gCPS { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #La21lK8CihTzQprF0B1Or15X29TcQ77V {  }
 }@media only screen and (max-width: 763px) { #NTiaEnhA3xH9yMOqUNi73Pxhl4QLGqkw { display:block; }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #ZzTnInpulhZ8EXfC1SbLXkUco4U7gTzZ {  }
 }@media only screen and (max-width: 763px) { #ZFFEF81eG0713AFU6GDJqwoyOo0wNIJ4 #hvxHXzJqcZe5CObnHf5kHMWT4WN40Jz4 {  }
 }@media only screen and (max-width: 763px) { #TxfERhppItJ9eKiaWlat712PTNxq4LNe { width:20rem;height:1.48681875rem;top:65.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:poppins;font-weight:400;font-style:normal;color:#000000;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; }
 }@media only screen and (max-width: 763px) { #Z5T2QMPiBTwK2VIqoVCb7k1G0vp0bqbm { width:20rem;height:2.69896875rem;top:81.311645507812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:arial;font-weight:400;font-style:normal;color:#000000;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #sdTfUTA3TgSHfTextnQuDJewiPqpofrH { width:18.5608125rem;height:6.8261875rem;top:9.58984375rem;left:0.718994140625rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:poppins;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-1),1);line-height:1.4;z-index:15011;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; }
 }@media only screen and (max-width: 763px) { #dgSyJzZ0NUx9IbVTf3gcrHGS59DLNGc6 { width:13.6865rem;height:1.62475625rem;top:52.874145507812rem;left:3.2806396484375rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i33CbNLhwhpDsLJOynomXT7ew80qIVJG { top:8.3740234375rem;left:6.21826171875rem;width:7.5610625rem;height:0.3125rem;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 0.25rem rgba(var(--color-primary-2),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZhONI9pNh5lswlWR1yTBLxdiTOifEMRq { width:10.3125rem;height:0.1875rem;top:10.9375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #APNUV8Tycd0XkXoxaiM9Fqo1oqF5a78C { width:12.2485625rem;height:8.0603125rem;top:87.03125rem;left:3.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk { background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/9d5cece3-82d1-4786-8888-3fe12172a159/freepik__freshlycleanedcafewindowsgleamingglassshowin__44173.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk.adaptive-delivery-prevent-bg, #NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk.lazyload, #NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk.lazyloading { background-image: none; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row .container { background-color: transparent; background-image: none; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row .container > .video-iframe-container { display: none; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row > .video-iframe-container { display: none; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .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); }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row .container { border-width: 0; border-radius: 0; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSvD4Wfq3AEKQ7Tb56nWvyPI3qvtnMBk > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDwDOM2MNi952sSvnz6RR9mrOOFlTwzA { width:17.75rem;height:12.125rem;top:0.877685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4ugcvuBpV6vacaSoR7rqdp1Mb0riSqp { width:20rem;height:10.15625rem;top:19.70947265625rem;left:0rem;font-size:1.5625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #sC9suONm1y9XkxmIUuvk3DDeRTlaCIha { width:20rem;height:16.8847625rem;top:32.83447265625rem;left:0rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Go73gJ0OUOO0AFaOC3sw0zxfAJL3B1bh { width:17.5rem;height:3.4375rem;top:52.576904296875rem;left:1.25rem;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P5ITcKgU3s3IVmaONX3JzmKUriiAkB4T { display:block; }
 }@media only screen and (max-width: 763px) { #TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS { display:block; }#TgZ75xLt3QEzCsCoJRxtpMfn1ECSfUXS > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlBd4Fn0XeTSE9NEzEQHQGhvOKEzreu1 { width:20rem;height:6.577125rem;top:4.9365234375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8BWThRDifv8L9nL7XQt3WkLptU2mAJG { width:20rem;height:9.0918125rem;top:12.811889648438rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDUzlXLqoB2pqTIfoqXTSm4bfaSWrpDt { display:flex;width:2.4375rem;height:2.4375rem;top:1.5380859375rem;left:9.000244140625rem; }
 }@media only screen and (max-width: 763px) { #QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd { display:block; }#QkqLJkCLhu9kuAOoRk3wkGIMzo0pCdwd > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2ZVsUZcqFt0bTOtMH5qrEnBLp3MmhaT { width:13.625rem;height:auto;top:3.1875rem;left:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vitbb3TwaPcvov3SqSJlP8tHfKtF6JMK { width:10.3125rem;height:0.1875rem;top:6.75rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9N718bQrTtKh6XA0lol7B10yG3yRFwp { width:16.875rem;height:1.381225rem;top:1.25rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpXxEvFCuwaiCzp0OWDzuVfndvDayoD { width:16.875rem;height:2.598875rem;top:2.6300048828125rem;left:1.5625rem;font-size:2rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vfKhHaNMZnPZkpAsHON4MXUmWkouIMbF { top:6.1956787109375rem;left:6.21826171875rem;width:7.561625rem;height:0.3125rem;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.375rem 0.25rem rgba(var(--color-primary-2),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ { display:block; }#EPEAqQGZZOMVikZobdrmMkcsH5Hm2WvZ > .row .container { width:20rem;height:27.95897265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD .accordion-desc-text { font-size:0.875rem;height:auto; }
#nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD { display:flex;height:auto;width:20rem;top:2.2491455078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #TiPdeAE2AtJ0cDaSDnb7H8czfgbxhhmu {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #a2PLboAz8B3Q148b3BQkaGs2U6UFDWMp {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #EuH1TlvOQw6Pqlpm3LLhF4Tmlp5oFTil {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #VDiWL6D5qRi6v1rIcviEhwtKP4OIWaGl {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #yi70Vsf9mf7q8oQVs1z5QSD5mpBbcd8f {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #XyHNW9NHMx3pTHGOpCF0gdq6R9lqJ3fZ {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #wnidU8vbhkqyggukfh3vWqHDJIEGlff5 {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #yelJ8U4gQLohJk1dFwfZbOOflbtbT0mh {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #Uq4ANzkfKSOpRckp1hwU5XSZR2AKTvyT {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #qW4y9CBoUmbGUunqHZSp9qTTbiKZ1yXC {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #meDvBN8kfCAUuB9bfSApfMfnDV62oVRX {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #ylhTuxuCOrPd37fved50Tfkw02aVFre1 {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #B0qHnLK4ref4X2L6LKKTTcX0epFiGzG5 {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #d3gbH0IyqbNmnsRze7iZkU3DuT6PFDn5 {  }
 }@media only screen and (max-width: 763px) { #nbd1fTJZS6HtMGoyWn7Mksr1kSr16QhD #OuL40kTsuPWD8KgKIOQ56JeEab9lpxyC {  }
 }@media only screen and (max-width: 763px) { #HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 { display:block; }#HwtDoObiOKWZrPLfIT4GOkta1cNw7cy5 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5OQx5OxsbZsp4STBpC7TTfeJERZfTOk { width:6.62475rem;height:2.2753875rem;top:4.6875rem;left:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFT60gnKDuDRIWw0zZgg46rKh2PnJ4An { width:13.5608125rem;height:0.89233125rem;top:8.184814453125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiM5LGaWQkAUCAGR7MIf8CVlTXKqKLcD { width:8.0615rem;height:0.89233125rem;top:8.18603515625rem;left:11.9384765625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row .container { background-color: transparent; background-image: none; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row .container > .video-iframe-container { display: none; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row > .video-iframe-container { display: none; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .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); }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row .container { border-width: 0; border-radius: 0; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auJRc9RK9TCKQwgWByZE6Z3T4pw1mMBK > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIuxmgyCiMaS2OT2So1bZsvHvbTtOsyi { top:0.9375rem;left:0rem;width:20rem;height:3.4375rem;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:arial;font-size:1.125rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEqRN9AO3xggiZbugp769B6uZRtUbKI7 { display:block; }
 }@media only screen and (max-width: 763px) { #EUQSdT30TS4T11S97uO4DT60VfkiwSEv { display:none; }#EUQSdT30TS4T11S97uO4DT60VfkiwSEv > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KWvpoNW4n43wiK1KaVnJ0zQM3u37t07P { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }