.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:224,217,244;--color-secondary-1:153,128,220;--color-secondary-2:50,0,184;--color-secondary-3:25,0,92;--color-secondary-4:8,0,28;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-4),0.48);background-image:url("https://images.assets-landingi.com/uc/cc7ffe0a-58ae-457b-bd47-512477a94654/5a7f5772a2234dbc8aafd57df1f6ac9a.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#gwLQJQtDgmiJg9vlqmH0MmZMuxE6McZS { box-sizing:content-box;height:3.3125rem;width:37.9375rem;position:absolute;display:block;z-index:15013;background-color:#f33232;background-image:none;top:12.0625rem;left:19.375rem;display:block; }
#ibe5GXbFJlhusT1UT451TzhIRAlCSr7b { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5625rem;position:absolute;font-family:lora;font-size:3.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-4),1);top:2.3502604961395rem;left:11.71875rem;height:4.46875rem;text-align:left;text-align-last:left;display:block; }
#l6cSaeTrINLaQzC17sEQP6gFI7m1rfov { color:rgba(var(--color-tertiary-0),1);display:block;width:65.25rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.75rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bt7bwd9yNVd86hdT59mJR2D6UvJo4wLC { box-sizing:content-box;height:3.5625rem;width:63rem;position:absolute;display:block;z-index:15014;background-color:#f33232;background-image:none;top:8.3125rem;left:6.875rem;display:block; }
#mQxWQT8gfF8yTJcATVgHMEHaw6mu8oTD { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1875rem;position:absolute;font-family:lora;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.3125rem;left:13.3125rem;height:7.475rem;font-style:italic;display:block; }
#dQk8XSGOmm28B3IAS4xhluWbcyFHJBs6 { position:absolute;display:block;z-index:15017;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:6.375rem;border-top-right-radius:6.375rem;border-bottom-left-radius:6.375rem;border-bottom-right-radius:6.375rem;box-shadow: none;height:9.375rem;width:9.75rem;top:18rem;left:1.5rem;overflow:hidden;display:block; }
#geLHoVNKDGFwDFMnUIPeAI6SItwfZwPQ { box-sizing:content-box;height:23.3125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066fd, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #0066fd, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #0066fd, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #0066fd, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066fd', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066fd', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #0066fd, rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:32.5rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#edcFWTpLd8vnHzZfTNGfSNfBHJqEBcm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.374rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:35.3125rem;left:9.5625rem;height:17.55rem;font-style:normal;display:block; }
#kwD7mIEg2MIDESSzwJhyngfwv948zgAV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.9375rem;left:4.4375rem; }
#JFpidvJbx7aW0mvAwOIoyX5yaitfyQJR { 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:15021;opacity:1;top:42.6875rem;left:4.4375rem; }
#LlSAiCM7bT2GTrP0ovitWsisr9HaVttC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:49.3125rem;left:4.4375rem; }
#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ.adaptive-delivery-prevent-bg, #c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ.lazyload, #c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ.lazyloading { background-image: none; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row .container { background-color: transparent; background-image: none; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row .container > .video-iframe-container { display: none; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row > .video-iframe-container { display: none; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .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); }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row .container { border-width: 0; border-radius: 0; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row .container { font-size:0.875rem;font-family:arial;height:142.375rem;width:75rem;position:relative;display:block; }#aIoDaLWJ94yP88WkAiI0oNk5k8hgJ4ls { box-sizing:content-box;height:15.75rem;width:75rem;position:absolute;display:block;z-index:15011;background-color:#f8f8f8;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#nLOrOuocKlraGutn38eJyPoex2cr2Eu8 { position:absolute;display:block;z-index:15070;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:30.375rem;width:38.875rem;top:20.0625rem;left:36.123695373535rem;overflow:hidden;display:block; }
#TX43Zlux7pZGfCMwQhDzI063mbKZUaIt { position:absolute;display:block;z-index:15071;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.5rem;width:9.5rem;top:3.1875038146973rem;left:16.6015625rem;overflow:hidden;display:block; }
#GiKtTtWkhmzQHcpE2cOJW6lSb3IpksDb { position:absolute;display:block;z-index:15072;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.6875rem;width:9.6875rem;top:3.0937538146973rem;left:46.99609375rem;overflow:hidden;display:block; }
#fqFtvBlNhxeUclQC3Sym6PosWPKrSo0c { position:absolute;display:block;z-index:15073;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:14.4375rem;width:14.4375rem;top:0.71875524520875rem;left:30.28125rem;overflow:hidden;display:block; }
#pH9tkuuZNxENyqiq6MhogV0hCi6dzNeA { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:2.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-4),0);top:18.7900390625rem;left:0rem;height:6.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oo2JSQNmdIBrhKSs9RQAIarE9Hn1hp7Z { color:rgba(var(--color-primary-4),1);display:block;width:70.25rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-4),0);top:26.9375rem;left:0rem;height:24.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tb66lSqUMQDnnGAfNl9oETwxZHeoXM5Q { box-sizing:content-box;height:88.4375rem;width:75rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem -0.0625rem 0.1875rem rgba(var(--color-primary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.560984611511rem;left:0rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#S6zcJMfpLAvWHeM6y7h8VDs1OuEnWGgq { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:3.0625rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-4),0);top:58.358154296875rem;left:7.5rem;height:11.94375rem;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; }
#aVgStk1VDxHXTMUcEB1QmvKHpqpcVDF4 { color:rgba(var(--color-primary-4),1);display:block;width:64.6225rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:normal;z-index:15084;line-height:2.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-4),0);top:71.124136447906rem;left:3.7565116882324rem;height:71.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lV3D0pTilIy309dHc4Izw8Q0vMloVDIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:75.792105674744rem;left:1.3118515014649rem; }
#hlvagyvLUbRH12As260yd2iVcaOU94wT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:79.481341362rem;left:1.3118515014649rem; }
#DFpMs6w88QSnF1AeBG3sqKl2t0S7Kwss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:83.233512878419rem;left:1.3118515014649rem; }
#S3DxLfOTZcQTnmyUIE1O4q9g8qe4qZ4h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:109.49870300293rem;left:1.3118515014649rem; }
#sIqTOIuOMcLSJxyhVp4vbTwLRkQUvtlO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:116.93468475342rem;left:1.3118515014649rem; }
#TLrpMovaToK9I0HZQ39QOXn9oe2unzbz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:120.79536056519rem;left:1.3118515014649rem; }
#Mcpty4D82LQth8ANtACe0nI1LnXWxLE9 { position:absolute;display:block;z-index:15083;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:60.2495625rem;width:40rem;top:67.060551166537rem;left:33.301872253418rem;overflow:hidden;display:block; }
#S5wzedbxOlCLNTeFSWS6VgvkxTIRVBJv { color:rgba(var(--color-primary-4),1);display:block;width:70.249375rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-4),0);top:47.171226501465rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/1a23351e-e626-4f10-ae9f-09b2a33fbe8d/3dmedycznytlozmeskaglowamozgiemniciamidnaikomorkamiwirusa.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf.adaptive-delivery-prevent-bg, #yCfCcvQi20UCSh6aEJl4lxG02G2WBElf.lazyload, #yCfCcvQi20UCSh6aEJl4lxG02G2WBElf.lazyloading { background-image: none; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row .container { background-color: transparent; background-image: none; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row .container > .video-iframe-container { display: none; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row > .video-iframe-container { display: none; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .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); }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row .container { border-width: 0; border-radius: 0; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#CBo1BT31v6SgG4tZ1GidMgWH7Gtrbqyk { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:2.5625rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #ffffff;top:5.4969615936279rem;left:7.5rem;height:9.99375rem;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; }
#mhkpModlw3qnc6IyFmdbxFJFzZSOCsWI { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.43725rem;width:20.625rem;top:22rem;left:3.875rem;overflow:hidden;display:block; }
#JW2yVStBiASrITRByW1NGkmgzQ2R9Fed { box-sizing:content-box;height:24.875rem;width:21.75rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.375rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XmQhv2LF8o3Fb7ddTNISK4E2JeVd8ClJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),0);top:41.9375rem;left:3.5rem;height:3.9rem;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; }
#fVqoeB0MvATtdRFsDNLwQRwaf6n7K5J4 { color:rgba(var(--color-primary-4),1);display:block;width:49.9365rem;position:absolute;font-family:lora;font-size:2.125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #ffffff;top:24.9375rem;left:25.0625rem;height:16.575rem;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; }
#bQTb6lVRCXm6miV9Nvsb82kSmDL8ClAb { box-sizing:content-box;height:0.24902375rem;width:29.74975rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:35.125rem;display:block; }
#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM.adaptive-delivery-prevent-bg, #bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM.lazyload, #bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM.lazyloading { background-image: none; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row .container { background-color: transparent; background-image: none; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row .container > .video-iframe-container { display: none; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row > .video-iframe-container { display: none; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .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); }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row .container { border-width: 0; border-radius: 0; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:block; }#PmqHrauPqkkBoxMLJtbIagyi1TyOIznr { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:3.375rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:3.8115234375rem;left:7.5rem;height:8.775rem;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; }
#pHCu7Hu8XyCkWtgoWv8yuu5S1z9TJykB { color:rgba(var(--color-primary-4),1);display:block;width:54.875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),0);top:15rem;left:0rem;height:25.35rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zk4ySaCzPcsNw1ubZ0cxv49RFGEhuWTE { box-sizing:content-box;height:14.375rem;width:75rem;position:absolute;display:block;z-index:15076;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.1875rem;left:0rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#KTXegagfmUeMvTgVLPUG6FH3FeW6px6l { color:rgba(var(--color-tertiary-0),1);display:block;width:72.936875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15083;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),0);top:42rem;left:2.0625rem;height:17.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MAe6ivQp1ObygDeJeGsilELkLM3miBzB { position:absolute;display:block;z-index:15075;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:29.125rem;width:31.625rem;top:13.875rem;left:36.5rem;overflow:hidden;display:block; }
#M1QA3aFaeikqEeQQWRMPnCT7rDKgcQXu { position:absolute;display:block;z-index:15081;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:14.6875rem;width:14.6875rem;top:41.0625rem;left:59.5rem;overflow:hidden;display:block; }
#h6ggnWhopV5wGWKx1t2RvochMkDPAr3Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:31.74925rem;width:31.74925rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:31.5625rem;left:30.375rem; }
#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row .container { background-color: transparent; background-image: none; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row .container > .video-iframe-container { display: none; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row > .video-iframe-container { display: none; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .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); }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row .container { border-width: 0; border-radius: 0; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row .container { font-size:0.875rem;font-family:arial;height:70.75rem;width:75rem;position:relative;display:block; }#BuhWHDu3naDhNMQOeZCTbzDvLybVAGmG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.374375rem;width:27.436rem;top:19.625rem;left:3.5rem;overflow:hidden;display:block; }
#bhuCQ8CaUtPVftKDC7RhQFBGVLBxgOR3 { box-sizing:content-box;height:24.75rem;width:27.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:2.1875rem;display:block; }
#Md4D6VbS58cqsO4DiNwLy4wibtb5J5by { box-sizing:content-box;height:24.0625rem;width:26.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.6875rem solid rgba(var(--color-tertiary-0),1);border-left:0.6875rem solid rgba(var(--color-tertiary-0),1);border-right:0.6875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.6875rem solid rgba(var(--color-tertiary-0),1);top:18.625rem;left:1.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#v9sAXkozi2cVKtS8pgqZmyQ43WoW0eR2 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:3.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:1.28466796875rem;left:7.5rem;height:12.1875rem;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; }
#yuLttCegWdrXGXMF6t1U17wp2E2diu8C { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:2.4375rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:1.84716796875rem;left:7.5rem;height:3.16894375rem;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; }
#p5apAKyHgsKnNL04Il5aXR45xuFt2CxM { color:rgba(var(--color-primary-4),1);display:block;width:42.25rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:normal;z-index:15079;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:18.623046875rem;left:32.061637878418rem;height:25.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOc20TcmyJ263nGySRFfSc1R1s3EMwCu { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:49.249135017395rem;left:0rem;height:9.75rem;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; }
#GGIJgVhTRLmeJFugsR6s7A6lluq1MMzq { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:2.5625rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:63.77197265625rem;left:0rem;height:3.33125rem;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; }
#eA58U2sfTSZM1JTfnc1VoBAy9IPZuW2I { box-sizing:content-box;height:6.5rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.1875rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#HdXflI54O2o7lWmS9TDaQTmaPGPvXZaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.9375rem;width:6.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:12.65234375rem;left:59.5rem; }
#gVzhe3BuDzBt73zEykV7VmivHBSM5UPq { color:#ff0000;display:block;width:11.75rem;position:absolute;font-family:"keswick italic";font-size:1.8125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:8.8232421875rem;left:60.75rem;height:4.7125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/3300e12b-ec3a-4828-aef3-8683f0ada168/ChatGPTImage17lis202509_36_48.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC.adaptive-delivery-prevent-bg, #h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC.lazyload, #h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC.lazyloading { background-image: none; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container { background-color: transparent; background-image: none; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container > .video-iframe-container { display: none; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row > .video-iframe-container { display: none; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .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); }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container { border-width: 0; border-radius: 0; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#T2b4XdIdFIiBhtKXbTgJbsFOEwzXooOz { color:#ffffff;display:block;width:74.6875rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:1.89453125rem;left:0rem;height:2.19375rem;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; }
#Q7IRA3GZAtV5TJWaA2tPtAfbqb8rLOd8 { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15080;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:16.872395515442rem;left:0rem;height:24.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MZTmhLRSamPHNAOVQxhAKXPaEwPWLCnb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:11.611979484558rem;left:10.33203125rem; }
#SNXrgiDbSf1DLeAGzmSd93mMtTzShFVi { color:#ff0000;display:block;width:11.3125rem;position:absolute;font-family:"keswick italic";font-size:2.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:7.16796875rem;left:10.33203125rem;height:6.6625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vvPoTQEEqIw6wKCXh4hz1Vh2Qd98I4PI { box-sizing:content-box;height:5.5625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#2e2e2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.4873046875rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#mVKWTnIvCcBBKN9ZbJXOQzT6TET6eSp4 { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:1.3125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:46.562500953674rem;left:0rem;height:3.4125rem;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; }
#HxiSIbzKkaQTdRdu3wnFb9DUKql5enUp { color:#ffffff;display:block;width:74.6875rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:3.8270397186279rem;left:0rem;height:3.4125rem;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; }
#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF { 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; }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row .container { background-color: transparent; background-image: none; }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row .container > .video-iframe-container { display: none; }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row > .video-iframe-container { display: none; }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .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); }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row .container { border-width: 0; border-radius: 0; }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row .container { font-size:0.875rem;font-family:arial;height:154.4375rem;width:75rem;position:relative;display:block; }#fNJMOy6pxgAzS1CSGu4f1FsM7QOcoC03 { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:6.375rem;left:34.4375rem;height:20.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J9HefHMX2zWhHDrU14t0DbGPU1TtPvZE { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.3125rem;width:27.625rem;top:7.3125rem;left:2.5rem;overflow:hidden;display:block; }
#S024f6oqmU5wilkoNc2npDSSEoM5Hv6a { box-sizing:content-box;height:19.75rem;width:29.125rem;position:absolute;display:block;z-index:15080;background-color:#2e2e2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6875rem;left:1.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#KT1lEffi79ha743LmPgE4PATXFuygFyn { box-sizing:content-box;height:82.0625rem;width:75rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem -0.0625rem 0.1875rem rgba(var(--color-primary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.19921875rem;left:0rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#glXTu0HmqN4fq64Jy9QQ2t3Hi4N6wdDk { color:#000000;display:block;width:74.68625rem;position:absolute;font-family:lora;font-size:2.5625rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:31.7216796875rem;left:0.15625rem;height:3.33125rem;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; }
#we4GWovb9uIff2PJKm1HJJ7FFBVxeTKl { color:#ffffff;display:block;width:74.685625rem;position:absolute;font-family:lora;font-size:2.5625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:35.26171875rem;left:0rem;height:3.33125rem;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; }
#FaJmEAdHmquV9tbiFwmILae3qBDSy8Ts { box-sizing:content-box;height:3rem;width:15.75rem;position:absolute;display:block;z-index:15085;background-color:#f33232;background-image:none;top:35.427734375rem;left:29.5rem;display:block; }
#sBdlRTZeta8rXclpAWec4N9vaScGpZca { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:41.5rem;left:30.125rem;height:22.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gx0Z56K0BuBMZh57DEKvAA3TdPyCmbPz { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.125rem;width:21.6875rem;top:41.6875rem;left:3.96875rem;overflow:hidden;display:block; }
#O2O4UhryoGFTEA39yQ24Q8bkdwvFBT04 { box-sizing:content-box;height:23.125rem;width:22.8125rem;position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.1875rem;left:3.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#C55DL9yrkVAZgX0Ascg70AfaH9PzXAvU { box-sizing:content-box;height:6.5rem;width:72.8125rem;position:absolute;display:block;z-index:15088;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.935546875rem;left:1.0625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#yyeDwStnsldHADIlJAOeoIwL1TZcGBs6 { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:1.75rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:68.91015625rem;left:0rem;height:4.55rem;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; }
#L1LMMSEh40Knyws6NTcrnPLXDKxsV8ve { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:69rem;left:1.0625rem; }
#smFg6JHSI1pxOTtJpOTfV75TFbW8NcDW { color:#000000;display:block;width:48.625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15083;line-height:1.5;letter-spacing:0;top:76.5625rem;left:1.0625rem;height:29.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XHyan8hVnhwS3GvlBx8xJJVpviwQHvRK { color:#000000;display:block;width:68.875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15084;line-height:1.5;letter-spacing:0;top:104.8125rem;left:0.9375rem;height:6.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ODLbsZy8PZ6Rq4Qo3qutPKWsoyBDK1Ax { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:11.0625rem;width:13.375rem;top:77.875rem;left:51.064453125rem;overflow:hidden;display:block; }
#OLx4FRChDRhTzRuffXiw0c9720K5RuJp { box-sizing:content-box;height:12rem;width:14.25rem;position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.40625rem;left:50.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#KTnQF8mn7xnwKLr4kkgDhWX5nfPBeXGV { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13rem;width:17.3125rem;top:88.1875rem;left:55.7138671875rem;overflow:hidden;display:block; }
#Dzi0xBem0ZfEIB9aOcghmUKXR9cOmoKZ { box-sizing:content-box;height:14.125rem;width:18.25rem;position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.625rem;left:55.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#IfnlXtdq9JFwM53WItFEm0f5MWw4FQoF { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:2.5625rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:115.82465553284rem;left:0rem;height:6.6625rem;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; }
#xQ6S7aoTDxIPQF2wxw1g6PdOJ0cTDm5S { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.6870625rem;width:27.8125rem;top:128.1875rem;left:2.375rem;overflow:hidden;display:block; }
#I3SUGP35QcSfdGOkQzog521OCWCypfJ9 { box-sizing:content-box;height:24.625rem;width:28.625rem;position:absolute;display:block;z-index:15094;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:127.6875rem;left:2rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#MnBtXhylhlnGZxrortKG1toyOTRQeT4l { color:#000000;display:block;width:40.561rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15083;line-height:1.5;letter-spacing:0;top:128.78255462646rem;left:32.532554626465rem;height:22.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xq7m1bbhcSNsadkN02QmUpOmchy9KxaI { box-sizing:content-box;height:3.375rem;width:23.875rem;position:absolute;display:block;z-index:15086;background-color:#f33232;background-image:none;top:119.30534172058rem;left:13.436416625976rem;display:block; }
#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/231b2a5b-e5fb-464d-93c3-a086ca4aba38/20899.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE.adaptive-delivery-prevent-bg, #OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE.lazyload, #OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE.lazyloading { background-image: none; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container { background-color: transparent; background-image: none; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container > .video-iframe-container { display: none; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row > .video-iframe-container { display: none; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .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); }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container { border-width: 0; border-radius: 0; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:75rem;position:relative;display:block; }#resfWubvAdzZhPPl9gNVVKiIyU1peR8F { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15080;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:19.332683563233rem;left:0rem;height:18rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MC06WCLS8WBRSRM3H6BkCbDDnB2qAuoX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:14.060546875rem;left:2.998046875rem; }
#cKOFyWqlU7OTsgx5TTayAFAZrSiLi8cb { color:#ff0000;display:block;width:16.436625rem;position:absolute;font-family:"keswick italic";font-size:1.75rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:8.677734375rem;left:1.935546875rem;height:6.825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wm3ZtNFCH2PBRaCFOqf2tONwMWIKyS5L { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:4.3695735931396rem;left:0rem;height:7.3125rem;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; }
#acfMqEhII4zBH9J40J4c838vBuNfXgPy { color:#ffffff;display:block;width:74.6875rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:1.7035598754882rem;left:0.3125rem;height:2.19375rem;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; }
#nDRebsdPhx2W4pRu8yRaMJlHVnPJsost { position:absolute;display:block;z-index:15098;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:37.375rem;width:30.9375rem;top:20.622837007046rem;left:37.564018249512rem;overflow:hidden;display:block; }
#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz { 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; }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row .container { background-color: transparent; background-image: none; }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row .container > .video-iframe-container { display: none; }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row > .video-iframe-container { display: none; }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .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); }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row .container { border-width: 0; border-radius: 0; }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#zrX1KwbA46RDyp1FbDWluHAPu65wZgrQ { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:2.5625rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:1.8110046386719rem;left:0rem;height:9.99375rem;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; }
#ZvUZiyJx7sm6A8crksw9ynILkQTnk9Ml { color:#000000;display:block;width:40.5605625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15084;line-height:1.5;letter-spacing:0;top:18.75rem;left:34.4384765625rem;height:22.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTXyGUgCmTxWldX8mfQr9NgFnCqSxtB3 { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15085;line-height:1.5;letter-spacing:0;top:46.75rem;left:-0.03125rem;height:11.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlSE5TXMb4lDvOb9FAPl7OaKD05krokO { position:absolute;display:block;z-index:15098;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:20.3125rem;width:30.5625rem;top:19.84375rem;left:1.6875rem;overflow:hidden;display:block; }
#zCKVZxoSNx7zEizeP1RuP7iVFLNB0kWD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:12.25rem;left:59.75rem; }
#nO8ctW4Pqf8JOLAAlwaryFQ6fKx9ctiD { color:#ff0000;display:block;width:16.4355625rem;position:absolute;font-family:"keswick italic";font-size:1.75rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:9.3125rem;left:58.625rem;height:4.55rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T5sKmiuoTZpHXTrUWHEepCZdiQ5WKbcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:18.0625rem;left:9.3125rem; }
#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row .container { background-color: transparent; background-image: none; }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row .container > .video-iframe-container { display: none; }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row > .video-iframe-container { display: none; }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .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); }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row .container { border-width: 0; border-radius: 0; }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#w5GQ0QXEo5iG2BcxJITHgBgC5piib8yR { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:1.8466796875rem;left:7.5rem;height:6.5rem;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; }
#AmlXdrXJETwHnqRL5z4V9UBMZpiLShwq { box-sizing:content-box;height:9.625rem;width:40.3125rem;position:absolute;display:block;z-index:15000;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#RgHU1CG1FCR4WU8lnc8pyAvMlfdeJNMo { color:rgba(var(--color-primary-0),1);display:block;width:36.625rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:15.143432617188rem;left:3.25rem;height:6.3375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tiLLUpEZ2C5wopZMaTOx6ErX59r1ICBU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:15.125rem;left:0.5625rem; }
#Es4uSfJTW3U5lWBSheQ1vAsNNXTNz0Mw { position:absolute;display:block;z-index:14997;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:29.75rem;width:26.125rem;top:10.4716796875rem;left:42.25rem;overflow:hidden;display:block; }
#yXu0q6BiLFpsueh8bsIMDpiU0qvdAah6 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:2.0625rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:25.1875rem;left:0rem;height:8.04375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CqG6aTSw7DndX2QRbNdUlhn3zo8gHB24 { box-sizing:content-box;height:88.75rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.661468505859rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#QEMEaZZPT0q9rXmF5EmMFDAMXbG1qbxM { box-sizing:content-box;height:11.8125rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.845718383789rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row .container { background-color: transparent; background-image: none; }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row .container > .video-iframe-container { display: none; }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row > .video-iframe-container { display: none; }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .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); }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row .container { border-width: 0; border-radius: 0; }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row .container { font-size:0.875rem;font-family:arial;height:98.125rem;width:75rem;position:relative;display:block; }#ZtwUmsgTsT5G9h9QmQqZJonme24VbPBw { color:rgba(var(--color-primary-4),1);display:block;width:72.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:9.4997863769531rem;left:2.125rem;height:3.9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cLcTz80HhGqCMUZVnzuV3IW2ySHsKL24 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:2.6875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:0rem;left:0rem;height:6.9875rem;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; }
#wOitZS4lJ196N7X7Mel6PK1RGl0MWuOP { box-sizing:content-box;height:15.25rem;width:71.25rem;position:absolute;display:block;z-index:15081;background-color:#ffd1d1;background-image:none;box-shadow: none;border-top:0.125rem solid #ff5353;border-left:0.125rem solid #ff5353;border-right:0.125rem solid #ff5353;border-bottom:0.125rem solid #ff5353;top:17rem;left:1.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Rz0bFiA8qffJXwbMcginZxDWbkStyeaS { color:rgba(var(--color-primary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:19.25rem;left:2.8125rem;height:1.950075rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UQJ4POV5sRsnGLArNIgftr2StLJHbD9Q { color:rgba(var(--color-primary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:22.75rem;left:2.8125rem;height:6.58125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uuHco072WTeoVpEKPXpSahVVEUaezMzR { box-sizing:content-box;height:15.25rem;width:71.25rem;position:absolute;display:block;z-index:15082;background-color:#ffd1d1;background-image:none;box-shadow: none;border-top:0.125rem solid #ff5353;border-left:0.125rem solid #ff5353;border-right:0.125rem solid #ff5353;border-bottom:0.125rem solid #ff5353;top:35.625rem;left:1.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Zgv0OOBTlpR2MLQaOr9rzU4OOBrUBMp5 { color:rgba(var(--color-primary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:37.875rem;left:2.8125rem;height:1.950075rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aJPTQsAT00uh0Q3etTw3x40SZ3GlwsR5 { color:rgba(var(--color-primary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:41.125rem;left:2.8125rem;height:8.775rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sUF0f3NpJmbmTLV7hkhub5wPB8nuix6H { box-sizing:content-box;height:18.1875rem;width:71.25rem;position:absolute;display:block;z-index:15083;background-color:#ffd1d1;background-image:none;box-shadow: none;border-top:0.125rem solid #ff5353;border-left:0.125rem solid #ff5353;border-right:0.125rem solid #ff5353;border-bottom:0.125rem solid #ff5353;top:54rem;left:1.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xztgWU2yMU2nA7mcpymwxxIEQB9b2Rr2 { color:rgba(var(--color-primary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:56.5rem;left:2.8125rem;height:1.950075rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TXUAbGfKsGScwGbtoWEOTyhEMlzehw38 { color:rgba(var(--color-primary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:59.6875rem;left:2.8125rem;height:10.96875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBD1gHCW95wIXZNUIFTS0TO6HUNq7tRu { box-sizing:content-box;height:18.1875rem;width:71.25rem;position:absolute;display:block;z-index:15084;background-color:#ddffd1;background-image:none;box-shadow: none;border-top:0.125rem solid #53ff5f;border-left:0.125rem solid #53ff5f;border-right:0.125rem solid #53ff5f;border-bottom:0.125rem solid #53ff5f;top:75.3125rem;left:1.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XxZlUbptdspM5seMmLAoN3bRyXXGJwru { color:rgba(var(--color-primary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:78rem;left:2.8125rem;height:1.950075rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gQOzcb9fXGQI6aKXgKkhaWRFuzkRX33e { color:rgba(var(--color-primary-4),1);display:block;width:72.1875rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:81.125rem;left:2.8125rem;height:10.96875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNPBZN8AtMUwn0qCArN2rXKxsDZKhman { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.5rem;width:20.3125rem;top:56.46875rem;left:50.2841796875rem;overflow:hidden;display:block; }
#NFdnqXsS2Xym5azHTztv80979R7PJyum { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:11.9375rem;width:16rem;top:37.40625rem;left:54.0166015625rem;overflow:hidden;display:block; }
#dTXvHfw5DTl7x1L3tzDqtCKvQT1uZBHE { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:22.25rem;top:77.15625rem;left:48.4091796875rem;overflow:hidden;display:block; }
#U7BgITX2vWb0UlQCObyriyP4Qd2Nn3zZ { position:absolute;display:block;z-index:15092;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12rem;width:18.375rem;top:18.75rem;left:50.2841796875rem;overflow:hidden;display:block; }
#N83KS49FvmOkrbW02iLJPPVtrRcXiwGm { box-sizing:content-box;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:50.026614377094rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#yapqCvHwXUwNpUSF9IJ7hTsbrkcpsnGF { box-sizing:content-box;height:12.625rem;width:16.625rem;position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.0625rem;left:53.6728515625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#srVrNRodiCiKrFLpONXVC827Rz97MyH4 { box-sizing:content-box;height:14.1875rem;width:21.0625rem;position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.1875rem;left:49.9404296875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#oxKLhm1Mi24inAoPElIxXJFK4LyX3CtC { box-sizing:content-box;height:15.3125rem;width:22.875rem;position:absolute;display:block;z-index:15094;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.90625rem;left:48.1591796875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/231b2a5b-e5fb-464d-93c3-a086ca4aba38/20899.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ.adaptive-delivery-prevent-bg, #WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ.lazyload, #WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ.lazyloading { background-image: none; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container { background-color: transparent; background-image: none; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container > .video-iframe-container { display: none; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row > .video-iframe-container { display: none; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .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); }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container { border-width: 0; border-radius: 0; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:block; }#I2akhH9rTZ1y6eSDeIxHpMLmm8Ibp716 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:2.869140625rem;left:0rem;height:3.65625rem;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; }
#XsxsMl5NMPUg2upyEwPz19TkRwkxwRho { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15085;line-height:1.5;letter-spacing:0;top:9.8125rem;left:33.813153266907rem;height:27rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xsJkapn0Qi7ErAwBkCD3PPDQo2tNohku { position:absolute;display:block;z-index:15098;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:27.625rem;width:27.625rem;top:9.5rem;left:3.3125rem;overflow:hidden;display:block; }
#qZt6AwsTzvAkwTowD4IHm1bN6K8m3G8W { box-sizing:content-box;height:28.875rem;width:29rem;position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:2.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TtwRZr36hya2LmsfRcH4fkSgiK782O0h { box-sizing:content-box;height:24.875rem;width:32.6875rem;position:absolute;display:block;z-index:15093;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.25rem;left:39.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#U6gi2K6zrWVyBS63opXeqMpECc4sKdDk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.6875rem;width:11.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:42.9375rem;left:51.4375rem; }
#XlaH6M7rgZnVPSWfS9c2luaRTZCSNbqX { box-sizing:content-box;height:30rem;width:75rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.3125rem 0.25rem rgba(var(--color-primary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:43.625rem;left:0rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#m0WzGn2gIWX2Ob9AiPiEcdDDPvKoyXTB { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:47.4375rem;left:1.5625rem;height:22.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KtctInwfRF9HTZxRyZ75m7BD7TrivhHS { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:23.625rem;width:31.625rem;top:46.875rem;left:40.09375rem;overflow:hidden;display:block; }
#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row .container { background-color: transparent; background-image: none; }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row .container > .video-iframe-container { display: none; }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row > .video-iframe-container { display: none; }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .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); }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row .container { border-width: 0; border-radius: 0; }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:block; }#m9J28fdoOiTvy5z76rGSpsRFgk8y3S0M { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:2.6875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:11.599609375rem;left:0rem;height:6.9875rem;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; }
#kFL2mhmTH2cHTWnqFp7hNEZThMQntc3s { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:21.8125rem;left:30.5rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nKsecLTA2ef9w9ENqSl4yIvHWd1sH4To { box-sizing:content-box;height:11.0625rem;width:40.3125rem;position:absolute;display:block;z-index:15002;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.0625rem;left:30.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#lNsmuenX6R26gqFnH58vrQQxqUTxCCox { color:rgba(var(--color-primary-0),1);display:block;width:38.1855625rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:29.375rem;left:33.625rem;height:8.45rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FrwMpsqPx3AfHDGZ9CN0Z0QRgzxZfJ4P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:29.375rem;left:31.0625rem; }
#ylCuKlkkccXdQ2rQTLKKM9ReAsWmMHqZ { position:absolute;display:block;z-index:15107;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:28.25rem;width:20.3125rem;top:20.875rem;left:5.625rem;overflow:hidden;display:block; }
#hvIGzlrR5ZmxH9bt5uh0Kbf0c8FBQoq3 { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:41.8125rem;left:30.5rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hpo6zSl2F0kTpllcHryqPKnccOqzFoAv { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:52.1875rem;left:0rem;height:11.71875rem;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; }
#DKoSuwfamZp1CitrS3eCM09FZvHWTxMI { box-sizing:content-box;height:5.6875rem;width:18.3125rem;position:absolute;display:block;z-index:15108;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:6.375rem;display:block; }
#M3makiZQ0H5vZrptEz6uz6l1Jteq8nKz { color:#000000;display:block;width:20rem;position:absolute;font-family:anybody;font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.5;letter-spacing:0;top:24.09375rem;left:6.375rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qIoMfoGNeO7ThoAF8OlrGS2fZTqVtMQo { box-sizing:content-box;height:1.6875rem;width:10.4375rem;position:absolute;display:block;z-index:15111;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:14.6875rem;display:block; }
#TCXMAMImF451kpZ4D0Cce7qQ9EohTqzk { box-sizing:content-box;height:28.125rem;width:20.0625rem;position:absolute;display:block;z-index:15112;background-color:transparent;background-image:none;box-shadow: none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;top:20.7099609375rem;left:5.5625rem;display:block; }
#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row .container { background-color: transparent; background-image: none; }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row .container > .video-iframe-container { display: none; }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row > .video-iframe-container { display: none; }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .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); }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row .container { border-width: 0; border-radius: 0; }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:block; }#mzM47L9D9Idqv8qC4Hq8SdKD2QuNUgXU { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:3.3125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:2.4375rem;left:0rem;height:8.6125rem;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; }
#kO2nUSLNtX80bodMZzQKqv8GOCNCCnGc { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.75rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:15.5625rem;left:0rem;height:36.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cf2dEVRIIXJetwSeGs7RrDt8BWce0y5a { position:absolute;display:block;z-index:15108;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:23rem;width:21.0625rem;top:52.3125rem;left:0rem;overflow:hidden;display:block; }
#SXLqWnW7ozHbIuTHRkB07brtrQpTSmKv { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15089;background-color:#003590;background-image:url("https://images.assets-landingi.com/uc/080cd028-cba3-405b-adaf-1e01561a342f/naturegrowthenvironmentgreenecology.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.0625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#SXLqWnW7ozHbIuTHRkB07brtrQpTSmKv.adaptive-delivery-prevent-bg, #SXLqWnW7ozHbIuTHRkB07brtrQpTSmKv.lazyload, #SXLqWnW7ozHbIuTHRkB07brtrQpTSmKv.lazyloading { background-image: none; }
#HSI5odByavts35qNwv2XJtR44BDKtRqv { color:#ffffff;display:block;width:49.1875rem;position:absolute;font-family:lora;font-size:2.125rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:58.8447265625rem;left:22.3134765625rem;height:13.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 { 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; }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row .container { background-color: transparent; background-image: none; }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row .container > .video-iframe-container { display: none; }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row > .video-iframe-container { display: none; }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .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); }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row .container { border-width: 0; border-radius: 0; }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row .container { font-size:0.875rem;font-family:arial;height:130.25rem;width:75rem;position:relative;display:block; }#xe0fS0sxSS8ozTHr6GuPaO6T4EZGXeLQ { color:#003590;display:block;width:75rem;position:absolute;font-family:lora;font-size:3.4375rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:8.9375rem;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; }
#V5wXJV8gFOiOUpEaCdvMp01g0Wtwi4gG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.875rem;width:16.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:11.875rem;left:4.875rem; }
#yptlNc201exAF4cxgGqtbFt3ba8a6L6T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.875rem;width:16.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:11.875rem;left:53rem; }
#Z8Rk45U5qZ5mg5EA7GzV17a8ntfeb1KO { position:absolute;display:block;z-index:15084;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:19.625rem;width:22.9375rem;top:29.4375rem;left:49.0009765625rem;overflow:hidden;display:block; }
#QuduidH2e4eU0rIdV6UtSwVZh4rMA7iq { color:#000000;display:block;width:44.375rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:28.75rem;left:0rem;height:20.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9wO8gnwxBbfByIpDz2TDImZldQPT0M9 { box-sizing:content-box;height:19.1875rem;width:22.625rem;position:absolute;display:block;z-index:15107;background-color:transparent;background-image:none;box-shadow: none;border-top:0.5rem solid #e3e3e3;border-left:0.5rem solid #e3e3e3;border-right:0.5rem solid #e3e3e3;border-bottom:0.5rem solid #e3e3e3;top:29.1875rem;left:48.65625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#wVZ40U05GVHJwaLn6gRIdfz070dzLTOF { box-sizing:content-box;height:9.25rem;width:75rem;position:absolute;display:block;z-index:15089;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.125rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#XyzMRtPXgqJQUROw5NEwDsT60XKHbk6G { color:#ffffff;display:block;width:71.25rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:53.375rem;left:3.125rem;height:6.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c9tZC6yV3r9QoqMUrUb4IkIgt45zxbca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:53.375rem;left:0.5625rem; }
#lTIOdkEfMrHIPfmtpfSE0I8aIDZAs65s { color:#000000;display:block;width:44.375rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:62.8125rem;left:0.0625rem;height:2.25036875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DNfux00zN1vmB2clWhSa9c9SqeVtnZqz { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:2.6875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:68.8818359375rem;left:0rem;height:6.9875rem;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; }
#baoScemaTQs1mCnavblThDWdZa24sCxf { position:absolute;display:block;z-index:15108;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:27rem;width:33.875rem;top:84.75rem;left:39.1953125rem;overflow:hidden;display:block; }
#t1C6enCD1BnLAKwNf5FJyveJOhIbhCNP { color:#000000;display:block;width:38.625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:84.75rem;left:0rem;height:27rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#APyWSmoP7XsbkHAQ6kUtpMLdX2fTP2ku { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:116.875rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OtsakD0avHKeQiQDH5wFdqO4DqT5ceHb { box-sizing:content-box;height:26.75rem;width:33.625rem;position:absolute;display:block;z-index:15108;background-color:transparent;background-image:none;box-shadow: none;border-top:0.5rem solid #e3e3e3;border-left:0.5rem solid #e3e3e3;border-right:0.5rem solid #e3e3e3;border-bottom:0.5rem solid #e3e3e3;top:84.375rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#c8BMhHIc2HBg0Shvxvk2BR7V9TlPHiFy { color:#ff0000;display:block;width:13.75rem;position:absolute;font-family:"keswick italic";font-size:1.9375rem;font-weight:700;z-index:15088;line-height:1.1;letter-spacing:0;top:77.3125rem;left:61.25rem;height:4.2625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TAaglNXGcbrlA9CsPrW8lxeWCJgdzOIz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:80.125rem;left:59.6875rem; }
#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt.adaptive-delivery-prevent-bg, #IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt.lazyload, #IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt.lazyloading { background-image: none; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container { background-color: transparent; background-image: none; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container > .video-iframe-container { display: none; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row > .video-iframe-container { display: none; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .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); }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container { border-width: 0; border-radius: 0; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container { font-size:0.875rem;font-family:arial;height:101.625rem;width:75rem;position:relative;display:block; }#TKeTvFBiUX7RrVnXRxTUlDTnsKkG9N6T { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:2rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:35.875rem;left:0rem;height:7.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QAIAroZGqswlAi4GcEnX2KF7Kwqk2o14 { color:#ffffff;display:block;width:38.625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:47.8125rem;left:34.625rem;height:40.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N0ebkbKGTZ7BEJHyBeSTHBxneT6rrLPr { position:absolute;display:block;z-index:15109;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:39.875rem;width:26.3125rem;top:48.125rem;left:3.6875rem;overflow:hidden;display:block; }
#JctIVo08psuCVqMgLWKikngvsp7EXJ9N { box-sizing:content-box;height:39.4375rem;width:26.125rem;position:absolute;display:block;z-index:15109;background-color:transparent;background-image:none;box-shadow: none;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;top:47.8125rem;left:3.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#N9uSamJiVHgvBRyhqBQ2Pd3WoSuR541X { box-sizing:content-box;height:6.8125rem;width:75rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem -0.125rem 0.4375rem #bababa ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:96.75rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#pnsB9Jd78y0d4I56Hd3mdhr7NXdT2Tnw { color:#000000;display:block;width:71.25rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:97.90625rem;left:1.875rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hEvuki1mZZI7Gzu36dfsL69CWpxOLkbD { position:absolute;display:block;z-index:15047;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:34.375rem;width:33.75rem;top:0.74761295318606rem;left:20.625rem;overflow:hidden;display:block; }
#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM { 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; }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row .container { background-color: transparent; background-image: none; }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row .container > .video-iframe-container { display: none; }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row > .video-iframe-container { display: none; }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .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); }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row .container { border-width: 0; border-radius: 0; }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row .container { font-size:0.875rem;font-family:arial;height:89.375rem;width:75rem;position:relative;display:block; }#MqsUttP6td1v1JwZRlbJXSNvOEbxlBm7 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:2.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:6rem;left:0rem;height:5.525rem;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; }
#CgD1ytsx4OczBbZH2WwgGIOQ6sgWMR0W { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:2.6875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:14.436849594116rem;left:0rem;height:10.48125rem;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; }
#l6y5mAngr9troEyRcFSPcgmMFJtBEhvw { box-sizing:content-box;height:3.875rem;width:22.8125rem;position:absolute;display:block;z-index:15081;background-color:#fff300;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.436889648438rem;left:26.25rem;display:block; }
#vn1DAJEhIr3rXNcsEqzZA9LgU5Pb7lUC { color:rgba(var(--color-primary-4),1);display:block;width:74.1875rem;position:absolute;font-family:lora;font-size:1.4375rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:28rem;left:0.8125rem;height:3.7375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ibqcCMpNaE4pqugnVQJQJ8ezu9WoofHR { box-sizing:content-box;height:19.9375rem;width:75rem;position:absolute;display:block;z-index:15090;background-color:#003590;background-image:url("https://images.assets-landingi.com/uc/8ddc01cb-b1fd-4562-b144-2dce602f3342/rm218batch4ning24.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }#ibqcCMpNaE4pqugnVQJQJ8ezu9WoofHR.adaptive-delivery-prevent-bg, #ibqcCMpNaE4pqugnVQJQJ8ezu9WoofHR.lazyload, #ibqcCMpNaE4pqugnVQJQJ8ezu9WoofHR.lazyloading { background-image: none; }
#kTkpLPNo45N8dhE6FJQiRiDHL4mac4O2 { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #313131;top:40.6376953125rem;left:1.625rem;height:13.1625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l88GnG27aHB05CQMW5q2vMrz4OWaeAMT { position:absolute;display:block;z-index:15096;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:14.5625rem;width:14.5625rem;top:46.625rem;left:58.25rem;overflow:hidden;display:block; }
#qVGHBWuVc1JrMVdeCLTTFTaM8uGmCiH4 { position:absolute;display:block;z-index:15093;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:13.6875rem;width:13.6875rem;top:35.546875rem;left:51.875rem;overflow:hidden;display:block; }
#SJiUF5afTEI1UgeBfvqTu75BSeOehlOS { box-sizing:content-box;height:13.1875rem;width:13.5rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image:none;box-shadow: none;border-top:0.5rem solid #e6e6e6;border-left:0.5rem solid #e6e6e6;border-right:0.5rem solid #e6e6e6;border-bottom:0.5rem solid #e6e6e6;top:35.296875rem;left:51.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ogp6PeP05V6OgSynaeTDTpmk35KRMQU5 { box-sizing:content-box;height:14rem;width:14.25rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image:none;box-shadow: none;border-top:0.5rem solid #e6e6e6;border-left:0.5rem solid #e6e6e6;border-right:0.5rem solid #e6e6e6;border-bottom:0.5rem solid #e6e6e6;top:46.5rem;left:57.90625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iKB6Ow8POrOZmyAz9bPW7XA0vVTcCxf6 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:1.4375rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:63.255859375rem;left:0rem;height:22.425rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr.adaptive-delivery-prevent-bg, #ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr.lazyload, #ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr.lazyloading { background-image: none; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container { background-color: transparent; background-image: none; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container > .video-iframe-container { display: none; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row > .video-iframe-container { display: none; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .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); }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container { border-width: 0; border-radius: 0; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;position:relative;display:block; }#zESi5HMNCuwCcFlF9UTv2ccHEfh17Z2D { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:3.125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:12.1875rem;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; }
#zGeTTile6NdRrvQxLF5WhuC6xQKcfvJ6 { box-sizing:content-box;height:145.125rem;width:75rem;position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.3125rem 0.25rem rgba(var(--color-primary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.125rem;left:0rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#dE96qPIzFTmbUC0CWBvFXJiinOAmC9d6 { color:rgba(var(--color-primary-4),1);display:block;width:33.25rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:22.3740234375rem;left:3.8125rem;height:21.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JMxgHTUq4kp3lqwDG4dKDp7I9CJ05UuO { position:absolute;display:block;z-index:15086;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:38.6875rem;width:24.5625rem;top:13.5927734375rem;left:43.826171875rem;overflow:hidden;display:block; }
#CqMOZPvXo81wPwetSWTHEyds8ehpQTgv { color:rgba(var(--color-primary-4),1);display:block;width:69rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:47.6875rem;left:3.8125rem;height:4.225rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4c4cff);background-image: -moz-linear-gradient(180deg, #ffffff, #4c4cff);background-image: -ms-linear-gradient(180deg, #ffffff, #4c4cff);background-image: -o-linear-gradient(180deg, #ffffff, #4c4cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4c4cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4c4cff' );";background-image: linear-gradient(180deg, #ffffff, #4c4cff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row .container { background-color: transparent; background-image: none; }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row .container > .video-iframe-container { display: none; }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row > .video-iframe-container { display: none; }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .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); }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row .container { border-width: 0; border-radius: 0; }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row .container { font-size:0.875rem;font-family:arial;height:114.8125rem;width:75rem;position:relative;display:block; }#sROTw2PX52ctoJMZuAmXHUu6uFaBInzz { box-sizing:content-box;height:11.8125rem;width:68.5rem;position:absolute;display:block;z-index:15090;background-color:#e7efff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:3.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#tevf7RR9lTdV2VSGhwdEmOThiRHeT9hJ { box-sizing:content-box;height:11.8125rem;width:68.5rem;position:absolute;display:block;z-index:15091;background-color:#e7efff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.375rem;left:3.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#MHQKsVNMwoXFp6IBRZgzlZISmxzESM5N { box-sizing:content-box;height:11.8125rem;width:68.5rem;position:absolute;display:block;z-index:15092;background-color:#e7efff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.6875rem;left:3.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#cx104c1NzxAKKS1oWUx3KpUCGd23P75R { position:absolute;display:block;z-index:15093;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:10.0625rem;width:15.375rem;top:3.5rem;left:3.9375rem;overflow:hidden;display:block; }
#nusCv3h8Pt7i4TFLiWeo3e4aGFEuUr4p { position:absolute;display:block;z-index:15094;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:10rem;width:15.1875rem;top:18.09375rem;left:4.03125rem;overflow:hidden;display:block; }
#Myl7sGk8lXJf88JmQyfKcgfSoAPq5lLB { position:absolute;display:block;z-index:15095;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:9.875rem;width:15.1875rem;top:32.46875rem;left:4.03125rem;overflow:hidden;display:block; }
#ZtMstDH7Khmkseb9f5RWLEZEOql53ROI { box-sizing:content-box;height:11.8125rem;width:68.5rem;position:absolute;display:block;z-index:15093;background-color:#e7efff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.25rem;left:3.25rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#D6kSRRQ7obQbrwMEJwNdUs4NJKLsZnJG { position:absolute;display:block;z-index:15096;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:9.8125rem;width:15.0625rem;top:47.0625rem;left:4.09375rem;overflow:hidden;display:block; }
#IerevQpzQ52QWFkaVEBA5rUBmc3P5en8 { color:rgba(var(--color-primary-4),1);display:block;width:50.375rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:5.4287109375rem;left:21.4375rem;height:6.58125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u30inPWyOwMEqm68ATGbTgMpR3qkN8oB { color:rgba(var(--color-primary-4),1);display:block;width:50.375rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:19.9912109375rem;left:21.4375rem;height:6.58125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K739PAO9t4KAqkwTKR7IMHVENdkFeghV { color:rgba(var(--color-primary-4),1);display:block;width:50.375rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:34.3037109375rem;left:21.4375rem;height:6.58125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iR8UFqpPmQf4aLy37thSqclxyObatgSA { color:rgba(var(--color-primary-4),1);display:block;width:50.375rem;position:absolute;font-family:lora;font-size:1.6875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:49.962890625rem;left:21.4375rem;height:4.3875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a9udQtKQIXT8TIDpaBnfdg2Xz9ze160M { color:rgba(var(--color-primary-4),1);display:block;width:38.875rem;position:absolute;font-family:lora;font-size:1.75rem;font-weight:normal;z-index:15086;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:61.927734375rem;left:3.25rem;height:17.15rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Trw0QmH9oNf0P3JSHkVT2sXuRMcpMrr6 { color:rgba(var(--color-primary-4),1);display:block;width:38.875rem;position:absolute;font-family:lora;font-size:1.75rem;font-weight:normal;z-index:15087;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:82.5625rem;left:3.25rem;height:9.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#alSxx3vxIH0nSraLBKg8ehJXEdJFlHfM { color:rgba(var(--color-primary-4),1);display:block;width:68.811875rem;position:absolute;font-family:lora;font-size:1.75rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:98.062061309813rem;left:3.0924491882324rem;height:4.9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AXdO37gVQIekIPTFbf0MhJWEAlf0OFDR { position:absolute;display:block;z-index:15102;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.375rem;width:26.1875rem;top:76.5625rem;left:44.5048828125rem;overflow:hidden;display:block; }
#oWnhuw3o2QARVJ5qozyEOElIKZq8eFNi { position:absolute;display:block;z-index:15101;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.25rem;width:21.4375rem;top:63.3740234375rem;left:50.4375rem;overflow:hidden;display:block; }
#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row .container { background-color: transparent; background-image: none; }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row .container > .video-iframe-container { display: none; }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row > .video-iframe-container { display: none; }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .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); }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row .container { border-width: 0; border-radius: 0; }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row .container { font-size:0.875rem;font-family:arial;height:198.9375rem;width:75rem;position:relative;display:block; }#BltJtTDmdkJyRWpzUByMIQK1s33Lmbhg { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:3.3125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:4.6875rem;left:0rem;height:8.6125rem;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; }
#gihtpuIwJh837ThSykLWIXR0nK19cfrR { color:rgba(var(--color-primary-4),1);display:block;width:40.875rem;position:absolute;font-family:lora;font-size:1.75rem;font-weight:normal;z-index:15087;line-height:1.4;letter-spacing:0;top:17.373046875rem;left:31.75rem;height:31.85rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vKvs7USIzdPIQM8y8ourcv5XFJXPklen { position:absolute;display:block;z-index:15088;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.6875rem;width:20.125rem;top:17.837890625rem;left:4.75rem;overflow:hidden;display:block; }
#KFulQf8UzKMI2vb5GEuTtTlyLzDk0pqf { color:rgba(var(--color-primary-4),1);display:block;width:74.4375rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15089;line-height:1.4;letter-spacing:0;top:52.0625rem;left:0.5625rem;height:4.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrIxiVcQwgECyIoPE76GGUKZM8tK9Ab6 { color:rgba(var(--color-primary-4),1);display:block;width:67.625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15090;line-height:1.4;letter-spacing:0;top:59.3125rem;left:4.5rem;height:4.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ExpUAWVuBGT2W82l1kON3sXIycoIsf3D { color:rgba(var(--color-primary-4),1);display:block;width:40.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15091;line-height:1.4;letter-spacing:0;top:65.625rem;left:4.75rem;height:16.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MK1oxuh6TxRrcBJiqWGhI05Sq80Umx5R { color:rgba(var(--color-primary-4),1);display:block;width:67.625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15091;line-height:1.4;letter-spacing:0;top:85.75rem;left:4.75rem;height:4.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xoDPDIFB4VhnJ0IPRlqf9yTse801hTNa { position:absolute;display:block;z-index:15092;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.625rem;width:24.625rem;top:61.1875rem;left:45.5625rem;overflow:hidden;display:block; }
#DIDzXMAPE4EWBT3gWe0P87OKUURdr36h { color:rgba(var(--color-primary-4),1);display:block;width:67.625rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:normal;z-index:15092;line-height:1.4;letter-spacing:0;top:92.0625rem;left:3.6875rem;height:3.675rem;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; }
#bfZrpxcTZT1t4Go0weyscJmRJs9yZLoN { color:rgba(var(--color-primary-4),1);display:block;width:70rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15092;line-height:1.4;letter-spacing:0;top:97.0625rem;left:2.5625rem;height:35.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#siVX25DFPCczXzEhFEWtEKdRFv7EXmHz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:59.3125rem;left:1.625rem; }
#C74tcs6IXxkQX8ru2oIAJ8NAXS5pkhse { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:65.625rem;left:1.625rem; }
#mEMUT9ovtIkEFTMLUvUugQrOLPiDnXyl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:71.875rem;left:1.625rem; }
#Zwy1Jczy6JaQ7VK5eMwSXNo2G5mE6fnF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:78.3125rem;left:1.625rem; }
#QosXIKEc1zlU03TIb2LwxXpbFWNe6QIK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:85.75rem;left:1.625rem; }
#mkH7TLrOOKP9y27GKz5sEQdnFtAI4ySN { box-sizing:content-box;height:17.375rem;width:75rem;position:absolute;display:block;z-index:15090;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.0625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#sxe5Ma6oaUrXxSLyPzTEffS7CeJkTHa8 { color:#ffffff;display:block;width:45.624rem;position:absolute;font-family:lora;font-size:2rem;font-weight:normal;z-index:15093;line-height:1.4;letter-spacing:0;top:143.14892578125rem;left:2.56201171875rem;height:11.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIy7Br0cR7RwwIzTJkPQtn2hkpn7Acl9 { position:absolute;display:block;z-index:15094;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:31.0625rem;width:19.5625rem;top:126.4375rem;left:51.8125rem;overflow:hidden;display:block; }
#fCLGLxn5b1XKT0HuTrWg2ouR2myPaaKe { box-sizing:content-box;height:3.875rem;width:23.0625rem;position:absolute;display:block;z-index:15095;background-color:#240080;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:152.5625rem;left:50.0625rem;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
#leidtSSZdAz3BmdaK11WeNKTWJLvKeoh { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:lora;font-size:2rem;font-weight:normal;z-index:15096;line-height:1.4;letter-spacing:0;top:153.13671875rem;left:54.125rem;height:5.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rvXyLnPKqZKye6bXzMakIDhDVBkV1pp7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:152.4375rem;left:54.125rem; }
#i40z5SQtaLRXbT58PMzv6hUgvAKo8RZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:152.4375rem;left:61.125rem; }
#T9bGT3r7itgC35CZhAZgb2z9uuwhuxiH { color:rgba(var(--color-primary-4),1);display:block;width:70rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15093;line-height:1.4;letter-spacing:0;top:160.8681640625rem;left:2.5rem;height:4.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iww4SWDGfQNrkcE6wQusTGNPHUDVLJAO { box-sizing:content-box;height:45.625rem;width:75rem;position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;box-shadow: -0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:168.9375rem;left:0rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#WlT0srIRP2snPKc4Bl8skcfPpOtOryPz { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:3.3125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:170.375rem;left:0rem;height:8.6125rem;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; }
#WtClD7ELToGV4gmCnB6UplSx6fmPdFOS { color:rgba(var(--color-primary-4),1);display:block;width:40.875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15088;line-height:1.4;letter-spacing:0;top:183.4833984375rem;left:32.3125rem;height:18.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F8eRINPJMoPId0B3w37wpGZeuCVfEaH7 { position:absolute;display:block;z-index:15099;border-top:0.3125rem solid #b9b9b9;border-left:0.3125rem solid #b9b9b9;border-right:0.3125rem solid #b9b9b9;border-bottom:0.3125rem solid #b9b9b9;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:17.6875rem;width:26.8125rem;top:183.42578125rem;left:2.5625rem;overflow:hidden;display:block; }
#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h { 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; }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row .container { background-color: transparent; background-image: none; }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row .container > .video-iframe-container { display: none; }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row > .video-iframe-container { display: none; }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .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); }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row .container { border-width: 0; border-radius: 0; }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#Vmp6t19IEyRANNHCqdnEIGU2ohNL0BCQ { position:absolute;display:block;z-index:15099;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:25.5625rem;width:22.5rem;top:2.375rem;left:50.625rem;overflow:hidden;display:block; }
#fmmIFuqJpRHWiM6gIPGoWhxJC4c98Mn5 { color:rgba(var(--color-primary-4),1);display:block;width:52.5rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15089;line-height:1.4;letter-spacing:0;top:6.3125rem;left:2.375rem;height:6.825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn.adaptive-delivery-prevent-bg, #TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn.lazyload, #TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn.lazyloading { background-image: none; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row .container { background-color: transparent; background-image: none; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row .container > .video-iframe-container { display: none; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row > .video-iframe-container { display: none; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .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); }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row .container { border-width: 0; border-radius: 0; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row .container { font-size:0.875rem;font-family:arial;height:76.5625rem;width:75rem;position:relative;display:block; }#iQVPsiP1B7aUAL841XLtnUM78WRKVzTD { color:#1a2b61;display:block;width:50.125rem;position:absolute;font-family:lora;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.5048828125rem;left:12.4375rem;height:7.6375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP1aCt5T1XWh6Ey9XaGN45mFxSKxHiWd { box-sizing:content-box;height:10.5rem;width:53.875rem;position:absolute;display:block;z-index:15015;background-color:#ffecc2;background-image:none;top:1.98046875rem;left:10.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#d3pyhRAhPACcPUXp4m1D3EtPFUon4pf6 { box-sizing:content-box;height:71.875rem;width:53.8125rem;position:absolute;display:block;z-index:15014;background-color:#fffdf1;background-image:none;top:1.98046875rem;left:10.34375rem;border-top:0.25rem solid #e6e4b1;border-left:0.25rem solid #e6e4b1;border-right:0.25rem solid #e6e4b1;border-bottom:0.25rem solid #e6e4b1;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#p8LKncHDaDNNQZk25pIzTe09gXT0Bfvp { box-sizing:content-box;height:5.375rem;width:13.3125rem;position:absolute;display:block;z-index:15048;background-color:#8c5bc7;background-image:none;top:45.0625rem;left:13.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
#f6iTtxmffDJTTdMTlQVdIrDDuh8dzzXL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:45.8125rem;left:19.375rem;height:3.9rem;font-style:normal;display:block; }
#NMggH6sXHQoog8gTU1h1mFgBtofG6Fhb { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:45.5625rem;left:14.375rem; }
#ViS7X05wCV8TUpTyieUQXQ20TSEooobm { box-sizing:content-box;height:5.375rem;width:17.875rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:45.0625rem;left:27.1875rem;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; }
#PzrW0sea4NLTRDZLTOENKaqiVGH48Qvm { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:45.5625rem;left:27.75rem; }
#La1wxpXrxlEDxxsp9Hp23Kh2Sy8QGT6B { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:45.8125rem;left:32.5625rem;height:3.9rem;font-style:normal;display:block; }
#M1ql6Neoms1OtEVMLDlGR9pysUDJxEFl { box-sizing:content-box;height:5.375rem;width:16.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:45.0625rem;left:45.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#ItWLUeuhaS9T3TxZ1JRyNHnS9vMUJOge { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:45.80078125rem;left:50.375rem;height:3.9rem;font-style:normal;display:block; }
#u5Wao5vuCSCb4TRUzun7BdPlLPMVmtmL { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:45.5625rem;left:46rem; }
#Vc6VSQFa1kSoHdNrQbNGMoodrme64VXq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7rem;top:49.7109375rem;left:19.21875rem;overflow:hidden;display:block; }
#oApuH3PaOvpqdxs05bJshNwE6taNiMRo { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7rem;top:49.7109375rem;left:47rem;overflow:hidden;display:block; }
#fGZLRP3A7GvcUlyIGTdxgm3gGrhrTJG7 { color:#1a2b61;display:block;width:21.3125rem;position:absolute;font-family:lora;font-size:4.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:56.25rem;left:26.84375rem;height:5.76875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OzczFOSLE1EN9tMaqJ73qQKV3JN9gJen { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:54.36328125rem;left:31.25rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZ60Hx6MvzMpClT9xxecXHBKM7eED3Gn { z-index:15077;top:62.0185546875rem;left:24.53125rem;background-color:#ffeb1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lora;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PEI5Sq441ca4W2s4geAsS52yKXAdsElF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFAo01DHqz8XWsXET8cT19BvedcmAH0G { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.5rem;top:68.46875rem;left:43.75rem;overflow:hidden;display:block; }
#LQvG4gS9iE5T1KFM80IqkmMOt1EqVyt0 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:68.5625rem;left:32.125rem;overflow:hidden;display:block; }
#TBMWaWvtvc2sCxQTCn8Z7fEGoVyWl9Lf { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.375rem;top:69.09375rem;left:37.0625rem;overflow:hidden;display:block; }
#oXptFDvnXBgtfnBe59oXTArMz3oZgXeq { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:69.0625rem;left:26.0625rem;overflow:hidden;display:block; }
#t1Dp3JTI7IIyTLnAmzoDbw4L1QDCtpi2 { position:absolute;display:block;z-index:15095;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:47.4375rem;width:29.6875rem;top:4.1298828125rem;left:22.65625rem;overflow:hidden;display:block; }
#d8UG8l2g1XIHP2iM8pXCs7JuxqnPHbTW { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.374025rem;width:4.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:45.560982704162rem;left:14.375rem; }
#L1GxlDsHKQ3gtzlqqJuXhx3T0ybt1J2D { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.374025rem;width:4.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:45.560982704162rem;left:14.375rem;display:none; }
#TcktbOvHTrVtSsTz9NKv0IVHZlet8CZW { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.374025rem;width:4.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:45.560982704162rem;left:14.375rem;display:none; }
#ffuKiLpH3R7Qd6522aHXb4NxTd1AbJgq { 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; }
#tRgBb9F2KaBVVd5NJFUJBL13t1mtwbaR { 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; }
#tPGbQ1TMXmh02qX8kqW77KrsOWfH4Wpb { 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; }
#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row .container { background-color: transparent; background-image: none; }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row .container > .video-iframe-container { display: none; }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row > .video-iframe-container { display: none; }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .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); }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row .container { border-width: 0; border-radius: 0; }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row .container { font-size:0.875rem;font-family:arial;height:85.8125rem;width:75rem;position:relative;display:block; }#uPDH3If5DwS2bR3E1kgi41GBnBv3xWO7 { box-sizing:content-box;height:69.4375rem;width:74.6875rem;position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;box-shadow: -0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:66.3125rem;left:0rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:block; }
#Wdw4kwmupPRCoT2DswaNBqELC3Ws0b2f { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:2.5rem;left:0rem;height:13rem;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; }
#QexPp8Sx0cASgrPAJTSWVe77WgRX1w0X { box-sizing:content-box;height:17.125rem;width:75rem;position:absolute;display:block;z-index:15091;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.7841796875rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#VJh2NqyFm3Sx5M7snS7OQ9Teh6ffckVL { color:#ffffff;display:block;width:55.875rem;position:absolute;font-family:lora;font-size:1.75rem;font-weight:normal;z-index:15100;line-height:1.4;letter-spacing:0;top:22rem;left:2.5625rem;height:14.7rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K9TANwMtTTenArKBp4OT2RM1Csseci4k { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15090;line-height:1.4;letter-spacing:0;top:43.5rem;left:0rem;height:18.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ATXIFZok44wlNLARTmCFfaksGhHosbyh { position:absolute;display:block;z-index:15101;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:18.318359375rem;left:56.5625rem;overflow:hidden;display:block; }
#wVTlH9S9rHBiswrQIMmdhMMBMBudkOqM { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-primary-0),1);top:68.875rem;left:0rem;height:6.5rem;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; }
#Fpl33cFnaRzbu5G3TOu27DTkpNF7H6JF { color:rgba(var(--color-primary-4),1);display:block;width:69.6875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15091;line-height:1.4;letter-spacing:0;top:76.625rem;left:2.5rem;height:15.925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se { 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; }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row .container { background-color: transparent; background-image: none; }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row .container > .video-iframe-container { display: none; }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row > .video-iframe-container { display: none; }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .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); }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row .container { border-width: 0; border-radius: 0; }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#Nu1zHshCRXgiAd69vT0QTZ5EUTnUKhzc { box-sizing:content-box;height:10.5rem;width:69.1875rem;position:absolute;display:block;z-index:15092;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:2.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#JmP5pPTTeEJb2aADRxkPknOTzWOtElNo { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:normal;z-index:15101;line-height:1.4;letter-spacing:0;top:12.40625rem;left:3.8486328125rem;height:6.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hqmVbaTMAoXoxdklfLSiaqTWDuN4n5KX { color:rgba(var(--color-primary-4),1);display:block;width:69.6875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15092;line-height:1.4;letter-spacing:0;top:23.125rem;left:2.65625rem;height:22.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UFTSMDtWcJqHBDmZv00lzBLVzv3BvWJL { position:absolute;display:block;z-index:15102;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:12.6875rem;width:12.9375rem;top:8.25rem;left:57.973831099302rem;overflow:hidden;display:block; }
#AO7L5adghX8TWthlEdxnPwaea1uXndMf { box-sizing:content-box;height:69.4375rem;width:74.6875rem;position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;box-shadow: -0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:66.3125rem;left:0rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:none; }
#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT.adaptive-delivery-prevent-bg, #DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT.lazyload, #DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT.lazyloading { background-image: none; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row .container { background-color: transparent; background-image: none; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row .container > .video-iframe-container { display: none; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row > .video-iframe-container { display: none; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .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); }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row .container { border-width: 0; border-radius: 0; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row .container { font-size:0.875rem;font-family:arial;height:95.0625rem;width:75rem;position:relative;display:block; }#dmwW85K7GrcpV11PJwm4WSkpZNMwqHZ7 { color:#1a2b61;display:block;width:50.125rem;position:absolute;font-family:lora;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.6875rem;left:12.4375rem;height:7.6375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVbQkXOuZgncEsuUq2qZkym8mEZFhAuE { box-sizing:content-box;height:10.5rem;width:53.875rem;position:absolute;display:block;z-index:15015;background-color:#ffecc2;background-image:none;top:20.1875rem;left:10.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AEC49aeVlrr1bdHGiMVPQlBXhyHMy2wa { box-sizing:content-box;height:71.875rem;width:53.8125rem;position:absolute;display:block;z-index:15014;background-color:#fffdf1;background-image:none;top:20.1875rem;left:10.375rem;border-top:0.25rem solid #e6e4b1;border-left:0.25rem solid #e6e4b1;border-right:0.25rem solid #e6e4b1;border-bottom:0.25rem solid #e6e4b1;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tIlFVbko2by8MkcX0mZekp1SlRi66OXw { box-sizing:content-box;height:5.375rem;width:13.4375rem;position:absolute;display:block;z-index:15048;background-color:#8c5bc7;background-image:none;top:63.249755859375rem;left:13.874782562256rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
#nUpSKkzBEctTOUDi88o28OSIkCBgytUd { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:64rem;left:19.375rem;height:3.9rem;font-style:normal;display:block; }
#reDAuK1QBg3JbqvAtZJMFLtGhoZxzfdn { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:63.75rem;left:14.375rem; }
#tdcNSEdq8NewzdK17VkQprph6oWVPo3I { box-sizing:content-box;height:5.375rem;width:17.875rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:63.25rem;left:27.1875rem;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; }
#cxxRSgrDS2i6rlxoB2uXE0zJWD0TT3if { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:63.75rem;left:27.75rem; }
#b0Cdww0hcHts75BCe1gfa0Tzue4wpTOG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:64rem;left:32.5625rem;height:3.9rem;font-style:normal;display:block; }
#JBZ9L2tlTno5kDtz990xlENORuITSqbT { box-sizing:content-box;height:5.375rem;width:16.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:63.25rem;left:45.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#d9ZUqiMHd0iwOtnE30QZ2CV1LhZRSk2t { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:64rem;left:50.375rem;height:3.9rem;font-style:normal;display:block; }
#uIJgbQdLBHJTMuHbLyanGxMJSZXmUirW { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:63.75rem;left:46rem; }
#vW7y51GZbEabwSdD24TDpJg2IZZuixDL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7rem;top:67.875rem;left:19.25rem;overflow:hidden;display:block; }
#WoysDsfbsJJKGl80VQkJaXBuetTKmFbR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7rem;top:67.875rem;left:47rem;overflow:hidden;display:block; }
#UT0zd9gXM7Z4kskRvvXFTai2lPNmyed8 { color:#1a2b61;display:block;width:21.3125rem;position:absolute;font-family:lora;font-size:4.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:74.4375rem;left:26.875rem;height:5.76875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9RWU1d85CP3dvd15FRhy6t1omsHkxMe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:72.5625rem;left:31.25rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHiHgC9KApMCnnGTUlRKLzRWWiEQLaT3 { z-index:15077;top:80.1875rem;left:24.5625rem;background-color:#ffeb1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lora;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JHNpqqqPyswzEQCbFKl4EfCTQ5g4rPCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5ytL3lx2exqdeQlqtxVzdTfFDecMBo3 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.5rem;top:86.6875rem;left:43.75rem;overflow:hidden;display:block; }
#EJQg83wcI8yPWTDwKUXrAwBKW8TiNAGC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:86.75rem;left:32.125rem;overflow:hidden;display:block; }
#zzfL1TyEP837hNahbsqpl7PBzT2QA3lo { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.375rem;top:87.3125rem;left:37.0625rem;overflow:hidden;display:block; }
#Wq5PVkmKxNhIXk2nTr6e90AAgcQb49Ek { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:87.25rem;left:26.0625rem;overflow:hidden;display:block; }
#et9E3wTlkqZpTCZP7pIfbJTLA6b7MoOI { position:absolute;display:block;z-index:15095;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:47.4375rem;width:29.6875rem;top:22.3125rem;left:22.6875rem;overflow:hidden;display:block; }
#mPpTi85rK3v7dEgCPDC3ZB841gUSwhZT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:4rem;left:0rem;height:9.75rem;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; }
#S803ldEl5JtVAoGZ33hEb6ADITZbFKbm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.4375rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:15.5625rem;left:0rem;height:1.86875rem;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; }
#S6hFWCIWGuQ4bd5KmCUf9ftrDT2WHIbo { 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; }
#yTO5DixeSVems3Tg7JX8KPpHlmB6TcmT { 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; }
#lS9ppFdPcR1OASBd5NxuP2KtmOBxr2Wa { 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; }
#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #acc2ff);background-image: -moz-linear-gradient(180deg, #ffffff, #acc2ff);background-image: -ms-linear-gradient(180deg, #ffffff, #acc2ff);background-image: -o-linear-gradient(180deg, #ffffff, #acc2ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acc2ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acc2ff' );";background-image: linear-gradient(180deg, #ffffff, #acc2ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row .container { background-color: transparent; background-image: none; }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row .container > .video-iframe-container { display: none; }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row > .video-iframe-container { display: none; }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .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); }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row .container { border-width: 0; border-radius: 0; }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row .container { font-size:0.875rem;font-family:arial;height:71.125rem;width:75rem;position:relative;display:block; }#TsIi22vu65QfkpIpKNiv1EKJ7kJu4AD4 { box-sizing:content-box;height:10.5rem;width:69.1875rem;position:absolute;display:block;z-index:15092;background-color:#003590;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.4375rem;left:2.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#fwVSTNq1vURv2lW25PMBHl2n5prp0KJp { color:#ffffff;display:block;width:54rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:normal;z-index:15101;line-height:1.4;letter-spacing:0;top:30.3125rem;left:4rem;height:8.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aNdHTShU2TITmu6vWkDQZuimDvGp7Bx0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.125rem;width:9.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2));top:30.125rem;left:58rem; }
#tbr1SaEKKmVJSXkp3QVgbKUpDlonl6LT { color:rgba(var(--color-primary-4),1);display:block;width:69.6875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15093;line-height:1.4;letter-spacing:0;top:12.380859375rem;left:2.65625rem;height:13.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uRwEXG3DqTcaXEBzFBf5nw6NmRiVw6XW { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:3.125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:4.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; }
#SAmRnfNCmMCTZf1p0LFdMOTdliJXCqP6 { position:absolute;display:block;z-index:15103;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.5rem;width:29.4375rem;top:44.0625rem;left:2.9375rem;overflow:hidden;display:block; }
#StH5JbtcdCAt2RzKrRFOeapSvW6mphxx { color:rgba(var(--color-primary-4),1);display:block;width:36.75rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15089;line-height:1.4;letter-spacing:0;top:44.0625rem;left:35.4375rem;height:20.475rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kQ3hTkTTQZtlraiHSRZ8k95vSAOsuG5F { color:rgba(var(--color-primary-4),1);display:block;width:69.6875rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:15094;line-height:1.4;letter-spacing:0;top:66.8125rem;left:2.65625rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row .container { background-color: transparent; background-image: none; }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row .container > .video-iframe-container { display: none; }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row > .video-iframe-container { display: none; }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .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); }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row .container { border-width: 0; border-radius: 0; }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row .container { font-size:0.875rem;font-family:arial;height:121.5rem;width:75rem;position:relative;display:block; }#ZerBgLtLkmDqrKvmtI0cdpTTUJoZ6CXQ { box-sizing:content-box;height:8.4375rem;width:71.625rem;position:absolute;display:block;z-index:15095;background-color:#003590;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:1.75rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#bEw2FCRm8XyJJdMLS3hKpllwGA06PxhS { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:2.375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:4.5263671875rem;left:0rem;height:6.175rem;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; }
#UqhGKuBNJT2iEf0BO9BcZ6GsFndSUP3n { color:#000000;display:block;width:73.624375rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:13.076228141784rem;left:1.3747825622559rem;height:4.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k4car31Zigpt0EUhWIvyWe4DiPlrIcho { box-sizing:content-box;height:23.9375rem;width:71.625rem;position:absolute;display:block;z-index:15094;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.5625rem;left:1.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#oSlel8z7mZknTO6i6q4eQrJuIocl1rKS { color:#ffffff;display:block;width:69.9375rem;position:absolute;font-family:lora;font-size:2.25rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:21.4375rem;left:3.1875rem;height:5.85rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iuorhiksOaeHgDMkSKSpd4LqoaXQhzLB { color:#000000;display:block;width:45.125rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:31.5625rem;left:3.1875rem;height:12.675rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JvK9tTVmcFVQfMNcIPfJBz6xyhDib6K7 { box-sizing:content-box;height:25.875rem;width:71.625rem;position:absolute;display:block;z-index:15098;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5625rem;left:1.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#dmMrVKQd5F8Air14JOkuFoMBfyZFLaoe { color:#000000;display:block;width:45.1245rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:64.4912109375rem;left:2.8740234375rem;height:14.7875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ikkf1MCoBd45Lx3fC9ddnWe9QySo9ns5 { box-sizing:content-box;height:8.4375rem;width:71.625rem;position:absolute;display:block;z-index:15099;background-color:#003590;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.125rem;left:1.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#GyXSn2qJqPQQVXdnVAGqgIm2dTbvRrAM { color:#ffffff;display:block;width:69.875rem;position:absolute;font-family:lora;font-size:2.25rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:53.4375rem;left:2.875rem;height:5.85rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zKXZQobcoCaRlIwsTWVqrXIuBzrqcwn0 { box-sizing:content-box;height:27.125rem;width:71.625rem;position:absolute;display:block;z-index:15102;background-color:#f4f4f4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92.8125rem;left:1.3740234375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Emf9DZF8rI69ptM8Zo32fCRlTnutZ9Zx { color:#000000;display:block;width:45.125rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:97.625rem;left:2.875rem;height:21.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8Sxxf2rtBxpC0ULIeJxFReNIHx4fsTH { box-sizing:content-box;height:8.4375rem;width:71.625rem;position:absolute;display:block;z-index:15103;background-color:#003590;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.375rem;left:1.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ayuQiqIN4chpepg2VoMZzPn0fbsckKz2 { color:#ffffff;display:block;width:69.875rem;position:absolute;font-family:lora;font-size:2.25rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:88.6875rem;left:2.875rem;height:5.85rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oTpWtGfSPryT2OV6lviTaHD35oTiU8cm { position:absolute;display:block;z-index:15106;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:19.3125rem;width:13.625rem;top:62.2236328125rem;left:53.25rem;overflow:hidden;display:block; }
#wrbuSKTDlxy5mvUv756IJn4FIyyFSr3x { position:absolute;display:block;z-index:15107;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:22.8125rem;width:18.875rem;top:60.6875rem;left:48.65625rem;overflow:hidden;display:block; }
#zLfPM5K556QkesnOpheU0XHRTKQLTlCL { position:absolute;display:block;z-index:15110;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:22.8125rem;width:19.0625rem;top:95.8125rem;left:48.65625rem;overflow:hidden;display:block; }
#SynzW73ZM5BcgisopXKX4oGGreowhQ6l { position:absolute;display:block;z-index:15109;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:19rem;width:13.375rem;top:97.625rem;left:53.375rem;overflow:hidden;display:block; }
#tVQpBpHRVu6LI6K8LEUJkKvaC93nwUVE { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.061625rem;width:12.874375rem;top:30.5625rem;left:53.5625rem;overflow:hidden;display:block; }
#JthJgwUdV4xiXogpWpLT8HCHILBoVFfJ { position:absolute;display:block;z-index:15112;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:21.0623125rem;width:21.0623125rem;top:28.5625rem;left:49.5rem;overflow:hidden;display:block; }
#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD.adaptive-delivery-prevent-bg, #F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD.lazyload, #F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD.lazyloading { background-image: none; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row .container { background-color: transparent; background-image: none; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row .container > .video-iframe-container { display: none; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row > .video-iframe-container { display: none; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .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); }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row .container { border-width: 0; border-radius: 0; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row .container { font-size:0.875rem;font-family:arial;height:88.8125rem;width:75rem;position:relative;display:block; }#i1Q32rVq36Th3IeTlCSU8ZiqnSg6b0lL { color:#1a2b61;display:block;width:50.125rem;position:absolute;font-family:lora;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.8125rem;left:12.4375rem;height:7.6375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uk6BmwXWTi0GQhTSoKqkRfyLF1WIfgfF { box-sizing:content-box;height:10.5rem;width:53.875rem;position:absolute;display:block;z-index:15015;background-color:#ffecc2;background-image:none;top:10.3125rem;left:10.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#XVmiGVBRIQs5V8LkLepR0vGskySmpFQq { box-sizing:content-box;height:71.875rem;width:53.8125rem;position:absolute;display:block;z-index:15014;background-color:#fffdf1;background-image:none;top:10.3125rem;left:10.375rem;border-top:0.25rem solid #e6e4b1;border-left:0.25rem solid #e6e4b1;border-right:0.25rem solid #e6e4b1;border-bottom:0.25rem solid #e6e4b1;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#K7KVZgRzI6MWgr5h6R8ReoLZJATOBksR { box-sizing:content-box;height:5.375rem;width:13.3125rem;position:absolute;display:block;z-index:15048;background-color:#8c5bc7;background-image:none;top:53.375rem;left:13.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
#rdoU7xk8OyC8QvAKUeIAhW27FC2TNf91 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:54.125rem;left:19.375rem;height:3.9rem;font-style:normal;display:block; }
#PUyElpnGq9IkMV81BihW10bfMHUQaqhZ { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:53.875rem;left:14.375rem; }
#JzZ8FM6QN5onLQP2XTTInKtTIA2m8N6f { box-sizing:content-box;height:5.375rem;width:17.875rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:53.375rem;left:27.1875rem;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; }
#mpcOa0H8FXM1K4Pqb7HB7gzih9ZJxB74 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:53.875rem;left:27.75rem; }
#FQ551cmPxMwHvJluwAksTLwXGpUl4JCO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:54.125rem;left:32.5625rem;height:3.9rem;font-style:normal;display:block; }
#qzHXpATTQKI5VpNXvwWc7ObQquG5BTdQ { box-sizing:content-box;height:5.375rem;width:16.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:53.375rem;left:45.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#sn4LhUnqbQ9q9xwTgCFAxAxNdMvUHEOV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:54.125rem;left:50.375rem;height:3.9rem;font-style:normal;display:block; }
#hQvHGILvD0zVerI4PeZ0fOokbmcHS6HA { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:53.875rem;left:46rem; }
#DDnDSTPdSSL6c1txgdCB1ocwG2XHekac { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7rem;top:58rem;left:19.25rem;overflow:hidden;display:block; }
#e9hIFrwOitIOTm2JwGaChFJOUF1nzUF5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7rem;top:58rem;left:47rem;overflow:hidden;display:block; }
#XxrEqnnzpCTpyZWoW8ylPAOwQOqMdn40 { color:#1a2b61;display:block;width:21.3125rem;position:absolute;font-family:lora;font-size:4.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:64.5625rem;left:26.875rem;height:5.76875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbEHuKSL5TNc553WPmIrCHwzFzHrOAgs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:62.6875rem;left:31.25rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PxQNJRthaq0HtSox4Wx21CUCLVwtpm5p { z-index:15077;top:70.3125rem;left:24.5625rem;background-color:#ffeb1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lora;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z5ZlFCgoZffmTn5cGg5DMW4TeCv42Fym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2VdAzLiTzsNChTfCzLs9gx8UPUVTehN { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.5rem;top:76.8125rem;left:43.75rem;overflow:hidden;display:block; }
#sxpaMHmmE8EMeWCIqbstwziat43BV5ZF { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:76.875rem;left:32.125rem;overflow:hidden;display:block; }
#B3NhtH7qIW8f75Pp7pQCONfQCFzphU4T { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.375rem;top:77.4375rem;left:37.0625rem;overflow:hidden;display:block; }
#WE45Vyr8uq5VB51TBQtJQGsEUv8kCTKk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:77.375rem;left:26.0625rem;overflow:hidden;display:block; }
#KfZcsgQ7ovPVMuiyWsboLooAa9Zn2XWT { position:absolute;display:block;z-index:15095;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:47.4375rem;width:29.6875rem;top:12.4375rem;left:22.6875rem;overflow:hidden;display:block; }
#kXPpMQX311ucDfie9pTQuQTdlAkWgJD9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.4375rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:5.6875rem;left:0rem;height:1.86875rem;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; }
#ppaRU8rflL9FGB6L20snx8NepV1WR0ZA { 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; }
#v0xxJzEBnt3bDHf2FSfTFXaUHZy5caUf { 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; }
#CGBPVLznk4zBAWKpPZSKceBwpemcDrou { 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; }
#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #acc2ff);background-image: -moz-linear-gradient(180deg, #ffffff, #acc2ff);background-image: -ms-linear-gradient(180deg, #ffffff, #acc2ff);background-image: -o-linear-gradient(180deg, #ffffff, #acc2ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acc2ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acc2ff' );";background-image: linear-gradient(180deg, #ffffff, #acc2ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row .container { background-color: transparent; background-image: none; }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row .container > .video-iframe-container { display: none; }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row > .video-iframe-container { display: none; }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .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); }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row .container { border-width: 0; border-radius: 0; }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#Xhi54H4zeKR30R5nWm6UlvqLXPR4LVNF { color:rgba(var(--color-primary-4),1);display:block;width:43.9375rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:normal;z-index:15093;line-height:1.4;letter-spacing:0;top:13.940919876099rem;left:2.2493515014649rem;height:23.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iKyVCSXOrmxx7bdnaEbyfERWrxygeFMt { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:2.6855473518372rem;left:0rem;height:7.3125rem;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; }
#fmloMCvLnmnda1fnLcF4toqZbDSUQKqI { position:absolute;display:block;z-index:15105;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:26.0623125rem;width:26.0623125rem;top:12.301433086395rem;left:45.422096252441rem;overflow:hidden;display:block; }
#SSzOscmLqFJ8579Rd2Ec5O1BXUIs7FLN { box-sizing:content-box;height:7.5625rem;width:69.1875rem;position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.999133110046rem;left:2.9047317504883rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#DqCIBT3eNAeUGElOHsxt9DQcZPIZNv1Z { color:rgba(var(--color-primary-4),1);display:block;width:69.6875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15093;line-height:1.4;letter-spacing:0;top:47.503255844116rem;left:3.8736991882324rem;height:4.55rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7efff;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; }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row .container { background-color: transparent; background-image: none; }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row .container > .video-iframe-container { display: none; }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row > .video-iframe-container { display: none; }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .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); }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row .container { border-width: 0; border-radius: 0; }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row .container { font-size:0.875rem;font-family:arial;height:101.125rem;width:75rem;position:relative;display:block; }#ulnF4TCTJdV39I7zXznNKTpc0yBcf3qf { position:absolute;display:block;z-index:15105;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:26.4375rem;width:17.625rem;top:7.9367904663088rem;left:6.5607223510744rem;overflow:hidden;display:block; }
#M4VXA6fXT0nTfX05p7PxoO9tw5NcSSG9 { color:rgba(var(--color-primary-4),1);display:block;width:38.186875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15091;line-height:1.4;letter-spacing:0;top:7.9375rem;left:33.6875rem;height:18.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yVN71f24T65Av0HkJMifCgFswyAmqx70 { box-sizing:content-box;height:11.8125rem;width:69.1875rem;position:absolute;display:block;z-index:15106;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:2.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#myyg6Dczmvh7a30BcHRKp5f1E6xRKSJl { color:rgba(var(--color-primary-4),1);display:block;width:52.0625rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15107;line-height:1.4;letter-spacing:0;top:31.24951171875rem;left:19.62451171875rem;height:6.825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LtLEQdbDGC8FVETERp0lqsmFMTZz7fmF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.0623125rem;width:11.0623125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:29.125rem;left:6.5625rem; }
#KukhL9CWk2TgClcNTR2uAFA4tVK0zbZk { box-sizing:content-box;height:25.8125rem;width:69.1875rem;position:absolute;display:block;z-index:15107;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.073568567634rem;left:2.9047317504883rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#cosNpFIbITJGfgdE72eAE3Vhe2kgskZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:47.9375rem;left:4.625rem; }
#pzm3rLk2GiCoaUq11TTOHN4uBMqzUAdB { color:rgba(var(--color-primary-4),1);display:block;width:55.2485rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15108;line-height:1.4;letter-spacing:0;top:47.937202453613rem;left:8.0609817504881rem;height:22.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rCbftTTBfiuTi7BT0uxsUsaUC2hU9wbU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.749375rem;width:9.749375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:54.436798095703rem;left:59.849182128906rem; }
#GO8GKEg1OWuBTlOHXyxghEnGnCzW7vG3 { position:absolute;display:block;z-index:15080;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.43725rem;width:20.625rem;top:78rem;left:4.375rem;overflow:hidden;display:block; }
#nkre1ep4oSDMtC4TJ4JumAGBubBhTnJL { color:rgba(var(--color-primary-4),1);display:block;width:44.4998125rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15108;line-height:1.4;letter-spacing:0;top:80.890846252444rem;left:27.442489624024rem;height:13.65rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B.adaptive-delivery-prevent-bg, #QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B.lazyload, #QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B.lazyloading { background-image: none; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row .container { background-color: transparent; background-image: none; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row .container > .video-iframe-container { display: none; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row > .video-iframe-container { display: none; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .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); }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row .container { border-width: 0; border-radius: 0; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row .container { font-size:0.875rem;font-family:arial;height:93.8125rem;width:75rem;position:relative;display:block; }#iuMl8qb2rBcBFuvmaJf37rzzPt7TPcVm { color:#1a2b61;display:block;width:50.125rem;position:absolute;font-family:lora;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.375rem;left:12.4375rem;height:7.6375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdwo97N6ipZOl1PbHwfR00edKurGTkQo { box-sizing:content-box;height:10.5rem;width:53.875rem;position:absolute;display:block;z-index:15015;background-color:#ffecc2;background-image:none;top:14.875rem;left:10.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#KJ8iKEy5hOFplCNEkG39hw3sfSTCcSa2 { box-sizing:content-box;height:71.875rem;width:53.8125rem;position:absolute;display:block;z-index:15014;background-color:#fffdf1;background-image:none;top:14.875rem;left:10.375rem;border-top:0.25rem solid #e6e4b1;border-left:0.25rem solid #e6e4b1;border-right:0.25rem solid #e6e4b1;border-bottom:0.25rem solid #e6e4b1;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#mxDPFvfaCOQV2EHC6uc3DQvq2noC1Upf { box-sizing:content-box;height:5.375rem;width:13.3125rem;position:absolute;display:block;z-index:15048;background-color:#8c5bc7;background-image:none;top:57.9375rem;left:13.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
#O7vgGwdSNxh3l16GyVKnxXOhG6ZFtesG { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:58.6875rem;left:19.375rem;height:3.9rem;font-style:normal;display:block; }
#DrIvDZrUtU6rqc2APimxKZJ5pyKyvUGE { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:58.4375rem;left:14.375rem; }
#fusunsKfKdpJBWpdqwCl6219RVAABG7n { box-sizing:content-box;height:5.375rem;width:17.875rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:57.9375rem;left:27.1875rem;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; }
#cBAbRgU3lxTtM8lTA5F0vPpzKioKkhqp { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:58.4375rem;left:27.75rem; }
#fPTRF3o0ATT9VG7FIHdeO8CKmiylMdaJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:58.6875rem;left:32.5625rem;height:3.9rem;font-style:normal;display:block; }
#fFvdp8CeiPPWLxcZuDDRu2nDA2N2ClMB { box-sizing:content-box;height:5.375rem;width:16.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:57.9375rem;left:45.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#Elgq1gHTAn2ERyIQcgc5RTbEZKG6XwKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:58.6875rem;left:50.375rem;height:3.9rem;font-style:normal;display:block; }
#C9WudWnVwyE350IyLtLOET6GRPxJ70PD { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:58.4375rem;left:46rem; }
#SzyuUWaHJ4sD3FTawD8p1FVTJ9cbrTBh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7rem;top:62.5625rem;left:19.25rem;overflow:hidden;display:block; }
#rv7HeMZIruPuKHLtXtr1dGJinceLtWNR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7rem;top:62.5625rem;left:47rem;overflow:hidden;display:block; }
#F8b5pBJe22QSTHM67VLWvmio7gcxqQIP { color:#1a2b61;display:block;width:21.3125rem;position:absolute;font-family:lora;font-size:4.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:69.125rem;left:26.875rem;height:5.76875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEAUIwzw40VGNQwqPyVPMTsVBr5bUQiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:67.25rem;left:31.25rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lyhupq2w8d2orTXE0LoilBCkyhbeUoet { z-index:15077;top:74.875rem;left:24.5625rem;background-color:#ffeb1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lora;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nAFficNA1wBIhktT3p13FDv4Qhia8pQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWKdxrDznxcLd3uEQkmrs6msDzJ61RrN { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.5rem;top:81.375rem;left:43.75rem;overflow:hidden;display:block; }
#wfb636KXvKiaoqyLLoXzmdqHduGKWSSQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:81.4375rem;left:32.125rem;overflow:hidden;display:block; }
#gF016d3Ww5al8ZgxIkakhmImfDhxcddn { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.375rem;top:82rem;left:37.0625rem;overflow:hidden;display:block; }
#eFXpzWXDkHJ0OpVz28WqzaLielFVGlsn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:81.9375rem;left:26.0625rem;overflow:hidden;display:block; }
#sV8UwVFcwGb975UcCE4Tk8igulaXW7vU { position:absolute;display:block;z-index:15095;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:47.4375rem;width:29.6875rem;top:17rem;left:22.6875rem;overflow:hidden;display:block; }
#moexDUMfnzoitOR3yL50iHptfvTUC1gy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.4375rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:10.748046875rem;left:0rem;height:1.86875rem;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; }
#opHNteFyzWVJ9abdMTwaI5HeO1d6wE4Z { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:2.0625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:0rem;height:5.3625rem;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; }
#xR7HLN7TBTGrlW4dLw5XItJSiUu5oCD4 { 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; }
#UbspUoWThnrt1xqwL5krB2UmFOxibyrI { 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; }
#AvxHmMcFB9SXbsLVDn8uQAZkfQzc20it { 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; }
#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD { 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; }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row .container { background-color: transparent; background-image: none; }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row .container > .video-iframe-container { display: none; }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row > .video-iframe-container { display: none; }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .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); }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row .container { border-width: 0; border-radius: 0; }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row .container { font-size:0.875rem;font-family:arial;height:267.5rem;width:75rem;position:relative;display:block; }#icdWDo2VdEAP5PESTZ0icyXmtu2TDTec { color:#000000;display:block;width:75rem;position:absolute;font-family:lora;font-size:3.375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:3.37353515625rem;left:0rem;height:8.775rem;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; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-heading-text { display:block;position:relative;width:100%;font-family:lora;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.375rem;font-family:lora;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-trigger.adaptive-delivery-prevent-bg, #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-trigger.lazyload, #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-trigger.lazyloading { background-image: none; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i { box-sizing:content-box;height:auto;width:69.81125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15088;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.8935546875rem;left:1.62451171875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #BdTwsxTI4KCzh2TDoFvgiwGNTiJINaWl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #nCodLscqa7uiDfgkcdExhyLHkud2f2LE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #ophrX7uw60675ublV8OP6dq7zbKZ0MOG { display:block;position:relative; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #e7insJLLgJBNErpHbJOr3XFnQHbnTepV {  }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #kwDi0M1va7qBDiFV3CyeDTrTZTo89gsV {  }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-heading-text { display:block;position:relative;width:100%;font-family:lora;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.375rem;font-family:lora;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-trigger.adaptive-delivery-prevent-bg, #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-trigger.lazyload, #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-trigger.lazyloading { background-image: none; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP { box-sizing:content-box;height:auto;width:69.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15089;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:59.56201171875rem;left:1.74609375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #ZXHbUxIPkhDXV6SAbT9WfwNiEoWgzFZw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #TsDQBThLfseWUnbnl7i50qo0e70TNqv3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #cvmUwCCV6evSGaoXInkn2e6xQhHaJk6l { display:block;position:relative; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #qAQ7o7r1SzDSl4gc6a1x84gNTgrBA2zN {  }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #rM0d7hQNaT6B7EZwzroG78xhcL90G6T6 {  }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-heading-text { display:block;position:relative;width:100%;font-family:lora;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.375rem;font-family:lora;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-trigger.adaptive-delivery-prevent-bg, #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-trigger.lazyload, #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-trigger.lazyloading { background-image: none; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g { box-sizing:content-box;height:auto;width:69.81125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15089;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:83.62353515625rem;left:1.34326171875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #JtuG7oN0sVLoCUWNcnB6gtnERe1fXaEx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #O5WBH7irUFVrdPkFhiHVnS8ZTCMdHsqd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #OqCOQHHMBdZb8DLErdN1pCfzRsSEUDhM { display:block;position:relative; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #LDTzNoTcQy06aLEXXavbQSwP4oKloFF4 {  }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #p38J4xSa0XoSShCe123A5iEDIGyPB9Ff {  }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-heading-text { display:block;position:relative;width:100%;font-family:lora;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.375rem;font-family:lora;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-trigger.adaptive-delivery-prevent-bg, #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-trigger.lazyload, #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-trigger.lazyloading { background-image: none; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB { box-sizing:content-box;height:auto;width:69.81125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15090;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:121.37109375rem;left:1.34326171875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #PPKAJ6Miike3JW5lb16B5DdVzpCkvwbT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #VEAR5eEQ8bZPyypWFdaKpBHDSall5yA2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #SzwPaA3MqDG747rsGy5TVD2P3LSSWACe { display:block;position:relative; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #riKhMS4yALvOltGUp4hXWf7SmJPMvhJZ {  }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #LDLTSDR7LefMF9BuzzLbab2B0niXANrN {  }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-heading-text { display:block;position:relative;width:100%;font-family:lora;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);line-height:1.1;overflow:hidden;height:auto; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.375rem;font-family:lora;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-trigger.adaptive-delivery-prevent-bg, #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-trigger.lazyload, #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-trigger.lazyloading { background-image: none; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL { box-sizing:content-box;height:auto;width:69.81125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15091;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:147.875rem;left:1.3125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #Glfl1aC99d0VqlOGLggt2NlGskWHrwyw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #fOiNlAPcnPHEWOcffPgwaZwVZgm0eMfO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #coRTpVumT4m6qOby3JSmST09CDdbuW71 { display:block;position:relative; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #FrGEeAn7TWeVZCcvV7dMWcTMNMTv25dI {  }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #WoZVSK3i2iooArTSC5ayLQnzWI0dvdA8 {  }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-heading-text { display:block;position:relative;width:100%;font-family:lora;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.375rem;font-family:lora;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-trigger.adaptive-delivery-prevent-bg, #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-trigger.lazyload, #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-trigger.lazyloading { background-image: none; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb { box-sizing:content-box;height:auto;width:69.81125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15092;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:174.5rem;left:1.3125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #TJFPWOVXqc4QuG8pGka41UvT7lwzw6Mw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #UNye2GH8TuoPSvU5DxFTx0RUTUxwy4uZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #itX8OQk4Eca3b2uDsTXHnZXOnfcbKlpf { display:block;position:relative; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #xTEQNEKJA31XCJ4GebQms8mtVOHKdWHu {  }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #NNvQv4Fyz033ysITTD7T0L6vlcMApt4a {  }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-heading-text { display:block;position:relative;width:100%;font-family:lora;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.375rem;font-family:lora;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-trigger.adaptive-delivery-prevent-bg, #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-trigger.lazyload, #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-trigger.lazyloading { background-image: none; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 { box-sizing:content-box;height:auto;width:69.81rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15093;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:207.45703125rem;left:1.34326171875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #rJAwByOOffFF97pKyf08qzEFEOsdOzw7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #e3s1xtESENohMNMBtSWJJphwVZrW1Hx7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #zWfw5HZXNQmAMJHds5DcOkyB8HEfb2Cu { display:block;position:relative; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #tPJJNHA4lTLPxHxMVT3alrhVOeUqvcfn {  }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #OrWIEThUTgiyPTJclpTgZI1ID8D1z4d8 {  }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-heading-text { display:block;position:relative;width:100%;font-family:lora;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.375rem;font-family:lora;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-trigger.adaptive-delivery-prevent-bg, #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-trigger.lazyload, #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-trigger.lazyloading { background-image: none; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE { box-sizing:content-box;height:auto;width:69.81rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15093;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:227.2060546875rem;left:1.341796875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #rksQFs5ZTL0Zwrn8sQHNTfsMChucB9pT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #NTt4bb3bK9JGVhzH8KmPob8x7ykvko4T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #NaQ0Dz3U0UTKcnqC9Z8PosU5JvE35bul { display:block;position:relative; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #BRFeNwPk2srRfVoPB9gB8rICIXopk6ZA {  }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #FQbanI4pVDK2fpxRnELVnEaaJn9KWD9M {  }
#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD.adaptive-delivery-prevent-bg, #Rv7wOamNt049wnQTnX7tP9Q43yeytRfD.lazyload, #Rv7wOamNt049wnQTnX7tP9Q43yeytRfD.lazyloading { background-image: none; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row .container { background-color: transparent; background-image: none; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row .container > .video-iframe-container { display: none; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row > .video-iframe-container { display: none; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .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); }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row .container { border-width: 0; border-radius: 0; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row .container { font-size:0.875rem;font-family:arial;height:100.375rem;width:75rem;position:relative;display:block; }#UCtJ7KS8myTQNqr1AZePat8hfVSEO60o { color:#1a2b61;display:block;width:50.125rem;position:absolute;font-family:lora;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.375rem;left:12.4375rem;height:7.6375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5i9UJpAGb4Lt4UwDmaU6TnxiUUDHGhp { box-sizing:content-box;height:10.5rem;width:53.875rem;position:absolute;display:block;z-index:15015;background-color:#ffecc2;background-image:none;top:24.875rem;left:10.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#nTCFtrpZOatsJTIqxPTfFEgX2mWT1nzo { box-sizing:content-box;height:71.875rem;width:53.8125rem;position:absolute;display:block;z-index:15014;background-color:#fffdf1;background-image:none;top:24.875rem;left:10.375rem;border-top:0.25rem solid #e6e4b1;border-left:0.25rem solid #e6e4b1;border-right:0.25rem solid #e6e4b1;border-bottom:0.25rem solid #e6e4b1;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bDogHyNJ6IQLRUBTiEccyROIVq1WPAvL { box-sizing:content-box;height:5.375rem;width:13.3125rem;position:absolute;display:block;z-index:15048;background-color:#8c5bc7;background-image:none;top:67.9375rem;left:13.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
#yRWvBIoXBgBaT5ML3lu8WrK1hvhysabs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:68.6875rem;left:19.375rem;height:3.9rem;font-style:normal;display:block; }
#VSdC8DHpb0Jsg99STRLADqMlrGbkIaSx { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:68.4375rem;left:14.375rem; }
#F2WnmDUuke7UDP7sHtCi9e8Ts1HcLgc7 { box-sizing:content-box;height:5.375rem;width:17.875rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:67.9375rem;left:27.1875rem;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; }
#AP9op22tAUfkmogSRtLNVTq0p5w479vk { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:68.4375rem;left:27.75rem; }
#SATBLn8a8ZzaV4h5Py8cSvcJbe4hcNSz { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:68.6875rem;left:32.5625rem;height:3.9rem;font-style:normal;display:block; }
#Wrh0KTobJrFUZP7uh7Z9flfA5UCeRqXZ { box-sizing:content-box;height:5.375rem;width:16.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:67.9375rem;left:45.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#EikSmIRJTAGwDVqRbTa1NxRBBARHAexV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:68.6875rem;left:50.375rem;height:3.9rem;font-style:normal;display:block; }
#ZasfftFaGobTNLd3lQh5yWmTqxm8BSbv { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:68.4375rem;left:46rem; }
#c8WkwIygdHnQeaXTB8nqH6eXeNabiH4a { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:7rem;top:72.5625rem;left:19.25rem;overflow:hidden;display:block; }
#ag80Pl1hMa5PB6z0RKaTh9tIJaz8JTZn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7rem;top:72.5625rem;left:47rem;overflow:hidden;display:block; }
#vy5z1sx2UZB9Ui1He772S1hH5AvG4gel { color:#1a2b61;display:block;width:21.3125rem;position:absolute;font-family:lora;font-size:4.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:79.125rem;left:26.875rem;height:5.76875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#klqgZVafQsEqzCuXU4FtS9dok2r4vUX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:77.25rem;left:31.25rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B56H7VTZ135tD2XAGoGQ0JKBOT66ntSf { z-index:15077;top:84.875rem;left:24.5625rem;background-color:#ffeb1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lora;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WWUgJuXM6TZ7sv5PBQlVKnEBpxhHFOUn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xFQTqeaxcTkamo3prXTJbJphmTRlSVRX { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.5rem;top:91.375rem;left:43.75rem;overflow:hidden;display:block; }
#BElhusVQpNipB8dZAouFkdbvlNgqPgic { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:91.4375rem;left:32.125rem;overflow:hidden;display:block; }
#QCJEBtukKwmPKKsDT8JTaqaRMWEfWQ5n { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.375rem;top:92rem;left:37.0625rem;overflow:hidden;display:block; }
#KuAyW8r0Cx9zIrJETKAT0Ce1UEnKfVEl { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:91.9375rem;left:26.0625rem;overflow:hidden;display:block; }
#v3Q7Gef10931V8iETHyiRE7uKbp2cdpJ { position:absolute;display:block;z-index:15095;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:47.4375rem;width:29.6875rem;top:27rem;left:22.6875rem;overflow:hidden;display:block; }
#FX4kNTWe34TM61Zzkaez6vNreHEV0uRU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lora;font-size:1.4375rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;top:20.71044921875rem;left:0rem;height:1.86875rem;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; }
#gMwgJqEOL8rR0KnppxZsEImIOzsQQrXF { 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; }
#wXXcJ3ByT1mgb2Bdd2iAbaSwxxcSBo7r { 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; }
#yZ2pfJgX33D8EfATiBpNbtWh2eA1EPsT { 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; }
#H37T5caIoBRtcZpBBofqp5Z2K8ZAodkI { color:#ffffff;display:block;width:70.6875rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:1.890869140625rem;left:2.15576171875rem;height:16.9rem;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; }
#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu { 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; }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row .container { background-color: transparent; background-image: none; }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row .container > .video-iframe-container { display: none; }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row > .video-iframe-container { display: none; }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .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); }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row .container { border-width: 0; border-radius: 0; }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row .container { font-size:0.875rem;font-family:arial;height:161.6875rem;width:75rem;position:relative;display:block; }#Q80ydD84SEpCUiXIX4yPHX2m4msoI3Nd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3745rem;width:46.062rem;top:6.87255859375rem;left:14.468994140625rem;overflow:hidden;display:block; }
#oSTPQggpnabQNRLxWweeAbTHoWPPn7K9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.6875rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#MfisO49VJiVzn5Bniew2LK8Z1kS1bwNk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:7.8125rem;height:116.3875rem;display:block; }#MfisO49VJiVzn5Bniew2LK8Z1kS1bwNk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MfisO49VJiVzn5Bniew2LK8Z1kS1bwNk li:before{  }
#lB4cNO7IWPTdgnmFdMAq8yw5mql59D6m { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.0625rem;height:119.4375rem;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; }
#wD9xtkF2cKvEV6T3ZdWhCWUTvP7hxFQo { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8125rem;position:absolute;font-family:lora;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:140.3125rem;left:7.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#OVGeQqS8Qsnw0uO76vCZqQXx22HA6R9p { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6865234375rem;position:absolute;font-family:lora;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:138.125rem;left:28.1875rem;height:1.3rem;display:block; }
#BbLx0OZy8NfZMszHN9tf5vbl7ppsRSHt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:lora;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:145.875rem;left:7.5rem;height:12.5125rem;display:block; }
#AAfQ9m3wGp1UpHdENfa3adATiJKpZPmu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9990234375rem;position:absolute;font-family:lora;font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:138.125rem;left:38.875rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwLQJQtDgmiJg9vlqmH0MmZMuxE6McZS { width:37.9375rem;height:3.3125rem;top:12.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibe5GXbFJlhusT1UT451TzhIRAlCSr7b { width:47.75rem;height:4.4375rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6cSaeTrINLaQzC17sEQP6gFI7m1rfov { width:47.75rem;height:6.8125rem;top:8.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt7bwd9yNVd86hdT59mJR2D6UvJo4wLC { width:47.75rem;height:3.5625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQxWQT8gfF8yTJcATVgHMEHaw6mu8oTD { width:47.75rem;height:7.4375rem;top:19.3125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQk8XSGOmm28B3IAS4xhluWbcyFHJBs6 { width:9.75rem;height:9.375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geLHoVNKDGFwDFMnUIPeAI6SItwfZwPQ { width:47.625rem;height:23.3125rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edcFWTpLd8vnHzZfTNGfSNfBHJqEBcm8 { width:47.75rem;height:17.5rem;top:35.3125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwD7mIEg2MIDESSzwJhyngfwv948zgAV { width:3.0625rem;height:3.0625rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFpidvJbx7aW0mvAwOIoyX5yaitfyQJR { width:3.125rem;height:3.125rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlSAiCM7bT2GTrP0ovitWsisr9HaVttC { width:3.0625rem;height:3.0625rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ { display:block; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIoDaLWJ94yP88WkAiI0oNk5k8hgJ4ls { width:47.75rem;height:15.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLOrOuocKlraGutn38eJyPoex2cr2Eu8 { width:38.875rem;height:30.375rem;top:20.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX43Zlux7pZGfCMwQhDzI063mbKZUaIt { width:9.5rem;height:9.5rem;top:3.1875rem;left:2.9765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiKtTtWkhmzQHcpE2cOJW6lSb3IpksDb { width:9.6875rem;height:9.6875rem;top:3.0625rem;left:33.37109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFtvBlNhxeUclQC3Sym6PosWPKrSo0c { width:14.4375rem;height:14.4375rem;top:0.6875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH9tkuuZNxENyqiq6MhogV0hCi6dzNeA { width:47.75rem;height:6rem;top:18.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo2JSQNmdIBrhKSs9RQAIarE9Hn1hp7Z { width:47.75rem;height:24.375rem;top:26.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb66lSqUMQDnnGAfNl9oETwxZHeoXM5Q { width:47.75rem;height:88.4375rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6zcJMfpLAvWHeM6y7h8VDs1OuEnWGgq { width:47.75rem;height:11.9375rem;top:58.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVgStk1VDxHXTMUcEB1QmvKHpqpcVDF4 { width:47.75rem;height:71.25rem;top:71.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3D0pTilIy309dHc4Izw8Q0vMloVDIa { width:2.0625rem;height:2.0625rem;top:75.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlvagyvLUbRH12As260yd2iVcaOU94wT { width:2.0625rem;height:2.0625rem;top:79.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFpMs6w88QSnF1AeBG3sqKl2t0S7Kwss { width:2.0625rem;height:2.0625rem;top:83.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3DxLfOTZcQTnmyUIE1O4q9g8qe4qZ4h { width:2.0625rem;height:2.0625rem;top:109.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIqTOIuOMcLSJxyhVp4vbTwLRkQUvtlO { width:2.0625rem;height:2.0625rem;top:116.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLrpMovaToK9I0HZQ39QOXn9oe2unzbz { width:2.0625rem;height:2.0625rem;top:120.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcpty4D82LQth8ANtACe0nI1LnXWxLE9 { width:40rem;height:60.2495625rem;top:67rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5wzedbxOlCLNTeFSWS6VgvkxTIRVBJv { width:47.75rem;height:6.0625rem;top:47.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCfCcvQi20UCSh6aEJl4lxG02G2WBElf { display:block; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBo1BT31v6SgG4tZ1GidMgWH7Gtrbqyk { width:47.75rem;height:9.9375rem;top:5.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhkpModlw3qnc6IyFmdbxFJFzZSOCsWI { width:20.625rem;height:19.436875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2yVStBiASrITRByW1NGkmgzQ2R9Fed { width:21.6875rem;height:24.8125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmQhv2LF8o3Fb7ddTNISK4E2JeVd8ClJ { width:21.5625rem;height:3.875rem;top:41.9375rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVqoeB0MvATtdRFsDNLwQRwaf6n7K5J4 { width:47.75rem;height:16.5625rem;top:24.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTb6lVRCXm6miV9Nvsb82kSmDL8ClAb { width:29.6875rem;height:0.1875rem;top:28.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM { display:block; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmqHrauPqkkBoxMLJtbIagyi1TyOIznr { width:47.75rem;height:8.75rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHCu7Hu8XyCkWtgoWv8yuu5S1z9TJykB { width:47.75rem;height:25.3125rem;top:15rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk4ySaCzPcsNw1ubZ0cxv49RFGEhuWTE { width:47.75rem;height:14.3125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTXegagfmUeMvTgVLPUG6FH3FeW6px6l { width:47.75rem;height:17rem;top:42rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAe6ivQp1ObygDeJeGsilELkLM3miBzB { width:31.625rem;height:29.125rem;top:13.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1QA3aFaeikqEeQQWRMPnCT7rDKgcQXu { width:14.625rem;height:14.625rem;top:41.0625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6ggnWhopV5wGWKx1t2RvochMkDPAr3Z { width:31.6875rem;height:31.6875rem;top:31.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww { display:block; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuhWHDu3naDhNMQOeZCTbzDvLybVAGmG { width:27.375rem;height:25.317958726673rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhuCQ8CaUtPVftKDC7RhQFBGVLBxgOR3 { width:27.0625rem;height:24.6875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md4D6VbS58cqsO4DiNwLy4wibtb5J5by { width:26.75rem;height:24.0625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9sAXkozi2cVKtS8pgqZmyQ43WoW0eR2 { width:47.75rem;height:12.125rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuLttCegWdrXGXMF6t1U17wp2E2diu8C { width:47.75rem;height:3.125rem;top:1.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5apAKyHgsKnNL04Il5aXR45xuFt2CxM { width:42.25rem;height:25.3125rem;top:18.5625rem;left:4.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOc20TcmyJ263nGySRFfSc1R1s3EMwCu { width:47.75rem;height:9.6875rem;top:49.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGIJgVhTRLmeJFugsR6s7A6lluq1MMzq { width:47.75rem;height:3.3125rem;top:63.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA58U2sfTSZM1JTfnc1VoBAy9IPZuW2I { width:47.75rem;height:6.4375rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdXflI54O2o7lWmS9TDaQTmaPGPvXZaT { width:6.9375rem;height:6.9375rem;top:12.625rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVzhe3BuDzBt73zEykV7VmivHBSM5UPq { width:11.75rem;height:4.6875rem;top:8.8125rem;left:36rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC { display:block; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2b4XdIdFIiBhtKXbTgJbsFOEwzXooOz { width:47.75rem;height:2.1875rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7IRA3GZAtV5TJWaA2tPtAfbqb8rLOd8 { width:40.5rem;height:24.6875rem;top:16.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTmhLRSamPHNAOVQxhAKXPaEwPWLCnb { width:6.5625rem;height:6.5625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNXrgiDbSf1DLeAGzmSd93mMtTzShFVi { width:11.3125rem;height:6.6875rem;top:7.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvPoTQEEqIw6wKCXh4hz1Vh2Qd98I4PI { width:47.75rem;height:5.5625rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVKWTnIvCcBBKN9ZbJXOQzT6TET6eSp4 { width:47.75rem;height:3.375rem;top:46.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiSIbzKkaQTdRdu3wnFb9DUKql5enUp { width:47.75rem;height:3.375rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF { display:block; }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNJMOy6pxgAzS1CSGu4f1FsM7QOcoC03 { width:40.5625rem;height:20.25rem;top:6.375rem;left:7.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9HefHMX2zWhHDrU14t0DbGPU1TtPvZE { width:27.625rem;height:18.3125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S024f6oqmU5wilkoNc2npDSSEoM5Hv6a { width:29.125rem;height:19.75rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1lEffi79ha743LmPgE4PATXFuygFyn { width:47.75rem;height:82.0625rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glXTu0HmqN4fq64Jy9QQ2t3Hi4N6wdDk { width:47.75rem;height:3.3125rem;top:31.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we4GWovb9uIff2PJKm1HJJ7FFBVxeTKl { width:47.75rem;height:3.3125rem;top:35.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJmEAdHmquV9tbiFwmILae3qBDSy8Ts { width:15.75rem;height:3rem;top:35.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBdlRTZeta8rXclpAWec4N9vaScGpZca { width:40.5625rem;height:22.5rem;top:41.5rem;left:7.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx0Z56K0BuBMZh57DEKvAA3TdPyCmbPz { width:21.6875rem;height:22.125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2O4UhryoGFTEA39yQ24Q8bkdwvFBT04 { width:22.8125rem;height:23.125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55DL9yrkVAZgX0Ascg70AfaH9PzXAvU { width:47.75rem;height:6.5rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyeDwStnsldHADIlJAOeoIwL1TZcGBs6 { width:47.75rem;height:4.5rem;top:68.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1LMMSEh40Knyws6NTcrnPLXDKxsV8ve { width:2.4375rem;height:2.4375rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smFg6JHSI1pxOTtJpOTfV75TFbW8NcDW { width:47.75rem;height:29.25rem;top:76.5625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHyan8hVnhwS3GvlBx8xJJVpviwQHvRK { width:47.75rem;height:6.75rem;top:104.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLbsZy8PZ6Rq4Qo3qutPKWsoyBDK1Ax { width:13.375rem;height:11.0625rem;top:77.875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLx4FRChDRhTzRuffXiw0c9720K5RuJp { width:14.25rem;height:12rem;top:77.375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTnQF8mn7xnwKLr4kkgDhWX5nfPBeXGV { width:17.3125rem;height:13rem;top:88.1875rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzi0xBem0ZfEIB9aOcghmUKXR9cOmoKZ { width:18.25rem;height:14.125rem;top:87.625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfnlXtdq9JFwM53WItFEm0f5MWw4FQoF { width:47.75rem;height:6.625rem;top:115.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ6S7aoTDxIPQF2wxw1g6PdOJ0cTDm5S { width:27.8125rem;height:23.686rem;top:128.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3SUGP35QcSfdGOkQzog521OCWCypfJ9 { width:28.5625rem;height:24.5625rem;top:127.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnBtXhylhlnGZxrortKG1toyOTRQeT4l { width:40.5rem;height:22.5rem;top:128.75rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq7m1bbhcSNsadkN02QmUpOmchy9KxaI { width:23.875rem;height:3.375rem;top:119.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE { display:block; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #resfWubvAdzZhPPl9gNVVKiIyU1peR8F { width:47.75rem;height:17.9375rem;top:19.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC06WCLS8WBRSRM3H6BkCbDDnB2qAuoX { width:6.5625rem;height:6.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKOFyWqlU7OTsgx5TTayAFAZrSiLi8cb { width:16.375rem;height:6.8125rem;top:8.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm3ZtNFCH2PBRaCFOqf2tONwMWIKyS5L { width:47.75rem;height:7.25rem;top:4.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acfMqEhII4zBH9J40J4c838vBuNfXgPy { width:47.75rem;height:2.1875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDRebsdPhx2W4pRu8yRaMJlHVnPJsost { width:30.9375rem;height:37.375rem;top:20.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz { display:block; }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrX1KwbA46RDyp1FbDWluHAPu65wZgrQ { width:47.75rem;height:9.9375rem;top:1.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvUZiyJx7sm6A8crksw9ynILkQTnk9Ml { width:40.5rem;height:22.5rem;top:18.75rem;left:7.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXyGUgCmTxWldX8mfQr9NgFnCqSxtB3 { width:47.75rem;height:11.25rem;top:46.75rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSE5TXMb4lDvOb9FAPl7OaKD05krokO { width:30.5625rem;height:20.3125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCKVZxoSNx7zEizeP1RuP7iVFLNB0kWD { width:6.5625rem;height:6.5625rem;top:12.25rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8ctW4Pqf8JOLAAlwaryFQ6fKx9ctiD { width:16.375rem;height:4.5rem;top:9.3125rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5sKmiuoTZpHXTrUWHEepCZdiQ5WKbcT { width:6.5625rem;height:6.5625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT { display:block; }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5GQ0QXEo5iG2BcxJITHgBgC5piib8yR { width:47.75rem;height:6.5rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmlXdrXJETwHnqRL5z4V9UBMZpiLShwq { width:40.3125rem;height:9.625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgHU1CG1FCR4WU8lnc8pyAvMlfdeJNMo { width:36.625rem;height:6.3125rem;top:15.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiLLUpEZ2C5wopZMaTOx6ErX59r1ICBU { width:2.4375rem;height:2.4375rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es4uSfJTW3U5lWBSheQ1vAsNNXTNz0Mw { width:26.1875rem;height:29.8125rem;top:10.4375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXu0q6BiLFpsueh8bsIMDpiU0qvdAah6 { width:47.75rem;height:8rem;top:25.1875rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqG6aTSw7DndX2QRbNdUlhn3zo8gHB24 { width:47.75rem;height:88.75rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEMEaZZPT0q9rXmF5EmMFDAMXbG1qbxM { width:47.75rem;height:11.8125rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O { display:block; }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtwUmsgTsT5G9h9QmQqZJonme24VbPBw { width:47.75rem;height:3.875rem;top:9.4375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLcTz80HhGqCMUZVnzuV3IW2ySHsKL24 { width:47.75rem;height:6.9375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOitZS4lJ196N7X7Mel6PK1RGl0MWuOP { width:47.5rem;height:15.25rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz0bFiA8qffJXwbMcginZxDWbkStyeaS { width:47.75rem;height:1.9375rem;top:19.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQJ4POV5sRsnGLArNIgftr2StLJHbD9Q { width:47.75rem;height:6.5625rem;top:22.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuHco072WTeoVpEKPXpSahVVEUaezMzR { width:47.5rem;height:15.25rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgv0OOBTlpR2MLQaOr9rzU4OOBrUBMp5 { width:47.75rem;height:1.9375rem;top:37.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPTQsAT00uh0Q3etTw3x40SZ3GlwsR5 { width:47.75rem;height:8.75rem;top:41.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUF0f3NpJmbmTLV7hkhub5wPB8nuix6H { width:47.5rem;height:18.1875rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xztgWU2yMU2nA7mcpymwxxIEQB9b2Rr2 { width:47.75rem;height:1.9375rem;top:56.5rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUAbGfKsGScwGbtoWEOTyhEMlzehw38 { width:47.75rem;height:10.9375rem;top:59.6875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBD1gHCW95wIXZNUIFTS0TO6HUNq7tRu { width:47.5rem;height:18.1875rem;top:75.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxZlUbptdspM5seMmLAoN3bRyXXGJwru { width:47.75rem;height:1.9375rem;top:78rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQOzcb9fXGQI6aKXgKkhaWRFuzkRX33e { width:47.75rem;height:10.9375rem;top:81.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNPBZN8AtMUwn0qCArN2rXKxsDZKhman { width:20.3125rem;height:13.5rem;top:56.4375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFdnqXsS2Xym5azHTztv80979R7PJyum { width:16rem;height:11.9375rem;top:37.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXvHfw5DTl7x1L3tzDqtCKvQT1uZBHE { width:22.25rem;height:14.75rem;top:77.125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7BgITX2vWb0UlQCObyriyP4Qd2Nn3zZ { width:18.375rem;height:12rem;top:18.75rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N83KS49FvmOkrbW02iLJPPVtrRcXiwGm { width:18.9375rem;height:12.625rem;top:18.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yapqCvHwXUwNpUSF9IJ7hTsbrkcpsnGF { width:16.625rem;height:12.625rem;top:37.0625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srVrNRodiCiKrFLpONXVC827Rz97MyH4 { width:21.0625rem;height:14.1875rem;top:56.1875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxKLhm1Mi24inAoPElIxXJFK4LyX3CtC { width:22.875rem;height:15.3125rem;top:76.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ { display:block; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2akhH9rTZ1y6eSDeIxHpMLmm8Ibp716 { width:47.75rem;height:3.625rem;top:2.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsxsMl5NMPUg2upyEwPz19TkRwkxwRho { width:40.625rem;height:27rem;top:9.8125rem;left:6.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsJkapn0Qi7ErAwBkCD3PPDQo2tNohku { width:27.625rem;height:27.625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZt6AwsTzvAkwTowD4IHm1bN6K8m3G8W { width:29rem;height:28.875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwRZr36hya2LmsfRcH4fkSgiK782O0h { width:32.6875rem;height:24.875rem;top:46.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gi2K6zrWVyBS63opXeqMpECc4sKdDk { width:11.6875rem;height:11.6875rem;top:42.9375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlaH6M7rgZnVPSWfS9c2luaRTZCSNbqX { width:47.75rem;height:30rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WzGn2gIWX2Ob9AiPiEcdDDPvKoyXTB { width:36.375rem;height:22.4375rem;top:47.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtctInwfRF9HTZxRyZ75m7BD7TrivhHS { width:31.625rem;height:23.625rem;top:46.875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK { display:block; }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9J28fdoOiTvy5z76rGSpsRFgk8y3S0M { width:47.75rem;height:6.9375rem;top:11.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFL2mhmTH2cHTWnqFp7hNEZThMQntc3s { width:41.9375rem;height:4.5rem;top:21.8125rem;left:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsecLTA2ef9w9ENqSl4yIvHWd1sH4To { width:40.3125rem;height:11.0625rem;top:28.0625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNsmuenX6R26gqFnH58vrQQxqUTxCCox { width:38.125rem;height:8.4375rem;top:29.375rem;left:9.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrwMpsqPx3AfHDGZ9CN0Z0QRgzxZfJ4P { width:2.4375rem;height:2.4375rem;top:29.375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylCuKlkkccXdQ2rQTLKKM9ReAsWmMHqZ { width:20.3125rem;height:28.25rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvIGzlrR5ZmxH9bt5uh0Kbf0c8FBQoq3 { width:41.9375rem;height:4.5rem;top:41.8125rem;left:5.8125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpo6zSl2F0kTpllcHryqPKnccOqzFoAv { width:47.75rem;height:11.6875rem;top:52.1875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKoSuwfamZp1CitrS3eCM09FZvHWTxMI { width:18.3125rem;height:5.6875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3makiZQ0H5vZrptEz6uz6l1Jteq8nKz { width:20rem;height:5.3125rem;top:24.0625rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIoMfoGNeO7ThoAF8OlrGS2fZTqVtMQo { width:10.4375rem;height:1.6875rem;top:21.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCXMAMImF451kpZ4D0Cce7qQ9EohTqzk { width:20.0625rem;height:28.125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qynwioggaou1pKGLsNmwi9kDgdB7rG16 { display:block; }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzM47L9D9Idqv8qC4Hq8SdKD2QuNUgXU { width:47.75rem;height:8.5625rem;top:2.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2nUSLNtX80bodMZzQKqv8GOCNCCnGc { width:47.75rem;height:36.75rem;top:15.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2dEVRIIXJetwSeGs7RrDt8BWce0y5a { width:21.125rem;height:23.0625rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXLqWnW7ozHbIuTHRkB07brtrQpTSmKv { width:47.75rem;height:19.375rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSI5odByavts35qNwv2XJtR44BDKtRqv { width:47.75rem;height:13.75rem;top:58.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 { display:block; }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe0fS0sxSS8ozTHr6GuPaO6T4EZGXeLQ { width:47.75rem;height:8.9375rem;top:15.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5wXJV8gFOiOUpEaCdvMp01g0Wtwi4gG { width:16.875rem;height:16.875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yptlNc201exAF4cxgGqtbFt3ba8a6L6T { width:16.875rem;height:16.875rem;top:11.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Rk45U5qZ5mg5EA7GzV17a8ntfeb1KO { width:22.9375rem;height:19.625rem;top:29.4375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuduidH2e4eU0rIdV6UtSwVZh4rMA7iq { width:44.375rem;height:20.25rem;top:28.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9wO8gnwxBbfByIpDz2TDImZldQPT0M9 { width:22.625rem;height:19.1875rem;top:29.1875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVZ40U05GVHJwaLn6gRIdfz070dzLTOF { width:47.75rem;height:9.25rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyzMRtPXgqJQUROw5NEwDsT60XKHbk6G { width:47.75rem;height:6.75rem;top:53.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9tZC6yV3r9QoqMUrUb4IkIgt45zxbca { width:2.4375rem;height:2.4375rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTIOdkEfMrHIPfmtpfSE0I8aIDZAs65s { width:44.3125rem;height:2.25rem;top:62.8125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNfux00zN1vmB2clWhSa9c9SqeVtnZqz { width:47.75rem;height:6.9375rem;top:68.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoScemaTQs1mCnavblThDWdZa24sCxf { width:33.875rem;height:27rem;top:84.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1C6enCD1BnLAKwNf5FJyveJOhIbhCNP { width:38.5625rem;height:26.9375rem;top:84.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APyWSmoP7XsbkHAQ6kUtpMLdX2fTP2ku { width:47.75rem;height:11.25rem;top:116.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtsakD0avHKeQiQDH5wFdqO4DqT5ceHb { width:33.625rem;height:26.75rem;top:84.375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8BMhHIc2HBg0Shvxvk2BR7V9TlPHiFy { width:13.75rem;height:4.25rem;top:77.3125rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAaglNXGcbrlA9CsPrW8lxeWCJgdzOIz { width:6.5625rem;height:6.5625rem;top:80.125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt { display:block; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKeTvFBiUX7RrVnXRxTUlDTnsKkG9N6T { width:47.75rem;height:7.75rem;top:35.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAIAroZGqswlAi4GcEnX2KF7Kwqk2o14 { width:38.5625rem;height:40.4375rem;top:47.8125rem;left:9.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ebkbKGTZ7BEJHyBeSTHBxneT6rrLPr { width:26.3125rem;height:39.875rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JctIVo08psuCVqMgLWKikngvsp7EXJ9N { width:26.125rem;height:39.4375rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9uSamJiVHgvBRyhqBQ2Pd3WoSuR541X { width:47.75rem;height:6.8125rem;top:96.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsB9Jd78y0d4I56Hd3mdhr7NXdT2Tnw { width:47.75rem;height:4.4375rem;top:97.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEvuki1mZZI7Gzu36dfsL69CWpxOLkbD { width:33.75rem;height:34.375rem;top:0.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM { display:block; }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqsUttP6td1v1JwZRlbJXSNvOEbxlBm7 { width:47.75rem;height:5.5rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgD1ytsx4OczBbZH2WwgGIOQ6sgWMR0W { width:47.75rem;height:10.4375rem;top:14.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6y5mAngr9troEyRcFSPcgmMFJtBEhvw { width:22.8125rem;height:3.875rem;top:14.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn1DAJEhIr3rXNcsEqzZA9LgU5Pb7lUC { width:47.75rem;height:3.75rem;top:28rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibqcCMpNaE4pqugnVQJQJ8ezu9WoofHR { width:47.75rem;height:19.9375rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTkpLPNo45N8dhE6FJQiRiDHL4mac4O2 { width:47.75rem;height:13.125rem;top:40.625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l88GnG27aHB05CQMW5q2vMrz4OWaeAMT { width:14.5625rem;height:14.5625rem;top:46.625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVGHBWuVc1JrMVdeCLTTFTaM8uGmCiH4 { width:13.6875rem;height:13.6875rem;top:35.5rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiUF5afTEI1UgeBfvqTu75BSeOehlOS { width:13.5rem;height:13.1875rem;top:35.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogp6PeP05V6OgSynaeTDTpmk35KRMQU5 { width:14.25rem;height:14rem;top:46.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKB6Ow8POrOZmyAz9bPW7XA0vVTcCxf6 { width:47.75rem;height:22.375rem;top:63.25rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr { display:block; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zESi5HMNCuwCcFlF9UTv2ccHEfh17Z2D { width:47.75rem;height:12.1875rem;top:3.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGeTTile6NdRrvQxLF5WhuC6xQKcfvJ6 { width:47.75rem;height:145.125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE96qPIzFTmbUC0CWBvFXJiinOAmC9d6 { width:33.25rem;height:21.0625rem;top:22.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMxgHTUq4kp3lqwDG4dKDp7I9CJ05UuO { width:24.5625rem;height:38.6875rem;top:13.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqMOZPvXo81wPwetSWTHEyds8ehpQTgv { width:47.75rem;height:4.1875rem;top:47.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 { display:block; }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sROTw2PX52ctoJMZuAmXHUu6uFaBInzz { width:47.75rem;height:11.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tevf7RR9lTdV2VSGhwdEmOThiRHeT9hJ { width:47.75rem;height:11.8125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHQKsVNMwoXFp6IBRZgzlZISmxzESM5N { width:47.75rem;height:11.8125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx104c1NzxAKKS1oWUx3KpUCGd23P75R { width:15.375rem;height:10.0625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nusCv3h8Pt7i4TFLiWeo3e4aGFEuUr4p { width:15.1875rem;height:10rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myl7sGk8lXJf88JmQyfKcgfSoAPq5lLB { width:15.1875rem;height:9.875rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtMstDH7Khmkseb9f5RWLEZEOql53ROI { width:47.75rem;height:11.8125rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6kSRRQ7obQbrwMEJwNdUs4NJKLsZnJG { width:15.0625rem;height:9.8125rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IerevQpzQ52QWFkaVEBA5rUBmc3P5en8 { width:47.75rem;height:6.5625rem;top:5.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30inPWyOwMEqm68ATGbTgMpR3qkN8oB { width:47.75rem;height:6.5625rem;top:19.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K739PAO9t4KAqkwTKR7IMHVENdkFeghV { width:47.75rem;height:6.5625rem;top:34.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR8UFqpPmQf4aLy37thSqclxyObatgSA { width:47.75rem;height:4.375rem;top:49.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9udQtKQIXT8TIDpaBnfdg2Xz9ze160M { width:38.875rem;height:17.125rem;top:61.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trw0QmH9oNf0P3JSHkVT2sXuRMcpMrr6 { width:38.875rem;height:9.75rem;top:82.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alSxx3vxIH0nSraLBKg8ehJXEdJFlHfM { width:47.75rem;height:4.875rem;top:98rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXdO37gVQIekIPTFbf0MhJWEAlf0OFDR { width:26.1875rem;height:17.375rem;top:76.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWnhuw3o2QARVJ5qozyEOElIKZq8eFNi { width:21.4375rem;height:14.25rem;top:63.3125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw { display:block; }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BltJtTDmdkJyRWpzUByMIQK1s33Lmbhg { width:47.75rem;height:8.5625rem;top:4.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gihtpuIwJh837ThSykLWIXR0nK19cfrR { width:40.8125rem;height:31.8125rem;top:17.3125rem;left:6.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKvs7USIzdPIQM8y8ourcv5XFJXPklen { width:20.125rem;height:30.6875rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFulQf8UzKMI2vb5GEuTtTlyLzDk0pqf { width:47.75rem;height:4.1875rem;top:52.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrIxiVcQwgECyIoPE76GGUKZM8tK9Ab6 { width:47.75rem;height:4.1875rem;top:59.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExpUAWVuBGT2W82l1kON3sXIycoIsf3D { width:40.8125rem;height:16.75rem;top:65.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK1oxuh6TxRrcBJiqWGhI05Sq80Umx5R { width:47.75rem;height:4.1875rem;top:85.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoDPDIFB4VhnJ0IPRlqf9yTse801hTNa { width:24.625rem;height:24.625rem;top:61.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIDzXMAPE4EWBT3gWe0P87OKUURdr36h { width:47.75rem;height:3.625rem;top:92.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfZrpxcTZT1t4Go0weyscJmRJs9yZLoN { width:47.75rem;height:35.6875rem;top:97.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siVX25DFPCczXzEhFEWtEKdRFv7EXmHz { width:2.0625rem;height:2.0625rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C74tcs6IXxkQX8ru2oIAJ8NAXS5pkhse { width:2.0625rem;height:2.0625rem;top:65.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEMUT9ovtIkEFTMLUvUugQrOLPiDnXyl { width:2.0625rem;height:2.0625rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwy1Jczy6JaQ7VK5eMwSXNo2G5mE6fnF { width:2.0625rem;height:2.0625rem;top:78.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QosXIKEc1zlU03TIb2LwxXpbFWNe6QIK { width:2.0625rem;height:2.0625rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkH7TLrOOKP9y27GKz5sEQdnFtAI4ySN { width:47.75rem;height:17.375rem;top:140.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxe5Ma6oaUrXxSLyPzTEffS7CeJkTHa8 { width:45.5625rem;height:11.1875rem;top:143.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIy7Br0cR7RwwIzTJkPQtn2hkpn7Acl9 { width:19.5625rem;height:31.0625rem;top:126.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCLGLxn5b1XKT0HuTrWg2ouR2myPaaKe { width:23.0625rem;height:3.875rem;top:152.5625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leidtSSZdAz3BmdaK11WeNKTWJLvKeoh { width:20.875rem;height:5.5625rem;top:153.125rem;left:26.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvXyLnPKqZKye6bXzMakIDhDVBkV1pp7 { width:4.125rem;height:4.125rem;top:152.4375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i40z5SQtaLRXbT58PMzv6hUgvAKo8RZL { width:4.125rem;height:4.125rem;top:152.4375rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9bGT3r7itgC35CZhAZgb2z9uuwhuxiH { width:47.75rem;height:4.1875rem;top:160.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iww4SWDGfQNrkcE6wQusTGNPHUDVLJAO { width:47.75rem;height:45.625rem;top:168.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlT0srIRP2snPKc4Bl8skcfPpOtOryPz { width:47.75rem;height:8.5625rem;top:170.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtClD7ELToGV4gmCnB6UplSx6fmPdFOS { width:40.8125rem;height:18.1875rem;top:183.4375rem;left:6.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8eRINPJMoPId0B3w37wpGZeuCVfEaH7 { width:26.8125rem;height:17.6875rem;top:183.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h { display:block; }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmp6t19IEyRANNHCqdnEIGU2ohNL0BCQ { width:22.5rem;height:25.5625rem;top:2.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmmIFuqJpRHWiM6gIPGoWhxJC4c98Mn5 { width:47.75rem;height:6.8125rem;top:6.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn { display:block; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQVPsiP1B7aUAL841XLtnUM78WRKVzTD { width:47.75rem;height:7.625rem;top:3.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP1aCt5T1XWh6Ey9XaGN45mFxSKxHiWd { width:47.75rem;height:10.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pyhRAhPACcPUXp4m1D3EtPFUon4pf6 { width:47.25rem;height:71.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8LKncHDaDNNQZk25pIzTe09gXT0Bfvp { width:13.3125rem;height:5.375rem;top:45.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6iTtxmffDJTTdMTlQVdIrDDuh8dzzXL { width:6.6875rem;height:3.875rem;top:45.8125rem;left:5.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMggH6sXHQoog8gTU1h1mFgBtofG6Fhb { width:4.375rem;height:4.375rem;top:45.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViS7X05wCV8TUpTyieUQXQ20TSEooobm { width:17.875rem;height:5.375rem;top:45.0625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzrW0sea4NLTRDZLTOENKaqiVGH48Qvm { width:4.375rem;height:4.375rem;top:45.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La1wxpXrxlEDxxsp9Hp23Kh2Sy8QGT6B { width:9.8125rem;height:3.875rem;top:45.8125rem;left:18.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ql6Neoms1OtEVMLDlGR9pysUDJxEFl { width:16.125rem;height:5.375rem;top:45.0625rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItWLUeuhaS9T3TxZ1JRyNHnS9vMUJOge { width:9.8125rem;height:3.875rem;top:45.75rem;left:36.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Wao5vuCSCb4TRUzun7BdPlLPMVmtmL { width:4.375rem;height:4.375rem;top:45.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc6VSQFa1kSoHdNrQbNGMoodrme64VXq { width:7rem;height:10.0625rem;top:49.6875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oApuH3PaOvpqdxs05bJshNwE6taNiMRo { width:7rem;height:9.9375rem;top:49.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGZLRP3A7GvcUlyIGTdxgm3gGrhrTJG7 { width:21.3125rem;height:5.75rem;top:56.25rem;left:13.21875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzczFOSLE1EN9tMaqJ73qQKV3JN9gJen { width:12.5rem;height:1.9375rem;top:54.3125rem;left:17.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ60Hx6MvzMpClT9xxecXHBKM7eED3Gn { top:62rem;left:10.90625rem;width:25.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEI5Sq441ca4W2s4geAsS52yKXAdsElF { display:block; }
 }@media only screen and (max-width: 763px) { #QFAo01DHqz8XWsXET8cT19BvedcmAH0G { width:5.5rem;height:3.9375rem;top:68.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvG4gS9iE5T1KFM80IqkmMOt1EqVyt0 { width:3.75rem;height:3.75rem;top:68.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMWaWvtvc2sCxQTCn8Z7fEGoVyWl9Lf { width:5.375rem;height:2.6875rem;top:69.0625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXptFDvnXBgtfnBe59oXTArMz3oZgXeq { width:4.375rem;height:2.75rem;top:69.0625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Dp3JTI7IIyTLnAmzoDbw4L1QDCtpi2 { width:29.6875rem;height:47.4375rem;top:4.125rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8UG8l2g1XIHP2iM8pXCs7JuxqnPHbTW { width:4.3125rem;height:4.3125rem;top:45.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1GxlDsHKQ3gtzlqqJuXhx3T0ybt1J2D { width:4.3125rem;height:4.3125rem;top:45.5rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcktbOvHTrVtSsTz9NKv0IVHZlet8CZW { width:4.3125rem;height:4.3125rem;top:45.5rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffuKiLpH3R7Qd6522aHXb4NxTd1AbJgq { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRgBb9F2KaBVVd5NJFUJBL13t1mtwbaR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPGbQ1TMXmh02qX8kqW77KrsOWfH4Wpb { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf { display:block; }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPDH3If5DwS2bR3E1kgi41GBnBv3xWO7 { width:47.75rem;height:69.4375rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdw4kwmupPRCoT2DswaNBqELC3Ws0b2f { width:47.75rem;height:13rem;top:2.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QexPp8Sx0cASgrPAJTSWVe77WgRX1w0X { width:47.75rem;height:17.125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJh2NqyFm3Sx5M7snS7OQ9Teh6ffckVL { width:47.75rem;height:14.6875rem;top:22rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9TANwMtTTenArKBp4OT2RM1Csseci4k { width:47.75rem;height:18.1875rem;top:43.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATXIFZok44wlNLARTmCFfaksGhHosbyh { width:18.4375rem;height:18.4375rem;top:18.3125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTlH9S9rHBiswrQIMmdhMMBMBudkOqM { width:47.75rem;height:6.5rem;top:68.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpl33cFnaRzbu5G3TOu27DTkpNF7H6JF { width:47.75rem;height:15.875rem;top:76.5625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se { display:block; }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nu1zHshCRXgiAd69vT0QTZ5EUTnUKhzc { width:47.75rem;height:10.5rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmP5pPTTeEJb2aADRxkPknOTzWOtElNo { width:47.75rem;height:6.5625rem;top:12.375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqmVbaTMAoXoxdklfLSiaqTWDuN4n5KX { width:47.75rem;height:22.75rem;top:23.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTSMDtWcJqHBDmZv00lzBLVzv3BvWJL { width:12.9375rem;height:12.6875rem;top:8.25rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO7L5adghX8TWthlEdxnPwaea1uXndMf { width:47.75rem;height:69.4375rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT { display:block; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmwW85K7GrcpV11PJwm4WSkpZNMwqHZ7 { width:47.75rem;height:7.625rem;top:21.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVbQkXOuZgncEsuUq2qZkym8mEZFhAuE { width:47.75rem;height:10.5rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEC49aeVlrr1bdHGiMVPQlBXhyHMy2wa { width:47.25rem;height:71.875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIlFVbko2by8MkcX0mZekp1SlRi66OXw { width:13.4375rem;height:5.375rem;top:63.1875rem;left:0.24978256225586rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUpSKkzBEctTOUDi88o28OSIkCBgytUd { width:6.6875rem;height:3.875rem;top:64rem;left:5.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reDAuK1QBg3JbqvAtZJMFLtGhoZxzfdn { width:4.375rem;height:4.375rem;top:63.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdcNSEdq8NewzdK17VkQprph6oWVPo3I { width:17.875rem;height:5.375rem;top:63.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxxRSgrDS2i6rlxoB2uXE0zJWD0TT3if { width:4.375rem;height:4.375rem;top:63.75rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Cdww0hcHts75BCe1gfa0Tzue4wpTOG { width:9.8125rem;height:3.875rem;top:64rem;left:18.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBZ9L2tlTno5kDtz990xlENORuITSqbT { width:16.125rem;height:5.375rem;top:63.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZUqiMHd0iwOtnE30QZ2CV1LhZRSk2t { width:9.8125rem;height:3.875rem;top:64rem;left:36.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIJgbQdLBHJTMuHbLyanGxMJSZXmUirW { width:4.375rem;height:4.375rem;top:63.75rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW7y51GZbEabwSdD24TDpJg2IZZuixDL { width:7rem;height:10.0625rem;top:67.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoysDsfbsJJKGl80VQkJaXBuetTKmFbR { width:7rem;height:9.9375rem;top:67.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT0zd9gXM7Z4kskRvvXFTai2lPNmyed8 { width:21.3125rem;height:5.75rem;top:74.4375rem;left:13.25rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9RWU1d85CP3dvd15FRhy6t1omsHkxMe { width:12.5rem;height:1.9375rem;top:72.5625rem;left:17.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiHgC9KApMCnnGTUlRKLzRWWiEQLaT3 { top:80.1875rem;left:10.9375rem;width:25.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNpqqqPyswzEQCbFKl4EfCTQ5g4rPCf { display:block; }
 }@media only screen and (max-width: 763px) { #T5ytL3lx2exqdeQlqtxVzdTfFDecMBo3 { width:5.5rem;height:3.9375rem;top:86.6875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJQg83wcI8yPWTDwKUXrAwBKW8TiNAGC { width:3.75rem;height:3.75rem;top:86.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzfL1TyEP837hNahbsqpl7PBzT2QA3lo { width:5.375rem;height:2.6875rem;top:87.3125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq5PVkmKxNhIXk2nTr6e90AAgcQb49Ek { width:4.375rem;height:2.75rem;top:87.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #et9E3wTlkqZpTCZP7pIfbJTLA6b7MoOI { width:29.6875rem;height:47.4375rem;top:22.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPpTi85rK3v7dEgCPDC3ZB841gUSwhZT { width:47.75rem;height:9.75rem;top:4rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S803ldEl5JtVAoGZ33hEb6ADITZbFKbm { width:47.75rem;height:1.8125rem;top:15.5625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6hFWCIWGuQ4bd5KmCUf9ftrDT2WHIbo { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTO5DixeSVems3Tg7JX8KPpHlmB6TcmT { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lS9ppFdPcR1OASBd5NxuP2KtmOBxr2Wa { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxHeSo376MTTGTkEwNqieU1pbJTsuwJa { display:block; }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsIi22vu65QfkpIpKNiv1EKJ7kJu4AD4 { width:47.75rem;height:10.5rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwVSTNq1vURv2lW25PMBHl2n5prp0KJp { width:47.75rem;height:8.75rem;top:30.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNdHTShU2TITmu6vWkDQZuimDvGp7Bx0 { width:9.125rem;height:9.125rem;top:30.125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbr1SaEKKmVJSXkp3QVgbKUpDlonl6LT { width:47.75rem;height:13.625rem;top:12.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRwEXG3DqTcaXEBzFBf5nw6NmRiVw6XW { width:47.75rem;height:4.0625rem;top:4.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAmRnfNCmMCTZf1p0LFdMOTdliJXCqP6 { width:29.4375rem;height:19.5rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StH5JbtcdCAt2RzKrRFOeapSvW6mphxx { width:36.75rem;height:20.5rem;top:44.0625rem;left:9.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ3hTkTTQZtlraiHSRZ8k95vSAOsuG5F { width:47.75rem;height:2.625rem;top:66.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 { display:block; }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZerBgLtLkmDqrKvmtI0cdpTTUJoZ6CXQ { width:47.75rem;height:8.4375rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEw2FCRm8XyJJdMLS3hKpllwGA06PxhS { width:47.75rem;height:6.125rem;top:4.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqhGKuBNJT2iEf0BO9BcZ6GsFndSUP3n { width:47.75rem;height:4.0625rem;top:13.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4car31Zigpt0EUhWIvyWe4DiPlrIcho { width:47.75rem;height:23.9375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSlel8z7mZknTO6i6q4eQrJuIocl1rKS { width:47.75rem;height:5.8125rem;top:21.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuorhiksOaeHgDMkSKSpd4LqoaXQhzLB { width:45.0625rem;height:12.625rem;top:31.5625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvK9tTVmcFVQfMNcIPfJBz6xyhDib6K7 { width:47.75rem;height:25.875rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmMrVKQd5F8Air14JOkuFoMBfyZFLaoe { width:45.0625rem;height:14.75rem;top:64.4375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkf1MCoBd45Lx3fC9ddnWe9QySo9ns5 { width:47.75rem;height:8.4375rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyXSn2qJqPQQVXdnVAGqgIm2dTbvRrAM { width:47.75rem;height:5.875rem;top:53.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKXZQobcoCaRlIwsTWVqrXIuBzrqcwn0 { width:47.75rem;height:27.125rem;top:92.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emf9DZF8rI69ptM8Zo32fCRlTnutZ9Zx { width:45.125rem;height:21.0625rem;top:97.625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Sxxf2rtBxpC0ULIeJxFReNIHx4fsTH { width:47.75rem;height:8.4375rem;top:87.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuQiqIN4chpepg2VoMZzPn0fbsckKz2 { width:47.75rem;height:5.8125rem;top:88.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpWtGfSPryT2OV6lviTaHD35oTiU8cm { width:13.625rem;height:19.3125rem;top:62.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbuSKTDlxy5mvUv756IJn4FIyyFSr3x { width:18.875rem;height:22.8125rem;top:60.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLfPM5K556QkesnOpheU0XHRTKQLTlCL { width:19.0625rem;height:22.8125rem;top:95.8125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SynzW73ZM5BcgisopXKX4oGGreowhQ6l { width:13.375rem;height:19rem;top:97.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVQpBpHRVu6LI6K8LEUJkKvaC93nwUVE { width:12.8125rem;height:16.978568437788rem;top:30.5625rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JthJgwUdV4xiXogpWpLT8HCHILBoVFfJ { width:21rem;height:21rem;top:28.5625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD { display:block; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1Q32rVq36Th3IeTlCSU8ZiqnSg6b0lL { width:47.75rem;height:7.625rem;top:11.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk6BmwXWTi0GQhTSoKqkRfyLF1WIfgfF { width:47.75rem;height:10.5rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVmiGVBRIQs5V8LkLepR0vGskySmpFQq { width:47.25rem;height:71.875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7KVZgRzI6MWgr5h6R8ReoLZJATOBksR { width:13.3125rem;height:5.375rem;top:53.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdoU7xk8OyC8QvAKUeIAhW27FC2TNf91 { width:6.6875rem;height:3.875rem;top:54.125rem;left:5.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUyElpnGq9IkMV81BihW10bfMHUQaqhZ { width:4.375rem;height:4.375rem;top:53.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzZ8FM6QN5onLQP2XTTInKtTIA2m8N6f { width:17.875rem;height:5.375rem;top:53.375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpcOa0H8FXM1K4Pqb7HB7gzih9ZJxB74 { width:4.375rem;height:4.375rem;top:53.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ551cmPxMwHvJluwAksTLwXGpUl4JCO { width:9.8125rem;height:3.875rem;top:54.125rem;left:18.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzHXpATTQKI5VpNXvwWc7ObQquG5BTdQ { width:16.125rem;height:5.375rem;top:53.375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn4LhUnqbQ9q9xwTgCFAxAxNdMvUHEOV { width:9.8125rem;height:3.875rem;top:54.125rem;left:36.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQvHGILvD0zVerI4PeZ0fOokbmcHS6HA { width:4.375rem;height:4.375rem;top:53.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDnDSTPdSSL6c1txgdCB1ocwG2XHekac { width:7rem;height:10.0625rem;top:58rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9hIFrwOitIOTm2JwGaChFJOUF1nzUF5 { width:7rem;height:9.9375rem;top:58rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxrEqnnzpCTpyZWoW8ylPAOwQOqMdn40 { width:21.3125rem;height:5.75rem;top:64.5625rem;left:13.25rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbEHuKSL5TNc553WPmIrCHwzFzHrOAgs { width:12.5rem;height:1.9375rem;top:62.6875rem;left:17.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxQNJRthaq0HtSox4Wx21CUCLVwtpm5p { top:70.3125rem;left:10.9375rem;width:25.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ZlFCgoZffmTn5cGg5DMW4TeCv42Fym { display:block; }
 }@media only screen and (max-width: 763px) { #X2VdAzLiTzsNChTfCzLs9gx8UPUVTehN { width:5.5rem;height:3.9375rem;top:76.8125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxpaMHmmE8EMeWCIqbstwziat43BV5ZF { width:3.75rem;height:3.75rem;top:76.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3NhtH7qIW8f75Pp7pQCONfQCFzphU4T { width:5.375rem;height:2.6875rem;top:77.4375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE45Vyr8uq5VB51TBQtJQGsEUv8kCTKk { width:4.375rem;height:2.75rem;top:77.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfZcsgQ7ovPVMuiyWsboLooAa9Zn2XWT { width:29.6875rem;height:47.4375rem;top:12.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXPpMQX311ucDfie9pTQuQTdlAkWgJD9 { width:47.75rem;height:1.8125rem;top:5.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppaRU8rflL9FGB6L20snx8NepV1WR0ZA { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0xxJzEBnt3bDHf2FSfTFXaUHZy5caUf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGBPVLznk4zBAWKpPZSKceBwpemcDrou { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE { display:block; }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xhi54H4zeKR30R5nWm6UlvqLXPR4LVNF { width:43.875rem;height:23.625rem;top:13.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyVCSXOrmxx7bdnaEbyfERWrxygeFMt { width:47.75rem;height:7.25rem;top:2.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmloMCvLnmnda1fnLcF4toqZbDSUQKqI { width:26rem;height:26rem;top:12.25rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSzOscmLqFJ8579Rd2Ec5O1BXUIs7FLN { width:47.75rem;height:7.5625rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqCIBT3eNAeUGElOHsxt9DQcZPIZNv1Z { width:47.75rem;height:4.5rem;top:47.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 { display:block; }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulnF4TCTJdV39I7zXznNKTpc0yBcf3qf { width:17.625rem;height:26.4375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4VXA6fXT0nTfX05p7PxoO9tw5NcSSG9 { width:38.125rem;height:18.1875rem;top:7.875rem;left:9.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVN71f24T65Av0HkJMifCgFswyAmqx70 { width:47.75rem;height:11.75rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myyg6Dczmvh7a30BcHRKp5f1E6xRKSJl { width:47.75rem;height:6.8125rem;top:31.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtLEQdbDGC8FVETERp0lqsmFMTZz7fmF { width:11rem;height:11rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KukhL9CWk2TgClcNTR2uAFA4tVK0zbZk { width:47.75rem;height:25.8125rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cosNpFIbITJGfgdE72eAE3Vhe2kgskZC { width:2.8125rem;height:2.8125rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzm3rLk2GiCoaUq11TTOHN4uBMqzUAdB { width:47.75rem;height:22.75rem;top:47.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCbftTTBfiuTi7BT0uxsUsaUC2hU9wbU { width:9.6875rem;height:9.6875rem;top:54.375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO8GKEg1OWuBTlOHXyxghEnGnCzW7vG3 { width:20.625rem;height:19.436875rem;top:78rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkre1ep4oSDMtC4TJ4JumAGBubBhTnJL { width:44.4375rem;height:13.625rem;top:80.875rem;left:3.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B { display:block; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuMl8qb2rBcBFuvmaJf37rzzPt7TPcVm { width:47.75rem;height:7.625rem;top:16.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdwo97N6ipZOl1PbHwfR00edKurGTkQo { width:47.75rem;height:10.5rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ8iKEy5hOFplCNEkG39hw3sfSTCcSa2 { width:47.25rem;height:71.8125rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxDPFvfaCOQV2EHC6uc3DQvq2noC1Upf { width:13.3125rem;height:5.3125rem;top:57.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vgGwdSNxh3l16GyVKnxXOhG6ZFtesG { width:6.625rem;height:3.875rem;top:58.6875rem;left:5.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrIvDZrUtU6rqc2APimxKZJ5pyKyvUGE { width:4.3125rem;height:4.3125rem;top:58.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fusunsKfKdpJBWpdqwCl6219RVAABG7n { width:17.8125rem;height:5.3125rem;top:57.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBAbRgU3lxTtM8lTA5F0vPpzKioKkhqp { width:4.3125rem;height:4.3125rem;top:58.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPTRF3o0ATT9VG7FIHdeO8CKmiylMdaJ { width:9.75rem;height:3.875rem;top:58.6875rem;left:18.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvdp8CeiPPWLxcZuDDRu2nDA2N2ClMB { width:16.125rem;height:5.3125rem;top:57.9375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elgq1gHTAn2ERyIQcgc5RTbEZKG6XwKQ { width:9.75rem;height:3.875rem;top:58.6875rem;left:36.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9WudWnVwyE350IyLtLOET6GRPxJ70PD { width:4.3125rem;height:4.3125rem;top:58.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzyuUWaHJ4sD3FTawD8p1FVTJ9cbrTBh { width:6.9375rem;height:9.973585512216rem;top:62.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv7HeMZIruPuKHLtXtr1dGJinceLtWNR { width:6.9375rem;height:9.8501794899271rem;top:62.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8b5pBJe22QSTHM67VLWvmio7gcxqQIP { width:21.25rem;height:5.75rem;top:69.125rem;left:13.25rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEAUIwzw40VGNQwqPyVPMTsVBr5bUQiQ { width:12.4375rem;height:1.9375rem;top:67.25rem;left:17.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyhupq2w8d2orTXE0LoilBCkyhbeUoet { top:74.875rem;left:10.9375rem;width:25.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAFficNA1wBIhktT3p13FDv4Qhia8pQb { display:block; }
 }@media only screen and (max-width: 763px) { #xWKdxrDznxcLd3uEQkmrs6msDzJ61RrN { width:5.4375rem;height:3.8934458835885rem;top:81.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfb636KXvKiaoqyLLoXzmdqHduGKWSSQ { width:3.75rem;height:3.75rem;top:81.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF016d3Ww5al8ZgxIkakhmImfDhxcddn { width:5.3125rem;height:2.6555271873496rem;top:82rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFXpzWXDkHJ0OpVz28WqzaLielFVGlsn { width:4.3125rem;height:2.7108378795846rem;top:81.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8UwVFcwGb975UcCE4Tk8igulaXW7vU { width:29.625rem;height:47.339226163408rem;top:17rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moexDUMfnzoitOR3yL50iHptfvTUC1gy { width:47.75rem;height:1.8125rem;top:10.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opHNteFyzWVJ9abdMTwaI5HeO1d6wE4Z { width:47.75rem;height:5.3125rem;top:3.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR7HLN7TBTGrlW4dLw5XItJSiUu5oCD4 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbspUoWThnrt1xqwL5krB2UmFOxibyrI { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvxHmMcFB9SXbsLVDn8uQAZkfQzc20it { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD { display:block; }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icdWDo2VdEAP5PESTZ0icyXmtu2TDTec { width:47.75rem;height:8.75rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:7.20832824707rem; }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #BdTwsxTI4KCzh2TDoFvgiwGNTiJINaWl {  }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #nCodLscqa7uiDfgkcdExhyLHkud2f2LE {  }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #ophrX7uw60675ublV8OP6dq7zbKZ0MOG {  }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #e7insJLLgJBNErpHbJOr3XFnQHbnTepV {  }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #kwDi0M1va7qBDiFV3CyeDTrTZTo89gsV {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:7.20832824707rem; }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #ZXHbUxIPkhDXV6SAbT9WfwNiEoWgzFZw {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #TsDQBThLfseWUnbnl7i50qo0e70TNqv3 {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #cvmUwCCV6evSGaoXInkn2e6xQhHaJk6l {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #qAQ7o7r1SzDSl4gc6a1x84gNTgrBA2zN {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #rM0d7hQNaT6B7EZwzroG78xhcL90G6T6 {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:7.20832824707rem; }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #JtuG7oN0sVLoCUWNcnB6gtnERe1fXaEx {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #O5WBH7irUFVrdPkFhiHVnS8ZTCMdHsqd {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #OqCOQHHMBdZb8DLErdN1pCfzRsSEUDhM {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #LDTzNoTcQy06aLEXXavbQSwP4oKloFF4 {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #p38J4xSa0XoSShCe123A5iEDIGyPB9Ff {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:7.20832824707rem; }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #PPKAJ6Miike3JW5lb16B5DdVzpCkvwbT {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #VEAR5eEQ8bZPyypWFdaKpBHDSall5yA2 {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #SzwPaA3MqDG747rsGy5TVD2P3LSSWACe {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #riKhMS4yALvOltGUp4hXWf7SmJPMvhJZ {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #LDLTSDR7LefMF9BuzzLbab2B0niXANrN {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:7.20832824707rem; }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #Glfl1aC99d0VqlOGLggt2NlGskWHrwyw {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #fOiNlAPcnPHEWOcffPgwaZwVZgm0eMfO {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #coRTpVumT4m6qOby3JSmST09CDdbuW71 {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #FrGEeAn7TWeVZCcvV7dMWcTMNMTv25dI {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #WoZVSK3i2iooArTSC5ayLQnzWI0dvdA8 {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:7.20832824707rem; }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #TJFPWOVXqc4QuG8pGka41UvT7lwzw6Mw {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #UNye2GH8TuoPSvU5DxFTx0RUTUxwy4uZ {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #itX8OQk4Eca3b2uDsTXHnZXOnfcbKlpf {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #xTEQNEKJA31XCJ4GebQms8mtVOHKdWHu {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #NNvQv4Fyz033ysITTD7T0L6vlcMApt4a {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:7.20832824707rem; }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #rJAwByOOffFF97pKyf08qzEFEOsdOzw7 {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #e3s1xtESENohMNMBtSWJJphwVZrW1Hx7 {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #zWfw5HZXNQmAMJHds5DcOkyB8HEfb2Cu {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #tPJJNHA4lTLPxHxMVT3alrhVOeUqvcfn {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #OrWIEThUTgiyPTJclpTgZI1ID8D1z4d8 {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE { display:flex;height:auto;width:27.8125rem;top:15.875rem;left:7.20832824707rem; }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #rksQFs5ZTL0Zwrn8sQHNTfsMChucB9pT {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #NTt4bb3bK9JGVhzH8KmPob8x7ykvko4T {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #NaQ0Dz3U0UTKcnqC9Z8PosU5JvE35bul {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #BRFeNwPk2srRfVoPB9gB8rICIXopk6ZA {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #FQbanI4pVDK2fpxRnELVnEaaJn9KWD9M {  }
 }@media only screen and (max-width: 763px) { #Rv7wOamNt049wnQTnX7tP9Q43yeytRfD { display:block; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCtJ7KS8myTQNqr1AZePat8hfVSEO60o { width:47.75rem;height:7.625rem;top:26.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5i9UJpAGb4Lt4UwDmaU6TnxiUUDHGhp { width:47.75rem;height:10.4375rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCFtrpZOatsJTIqxPTfFEgX2mWT1nzo { width:47.25rem;height:71.875rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDogHyNJ6IQLRUBTiEccyROIVq1WPAvL { width:13.25rem;height:5.3125rem;top:67.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRWvBIoXBgBaT5ML3lu8WrK1hvhysabs { width:6.625rem;height:3.875rem;top:68.6875rem;left:5.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSdC8DHpb0Jsg99STRLADqMlrGbkIaSx { width:4.375rem;height:4.375rem;top:68.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2WnmDUuke7UDP7sHtCi9e8Ts1HcLgc7 { width:17.8125rem;height:5.3125rem;top:67.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP9op22tAUfkmogSRtLNVTq0p5w479vk { width:4.375rem;height:4.375rem;top:68.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SATBLn8a8ZzaV4h5Py8cSvcJbe4hcNSz { width:9.75rem;height:3.875rem;top:68.6875rem;left:18.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrh0KTobJrFUZP7uh7Z9flfA5UCeRqXZ { width:16.0625rem;height:5.3125rem;top:67.9375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EikSmIRJTAGwDVqRbTa1NxRBBARHAexV { width:9.75rem;height:3.875rem;top:68.6875rem;left:36.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasfftFaGobTNLd3lQh5yWmTqxm8BSbv { width:4.375rem;height:4.375rem;top:68.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8WkwIygdHnQeaXTB8nqH6eXeNabiH4a { width:6.9375rem;height:9.9731208479177rem;top:72.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag80Pl1hMa5PB6z0RKaTh9tIJaz8JTZn { width:6.9375rem;height:9.8484847131938rem;top:72.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy5z1sx2UZB9Ui1He772S1hH5AvG4gel { width:21.25rem;height:5.75rem;top:79.125rem;left:13.25rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klqgZVafQsEqzCuXU4FtS9dok2r4vUX0 { width:12.5rem;height:1.9375rem;top:77.25rem;left:17.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B56H7VTZ135tD2XAGoGQ0JKBOT66ntSf { top:84.875rem;left:10.9375rem;width:25.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWUgJuXM6TZ7sv5PBQlVKnEBpxhHFOUn { display:block; }
 }@media only screen and (max-width: 763px) { #xFQTqeaxcTkamo3prXTJbJphmTRlSVRX { width:5.4375rem;height:3.8925502737296rem;top:91.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BElhusVQpNipB8dZAouFkdbvlNgqPgic { width:3.75rem;height:3.75rem;top:91.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCJEBtukKwmPKKsDT8JTaqaRMWEfWQ5n { width:5.3125rem;height:2.6556476834415rem;top:92rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAyW8r0Cx9zIrJETKAT0Ce1UEnKfVEl { width:4.375rem;height:2.749025rem;top:91.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Q7Gef10931V8iETHyiRE7uKbp2cdpJ { width:29.6875rem;height:47.4365rem;top:27rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX4kNTWe34TM61Zzkaez6vNreHEV0uRU { width:47.75rem;height:1.8125rem;top:20.6875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMwgJqEOL8rR0KnppxZsEImIOzsQQrXF { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXXcJ3ByT1mgb2Bdd2iAbaSwxxcSBo7r { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZ2pfJgX33D8EfATiBpNbtWh2eA1EPsT { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H37T5caIoBRtcZpBBofqp5Z2K8ZAodkI { width:47.75rem;height:16.875rem;top:1.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu { display:block; }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q80ydD84SEpCUiXIX4yPHX2m4msoI3Nd { width:46rem;height:6.3659198471625rem;top:6.8125rem;left:0.843994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTPQggpnabQNRLxWweeAbTHoWPPn7K9 { width:25.625rem;height:3.875rem;top:3.125rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfisO49VJiVzn5Bniew2LK8Z1kS1bwNk { width:28.125rem;height:116.3125rem;top:16.0625rem;left:0rem;font-size:0.3125rem;display:block; }#MfisO49VJiVzn5Bniew2LK8Z1kS1bwNk li:before{  }
 }@media only screen and (max-width: 763px) { #lB4cNO7IWPTdgnmFdMAq8yw5mql59D6m { width:28.125rem;height:118.1875rem;top:16.0625rem;left:19.625rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD9xtkF2cKvEV6T3ZdWhCWUTvP7hxFQo { width:47.75rem;height:4.875rem;top:140.3125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVGeQqS8Qsnw0uO76vCZqQXx22HA6R9p { width:10.625rem;height:1.25rem;top:138.125rem;left:14.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbLx0OZy8NfZMszHN9tf5vbl7ppsRSHt { width:47.75rem;height:11.3125rem;top:145.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAfQ9m3wGp1UpHdENfa3adATiJKpZPmu { width:10.9375rem;height:1.25rem;top:138.125rem;left:25.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-secondary-4),0.48);background-image:url("https://images.assets-landingi.com/uc/540cb82d-adef-4ea7-af98-a1c8e73fbfc8/ChatGPTImage13lis202518_22_02.png");background-position:top right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.1875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwLQJQtDgmiJg9vlqmH0MmZMuxE6McZS { width:10.1875rem;height:1rem;top:2.599609375rem;left:4.90625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ibe5GXbFJlhusT1UT451TzhIRAlCSr7b { width:19.99825rem;height:1.3rem;top:0.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6cSaeTrINLaQzC17sEQP6gFI7m1rfov { width:16.749125rem;height:1.78819375rem;top:1.75rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #bt7bwd9yNVd86hdT59mJR2D6UvJo4wLC { width:16.75rem;height:1rem;top:1.685546875rem;left:1.6232638955116rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #mQxWQT8gfF8yTJcATVgHMEHaw6mu8oTD { width:15.3125rem;height:3.65478125rem;top:4.765625rem;left:4.8116319775581rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQk8XSGOmm28B3IAS4xhluWbcyFHJBs6 { width:3.8125rem;height:3.75rem;top:4.607421875rem;left:0.375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #geLHoVNKDGFwDFMnUIPeAI6SItwfZwPQ { width:19.9375rem;height:6.9375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edcFWTpLd8vnHzZfTNGfSNfBHJqEBcm8 { width:17.75rem;height:5.4003925rem;top:10.625rem;left:2rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwD7mIEg2MIDESSzwJhyngfwv948zgAV { display:flex;width:0.9375rem;height:0.9375rem;top:10.75rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #JFpidvJbx7aW0mvAwOIoyX5yaitfyQJR { display:flex;width:0.9375rem;height:0.9375rem;top:12.875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #LlSAiCM7bT2GTrP0ovitWsisr9HaVttC { display:flex;width:0.9375rem;height:0.9375rem;top:14.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ { display:block; }#c4TDQnEoVMOMVHf1zH5rGWmKmTSOT0qJ > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIoDaLWJ94yP88WkAiI0oNk5k8hgJ4ls { width:20rem;height:4.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLOrOuocKlraGutn38eJyPoex2cr2Eu8 { width:11.875rem;height:9.25rem;top:9.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX43Zlux7pZGfCMwQhDzI063mbKZUaIt { width:3.5625rem;height:3.5625rem;top:0.59375rem;left:1.5657553672791rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiKtTtWkhmzQHcpE2cOJW6lSb3IpksDb { width:3.5625rem;height:3.5625rem;top:0.59375rem;left:14.513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFtvBlNhxeUclQC3Sym6PosWPKrSo0c { width:3.75rem;height:3.75rem;top:0.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH9tkuuZNxENyqiq6MhogV0hCi6dzNeA { width:19.9989375rem;height:3.0869125rem;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oo2JSQNmdIBrhKSs9RQAIarE9Hn1hp7Z { width:9.5625rem;height:10.2235125rem;top:9.5rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tb66lSqUMQDnnGAfNl9oETwxZHeoXM5Q { width:20rem;height:33.625rem;top:21.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6zcJMfpLAvWHeM6y7h8VDs1OuEnWGgq { width:19.9978125rem;height:3.167325rem;top:22.5234375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVgStk1VDxHXTMUcEB1QmvKHpqpcVDF4 { width:13.5rem;height:28.32360625rem;top:25.6884765625rem;left:1.3125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lV3D0pTilIy309dHc4Izw8Q0vMloVDIa { display:flex;width:0.99964375rem;height:0.99964375rem;top:27.1875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #hlvagyvLUbRH12As260yd2iVcaOU94wT { display:flex;width:1rem;height:1rem;top:28.5625rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #DFpMs6w88QSnF1AeBG3sqKl2t0S7Kwss { display:flex;width:1rem;height:1rem;top:29.9375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #S3DxLfOTZcQTnmyUIE1O4q9g8qe4qZ4h { display:flex;width:1.0625rem;height:1.0625rem;top:39.33203125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #sIqTOIuOMcLSJxyhVp4vbTwLRkQUvtlO { display:flex;width:1.0625rem;height:1.0625rem;top:42.01953125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #TLrpMovaToK9I0HZQ39QOXn9oe2unzbz { display:flex;width:1.0625rem;height:1.0625rem;top:43.375rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #Mcpty4D82LQth8ANtACe0nI1LnXWxLE9 { width:9.875rem;height:14.9375rem;top:25.51953125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5wzedbxOlCLNTeFSWS6VgvkxTIRVBJv { width:20rem;height:3.246525rem;top:17.625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yCfCcvQi20UCSh6aEJl4lxG02G2WBElf { display:block; }#yCfCcvQi20UCSh6aEJl4lxG02G2WBElf > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBo1BT31v6SgG4tZ1GidMgWH7Gtrbqyk { width:19.9980625rem;height:3.16731875rem;top:1.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhkpModlw3qnc6IyFmdbxFJFzZSOCsWI { width:6.375rem;height:6rem;top:5.9107141494751rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2yVStBiASrITRByW1NGkmgzQ2R9Fed { width:7rem;height:7.8125rem;top:5.6607141494751rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmQhv2LF8o3Fb7ddTNISK4E2JeVd8ClJ { width:6.25rem;height:1.1349825rem;top:12.0625rem;left:1.59375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVqoeB0MvATtdRFsDNLwQRwaf6n7K5J4 { width:11.5625rem;height:7.1527875rem;top:6.37265586853rem;left:8.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQTb6lVRCXm6miV9Nvsb82kSmDL8ClAb { width:9.5625rem;height:0.125rem;top:7.447265625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM { display:block; }#bi2SCtLfJ273mV6wk59TqIPVCGhWrWTM > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmqHrauPqkkBoxMLJtbIagyi1TyOIznr { width:19.9980625rem;height:3.2487rem;top:0.74928951263425rem;left:0.0026633143424987rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHCu7Hu8XyCkWtgoWv8yuu5S1z9TJykB { width:9.375rem;height:14.30558125rem;top:5.2290477752686rem;left:0.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zk4ySaCzPcsNw1ubZ0cxv49RFGEhuWTE { width:20rem;height:4.25rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTXegagfmUeMvTgVLPUG6FH3FeW6px6l { width:19.2498125rem;height:5.24846875rem;top:19.6875rem;left:0.75rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAe6ivQp1ObygDeJeGsilELkLM3miBzB { width:15.8123125rem;height:14.5623125rem;top:5.0905542373658rem;left:3.3735793828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1QA3aFaeikqEeQQWRMPnCT7rDKgcQXu { width:4.0625rem;height:4.0625rem;top:19.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6ggnWhopV5wGWKx1t2RvochMkDPAr3Z { display:flex;width:6.5rem;height:10.5625rem;top:16.0625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww { display:block; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row .container > .video-iframe-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem; }#IS1WEOW0ghgOGSXkLbDEQXWgc3T92Sww > .row .container { width:20rem;height:25.8125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuhWHDu3naDhNMQOeZCTbzDvLybVAGmG { width:9.75rem;height:8.9375rem;top:9.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bhuCQ8CaUtPVftKDC7RhQFBGVLBxgOR3 { width:8.5rem;height:8.875rem;top:8.75rem;left:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md4D6VbS58cqsO4DiNwLy4wibtb5J5by { width:8.5rem;height:8.875rem;top:8.5rem;left:0.25rem;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);z-index:15000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9sAXkozi2cVKtS8pgqZmyQ43WoW0eR2 { width:19.9986875rem;height:4.62890625rem;top:1.248046875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuLttCegWdrXGXMF6t1U17wp2E2diu8C { width:19.9986875rem;height:1.21875rem;top:1.248046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5apAKyHgsKnNL04Il5aXR45xuFt2CxM { width:10.375rem;height:10.1171875rem;top:8.1041669845581rem;left:9.375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOc20TcmyJ263nGySRFfSc1R1s3EMwCu { width:19.6875rem;height:2.92100625rem;top:19.375000715256rem;left:0.15625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGIJgVhTRLmeJFugsR6s7A6lluq1MMzq { width:19.9965625rem;height:1.05625rem;top:23.957677841186rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eA58U2sfTSZM1JTfnc1VoBAy9IPZuW2I { width:20rem;height:2.75rem;top:23.112504005432rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdXflI54O2o7lWmS9TDaQTmaPGPvXZaT { display:flex;width:2.75rem;height:2.75rem;top:6.0416669845581rem;left:15.20703125rem; }
 }@media only screen and (max-width: 763px) { #gVzhe3BuDzBt73zEykV7VmivHBSM5UPq { width:3.81171875rem;height:1.6232625rem;top:4.9830732345581rem;left:16.188152313233rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/c434cf0b-6e52-4b64-a56f-e2a635381185/ChatGPTImage17lis202509_36_48.preview.mirror.png");background-position:center !important;background-repeat:repeat-y !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; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC.adaptive-delivery-prevent-bg, #h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC.lazyload, #h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC.lazyloading { background-image: none; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container { background-color: transparent; background-image: none; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container > .video-iframe-container { display: none; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row > .video-iframe-container { display: none; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .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); }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container { border-width: 0; border-radius: 0; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7kFPiuIRmbxo5avFIo2NxrxW5cpQaBC > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2b4XdIdFIiBhtKXbTgJbsFOEwzXooOz { width:20rem;height:1.54394375rem;top:0.93749117851256rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7IRA3GZAtV5TJWaA2tPtAfbqb8rLOd8 { width:14.9375rem;height:16.862rem;top:8.4375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;text-shadow:0.625rem 0.4375rem 0.75rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #MZTmhLRSamPHNAOVQxhAKXPaEwPWLCnb { display:flex;width:2.9375rem;height:2.9375rem;top:6.1750011444092rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #SNXrgiDbSf1DLeAGzmSd93mMtTzShFVi { width:4.5rem;height:2.4370625rem;top:4.5rem;left:10.487500190735rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvPoTQEEqIw6wKCXh4hz1Vh2Qd98I4PI { width:20rem;height:4.3125rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVKWTnIvCcBBKN9ZbJXOQzT6TET6eSp4 { width:20rem;height:3.246525rem;top:28.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxiSIbzKkaQTdRdu3wnFb9DUKql5enUp { width:20rem;height:2.6rem;top:2.48046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF { display:block; }#zmKrr0EoF7lqxswIV87nGIfdUUdEw1lF > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNJMOy6pxgAzS1CSGu4f1FsM7QOcoC03 { width:9.75rem;height:6.55381875rem;top:1.75rem;left:9.875rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9HefHMX2zWhHDrU14t0DbGPU1TtPvZE { width:8.875rem;height:5.875rem;top:2.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S024f6oqmU5wilkoNc2npDSSEoM5Hv6a { width:9.375rem;height:6.3125rem;top:1.875rem;left:0.375rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1lEffi79ha743LmPgE4PATXFuygFyn { width:20rem;height:39.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glXTu0HmqN4fq64Jy9QQ2t3Hi4N6wdDk { width:20rem;height:3.57421875rem;top:11.521484375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #we4GWovb9uIff2PJKm1HJJ7FFBVxeTKl { width:20rem;height:1.625rem;top:15.095703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaJmEAdHmquV9tbiFwmILae3qBDSy8Ts { width:7.125rem;height:1.625rem;top:15.158203125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBdlRTZeta8rXclpAWec4N9vaScGpZca { width:10rem;height:8.99739375rem;top:17.925018310547rem;left:9.5625rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gx0Z56K0BuBMZh57DEKvAA3TdPyCmbPz { width:7.6875rem;height:7.875rem;top:18.486979961395rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2O4UhryoGFTEA39yQ24Q8bkdwvFBT04 { width:8.4375rem;height:8.625rem;top:18.111979961395rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C55DL9yrkVAZgX0Ascg70AfaH9PzXAvU { width:20rem;height:3.5rem;top:27.729935646057rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyeDwStnsldHADIlJAOeoIwL1TZcGBs6 { width:18.6875rem;height:2.43489375rem;top:28.201349258423rem;left:1.375rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #L1LMMSEh40Knyws6NTcrnPLXDKxsV8ve { display:flex;width:1rem;height:1rem;top:28.201171875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #smFg6JHSI1pxOTtJpOTfV75TFbW8NcDW { width:10.5rem;height:15.1757875rem;top:32.425000190735rem;left:0.625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHyan8hVnhwS3GvlBx8xJJVpviwQHvRK { width:20rem;height:2.8125rem;top:46.872831344604rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODLbsZy8PZ6Rq4Qo3qutPKWsoyBDK1Ax { width:6.375rem;height:5.25rem;top:35.25rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLx4FRChDRhTzRuffXiw0c9720K5RuJp { width:6.8125rem;height:5.6875rem;top:35.0625rem;left:11.8125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTnQF8mn7xnwKLr4kkgDhWX5nfPBeXGV { width:6.375rem;height:4.75rem;top:40.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzi0xBem0ZfEIB9aOcghmUKXR9cOmoKZ { width:6.8125rem;height:5.25rem;top:39.8125rem;left:12.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfnlXtdq9JFwM53WItFEm0f5MWw4FQoF { width:20rem;height:1.949225rem;top:52rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQ6S7aoTDxIPQF2wxw1g6PdOJ0cTDm5S { width:9.437125rem;height:7.9998125rem;top:57.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3SUGP35QcSfdGOkQzog521OCWCypfJ9 { width:10rem;height:8.5rem;top:56.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnBtXhylhlnGZxrortKG1toyOTRQeT4l { width:8.5625rem;height:11.996525rem;top:55.171339035034rem;left:10.875355124474rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq7m1bbhcSNsadkN02QmUpOmchy9KxaI { width:7.0625rem;height:1rem;top:53rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/231b2a5b-e5fb-464d-93c3-a086ca4aba38/20899.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE.adaptive-delivery-prevent-bg, #OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE.lazyload, #OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE.lazyloading { background-image: none; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container { background-color: transparent; background-image: none; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container > .video-iframe-container { display: none; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row > .video-iframe-container { display: none; }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .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); }#OgpWKnwa4fE9BSrQOxqISPOifqBIi6RE > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #resfWubvAdzZhPPl9gNVVKiIyU1peR8F { width:9.5rem;height:16.51040625rem;top:9.5rem;left:0.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #MC06WCLS8WBRSRM3H6BkCbDDnB2qAuoX { display:flex;width:2.875rem;height:2.875rem;top:7.0625rem;left:2.3992187976837rem; }
 }@media only screen and (max-width: 763px) { #cKOFyWqlU7OTsgx5TTayAFAZrSiLi8cb { width:10.186625rem;height:2.92318125rem;top:4.7437505722046rem;left:0.62343752384186rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wm3ZtNFCH2PBRaCFOqf2tONwMWIKyS5L { width:20rem;height:2.4370625rem;top:2.3562507629394rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #acfMqEhII4zBH9J40J4c838vBuNfXgPy { width:20rem;height:1.3rem;top:0.87734413146975rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDRebsdPhx2W4pRu8yRaMJlHVnPJsost { width:11.0625rem;height:13.5625rem;top:9.9365234375rem;left:8.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz { display:block; }#f6NavJ561U3fpmNSW8NyzGLq4WxD6TFz > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrX1KwbA46RDyp1FbDWluHAPu65wZgrQ { width:20rem;height:3.167325rem;top:0.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvUZiyJx7sm6A8crksw9ynILkQTnk9Ml { width:9.6875rem;height:9.747175rem;top:7.63671875rem;left:10.125rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTXyGUgCmTxWldX8mfQr9NgFnCqSxtB3 { width:20rem;height:4.4987rem;top:17.8125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlSE5TXMb4lDvOb9FAPl7OaKD05krokO { width:10.125rem;height:6.6875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCKVZxoSNx7zEizeP1RuP7iVFLNB0kWD { display:flex;width:2.9375rem;height:2.9375rem;top:5.1875rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #nO8ctW4Pqf8JOLAAlwaryFQ6fKx9ctiD { width:6.125rem;height:1.949225rem;top:4.0625rem;left:13.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5sKmiuoTZpHXTrUWHEepCZdiQ5WKbcT { display:flex;width:3.75rem;height:3.75rem;top:6.63671875rem;left:2.53125rem; }
 }@media only screen and (max-width: 763px) { #K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT { display:block; }#K8yxZXfKaBazcyTHSoAzElL2NXRtNwcT > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5GQ0QXEo5iG2BcxJITHgBgC5piib8yR { width:19.99875rem;height:2.6rem;top:1.3343393802643rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmlXdrXJETwHnqRL5z4V9UBMZpiLShwq { width:12.0625rem;height:3rem;top:7.8125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RgHU1CG1FCR4WU8lnc8pyAvMlfdeJNMo { width:11.125rem;height:2.19075625rem;top:8.25rem;left:0.5625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiLLUpEZ2C5wopZMaTOx6ErX59r1ICBU { display:flex;width:0.875rem;height:0.875rem;top:8.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #Es4uSfJTW3U5lWBSheQ1vAsNNXTNz0Mw { width:9.6245625rem;height:10.999375rem;top:3.875rem;left:10.375rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yXu0q6BiLFpsueh8bsIMDpiU0qvdAah6 { width:17.625rem;height:1.70247375rem;top:14.800782203674rem;left:1.1875rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqG6aTSw7DndX2QRbNdUlhn3zo8gHB24 { width:20rem;height:0.8125rem;top:14.873046875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #QEMEaZZPT0q9rXmF5EmMFDAMXbG1qbxM { width:20rem;height:2rem;top:14.687500953674rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O { display:block; }#Wc6XEfe86nJD0xiUlAEU8I3oUv57Qi1O > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtwUmsgTsT5G9h9QmQqZJonme24VbPBw { width:19.25rem;height:1.011285rem;top:3.7486991882324rem;left:0.375rem;font-size:0.5625rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #cLcTz80HhGqCMUZVnzuV3IW2ySHsKL24 { width:20rem;height:2.4370625rem;top:0.81144142150881rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOitZS4lJ196N7X7Mel6PK1RGl0MWuOP { width:19.75rem;height:6.875rem;top:6.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz0bFiA8qffJXwbMcginZxDWbkStyeaS { width:19.25rem;height:0.73125rem;top:7.125rem;left:0.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQJ4POV5sRsnGLArNIgftr2StLJHbD9Q { width:11.375rem;height:4.38151875rem;top:8.0625rem;left:0.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uuHco072WTeoVpEKPXpSahVVEUaezMzR { width:19.75rem;height:6.8125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgv0OOBTlpR2MLQaOr9rzU4OOBrUBMp5 { width:19.25rem;height:0.73125rem;top:15.375rem;left:0.75rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJPTQsAT00uh0Q3etTw3x40SZ3GlwsR5 { width:11.4375rem;height:5.11176875rem;top:16.1875rem;left:0.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sUF0f3NpJmbmTLV7hkhub5wPB8nuix6H { width:19.8125rem;height:8.6875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xztgWU2yMU2nA7mcpymwxxIEQB9b2Rr2 { width:19.125rem;height:0.73125rem;top:23.5625rem;left:0.5625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXUAbGfKsGScwGbtoWEOTyhEMlzehw38 { width:11.375rem;height:6.572275rem;top:24.4375rem;left:0.5625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UBD1gHCW95wIXZNUIFTS0TO6HUNq7tRu { width:19.875rem;height:8.0625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxZlUbptdspM5seMmLAoN3bRyXXGJwru { width:10.25rem;height:0.65rem;top:33.75rem;left:0.5625rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQOzcb9fXGQI6aKXgKkhaWRFuzkRX33e { width:10.875rem;height:5.1117625rem;top:34.5625rem;left:0.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vNPBZN8AtMUwn0qCArN2rXKxsDZKhman { width:7.25rem;height:4.75rem;top:25.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFdnqXsS2Xym5azHTztv80979R7PJyum { width:7.125rem;height:5.25rem;top:15.5rem;left:12.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dTXvHfw5DTl7x1L3tzDqtCKvQT1uZBHE { width:7.75rem;height:5.125rem;top:34.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7BgITX2vWb0UlQCObyriyP4Qd2Nn3zZ { width:7.125rem;height:4.625rem;top:7.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N83KS49FvmOkrbW02iLJPPVtrRcXiwGm { width:7.4375rem;height:4.875rem;top:7.5625rem;left:12.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yapqCvHwXUwNpUSF9IJ7hTsbrkcpsnGF { width:7.375rem;height:5.4375rem;top:15.375rem;left:12.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srVrNRodiCiKrFLpONXVC827Rz97MyH4 { width:7.5rem;height:5rem;top:25.25rem;left:12.0625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxKLhm1Mi24inAoPElIxXJFK4LyX3CtC { width:8rem;height:5.4375rem;top:34.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/231b2a5b-e5fb-464d-93c3-a086ca4aba38/20899.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ.adaptive-delivery-prevent-bg, #WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ.lazyload, #WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ.lazyloading { background-image: none; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container { background-color: transparent; background-image: none; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container > .video-iframe-container { display: none; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row > .video-iframe-container { display: none; }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .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); }#WlHdB3HyWv3vqiPhm9EA0hpiOw39ZZNJ > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2akhH9rTZ1y6eSDeIxHpMLmm8Ibp716 { width:20rem;height:3.0869125rem;top:1.4420566558838rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsxsMl5NMPUg2upyEwPz19TkRwkxwRho { width:9.8125rem;height:11.996525rem;top:5.75rem;left:9.8125004768369rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsJkapn0Qi7ErAwBkCD3PPDQo2tNohku { width:8.499375rem;height:8.499375rem;top:7.499442100525rem;left:1.1556921005249rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZt6AwsTzvAkwTowD4IHm1bN6K8m3G8W { width:8.8125rem;height:8.75rem;top:7.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwRZr36hya2LmsfRcH4fkSgiK782O0h { width:8.0625rem;height:6rem;top:20.438281059265rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gi2K6zrWVyBS63opXeqMpECc4sKdDk { display:flex;width:3.875rem;height:3.875rem;top:18.934153079987rem;left:13.919643878937rem; }
 }@media only screen and (max-width: 763px) { #XlaH6M7rgZnVPSWfS9c2luaRTZCSNbqX { width:20rem;height:9.0625rem;top:18.934356689453rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WzGn2gIWX2Ob9AiPiEcdDDPvKoyXTB { width:11.8125rem;height:8.2476125rem;top:19.424987792969rem;left:0.4375rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KtctInwfRF9HTZxRyZ75m7BD7TrivhHS { width:7.625rem;height:5.6875rem;top:20.62109375rem;left:11.442187309265rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK { display:block; }#TOo9HdVGE3iT52UwVGxtPmAwIQqDT9OK > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9J28fdoOiTvy5z76rGSpsRFgk8y3S0M { width:20rem;height:2.7604125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFL2mhmTH2cHTWnqFp7hNEZThMQntc3s { width:9.6875rem;height:4.12760625rem;top:4.5625rem;left:9.3125004768369rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKsecLTA2ef9w9ENqSl4yIvHWd1sH4To { width:10.8125rem;height:4.625rem;top:9.1875rem;left:8.75rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNsmuenX6R26gqFnH58vrQQxqUTxCCox { width:10rem;height:4.0581625rem;top:9.5625rem;left:9.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FrwMpsqPx3AfHDGZ9CN0Z0QRgzxZfJ4P { display:flex;width:0.6875rem;height:0.6875rem;top:9.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ylCuKlkkccXdQ2rQTLKKM9ReAsWmMHqZ { width:7.375rem;height:10.375rem;top:4.8759765625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvIGzlrR5ZmxH9bt5uh0Kbf0c8FBQoq3 { width:10.5rem;height:1.1263rem;top:14.4375rem;left:8.9062504768369rem;font-size:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hpo6zSl2F0kTpllcHryqPKnccOqzFoAv { width:18.8743125rem;height:3.7489125rem;top:17.246963500976rem;left:0.56107950210571rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKoSuwfamZp1CitrS3eCM09FZvHWTxMI { width:7.3125rem;height:2.125rem;top:6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3makiZQ0H5vZrptEz6uz6l1Jteq8nKz { width:7.3125rem;height:1.96614375rem;top:6.125rem;left:0.84375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIoMfoGNeO7ThoAF8OlrGS2fZTqVtMQo { width:3.9375rem;height:1.125rem;top:4.8756628036499rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCXMAMImF451kpZ4D0Cce7qQ9EohTqzk { width:7.1875rem;height:10.3125rem;top:4.875rem;left:0.73828125rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Qynwioggaou1pKGLsNmwi9kDgdB7rG16 { display:block; }#Qynwioggaou1pKGLsNmwi9kDgdB7rG16 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzM47L9D9Idqv8qC4Hq8SdKD2QuNUgXU { width:20rem;height:3.0869125rem;top:0.81232261657713rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kO2nUSLNtX80bodMZzQKqv8GOCNCCnGc { width:20rem;height:21.35849375rem;top:4.5197305679321rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cf2dEVRIIXJetwSeGs7RrDt8BWce0y5a { width:8.9373125rem;height:9.749625rem;top:26.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SXLqWnW7ozHbIuTHRkB07brtrQpTSmKv { width:20rem;height:5.99964375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSI5odByavts35qNwv2XJtR44BDKtRqv { width:12.4375rem;height:5.36458125rem;top:30.5625rem;left:6.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 { display:block; }#o1EManiuWy5yHFwWnBTMuVxzKgIGnqG8 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe0fS0sxSS8ozTHr6GuPaO6T4EZGXeLQ { width:20rem;height:3.897575rem;top:2.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5wXJV8gFOiOUpEaCdvMp01g0Wtwi4gG { display:flex;width:4.375rem;height:4.375rem;top:1.0625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #yptlNc201exAF4cxgGqtbFt3ba8a6L6T { display:flex;width:4.249825rem;height:4.249825rem;top:1.125rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #Z8Rk45U5qZ5mg5EA7GzV17a8ntfeb1KO { width:9rem;height:7.6875rem;top:9.25rem;left:10.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuduidH2e4eU0rIdV6UtSwVZh4rMA7iq { width:9.75rem;height:10.96029375rem;top:7.6349425315856rem;left:0.75rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l9wO8gnwxBbfByIpDz2TDImZldQPT0M9 { width:8.625rem;height:7.5625rem;top:9rem;left:10.125rem;border-top:0.3125rem solid #e3e3e3;border-left:0.3125rem solid #e3e3e3;border-right:0.3125rem solid #e3e3e3;border-bottom:0.3125rem solid #e3e3e3;display:block; }
 }@media only screen and (max-width: 763px) { #wVZ40U05GVHJwaLn6gRIdfz070dzLTOF { width:19.4375rem;height:6.625rem;top:19.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyzMRtPXgqJQUROw5NEwDsT60XKHbk6G { width:18.6875rem;height:5.15950625rem;top:20.4375rem;left:1.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9tZC6yV3r9QoqMUrUb4IkIgt45zxbca { display:flex;width:1.1875rem;height:1.1875rem;top:20.4375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #lTIOdkEfMrHIPfmtpfSE0I8aIDZAs65s { width:18.9375rem;height:0.84375rem;top:26.937499046326rem;left:0.625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DNfux00zN1vmB2clWhSa9c9SqeVtnZqz { width:20rem;height:2.4370625rem;top:30.1220703125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baoScemaTQs1mCnavblThDWdZa24sCxf { width:9.5rem;height:7.5rem;top:38.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1C6enCD1BnLAKwNf5FJyveJOhIbhCNP { width:10.1875rem;height:17.5423125rem;top:34.1845703125rem;left:0.53125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #APyWSmoP7XsbkHAQ6kUtpMLdX2fTP2ku { width:18.6875rem;height:6.5625rem;top:53.6845703125rem;left:0.65625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtsakD0avHKeQiQDH5wFdqO4DqT5ceHb { width:9.125rem;height:7.3125rem;top:37.9375rem;left:9.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0.375rem solid #e3e3e3;border-left:0.375rem solid #e3e3e3;border-right:0.375rem solid #e3e3e3;border-bottom:0.375rem solid #e3e3e3;display:block; }
 }@media only screen and (max-width: 763px) { #c8BMhHIc2HBg0Shvxvk2BR7V9TlPHiFy { width:7.6875rem;height:2.4739625rem;top:33.375rem;left:12.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAaglNXGcbrlA9CsPrW8lxeWCJgdzOIz { display:flex;width:4.4375rem;height:4.4375rem;top:34.849609375rem;left:11.90625rem; }
 }@media only screen and (max-width: 763px) { #IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt.adaptive-delivery-prevent-bg, #IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt.lazyload, #IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt.lazyloading { background-image: none; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container { background-color: transparent; background-image: none; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container > .video-iframe-container { display: none; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row > .video-iframe-container { display: none; }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .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); }#IBThKgxZ3IcCb3vvbRGhJ2PzseVZswRt > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKeTvFBiUX7RrVnXRxTUlDTnsKkG9N6T { width:18.374rem;height:3.5763875rem;top:15.916748046875rem;left:0.811767578125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAIAroZGqswlAi4GcEnX2KF7Kwqk2o14 { width:9rem;height:18.74458125rem;top:21.389353752136rem;left:10.625355124474rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0ebkbKGTZ7BEJHyBeSTHBxneT6rrLPr { width:9.5rem;height:14.75rem;top:23.375rem;left:0.6875rem;box-shadow: none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JctIVo08psuCVqMgLWKikngvsp7EXJ9N { width:9.1875rem;height:14.5rem;top:23.0625rem;left:0.5rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N9uSamJiVHgvBRyhqBQ2Pd3WoSuR541X { width:20rem;height:3.6875rem;top:40.812316894531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsB9Jd78y0d4I56Hd3mdhr7NXdT2Tnw { width:20rem;height:3.0957rem;top:41.109375953674rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEvuki1mZZI7Gzu36dfsL69CWpxOLkbD { width:14.2486875rem;height:14.499375rem;top:0.85546398162844rem;left:3.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM { display:block; }#XOZSuOSa8oULd0KIkXmTO6SS0veG0qLM > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqsUttP6td1v1JwZRlbJXSNvOEbxlBm7 { width:18.6875rem;height:3.4082rem;top:0.8125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgD1ytsx4OczBbZH2WwgGIOQ6sgWMR0W { width:20rem;height:2.43489375rem;top:5.0712890625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6y5mAngr9troEyRcFSPcgmMFJtBEhvw { width:5.5rem;height:0.9375rem;top:5.0087890625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn1DAJEhIr3rXNcsEqzZA9LgU5Pb7lUC { width:17.9998125rem;height:1.702475rem;top:8.6301498413088rem;left:0.99964487552644rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibqcCMpNaE4pqugnVQJQJ8ezu9WoofHR { width:20rem;height:5.0625rem;top:12.9375rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTkpLPNo45N8dhE6FJQiRiDHL4mac4O2 { width:12.625rem;height:4.54969375rem;top:13.25rem;left:0.625rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l88GnG27aHB05CQMW5q2vMrz4OWaeAMT { width:3.6875rem;height:3.6875rem;top:13.625rem;left:15.6875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVGHBWuVc1JrMVdeCLTTFTaM8uGmCiH4 { width:3.9375rem;height:3.9375rem;top:11.5rem;left:13.75rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiUF5afTEI1UgeBfvqTu75BSeOehlOS { width:3.75rem;height:3.9375rem;top:11.3173828125rem;left:13.6875rem;border-top:0.1875rem solid #e6e6e6;border-left:0.1875rem solid #e6e6e6;border-right:0.1875rem solid #e6e6e6;border-bottom:0.1875rem solid #e6e6e6;display:block; }
 }@media only screen and (max-width: 763px) { #ogp6PeP05V6OgSynaeTDTpmk35KRMQU5 { width:3.5625rem;height:3.6875rem;top:13.437500238419rem;left:15.603515625rem;border-top:0.1875rem solid #e6e6e6;border-left:0.1875rem solid #e6e6e6;border-right:0.1875rem solid #e6e6e6;border-bottom:0.1875rem solid #e6e6e6;display:block; }
 }@media only screen and (max-width: 763px) { #iKB6Ow8POrOZmyAz9bPW7XA0vVTcCxf6 { width:20rem;height:9.74934375rem;top:19.129688262939rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/72663aff-1b05-468c-872a-523852772b33/6867640.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr.adaptive-delivery-prevent-bg, #ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr.lazyload, #ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr.lazyloading { background-image: none; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container { background-color: transparent; background-image: none; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container > .video-iframe-container { display: none; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row > .video-iframe-container { display: none; }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .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); }#ZTsBxRs7dEM4OsFe4soBVxr5a8icUIbr > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zESi5HMNCuwCcFlF9UTv2ccHEfh17Z2D { width:20rem;height:6.90104375rem;top:0.936279296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGeTTile6NdRrvQxLF5WhuC6xQKcfvJ6 { width:20rem;height:14.625rem;top:8.3564453125rem;left:0rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE96qPIzFTmbUC0CWBvFXJiinOAmC9d6 { width:12.4375rem;height:9.83506875rem;top:9.178466796875rem;left:0.829345703125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMxgHTUq4kp3lqwDG4dKDp7I9CJ05UuO { width:7.375rem;height:11.9375rem;top:7.83828163147rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqMOZPvXo81wPwetSWTHEyds8ehpQTgv { width:20rem;height:2.43489375rem;top:19.77578163147rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 { display:block; }#XCNivF6S6OEXVaJeLnVbSapMQMVscDe6 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sROTw2PX52ctoJMZuAmXHUu6uFaBInzz { width:20rem;height:5.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tevf7RR9lTdV2VSGhwdEmOThiRHeT9hJ { width:20rem;height:5.875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHQKsVNMwoXFp6IBRZgzlZISmxzESM5N { width:20rem;height:5.875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx104c1NzxAKKS1oWUx3KpUCGd23P75R { width:6.75rem;height:4.3125rem;top:1.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nusCv3h8Pt7i4TFLiWeo3e4aGFEuUr4p { width:6.75rem;height:4.25rem;top:9.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myl7sGk8lXJf88JmQyfKcgfSoAPq5lLB { width:6.6875rem;height:4.25rem;top:17rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtMstDH7Khmkseb9f5RWLEZEOql53ROI { width:20rem;height:5.8125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6kSRRQ7obQbrwMEJwNdUs4NJKLsZnJG { width:6.6875rem;height:4.25rem;top:24.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IerevQpzQ52QWFkaVEBA5rUBmc3P5en8 { width:11.6875rem;height:4.0581625rem;top:2.15625rem;left:8.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u30inPWyOwMEqm68ATGbTgMpR3qkN8oB { width:11.75rem;height:4.05815625rem;top:9.59375rem;left:8.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K739PAO9t4KAqkwTKR7IMHVENdkFeghV { width:11.6875rem;height:3.246525rem;top:17.686584472656rem;left:8.186848938465rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iR8UFqpPmQf4aLy37thSqclxyObatgSA { width:11.6875rem;height:3.246525rem;top:25.281005859375rem;left:8.1870663762094rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a9udQtKQIXT8TIDpaBnfdg2Xz9ze160M { width:11.4375rem;height:7.871125rem;top:31.8466796875rem;left:0.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Trw0QmH9oNf0P3JSHkVT2sXuRMcpMrr6 { width:11.0625rem;height:4.37283125rem;top:40.276786804199rem;left:0.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #alSxx3vxIH0nSraLBKg8ehJXEdJFlHfM { width:20rem;height:1.75rem;top:45.303598403931rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #AXdO37gVQIekIPTFbf0MhJWEAlf0OFDR { width:6.75rem;height:4.3125rem;top:37.687502861023rem;left:12.5625rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #oWnhuw3o2QARVJ5qozyEOElIKZq8eFNi { width:7.1875rem;height:4.625rem;top:33.292412757874rem;left:11.750000476837rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw { display:block; }#VFEw4d6WxVw8KinwXqwEfgGvCSGEBUPw > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BltJtTDmdkJyRWpzUByMIQK1s33Lmbhg { width:20rem;height:2.7604125rem;top:1.1248617172241rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gihtpuIwJh837ThSykLWIXR0nK19cfrR { width:11rem;height:11.8001rem;top:6.2952017784119rem;left:8.7500004768369rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vKvs7USIzdPIQM8y8ourcv5XFJXPklen { width:7.87375rem;height:12.24875rem;top:5.8956475257874rem;left:0.1875rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #KFulQf8UzKMI2vb5GEuTtTlyLzDk0pqf { width:19.3125rem;height:2.360025rem;top:19.651695251465rem;left:0.25rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MrIxiVcQwgECyIoPE76GGUKZM8tK9Ab6 { width:18.25rem;height:2.6237rem;top:23.154298782349rem;left:1.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ExpUAWVuBGT2W82l1kON3sXIycoIsf3D { width:11.8125rem;height:9.62023125rem;top:26.25rem;left:1.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MK1oxuh6TxRrcBJiqWGhI05Sq80Umx5R { width:18.5rem;height:1.75rem;top:36.371745109558rem;left:1.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xoDPDIFB4VhnJ0IPRlqf9yTse801hTNa { width:8.5rem;height:8.5rem;top:26.809245109558rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIDzXMAPE4EWBT3gWe0P87OKUURdr36h { width:20rem;height:1.4003875rem;top:39.427084922791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfZrpxcTZT1t4Go0weyscJmRJs9yZLoN { width:19.3125rem;height:17.30685rem;top:41.461314439774rem;left:0.375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siVX25DFPCczXzEhFEWtEKdRFv7EXmHz { display:flex;width:0.9375rem;height:0.9375rem;top:26.25rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #C74tcs6IXxkQX8ru2oIAJ8NAXS5pkhse { display:flex;width:0.99960625rem;height:0.99960625rem;top:29.6875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #mEMUT9ovtIkEFTMLUvUugQrOLPiDnXyl { display:flex;width:1rem;height:1rem;top:32.3125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #Zwy1Jczy6JaQ7VK5eMwSXNo2G5mE6fnF { display:flex;width:0.9375rem;height:0.9375rem;top:23.125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #QosXIKEc1zlU03TIb2LwxXpbFWNe6QIK { display:flex;width:1rem;height:1rem;top:36.3125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #mkH7TLrOOKP9y27GKz5sEQdnFtAI4ySN { width:20rem;height:5.875rem;top:61.25rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxe5Ma6oaUrXxSLyPzTEffS7CeJkTHa8 { width:12.6875rem;height:4.81228125rem;top:61.75rem;left:0.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LIy7Br0cR7RwwIzTJkPQtn2hkpn7Acl9 { width:6.1875rem;height:10.25rem;top:56.894534111023rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCLGLxn5b1XKT0HuTrWg2ouR2myPaaKe { width:7.4375rem;height:1.0625rem;top:65.5390663147rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leidtSSZdAz3BmdaK11WeNKTWJLvKeoh { width:8rem;height:1.7491375rem;top:65.625rem;left:12rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvXyLnPKqZKye6bXzMakIDhDVBkV1pp7 { display:flex;width:1.125rem;height:1.125rem;top:65.485938072206rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #i40z5SQtaLRXbT58PMzv6hUgvAKo8RZL { display:flex;width:1.0625rem;height:1.0625rem;top:65.548438072206rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #T9bGT3r7itgC35CZhAZgb2z9uuwhuxiH { width:18.9373125rem;height:2.6237rem;top:67.987387895581rem;left:0.53000712394714rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iww4SWDGfQNrkcE6wQusTGNPHUDVLJAO { width:20rem;height:14.125rem;top:72.484802246094rem;left:0rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlT0srIRP2snPKc4Bl8skcfPpOtOryPz { width:20rem;height:2.7604125rem;top:73.4990234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtClD7ELToGV4gmCnB6UplSx6fmPdFOS { width:10.4375rem;height:8.653425rem;top:77.125rem;left:0.5rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8eRINPJMoPId0B3w37wpGZeuCVfEaH7 { width:8.374rem;height:5.37475625rem;top:78.25rem;left:10.9375rem;border-top:0.1875rem solid #b9b9b9;border-left:0.1875rem solid #b9b9b9;border-right:0.1875rem solid #b9b9b9;border-bottom:0.1875rem solid #b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h { display:block; }#TMdxFZJD5TeAZig0xkOg3pn9JJkovK5h > .row .container { width:20rem;height:6.6243286132812rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmp6t19IEyRANNHCqdnEIGU2ohNL0BCQ { width:5.7492875rem;height:6.5625rem;top:0.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmmIFuqJpRHWiM6gIPGoWhxJC4c98Mn5 { width:13.3123125rem;height:4.19705rem;top:1.3125rem;left:0.56019175052643rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn { display:block; }#TOOC6KElNH1RGPpRMU6ZISAF2LdDtMqn > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQVPsiP1B7aUAL841XLtnUM78WRKVzTD { width:20rem;height:3.2487rem;top:1.6243705749512rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP1aCt5T1XWh6Ey9XaGN45mFxSKxHiWd { width:20rem;height:4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pyhRAhPACcPUXp4m1D3EtPFUon4pf6 { width:19.625rem;height:34.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8LKncHDaDNNQZk25pIzTe09gXT0Bfvp { width:5.5625rem;height:1.9375rem;top:18.901228904724rem;left:1.6607143878937rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #f6iTtxmffDJTTdMTlQVdIrDDuh8dzzXL { width:4.9375rem;height:1.46050625rem;top:19.138671875rem;left:2.72265625rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #NMggH6sXHQoog8gTU1h1mFgBtofG6Fhb { display:flex;width:4.375rem;height:4.375rem;top:44.831817626953rem;left:4.0946159362793rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViS7X05wCV8TUpTyieUQXQ20TSEooobm { width:6.25rem;height:1.9375rem;top:18.901000976562rem;left:7rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #PzrW0sea4NLTRDZLTOENKaqiVGH48Qvm { display:flex;width:4.375rem;height:4.375rem;top:44.831817626953rem;left:2.6870651245117rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #La1wxpXrxlEDxxsp9Hp23Kh2Sy8QGT6B { width:4.4375rem;height:1.46050625rem;top:19.137939453125rem;left:8.5625rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15101;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M1ql6Neoms1OtEVMLDlGR9pysUDJxEFl { width:5.75rem;height:1.9375rem;top:18.901228189468rem;left:12.937500476837rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #ItWLUeuhaS9T3TxZ1JRyNHnS9vMUJOge { width:3.8125rem;height:1.46050625rem;top:19.13818359375rem;left:15rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15100;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u5Wao5vuCSCb4TRUzun7BdPlLPMVmtmL { display:flex;width:4.375rem;height:4.375rem;top:44.831817626953rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vc6VSQFa1kSoHdNrQbNGMoodrme64VXq { width:4.5rem;height:6.75rem;top:19.834870815277rem;left:2.5914417505264rem;display:block; }
 }@media only screen and (max-width: 763px) { #oApuH3PaOvpqdxs05bJshNwE6taNiMRo { width:4.62446875rem;height:6.5625rem;top:19.960937023163rem;left:13.248401045799rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGZLRP3A7GvcUlyIGTdxgm3gGrhrTJG7 { width:20rem;height:2.59874375rem;top:25.706676006317rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzczFOSLE1EN9tMaqJ73qQKV3JN9gJen { width:12.5rem;height:0.8941rem;top:24.862510681153rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ60Hx6MvzMpClT9xxecXHBKM7eED3Gn { top:28.6875rem;left:2.75rem;width:14.8125rem;height:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEI5Sq441ca4W2s4geAsS52yKXAdsElF { display:block; }
 }@media only screen and (max-width: 763px) { #QFAo01DHqz8XWsXET8cT19BvedcmAH0G { width:3.9375rem;height:2.75rem;top:32.53551197052rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQvG4gS9iE5T1KFM80IqkmMOt1EqVyt0 { width:2.56214375rem;height:2.56214375rem;top:32.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMWaWvtvc2sCxQTCn8Z7fEGoVyWl9Lf { width:3.37446875rem;height:1.5625rem;top:33.12855052948rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXptFDvnXBgtfnBe59oXTArMz3oZgXeq { width:2.87464375rem;height:1.749825rem;top:33.035332679749rem;left:3.7517756223679rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Dp3JTI7IIyTLnAmzoDbw4L1QDCtpi2 { width:12.1244375rem;height:19.4993125rem;top:1.9375rem;left:4.7167967557907rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8UG8l2g1XIHP2iM8pXCs7JuxqnPHbTW { display:flex;width:4.3125rem;height:4.3125rem;top:45.5rem;left:7.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1GxlDsHKQ3gtzlqqJuXhx3T0ybt1J2D { display:flex;width:7.5625rem;height:7.5625rem;top:41.451538085938rem;left:19.65rem;font-size:1.9375rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #TcktbOvHTrVtSsTz9NKv0IVHZlet8CZW { display:flex;width:20rem;height:22.4375rem;top:6.0015624999999rem;left:17.6rem;font-size:1.9375rem;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #ffuKiLpH3R7Qd6522aHXb4NxTd1AbJgq { display:flex;top:19.15087890625rem;left:2.1875rem;width:1.4375rem;height:1.4375rem;z-index:15103; }
 }@media only screen and (max-width: 763px) { #tRgBb9F2KaBVVd5NJFUJBL13t1mtwbaR { display:flex;top:19.18212890625rem;left:7.0625rem;width:1.3125rem;height:1.3125rem;z-index:15104; }
 }@media only screen and (max-width: 763px) { #tPGbQ1TMXmh02qX8kqW77KrsOWfH4Wpb { display:flex;top:19.213728427887rem;left:13.4375rem;width:1.3125rem;height:1.3125rem;z-index:15105; }
 }@media only screen and (max-width: 763px) { #yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf { display:block; }#yDSaKr0fVV2Wh3D0HnDFX6kHTIICzklf > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPDH3If5DwS2bR3E1kgi41GBnBv3xWO7 { width:20rem;height:12.125rem;top:27.2841796875rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdw4kwmupPRCoT2DswaNBqELC3Ws0b2f { width:19.0625rem;height:3.5763875rem;top:2.0615234375rem;left:0.46875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QexPp8Sx0cASgrPAJTSWVe77WgRX1w0X { width:19rem;height:6.875rem;top:8.0916194915769rem;left:0.49893462657929rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJh2NqyFm3Sx5M7snS7OQ9Teh6ffckVL { width:12.3125rem;height:6.2934rem;top:8.2847995758056rem;left:1.1239346265793rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K9TANwMtTTenArKBp4OT2RM1Csseci4k { width:18.6875rem;height:9.62023125rem;top:15.9365234375rem;left:0.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATXIFZok44wlNLARTmCFfaksGhHosbyh { width:7.249625rem;height:7.249625rem;top:6.318359375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTlH9S9rHBiswrQIMmdhMMBMBudkOqM { width:17.8125rem;height:2.2721375rem;top:28.1591796875rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fpl33cFnaRzbu5G3TOu27DTkpNF7H6JF { width:18.625rem;height:7.080075rem;top:31.1591796875rem;left:0.875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se { display:block; }#rNvPBPauK6xtWD7J3XZpUE0IKiplm5Se > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nu1zHshCRXgiAd69vT0QTZ5EUTnUKhzc { width:19.8125rem;height:6rem;top:2.1875rem;left:0.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmP5pPTTeEJb2aADRxkPknOTzWOtElNo { width:11rem;height:4.72005rem;top:2.8125rem;left:0.4375rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hqmVbaTMAoXoxdklfLSiaqTWDuN4n5KX { width:20rem;height:7.86675rem;top:8.904296875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFTSMDtWcJqHBDmZv00lzBLVzv3BvWJL { width:8.375rem;height:8.1875rem;top:0rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO7L5adghX8TWthlEdxnPwaea1uXndMf { width:20rem;height:17.0625rem;top:0.0390625rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT { display:block; }#DTxvTpvC6CNEX7yP4QDLCl2sMr3ckFIT > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmwW85K7GrcpV11PJwm4WSkpZNMwqHZ7 { width:20rem;height:3.2487rem;top:10.217014312744rem;left:0rem;font-size:1.25rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #EVbQkXOuZgncEsuUq2qZkym8mEZFhAuE { width:20rem;height:4rem;top:9.875rem;left:0rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #AEC49aeVlrr1bdHGiMVPQlBXhyHMy2wa { width:19.6875rem;height:36.75rem;top:9.8750006258488rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #tIlFVbko2by8MkcX0mZekp1SlRi66OXw { width:7.4375rem;height:1.9375rem;top:28.186849594116rem;left:1.66796875rem;z-index:15124;background-color:#8c5bc7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nUpSKkzBEctTOUDi88o28OSIkCBgytUd { width:6.3125rem;height:1.46050625rem;top:28.362630844116rem;left:2.0442709922791rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #reDAuK1QBg3JbqvAtZJMFLtGhoZxzfdn { display:flex;width:4.375rem;height:4.375rem;top:70.327688242188rem;left:4.0006484985351rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdcNSEdq8NewzdK17VkQprph6oWVPo3I { width:6.5rem;height:1.9375rem;top:28.188152313233rem;left:6.75rem;z-index:15125;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cxxRSgrDS2i6rlxoB2uXE0zJWD0TT3if { display:flex;width:4.375rem;height:4.375rem;top:70.327688242188rem;left:12.875434875488rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0Cdww0hcHts75BCe1gfa0Tzue4wpTOG { width:4.375rem;height:1.46050625rem;top:28.423828125rem;left:8.6673183441163rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15128;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JBZ9L2tlTno5kDtz990xlENORuITSqbT { width:5.5rem;height:1.9375rem;top:28.187500953674rem;left:13.106119871139rem;z-index:14989;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZUqiMHd0iwOtnE30QZ2CV1LhZRSk2t { width:3.5625rem;height:1.46050625rem;top:28.423830032349rem;left:15.022787094116rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15132;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uIJgbQdLBHJTMuHbLyanGxMJSZXmUirW { display:flex;width:4.375rem;height:4.375rem;top:70.327688242188rem;left:4.8144375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vW7y51GZbEabwSdD24TDpJg2IZZuixDL { width:5.0625rem;height:7.3125rem;top:29.5625rem;left:2.85546875rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #WoysDsfbsJJKGl80VQkJaXBuetTKmFbR { width:5rem;height:7.1875rem;top:29.6875rem;left:13.25rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #UT0zd9gXM7Z4kskRvvXFTai2lPNmyed8 { width:19.6875rem;height:2.59874375rem;top:37.074219703674rem;left:0.3125rem;font-size:2rem;z-index:15136;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9RWU1d85CP3dvd15FRhy6t1omsHkxMe { width:12rem;height:0.8941rem;top:36.3125rem;left:4rem;font-size:0.6875rem;z-index:15133;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHiHgC9KApMCnnGTUlRKLzRWWiEQLaT3 { top:39.673830032349rem;left:2.84375rem;width:14.9375rem;height:3.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNpqqqPyswzEQCbFKl4EfCTQ5g4rPCf { display:block; }
 }@media only screen and (max-width: 763px) { #T5ytL3lx2exqdeQlqtxVzdTfFDecMBo3 { width:3.4375rem;height:2.4375rem;top:42.986330032349rem;left:10.8125rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #EJQg83wcI8yPWTDwKUXrAwBKW8TiNAGC { width:2.4375rem;height:2.4375rem;top:42.98637008667rem;left:14.5625rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #zzfL1TyEP837hNahbsqpl7PBzT2QA3lo { width:3rem;height:1.4375rem;top:43.486330032349rem;left:7.3125rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #Wq5PVkmKxNhIXk2nTr6e90AAgcQb49Ek { width:2.75rem;height:1.6875rem;top:43.361328125rem;left:4.01171875rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #et9E3wTlkqZpTCZP7pIfbJTLA6b7MoOI { width:11.6875rem;height:18.75rem;top:11.115195274353rem;left:5.0110678672791rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPpTi85rK3v7dEgCPDC3ZB841gUSwhZT { width:18.8715rem;height:4.22309375rem;top:2.0529518127441rem;left:0.56315106153488rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S803ldEl5JtVAoGZ33hEb6ADITZbFKbm { width:19.9989375rem;height:0.65rem;top:7.9611549377444rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6hFWCIWGuQ4bd5KmCUf9ftrDT2WHIbo { display:flex;top:28.436849594116rem;left:2.125rem;width:1.4375rem;height:1.4375rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #yTO5DixeSVems3Tg7JX8KPpHlmB6TcmT { display:flex;top:28.499349594116rem;left:7.0625rem;width:1.3125rem;height:1.3125rem;z-index:15135; }
 }@media only screen and (max-width: 763px) { #lS9ppFdPcR1OASBd5NxuP2KtmOBxr2Wa { display:flex;top:28.499350547791rem;left:13.375rem;width:1.3125rem;height:1.3125rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #kxHeSo376MTTGTkEwNqieU1pbJTsuwJa { display:block; }#kxHeSo376MTTGTkEwNqieU1pbJTsuwJa > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsIi22vu65QfkpIpKNiv1EKJ7kJu4AD4 { width:20rem;height:4.875rem;top:12.5625rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwVSTNq1vURv2lW25PMBHl2n5prp0KJp { width:15.061875rem;height:4.37283125rem;top:12.75rem;left:0.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aNdHTShU2TITmu6vWkDQZuimDvGp7Bx0 { display:flex;width:4rem;height:4rem;top:12.8125rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #tbr1SaEKKmVJSXkp3QVgbKUpDlonl6LT { width:19.9980625rem;height:6.1219625rem;top:4.79296875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRwEXG3DqTcaXEBzFBf5nw6NmRiVw6XW { width:19.9980625rem;height:2.76041875rem;top:1.1220703125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAmRnfNCmMCTZf1p0LFdMOTdliJXCqP6 { width:6.0612rem;height:3.8737rem;top:19.536676406861rem;left:0.68684905767444rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #StH5JbtcdCAt2RzKrRFOeapSvW6mphxx { width:12.0625rem;height:6.29883125rem;top:18.375rem;left:7.3125rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQ3hTkTTQZtlraiHSRZ8k95vSAOsuG5F { width:18.812125rem;height:2.44791875rem;top:25.555752396584rem;left:0.59303975105286rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 { display:block; }#zD9VWPFPGOVOwnmeJysE4sJ7pMPFQUi8 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZerBgLtLkmDqrKvmtI0cdpTTUJoZ6CXQ { width:20rem;height:2.6875rem;top:7.464599609375rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEw2FCRm8XyJJdMLS3hKpllwGA06PxhS { width:18.62425rem;height:3.6556rem;top:0.9375rem;left:0.68603515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UqhGKuBNJT2iEf0BO9BcZ6GsFndSUP3n { width:17.625rem;height:1.46050625rem;top:5.15380859375rem;left:0.5625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k4car31Zigpt0EUhWIvyWe4DiPlrIcho { width:20rem;height:8rem;top:8.46435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSlel8z7mZknTO6i6q4eQrJuIocl1rKS { width:19.5rem;height:1.94921875rem;top:7.8326826095581rem;left:0.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iuorhiksOaeHgDMkSKSpd4LqoaXQhzLB { width:13.625rem;height:5.1117625rem;top:10.838541984558rem;left:0.3125rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JvK9tTVmcFVQfMNcIPfJBz6xyhDib6K7 { width:20rem;height:10.1875rem;top:19.624349355698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmMrVKQd5F8Air14JOkuFoMBfyZFLaoe { width:13.1875rem;height:6.57225rem;top:21.3125rem;left:0.5rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikkf1MCoBd45Lx3fC9ddnWe9QySo9ns5 { width:20rem;height:2.87475625rem;top:17.9375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyXSn2qJqPQQVXdnVAGqgIm2dTbvRrAM { width:19.1875rem;height:2.68229375rem;top:18.034505844116rem;left:0.59375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKXZQobcoCaRlIwsTWVqrXIuBzrqcwn0 { width:20rem;height:11.25rem;top:32.812500715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emf9DZF8rI69ptM8Zo32fCRlTnutZ9Zx { width:13.3125rem;height:8.76301875rem;top:34.874877929688rem;left:0.68536925315856rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8Sxxf2rtBxpC0ULIeJxFReNIHx4fsTH { width:20rem;height:2.87464375rem;top:31.4375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuQiqIN4chpepg2VoMZzPn0fbsckKz2 { width:19.5rem;height:1.7882rem;top:31.980469703674rem;left:0.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTpWtGfSPryT2OV6lviTaHD35oTiU8cm { width:4.875rem;height:6.9375rem;top:21.865624904633rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbuSKTDlxy5mvUv756IJn4FIyyFSr3x { width:6.625rem;height:8.0625rem;top:21.302734375rem;left:12.725260734558rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zLfPM5K556QkesnOpheU0XHRTKQLTlCL { width:6.625rem;height:8rem;top:35.4375rem;left:12.7470703125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SynzW73ZM5BcgisopXKX4oGGreowhQ6l { width:4.75rem;height:6.875rem;top:35.88427734375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVQpBpHRVu6LI6K8LEUJkKvaC93nwUVE { width:3.75rem;height:5rem;top:10.896484375rem;left:15.035807609558rem;display:block; }
 }@media only screen and (max-width: 763px) { #JthJgwUdV4xiXogpWpLT8HCHILBoVFfJ { width:6.0625rem;height:6.0625rem;top:10.318359375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD { display:block; }#F9HQSiOpteCeJ7CbxThsK4xHvLxisdFD > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1Q32rVq36Th3IeTlCSU8ZiqnSg6b0lL { width:20rem;height:3.2487rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk6BmwXWTi0GQhTSoKqkRfyLF1WIfgfF { width:20rem;height:4.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVmiGVBRIQs5V8LkLepR0vGskySmpFQq { width:19.5rem;height:34.6875rem;top:4.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7KVZgRzI6MWgr5h6R8ReoLZJATOBksR { width:5.25rem;height:1.875rem;top:23.375rem;left:1.875rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #rdoU7xk8OyC8QvAKUeIAhW27FC2TNf91 { width:6.6868125rem;height:1.46050625rem;top:23.625rem;left:2.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #PUyElpnGq9IkMV81BihW10bfMHUQaqhZ { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:4.0631484985351rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzZ8FM6QN5onLQP2XTTInKtTIA2m8N6f { width:6.0625rem;height:1.875rem;top:23.375rem;left:7rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #mpcOa0H8FXM1K4Pqb7HB7gzih9ZJxB74 { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:2.6870651245117rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQ551cmPxMwHvJluwAksTLwXGpUl4JCO { width:4.4375rem;height:1.46050625rem;top:23.625rem;left:8.5rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15102;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qzHXpATTQKI5VpNXvwWc7ObQquG5BTdQ { width:5.625rem;height:1.875rem;top:23.375rem;left:13rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #sn4LhUnqbQ9q9xwTgCFAxAxNdMvUHEOV { width:3.9375rem;height:1.46050625rem;top:23.625rem;left:14.5625rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15101;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hQvHGILvD0zVerI4PeZ0fOokbmcHS6HA { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDnDSTPdSSL6c1txgdCB1ocwG2XHekac { width:4.4375rem;height:6.5rem;top:24.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9hIFrwOitIOTm2JwGaChFJOUF1nzUF5 { width:4.875rem;height:7rem;top:24.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxrEqnnzpCTpyZWoW8ylPAOwQOqMdn40 { width:20rem;height:2.59874375rem;top:30.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbEHuKSL5TNc553WPmIrCHwzFzHrOAgs { width:12.5rem;height:0.8941rem;top:29.3125rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxQNJRthaq0HtSox4Wx21CUCLVwtpm5p { top:32.75rem;left:2.8125rem;width:14.9375rem;height:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ZlFCgoZffmTn5cGg5DMW4TeCv42Fym { display:block; }
 }@media only screen and (max-width: 763px) { #X2VdAzLiTzsNChTfCzLs9gx8UPUVTehN { width:3.625rem;height:2.5625rem;top:36.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxpaMHmmE8EMeWCIqbstwziat43BV5ZF { width:2.375rem;height:2.375rem;top:36.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3NhtH7qIW8f75Pp7pQCONfQCFzphU4T { width:3.1875rem;height:1.5625rem;top:37.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE45Vyr8uq5VB51TBQtJQGsEUv8kCTKk { width:2.6875rem;height:1.625rem;top:37.09375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfZcsgQ7ovPVMuiyWsboLooAa9Zn2XWT { width:11.5rem;height:18.4375rem;top:6.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXPpMQX311ucDfie9pTQuQTdlAkWgJD9 { width:20rem;height:2.76041875rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppaRU8rflL9FGB6L20snx8NepV1WR0ZA { display:flex;top:23.625rem;left:2.4375rem;width:1.4375rem;height:1.4375rem;z-index:15104; }
 }@media only screen and (max-width: 763px) { #v0xxJzEBnt3bDHf2FSfTFXaUHZy5caUf { display:flex;top:23.6875rem;left:7.125rem;width:1.31194375rem;height:1.31194375rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #CGBPVLznk4zBAWKpPZSKceBwpemcDrou { display:flex;top:23.6875rem;left:13.125rem;width:1.31194375rem;height:1.31194375rem;z-index:15107; }
 }@media only screen and (max-width: 763px) { #TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE { display:block; }#TPGVlc37TCmZQlWTVWQTeW4Z0hq0pStE > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xhi54H4zeKR30R5nWm6UlvqLXPR4LVNF { width:10.4375rem;height:7.8711rem;top:5.205078125rem;left:0.375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iKyVCSXOrmxx7bdnaEbyfERWrxygeFMt { width:20rem;height:2.7604125rem;top:0.74978256225588rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmloMCvLnmnda1fnLcF4toqZbDSUQKqI { width:7.8125rem;height:7.8125rem;top:4.7132806777954rem;left:11.0625rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SSzOscmLqFJ8579Rd2Ec5O1BXUIs7FLN { width:20rem;height:5.375rem;top:14.184124946594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqCIBT3eNAeUGElOHsxt9DQcZPIZNv1Z { width:18.8743125rem;height:4.19705rem;top:14.825105667114rem;left:0.56107950210571rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 { display:block; }#gioEUDvpJgX6V4gBVlUVd12fF2VwgTK4 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulnF4TCTJdV39I7zXznNKTpc0yBcf3qf { width:8.75rem;height:13.187125rem;top:2rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M4VXA6fXT0nTfX05p7PxoO9tw5NcSSG9 { width:8.0619375rem;height:11.36933125rem;top:1.9992904663086rem;left:11.124822020531rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yVN71f24T65Av0HkJMifCgFswyAmqx70 { width:20rem;height:4.0625rem;top:14.123046875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myyg6Dczmvh7a30BcHRKp5f1E6xRKSJl { width:14.3125rem;height:3.4982625rem;top:14.404296875rem;left:0.56143462657929rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtLEQdbDGC8FVETERp0lqsmFMTZz7fmF { display:flex;width:5.499825rem;height:5.499825rem;top:13.365589141846rem;left:14.500176787376rem; }
 }@media only screen and (max-width: 763px) { #KukhL9CWk2TgClcNTR2uAFA4tVK0zbZk { width:20rem;height:12.0625rem;top:19.3359375rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cosNpFIbITJGfgdE72eAE3Vhe2kgskZC { display:flex;width:0.9375rem;height:0.9375rem;top:19.869140625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #pzm3rLk2GiCoaUq11TTOHN4uBMqzUAdB { width:13.6875rem;height:11.01345rem;top:19.869506835938rem;left:1.1242897510529rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rCbftTTBfiuTi7BT0uxsUsaUC2hU9wbU { display:flex;width:5.499825rem;height:5.499825rem;top:22.616299152374rem;left:13.741121649742rem; }
 }@media only screen and (max-width: 763px) { #GO8GKEg1OWuBTlOHXyxghEnGnCzW7vG3 { width:6.25rem;height:5.87446875rem;top:33.035333633423rem;left:0.81143462657931rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #nkre1ep4oSDMtC4TJ4JumAGBubBhTnJL { width:11.5625rem;height:7.8711rem;top:32.50710105896rem;left:7.8751777410506rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B { display:block; }#QRaPc0oMhuytV4obtFCOOTlgvBVT9E5B > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuMl8qb2rBcBFuvmaJf37rzzPt7TPcVm { width:20rem;height:3.2487rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdwo97N6ipZOl1PbHwfR00edKurGTkQo { width:20rem;height:5.3125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ8iKEy5hOFplCNEkG39hw3sfSTCcSa2 { width:19.5rem;height:36.625rem;top:9.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxDPFvfaCOQV2EHC6uc3DQvq2noC1Upf { width:5.25rem;height:1.875rem;top:29.5rem;left:2rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #O7vgGwdSNxh3l16GyVKnxXOhG6ZFtesG { width:3.9375rem;height:1.46050625rem;top:29.6875rem;left:3.625rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #DrIvDZrUtU6rqc2APimxKZJ5pyKyvUGE { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:4.0631484985351rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fusunsKfKdpJBWpdqwCl6219RVAABG7n { width:6.124825rem;height:1.875rem;top:29.5rem;left:7.125rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #cBAbRgU3lxTtM8lTA5F0vPpzKioKkhqp { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:2.6870651245117rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPTRF3o0ATT9VG7FIHdeO8CKmiylMdaJ { width:4.6875rem;height:1.46050625rem;top:29.6875rem;left:8.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15102;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fFvdp8CeiPPWLxcZuDDRu2nDA2N2ClMB { width:5.3125rem;height:1.875rem;top:29.5rem;left:13.25rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #Elgq1gHTAn2ERyIQcgc5RTbEZKG6XwKQ { width:3.5rem;height:1.46050625rem;top:29.6875rem;left:15rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15103;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C9WudWnVwyE350IyLtLOET6GRPxJ70PD { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzyuUWaHJ4sD3FTawD8p1FVTJ9cbrTBh { width:4.6875rem;height:6.75rem;top:30.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv7HeMZIruPuKHLtXtr1dGJinceLtWNR { width:4.5rem;height:6.625rem;top:30.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8b5pBJe22QSTHM67VLWvmio7gcxqQIP { width:20rem;height:2.59874375rem;top:36.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEAUIwzw40VGNQwqPyVPMTsVBr5bUQiQ { width:12.5rem;height:0.8941rem;top:35.625rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyhupq2w8d2orTXE0LoilBCkyhbeUoet { top:39.0625rem;left:2.9375rem;width:14.625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAFficNA1wBIhktT3p13FDv4Qhia8pQb { display:block; }
 }@media only screen and (max-width: 763px) { #xWKdxrDznxcLd3uEQkmrs6msDzJ61RrN { width:4rem;height:2.8125rem;top:42.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfb636KXvKiaoqyLLoXzmdqHduGKWSSQ { width:2.8125rem;height:2.8125rem;top:42.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF016d3Ww5al8ZgxIkakhmImfDhxcddn { width:3.5rem;height:1.6875rem;top:43.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFXpzWXDkHJ0OpVz28WqzaLielFVGlsn { width:3rem;height:1.875rem;top:43.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8UwVFcwGb975UcCE4Tk8igulaXW7vU { width:12.625rem;height:20.3125rem;top:11.625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moexDUMfnzoitOR3yL50iHptfvTUC1gy { width:17.5rem;height:0.8125rem;top:7.12109375rem;left:1.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opHNteFyzWVJ9abdMTwaI5HeO1d6wE4Z { width:18.375rem;height:4.8741375rem;top:1.6444587707519rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR7HLN7TBTGrlW4dLw5XItJSiUu5oCD4 { display:flex;top:29.6875rem;left:2.625rem;width:1.4375rem;height:1.4375rem;z-index:15105; }
 }@media only screen and (max-width: 763px) { #UbspUoWThnrt1xqwL5krB2UmFOxibyrI { display:flex;top:29.75rem;left:7.25rem;width:1.31171875rem;height:1.31171875rem;z-index:15107; }
 }@media only screen and (max-width: 763px) { #AvxHmMcFB9SXbsLVDn8uQAZkfQzc20it { display:flex;top:29.75rem;left:13.5rem;width:1.31171875rem;height:1.31171875rem;z-index:15108; }
 }@media only screen and (max-width: 763px) { #TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD { display:block; }#TGwo7CCaQG4FRUqxDmeh5ICmMecylqFD > .row .container { width:20rem;height:247.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icdWDo2VdEAP5PESTZ0icyXmtu2TDTec { width:19.9980625rem;height:2.92535rem;top:1.4091796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-heading-text { font-size:0.75rem;height:auto; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i .accordion-desc-text { font-size:0.625rem;height:auto; }
#GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i { display:flex;height:auto;width:16.1850625rem;top:5.6455078125rem;left:0.65478515625rem; }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #BdTwsxTI4KCzh2TDoFvgiwGNTiJINaWl {  }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #nCodLscqa7uiDfgkcdExhyLHkud2f2LE {  }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #ophrX7uw60675ublV8OP6dq7zbKZ0MOG {  }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #e7insJLLgJBNErpHbJOr3XFnQHbnTepV {  }
 }@media only screen and (max-width: 763px) { #GaAuxgTJRR9p2ElXloA2VTZJ85RGTc1i #kwDi0M1va7qBDiFV3CyeDTrTZTo89gsV {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-heading-text { font-size:0.75rem;height:auto; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP .accordion-desc-text { font-size:0.625rem;height:auto; }
#AM91BBMNLSiNE8oR3pRDwc5p99396ZVP { display:flex;height:auto;width:16.0605625rem;top:47.86918258667rem;left:0.7194011211395rem; }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #ZXHbUxIPkhDXV6SAbT9WfwNiEoWgzFZw {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #TsDQBThLfseWUnbnl7i50qo0e70TNqv3 {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #cvmUwCCV6evSGaoXInkn2e6xQhHaJk6l {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #qAQ7o7r1SzDSl4gc6a1x84gNTgrBA2zN {  }
 }@media only screen and (max-width: 763px) { #AM91BBMNLSiNE8oR3pRDwc5p99396ZVP #rM0d7hQNaT6B7EZwzroG78xhcL90G6T6 {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-heading-text { font-size:0.75rem;height:auto; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g .accordion-desc-text { font-size:0.625rem;height:auto; }
#vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g { display:flex;height:auto;width:15.9375rem;top:70.05908203125rem;left:0.779296875rem; }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #JtuG7oN0sVLoCUWNcnB6gtnERe1fXaEx {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #O5WBH7irUFVrdPkFhiHVnS8ZTCMdHsqd {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #OqCOQHHMBdZb8DLErdN1pCfzRsSEUDhM {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #LDTzNoTcQy06aLEXXavbQSwP4oKloFF4 {  }
 }@media only screen and (max-width: 763px) { #vdQoZVEdUQDiBHetPppVqmEuFmn8Fz1g #p38J4xSa0XoSShCe123A5iEDIGyPB9Ff {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-heading-text { font-size:0.75rem;height:auto; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB .accordion-desc-text { font-size:0.625rem;height:auto; }
#FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB { display:flex;height:auto;width:15.9375rem;top:106.37300109863rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #PPKAJ6Miike3JW5lb16B5DdVzpCkvwbT {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #VEAR5eEQ8bZPyypWFdaKpBHDSall5yA2 {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #SzwPaA3MqDG747rsGy5TVD2P3LSSWACe {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #riKhMS4yALvOltGUp4hXWf7SmJPMvhJZ {  }
 }@media only screen and (max-width: 763px) { #FU7PTqTkVI9BU7Gy4ulxAJIPVG8NENxB #LDLTSDR7LefMF9BuzzLbab2B0niXANrN {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-heading-text { font-size:0.75rem;height:auto; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL .accordion-desc-text { font-size:0.625rem;height:auto; }
#MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL { display:flex;height:auto;width:15.9375rem;top:132.45703125rem;left:0.779296875rem; }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #Glfl1aC99d0VqlOGLggt2NlGskWHrwyw {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #fOiNlAPcnPHEWOcffPgwaZwVZgm0eMfO {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #coRTpVumT4m6qOby3JSmST09CDdbuW71 {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #FrGEeAn7TWeVZCcvV7dMWcTMNMTv25dI {  }
 }@media only screen and (max-width: 763px) { #MT9m1g0rSsJ8RPA1F4Zrm90PdZVS0zmL #WoZVSK3i2iooArTSC5ayLQnzWI0dvdA8 {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-heading-text { font-size:0.75rem;height:auto; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb .accordion-desc-text { font-size:0.625rem;height:auto; }
#vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb { display:flex;height:auto;width:15.9375rem;top:158.99853515625rem;left:0.779296875rem; }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #TJFPWOVXqc4QuG8pGka41UvT7lwzw6Mw {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #UNye2GH8TuoPSvU5DxFTx0RUTUxwy4uZ {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #itX8OQk4Eca3b2uDsTXHnZXOnfcbKlpf {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #xTEQNEKJA31XCJ4GebQms8mtVOHKdWHu {  }
 }@media only screen and (max-width: 763px) { #vIZ3KVFC21XTTB23PeJdUoNLoyxuAkdb #NNvQv4Fyz033ysITTD7T0L6vlcMApt4a {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-heading-text { font-size:0.75rem;height:auto; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 .accordion-desc-text { font-size:0.625rem;height:auto; }
#la1LMRME5N2oOnHLshoeFJRasZW7OJ03 { display:flex;height:auto;width:15.9375rem;top:189.43212890625rem;left:0.779296875rem; }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #rJAwByOOffFF97pKyf08qzEFEOsdOzw7 {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #e3s1xtESENohMNMBtSWJJphwVZrW1Hx7 {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #zWfw5HZXNQmAMJHds5DcOkyB8HEfb2Cu {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #tPJJNHA4lTLPxHxMVT3alrhVOeUqvcfn {  }
 }@media only screen and (max-width: 763px) { #la1LMRME5N2oOnHLshoeFJRasZW7OJ03 #OrWIEThUTgiyPTJclpTgZI1ID8D1z4d8 {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-heading-text { font-size:0.75rem;height:auto; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE .accordion-desc-text { font-size:0.625rem;height:auto; }
#Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE { display:flex;height:auto;width:15.9375rem;top:206.82861328125rem;left:0.779296875rem; }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #rksQFs5ZTL0Zwrn8sQHNTfsMChucB9pT {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #NTt4bb3bK9JGVhzH8KmPob8x7ykvko4T {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #NaQ0Dz3U0UTKcnqC9Z8PosU5JvE35bul {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #BRFeNwPk2srRfVoPB9gB8rICIXopk6ZA {  }
 }@media only screen and (max-width: 763px) { #Hy0TAJA6MsVOlh9rmTIn7sTEJZ4aI6hE #FQbanI4pVDK2fpxRnELVnEaaJn9KWD9M {  }
 }@media only screen and (max-width: 763px) { #Rv7wOamNt049wnQTnX7tP9Q43yeytRfD { display:block; }#Rv7wOamNt049wnQTnX7tP9Q43yeytRfD > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCtJ7KS8myTQNqr1AZePat8hfVSEO60o { width:20rem;height:3.2487rem;top:12rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5i9UJpAGb4Lt4UwDmaU6TnxiUUDHGhp { width:20rem;height:5.3125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTCFtrpZOatsJTIqxPTfFEgX2mWT1nzo { width:19.5rem;height:36.625rem;top:11.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDogHyNJ6IQLRUBTiEccyROIVq1WPAvL { width:5.25rem;height:1.875rem;top:31.25rem;left:2rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #yRWvBIoXBgBaT5ML3lu8WrK1hvhysabs { width:3.9375rem;height:1.46050625rem;top:31.4375rem;left:3.625rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #VSdC8DHpb0Jsg99STRLADqMlrGbkIaSx { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:4.0631484985351rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2WnmDUuke7UDP7sHtCi9e8Ts1HcLgc7 { width:6.124825rem;height:1.875rem;top:31.25rem;left:7.125rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #AP9op22tAUfkmogSRtLNVTq0p5w479vk { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:2.6870651245117rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SATBLn8a8ZzaV4h5Py8cSvcJbe4hcNSz { width:4.6875rem;height:1.46050625rem;top:31.4375rem;left:8.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15102;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wrh0KTobJrFUZP7uh7Z9flfA5UCeRqXZ { width:5.3125rem;height:1.875rem;top:31.25rem;left:13.25rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #EikSmIRJTAGwDVqRbTa1NxRBBARHAexV { width:3.5rem;height:1.46050625rem;top:31.4375rem;left:15rem;font-size:0.5625rem;text-align:left;text-align-last:left;z-index:15103;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZasfftFaGobTNLd3lQh5yWmTqxm8BSbv { display:flex;width:4.375rem;height:4.375rem;top:51.667755126953rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8WkwIygdHnQeaXTB8nqH6eXeNabiH4a { width:4.6875rem;height:6.75rem;top:32.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag80Pl1hMa5PB6z0RKaTh9tIJaz8JTZn { width:4.5rem;height:6.625rem;top:32.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy5z1sx2UZB9Ui1He772S1hH5AvG4gel { width:20rem;height:2.59874375rem;top:38.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #klqgZVafQsEqzCuXU4FtS9dok2r4vUX0 { width:12.5rem;height:0.8941rem;top:37.375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B56H7VTZ135tD2XAGoGQ0JKBOT66ntSf { top:40.8125rem;left:2.9375rem;width:14.625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWUgJuXM6TZ7sv5PBQlVKnEBpxhHFOUn { display:block; }
 }@media only screen and (max-width: 763px) { #xFQTqeaxcTkamo3prXTJbJphmTRlSVRX { width:4rem;height:2.8125rem;top:44.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BElhusVQpNipB8dZAouFkdbvlNgqPgic { width:2.8125rem;height:2.8125rem;top:44.375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCJEBtukKwmPKKsDT8JTaqaRMWEfWQ5n { width:3.5rem;height:1.6875rem;top:44.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAyW8r0Cx9zIrJETKAT0Ce1UEnKfVEl { width:3rem;height:1.875rem;top:44.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Q7Gef10931V8iETHyiRE7uKbp2cdpJ { width:12.625rem;height:20.3125rem;top:13.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX4kNTWe34TM61Zzkaez6vNreHEV0uRU { width:17.5rem;height:0.73125rem;top:9.9307518005369rem;left:1.2491122484207rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMwgJqEOL8rR0KnppxZsEImIOzsQQrXF { display:flex;top:28.6875rem;left:2.625rem;width:1.4375rem;height:1.4375rem;z-index:15105; }
 }@media only screen and (max-width: 763px) { #wXXcJ3ByT1mgb2Bdd2iAbaSwxxcSBo7r { display:flex;top:31.5rem;left:7.25rem;width:1.31171875rem;height:1.31171875rem;z-index:15107; }
 }@media only screen and (max-width: 763px) { #yZ2pfJgX33D8EfATiBpNbtWh2eA1EPsT { display:flex;top:31.5rem;left:13.5rem;width:1.31171875rem;height:1.31171875rem;z-index:15108; }
 }@media only screen and (max-width: 763px) { #H37T5caIoBRtcZpBBofqp5Z2K8ZAodkI { width:18.3730625rem;height:7.3025125rem;top:1.5181102752686rem;left:0.81232237815856rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu { display:block; }#Kewc9bcgi7N0WLhHT0wOdUT8qrd2FnUu > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q80ydD84SEpCUiXIX4yPHX2m4msoI3Nd { width:17.56225rem;height:2.3120125rem;top:1.912109375rem;left:1.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTPQggpnabQNRLxWweeAbTHoWPPn7K9 { width:20rem;height:0.975rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfisO49VJiVzn5Bniew2LK8Z1kS1bwNk { width:10rem;height:46.9574375rem;top:5.473634375rem;left:0rem;font-size:0.3125rem;display:block; }#MfisO49VJiVzn5Bniew2LK8Z1kS1bwNk li:before{  }
 }@media only screen and (max-width: 763px) { #lB4cNO7IWPTdgnmFdMAq8yw5mql59D6m { width:9.6875rem;height:42.61068875rem;top:5.4736328125rem;left:10.3125rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD9xtkF2cKvEV6T3ZdWhCWUTvP7hxFQo { width:17.3118125rem;height:3.8997375rem;top:56.384941101074rem;left:1.343217253685rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVGeQqS8Qsnw0uO76vCZqQXx22HA6R9p { width:10.625rem;height:0.8941rem;top:54.875rem;left:2.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbLx0OZy8NfZMszHN9tf5vbl7ppsRSHt { width:17.5rem;height:17.5260625rem;top:61.16654586792rem;left:1.1875rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAfQ9m3wGp1UpHdENfa3adATiJKpZPmu { width:10.9375rem;height:0.8941rem;top:54.875rem;left:7.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }