.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:195,163,101;--color-primary-1:178,140,114;--color-primary-2:238,158,36;--color-primary-3:148,109,83;--color-primary-4:127,96,72;--color-secondary-0:171,220,230;--color-secondary-1:161,242,243;--color-secondary-2:150,162,179;--color-secondary-3:98,116,141;--color-secondary-4:64,84,102;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h { position:relative;z-index:auto;display:none; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h { border-width: 0; border-radius: 0; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xzUGxk7oymFSQADVb1qW5r5wxy4xdfhD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#sXGWIXa5PF5CCuXTmTHJG91ksSgGPUlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pnfTzmn6DKaqi6kR6M8al2qwqZX4bTXV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#tMRKGBz1iITke7ZS8GQP8XQ6daAo39sL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#O3GsZg8v5wsOQngTSEDpu5d6eKEIZUmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AUezwFTys7xhaZJ45epF9sFrs9X2WDyO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#AUezwFTys7xhaZJ45epF9sFrs9X2WDyO > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#cC1qkyPJdi1UAVxaQsdT7bbpyCQWJDZu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#RD5kNdvTA8PFPc2OhXerefGZzpVJQL40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1iEJakgXzIGXIJarKJzq23cg2gkGUk8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#VVEQlCIPJtyxBiVqk69tVnr1ASUac3Q5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#g9MqaVmcGwSJXtedt68EpZT39z1KPKxV { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raCGgh5RiAvWhuv9FTeTTkMhyv93nz3L { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:15.58203125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRSNuwGMZJfRbsAPaWADcwlb4gMweNUM { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qm8KgclKocL0QElrTuuvxrHoN3amlX1B { color:#a57f62;display:block;width:5.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:10.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPfAW0vTfTwTd8JUqLlbOrFBIslnOs9T { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIrERANsS7Wm2WvTFeR4AyuID2kTfJAS { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UEOtV9u4ISPfp3siJOsuilLyVgN9yquV { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v { position:relative;z-index:auto;display:none; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v { border-width: 0; border-radius: 0; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container.adaptive-delivery-prevent-bg, #NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container.lazyload, #NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container.lazyloading { background-image: none; }#VsKEZCSMC6i4Ddg9o7UT31TivJEsrGiE { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#IbcrksETkoiceeRGTfHsgT6fA7Q3R4D3 { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF { position:relative;display:none; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF { border-width: 0; border-radius: 0; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Q2o5bvu1yxnvFzivJFW8IKmxWiaEZznx { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:9rem;left:0.375rem;display:none; }
#Jd1yWCSDsZo4PPvwTOvFbC4TAI7PQvkU { 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:9.375rem;width:20.625rem;display:none; }
#VJcLXEPbJKPzTUSSTecukVfT2ktOSV5b { 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:22.5rem;width:22.5rem;display:none; }
#kh9MN2wwbFWRSMZ3E3WH41w81NnBMKvg { 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; }
#vCtAJNTzPVGQ6BLB1c4vo7WVoopbUPVo { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:30.5rem;left:0rem;display:none; }
#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO { position:relative;display:none; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO { border-width: 0; border-radius: 0; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cEU9CUTwGVMtcD5HvpvzMZ1VGN7uOnuV { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 { position:relative;display:none; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 { border-width: 0; border-radius: 0; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#geuLm5c9J6P10GX1pIJaiuEPb8u7hbTq { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EKbJvCIKbG9dbvTtP2vsfkRFa2gVw6ST { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dq8U1RPeKKREzBOrCAMzScZvV53FU3Ny { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o0oy7druTs06tCurBWnEI1GoMb2ZJkMf { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#aEQ72licInoT5D24uh8LsTy67kuLmFJt { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#VPQ9O3XkxnLWa9dJCTaL505oU1uB0nDV { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#vDFVwk0zqKsTVVLN37mNPxEnhNR8DeHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDmUEBfocvX7R2TFayJopD9FuzNX0nBq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#Z6LTLqguMaqmGFdqzsDs8CRJLaF6N4XA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-form-header {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:first-of-type{padding-top:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:last-of-type{padding-bottom:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ { position:relative; }
#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU { position:relative;display:none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU { border-width: 0; border-radius: 0; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EKuIJhzoVNNrgvROOXffdor7EOpdSuxT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#Ik4Kc7wBVVeP9wOgyMqi10v59HTPHfzT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#yS4i7qGrnM3Cv4htaFtipzkUdMSCumxn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { position:relative;display:none; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { border-width: 0; border-radius: 0; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#i6MX7ITdR2wF8F9lrh4EacNQzZrekLNd { position:absolute;display:block;z-index:15030;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.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#qb6aB0M4RRkKdZLDHU7Wv58ATJv0TyJz { position:absolute;display:block;z-index:15030;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:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#OwFnPJn1heCkMpCvVu8Tmx0KQJXqxfr3 { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#UOiwKT01hlT51seakGkGw6VcrcIPHg6F { position:absolute;display:block;z-index:15110;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.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { border-width: 0; border-radius: 0; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#gD8kxMtPICe83or56v3ezHU9EberF47d { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#cRZ8v9w5ZBQkpM2cGsbNvN6d5okLcsUl { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#SIpnUfIiUOtJgSzI6izETdtOT2NTpx7Q { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#VcnLytvP3thBluiKqheQh1SB7ETFkDA5 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#iL7NJqQoAdoue9U6JuvHCcI62ixyZ1Di { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaERcEPA9wPT8cpXKwvFyCMvSlbqOLDA { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;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; }
#hHuK7caqeNgHazwBT5gpcz7ElDicRIUo { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#dlmtvTDcWgnOOk9MdTuHQ00CPazKhkZv { position:absolute;display:block;z-index:15013;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:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#JwTqPKLX4K2Kldk11nrHQwpedgtnUTzU { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y { position:relative;display:none; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y { border-width: 0; border-radius: 0; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Hrye0IQlvFTRUNsU32oNpsL9ogRwM1HZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:27.875rem;display:none; }
#BoGmOVLHBTDXeew9KyM6epvtTaDop8RT { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I3GF3VCBCvQSUvCANKUpgzJpPMShnEth { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.75rem;top:14.1875rem;left:5rem;display:none; }
#OVg6e3C04vsiv5zukFN5XmgAXmX7Mxy1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#hwQJu9nzMwnkvUmSda3oE5BcU4gAoSzo { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#iEdws2B9NI46906rCc6ewoJ0IJDzNXr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yoUNE1oOKwu3uUrplpq1csrSNPcru51G { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DhG82XnU29KZgvVFlfLtnvmDwG38GPyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w8cwCZeeqfuiSJmhd3H9AR8kUUJ6udD5 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#cL81LHmLsHlQxB5wTeAQF859raKaA2em { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#igoAEuK9xsc5NXgOSXKviaFJMrTQiH79 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 { position:relative;display:none; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 { border-width: 0; border-radius: 0; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pRPkpwt87QGSTUTyt4No1bBo5uR64y56 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#rmCGMPCbxbTLnKmWeoIN7pEliwCO4uNz { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ct8S6DoTRosxQD47tT1sDSFM8yIwI1FL { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.375rem;left:0.375rem;display:none; }
#amdKkyJpeudy152E8rHJbJhVrmfcwHpw { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:32.4375rem;left:0rem;display:none; }
#TB4DrKGfBKH0VSQGHGLz4z7aG7DCL4B5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#iStRPLkOy79zEJPPLSUbrqi8BHICTHrH { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.375rem;top:65.25rem;left:5.375rem;display:none; }
#KOaTdWClm3eXTg3CgGzdxERAcb42PSUA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#ZnoGwhWgAcvolZPn4xT8moKK2BwsZ522 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:77.625rem;left:5.375rem;display:none; }
#pNB2lqc14Bx1rXt3O23DdqCPAmJpVTI3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#TyhovHdCfctgUpQHbZbgotF8uCGNIJ8O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#XTwtlJaZaD2KB29PGFCfubc8htI3Z1RO { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:118.25rem;left:5.375rem;display:none; }
#Zc24DCAIeqrWhsgkpbgZDlsE2cXFk2Hy { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#sLZbLW5cDT87RJ2he1LtzMGySmpBZxxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5x8R9IIU7fdFg2Orafc2mqQkVvPqfwV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FGfND8S29cTpV9khHVwEHguMSLGZduI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyviEP8HDmytzqJNaqby9fksrOCxKIPN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Pir9xGOlUqI1EJUywxk1TLD5vEpiV8dJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfMqDQJaP3xr6piGdBVHbqWFtEv4OLHI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FspcI8XQQoaJCTtWh5IOluQ27M7BoNKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MyuB24TKST2nN54sPyaxxIx0LKU5QWSi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yr3kkHMcSAIcxsBdKlQ7I4Ih1Qtz6TT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPX3kLxVbVsGcxSCTKXIPVGsiQq7OckK { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MQR0AfkHMP99J4lSdAxJx9TrZCDIFaJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVAD8Kowl8rCyGwbwnPRxdCUMpnkJ7LR { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:86.5rem;left:8.5rem;display:none; }
#EUHo3EchB0prqb06ObWlDZgR7BTBgavg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#y0QhbMdFFyqtX1awLyQoLCuUwsnpo3s7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XbtXcB4wDUu3pNupS6gO1NreMvpnSVLC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCqtDXRGIqKKHB8MGieVW1tBTQSqH9Ld { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#pqafRl9hxpsTEV67GHWGH8oOFpztK2DZ { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:97.4375rem;left:5.0625rem;display:none; }
#Tpyt8cgTRAQmfzgcaVbDTDQX5VibkmQ0 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ugzgmxyOhqdnTGLhnIFLt7lgoshdcnOK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTL6migfVpCzrHMdz8iD5dned4COb64k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#NJAGtTJk5LqM2adOPTfW07plV3QxBEdV { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.875rem;top:111.5625rem;left:5.3125rem;display:none; }
#M3ROPCweph6KcDZpbIqH1T7llcNL5C6T { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#GPUS1LkZro8NQrt9uMR7rXvS609tNH2Q { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#km33vURMitIiNudqnPALgXWrm6QzXvbl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iii5gJbzIiU3K3IPAMJXolLlZP49VJDH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#sCi8eR5Th4moBGoIOU8pvz0H8C72a2sD { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#m3I2CFkPOTVcp4k6GvmGDUlQ2NNkzuwG { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg { position:relative;display:none; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg { border-width: 0; border-radius: 0; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sGr4k8KTD2eSM574L9gVSgMdOGbNoI11 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:27.875rem;display:none; }
#wJq1fMi1PxnNHtmzTfs94SFhsbo9ZK6P { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ma2reFzIrPpQDGLXy1ieMc2WUOCSOgkU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#wvrQA3GJbmpFIcpoKTg31MUp0TD9oyrn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TFdNHaLW5gCNDm8s0VS28GUCzLx6TbdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydSJJtGBq1aEXPkzVrgQHQSDtVSKHvOd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RhspsHDnosLpzHU1gg4MhO22JqVFUD5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQo0RMOAOP4ErGyDFg3GK8JsiJ5I6KcO { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#vD31qbpOkb9iKlSN6JX22GLeNKwAWI1U { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:28.375rem;left:5rem;display:none; }
#ezTVT6cAVrcCJBLu8ZT1XqcsRR7dw3AM { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#mOMghmpMRrq3l5bx7ucq2eKMTbp8z9kE { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:44.4375rem;left:4rem;display:none; }
#ITHF6I6mevpLWFwT6HM6OZvSmTIawJst { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#I3T4p1ZBgN1zcMcnd1pbN0V3Cl9ZqbFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vrXd3xTcSpK0lstoSMzet0ur5FU8cBrK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#hLPQJxdKHOzGzkPSJXs1QOFXs9RMBa68 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#dQrNpZ922CO3wz49w1c5Tvn42zpufkfn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:60rem;display:none; }
#qsbEdAD1meTEItIxMxDk4cPaTs3AE2Ak { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WT2DQyWo3dPxABOmg16QeQSMRnWCKsv6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTUaFgt0ZFrg6BHnMgCNOkeWcsFicCBS { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC { background-color:rgba(var(--color-secondary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { border-width: 0; border-radius: 0; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#kRvdPkTghwAHfOELwcpUkd9Hhp8DhNWx { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#yJBxSHgWND2TrXCXN1afS0Roo6kBIKV3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBRJh5d8XExTB1VcAKwxKM4wdDNTuSJA { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#PaXPcyWeLAVwW242THxE2N0uE0PKuVLZ { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RkbSRy5ESWlFi3AAbO8BXiMeZ6t8xMna { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#h9nFmqgWVRnTkFkIuST1xSC107LT6M6I { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#QbEf3VeJQJ2hwu2Tm2OeDd45hQwpQc9h { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TSWuLt4xIrOMBOg4tSABvLshCPsLVoJq { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#DGkpQxn5gF6wrT33zBBpgZoOEIUUMS3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { border-width: 0; border-radius: 0; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#esy8xHxWlBlBs0z6TTrpWbeLqgTg2SfE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.75rem;left:47.5rem;display:block; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;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; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;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; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr { position:relative;display:none; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr { border-width: 0; border-radius: 0; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WJ8ga4XJAVydNZKMmcTpE3Iw5r0ANC1Q { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pkpy5yGBBKUy3NDv3FJS9BvG103dPGU3 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#kcfMlGDcMdmnPSOxt8LBdSm6auolRVCi { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#wh4RqgMdzyPt5Mv8gwsbA0O2fbwmgoUA { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#nPTVUqof6gQTgRqErXKaIeEP0UihrlPw { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#qDfHW1pT5TJ6ohIn3NByC9xZq7Thszqz { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#wAGJlNlGv403ldmleVRvlPN4kPKVsgBc { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#zeeOpvD0qnzVVi02Me3AZh4GJhUORMdt { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#tfxVSJvlJkdhmp3reRUB44s5DcOCN1rS { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { border-width: 0; border-radius: 0; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:relative;z-index:auto;display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { background-color: transparent; background-image: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { background-color: transparent; background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyloading { background-image: none; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { position:relative;display:block; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { background-color: transparent; background-image: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container > .video-iframe-container { display: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row > .video-iframe-container { display: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .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); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { border-width: 0; border-radius: 0; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-form-header {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm { position:relative; }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { position:relative;display:block; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { background-color: transparent; background-image: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container > .video-iframe-container { display: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row > .video-iframe-container { display: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .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); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { border-width: 0; border-radius: 0; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { position:relative;display:block; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { background-color: transparent; background-image: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container > .video-iframe-container { display: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row > .video-iframe-container { display: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .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); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { border-width: 0; border-radius: 0; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.75rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.625rem;left:17.8125rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:12.37451171875rem;left:2.18701171875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:15.1240234375rem;left:14.6865234375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.875rem;left:9.5625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.49951171875rem;left:54.1875rem;display:block; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.75rem;left:54.1875rem;display:block; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.9990234375rem;left:54.1875rem;display:block; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:16.2490234375rem;left:54.1875rem;display:block; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { border-width: 0; border-radius: 0; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.62451171875rem;left:2.562255859375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.445068359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.40185546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { color:rgba(30,30,30,0.7);display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:14.081787109375rem;left:18.186767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { color:rgba(30,30,30,0.7);display:block;width:10rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.054443359375rem;left:5.07568359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:3.20068359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:33.16259765625rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { 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;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { 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;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { 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; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { 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;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { 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; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { 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; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:31.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { 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; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:8.060302734375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:25.345458984375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:43.623046875rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
body { position:relative;display:block; }
#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h { display:none; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row .container { width:47.75rem;position:relative;display:none; }#xzUGxk7oymFSQADVb1qW5r5wxy4xdfhD { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#sXGWIXa5PF5CCuXTmTHJG91ksSgGPUlv { display:block; }
#pnfTzmn6DKaqi6kR6M8al2qwqZX4bTXV { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#tMRKGBz1iITke7ZS8GQP8XQ6daAo39sL { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#O3GsZg8v5wsOQngTSEDpu5d6eKEIZUmT { display:block; }
#AUezwFTys7xhaZJ45epF9sFrs9X2WDyO { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#AUezwFTys7xhaZJ45epF9sFrs9X2WDyO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#cC1qkyPJdi1UAVxaQsdT7bbpyCQWJDZu { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#RD5kNdvTA8PFPc2OhXerefGZzpVJQL40 { display:block; }
#q1iEJakgXzIGXIJarKJzq23cg2gkGUk8 { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#VVEQlCIPJtyxBiVqk69tVnr1ASUac3Q5 { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#g9MqaVmcGwSJXtedt68EpZT39z1KPKxV { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#raCGgh5RiAvWhuv9FTeTTkMhyv93nz3L { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
#mRSNuwGMZJfRbsAPaWADcwlb4gMweNUM { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#Qm8KgclKocL0QElrTuuvxrHoN3amlX1B { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.625rem;display:block; }
#bPfAW0vTfTwTd8JUqLlbOrFBIslnOs9T { top:3.75rem;left:6.49951171875rem;width:7.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
#VIrERANsS7Wm2WvTFeR4AyuID2kTfJAS { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#UEOtV9u4ISPfp3siJOsuilLyVgN9yquV { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v { display:none; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container { width:47.75rem;position:relative;display:none; }#VsKEZCSMC6i4Ddg9o7UT31TivJEsrGiE { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#IbcrksETkoiceeRGTfHsgT6fA7Q3R4D3 { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF { display:none; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF { border-width: 0; border-radius: 0; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#Q2o5bvu1yxnvFzivJFW8IKmxWiaEZznx { top:9rem;left:0rem;width:19.125rem;height:;font-size:1.6875rem;color:#000000;display:none; }
#Jd1yWCSDsZo4PPvwTOvFbC4TAI7PQvkU { width:20.625rem;height:9.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
#VJcLXEPbJKPzTUSSTecukVfT2ktOSV5b { width:22.5rem;height:22.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
#kh9MN2wwbFWRSMZ3E3WH41w81NnBMKvg { color:#5d92ff;display:none; }
#vCtAJNTzPVGQ6BLB1c4vo7WVoopbUPVo { top:30.5rem;left:0rem;width:19.125rem;height:;font-size:1.6875rem;color:#000000;display:none; }
#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO { display:none; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .row .container { width:47.75rem;position:relative;display:none; }#cEU9CUTwGVMtcD5HvpvzMZ1VGN7uOnuV { display:none; }
#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 { display:none; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row .container { width:47.75rem;position:relative;display:none; }#geuLm5c9J6P10GX1pIJaiuEPb8u7hbTq { top:1.25rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
#EKbJvCIKbG9dbvTtP2vsfkRFa2gVw6ST { top:4.25rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
#dq8U1RPeKKREzBOrCAMzScZvV53FU3Ny { top:7.1875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }
#o0oy7druTs06tCurBWnEI1GoMb2ZJkMf { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#aEQ72licInoT5D24uh8LsTy67kuLmFJt { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#VPQ9O3XkxnLWa9dJCTaL505oU1uB0nDV { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#vDFVwk0zqKsTVVLN37mNPxEnhNR8DeHI { display:block; }
#SDmUEBfocvX7R2TFayJopD9FuzNX0nBq { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#Z6LTLqguMaqmGFdqzsDs8CRJLaF6N4XA { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ {  }
#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU { display:none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { width:47.75rem;position:relative;display:none; }#EKuIJhzoVNNrgvROOXffdor7EOpdSuxT { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Ik4Kc7wBVVeP9wOgyMqi10v59HTPHfzT { width:47.75rem;height:19rem;display:none; }
#yS4i7qGrnM3Cv4htaFtipzkUdMSCumxn { width:14.0625rem;height:5.125rem;display:none; }
#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { display:none; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row .container { width:47.75rem;position:relative;display:none; }#i6MX7ITdR2wF8F9lrh4EacNQzZrekLNd { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#qb6aB0M4RRkKdZLDHU7Wv58ATJv0TyJz { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#OwFnPJn1heCkMpCvVu8Tmx0KQJXqxfr3 { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#UOiwKT01hlT51seakGkGw6VcrcIPHg6F { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq { display:none; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { width:47.5rem;position:relative;display:none; }#gD8kxMtPICe83or56v3ezHU9EberF47d { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#cRZ8v9w5ZBQkpM2cGsbNvN6d5okLcsUl { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#SIpnUfIiUOtJgSzI6izETdtOT2NTpx7Q { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#VcnLytvP3thBluiKqheQh1SB7ETFkDA5 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#iL7NJqQoAdoue9U6JuvHCcI62ixyZ1Di { display:block; }
#vaERcEPA9wPT8cpXKwvFyCMvSlbqOLDA { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#hHuK7caqeNgHazwBT5gpcz7ElDicRIUo { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#dlmtvTDcWgnOOk9MdTuHQ00CPazKhkZv { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#JwTqPKLX4K2Kldk11nrHQwpedgtnUTzU { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y { display:none; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row .container { width:47.75rem;position:relative;display:none; }#Hrye0IQlvFTRUNsU32oNpsL9ogRwM1HZ { width:22.1875rem;height:12.875rem;display:none; }
#BoGmOVLHBTDXeew9KyM6epvtTaDop8RT { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#I3GF3VCBCvQSUvCANKUpgzJpPMShnEth { top:14.1875rem;left:0rem;width:14.0625rem;height:5.75rem;font-size:0.6875rem;display:none; }
#OVg6e3C04vsiv5zukFN5XmgAXmX7Mxy1 { width:47.75rem;height:27.75rem;display:none; }
#hwQJu9nzMwnkvUmSda3oE5BcU4gAoSzo { width:;height:;display:none; }
#iEdws2B9NI46906rCc6ewoJ0IJDzNXr2 { display:block; }
#yoUNE1oOKwu3uUrplpq1csrSNPcru51G { width:;height:;display:none; }
#DhG82XnU29KZgvVFlfLtnvmDwG38GPyI { display:block; }
#w8cwCZeeqfuiSJmhd3H9AR8kUUJ6udD5 { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#cL81LHmLsHlQxB5wTeAQF859raKaA2em { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#igoAEuK9xsc5NXgOSXKviaFJMrTQiH79 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 { display:none; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row .container { width:47.75rem;position:relative;display:none; }#pRPkpwt87QGSTUTyt4No1bBo5uR64y56 { width:47.75rem;height:27.75rem;display:none; }
#rmCGMPCbxbTLnKmWeoIN7pEliwCO4uNz { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#Ct8S6DoTRosxQD47tT1sDSFM8yIwI1FL { top:16.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#amdKkyJpeudy152E8rHJbJhVrmfcwHpw { top:32.4375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.625rem;display:none; }
#TB4DrKGfBKH0VSQGHGLz4z7aG7DCL4B5 { width:47.75rem;height:27.75rem;display:none; }
#iStRPLkOy79zEJPPLSUbrqi8BHICTHrH { top:65.25rem;left:0rem;width:14.5625rem;height:2.375rem;font-size:0.625rem;display:none; }
#KOaTdWClm3eXTg3CgGzdxERAcb42PSUA { width:47.75rem;height:27.75rem;display:none; }
#ZnoGwhWgAcvolZPn4xT8moKK2BwsZ522 { top:77.625rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#pNB2lqc14Bx1rXt3O23DdqCPAmJpVTI3 { width:47.75rem;height:27.75rem;display:none; }
#TyhovHdCfctgUpQHbZbgotF8uCGNIJ8O { width:47.75rem;height:27.75rem;display:none; }
#XTwtlJaZaD2KB29PGFCfubc8htI3Z1RO { top:118.25rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#Zc24DCAIeqrWhsgkpbgZDlsE2cXFk2Hy { width:;height:;display:none; }
#sLZbLW5cDT87RJ2he1LtzMGySmpBZxxp { display:block; }
#w5x8R9IIU7fdFg2Orafc2mqQkVvPqfwV { width:;height:;display:none; }
#FGfND8S29cTpV9khHVwEHguMSLGZduI2 { display:block; }
#OyviEP8HDmytzqJNaqby9fksrOCxKIPN { width:;height:;display:none; }
#Pir9xGOlUqI1EJUywxk1TLD5vEpiV8dJ { display:block; }
#OfMqDQJaP3xr6piGdBVHbqWFtEv4OLHI { width:;height:;display:none; }
#FspcI8XQQoaJCTtWh5IOluQ27M7BoNKT { display:block; }
#MyuB24TKST2nN54sPyaxxIx0LKU5QWSi { width:;height:;display:none; }
#yr3kkHMcSAIcxsBdKlQ7I4Ih1Qtz6TT2 { display:block; }
#SPX3kLxVbVsGcxSCTKXIPVGsiQq7OckK { width:;height:;display:none; }
#MQR0AfkHMP99J4lSdAxJx9TrZCDIFaJS { display:block; }
#HVAD8Kowl8rCyGwbwnPRxdCUMpnkJ7LR { top:86.5rem;left:2.3759765625rem;width:11.4375rem;height:3.1875rem;font-size:0.625rem;display:none; }
#EUHo3EchB0prqb06ObWlDZgR7BTBgavg { width:47.75rem;height:27.75rem;display:none; }
#y0QhbMdFFyqtX1awLyQoLCuUwsnpo3s7 { width:;height:;display:none; }
#XbtXcB4wDUu3pNupS6gO1NreMvpnSVLC { display:block; }
#OCqtDXRGIqKKHB8MGieVW1tBTQSqH9Ld { width:47.75rem;height:27.75rem;display:none; }
#pqafRl9hxpsTEV67GHWGH8oOFpztK2DZ { top:97.4375rem;left:0rem;width:13.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#Tpyt8cgTRAQmfzgcaVbDTDQX5VibkmQ0 { width:;height:;display:none; }
#ugzgmxyOhqdnTGLhnIFLt7lgoshdcnOK { display:block; }
#xTL6migfVpCzrHMdz8iD5dned4COb64k { width:47.75rem;height:27.75rem;display:none; }
#NJAGtTJk5LqM2adOPTfW07plV3QxBEdV { top:111.5625rem;left:0rem;width:13.4375rem;height:1.875rem;font-size:0.6875rem;display:none; }
#M3ROPCweph6KcDZpbIqH1T7llcNL5C6T { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#GPUS1LkZro8NQrt9uMR7rXvS609tNH2Q { width:;height:;display:none; }
#km33vURMitIiNudqnPALgXWrm6QzXvbl { display:block; }
#iii5gJbzIiU3K3IPAMJXolLlZP49VJDH { width:47.75rem;height:27.75rem;display:none; }
#sCi8eR5Th4moBGoIOU8pvz0H8C72a2sD { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#m3I2CFkPOTVcp4k6GvmGDUlQ2NNkzuwG { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg { display:none; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row .container { width:47.75rem;position:relative;display:none; }#sGr4k8KTD2eSM574L9gVSgMdOGbNoI11 { width:22.1875rem;height:12.875rem;display:none; }
#wJq1fMi1PxnNHtmzTfs94SFhsbo9ZK6P { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#ma2reFzIrPpQDGLXy1ieMc2WUOCSOgkU { width:47.75rem;height:27.75rem;display:none; }
#wvrQA3GJbmpFIcpoKTg31MUp0TD9oyrn { width:;height:;display:none; }
#TFdNHaLW5gCNDm8s0VS28GUCzLx6TbdS { display:block; }
#ydSJJtGBq1aEXPkzVrgQHQSDtVSKHvOd { width:;height:;display:none; }
#RhspsHDnosLpzHU1gg4MhO22JqVFUD5I { display:block; }
#xQo0RMOAOP4ErGyDFg3GK8JsiJ5I6KcO { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#vD31qbpOkb9iKlSN6JX22GLeNKwAWI1U { top:28.375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.6875rem;display:none; }
#ezTVT6cAVrcCJBLu8ZT1XqcsRR7dw3AM { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#mOMghmpMRrq3l5bx7ucq2eKMTbp8z9kE { top:44.4375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.625rem;display:none; }
#ITHF6I6mevpLWFwT6HM6OZvSmTIawJst { width:;height:;display:none; }
#I3T4p1ZBgN1zcMcnd1pbN0V3Cl9ZqbFJ { display:block; }
#vrXd3xTcSpK0lstoSMzet0ur5FU8cBrK { width:47.75rem;height:27.75rem;display:none; }
#hLPQJxdKHOzGzkPSJXs1QOFXs9RMBa68 { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#dQrNpZ922CO3wz49w1c5Tvn42zpufkfn { width:47.75rem;height:27.75rem;display:none; }
#qsbEdAD1meTEItIxMxDk4cPaTs3AE2Ak { width:;height:;display:none; }
#WT2DQyWo3dPxABOmg16QeQSMRnWCKsv6 { display:block; }
#JTUaFgt0ZFrg6BHnMgCNOkeWcsFicCBS { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC { display:none; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { width:47.5rem;position:relative;display:none; }#kRvdPkTghwAHfOELwcpUkd9Hhp8DhNWx { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#yJBxSHgWND2TrXCXN1afS0Roo6kBIKV3 { display:block; }
#lBRJh5d8XExTB1VcAKwxKM4wdDNTuSJA { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#PaXPcyWeLAVwW242THxE2N0uE0PKuVLZ { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#RkbSRy5ESWlFi3AAbO8BXiMeZ6t8xMna { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#h9nFmqgWVRnTkFkIuST1xSC107LT6M6I { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#QbEf3VeJQJ2hwu2Tm2OeDd45hQwpQc9h { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#TSWuLt4xIrOMBOg4tSABvLshCPsLVoJq { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#DGkpQxn5gF6wrT33zBBpgZoOEIUUMS3n { display:block; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { display:none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { width:47.5rem;position:relative;display:none; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#esy8xHxWlBlBs0z6TTrpWbeLqgTg2SfE { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { top:0rem;width:;height:;display:none; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:0rem;width:;height:;display:none; }
#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr { display:none; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .row .container { width:47.75rem;position:relative;display:none; }#WJ8ga4XJAVydNZKMmcTpE3Iw5r0ANC1Q { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#Pkpy5yGBBKUy3NDv3FJS9BvG103dPGU3 { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#kcfMlGDcMdmnPSOxt8LBdSm6auolRVCi { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#wh4RqgMdzyPt5Mv8gwsbA0O2fbwmgoUA { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#nPTVUqof6gQTgRqErXKaIeEP0UihrlPw { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#qDfHW1pT5TJ6ohIn3NByC9xZq7Thszqz { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#wAGJlNlGv403ldmleVRvlPN4kPKVsgBc { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#zeeOpvD0qnzVVi02Me3AZh4GJhUORMdt { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#tfxVSJvlJkdhmp3reRUB44s5DcOCN1rS { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { display:none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { width:47.5rem;position:relative;display:none; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:47.75rem;position:relative;display:block; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:47.75rem;position:relative;display:block; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { display:block; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container { width:47.75rem;position:relative;display:block; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { display:block; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { display:none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container { width:47.75rem;position:relative;display:none; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { top:4.75rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { width:37rem;height:1.9375rem;top:9.625rem;left:10.75rem;font-size:0.875rem;display:none; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { width:47.75rem;height:1.9375rem;top:12.3125rem;left:0rem;font-size:0.875rem;display:none; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { width:40.125rem;height:1.9375rem;top:15.0625rem;left:7.625rem;font-size:0.875rem;display:none; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { width:45.3125rem;height:1.9375rem;top:17.875rem;left:2.4375rem;font-size:0.875rem;display:none; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { width:3.625rem;height:3.625rem;top:13.4375rem;left:44.125rem;font-size:2.5rem;display:none; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { width:3.625rem;height:3.625rem;top:10.75rem;left:44.125rem;font-size:2.5rem;display:none; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { width:3.625rem;height:3.625rem;top:7.9375rem;left:44.125rem;font-size:2.5rem;display:none; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { width:3.625rem;height:3.625rem;top:16.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { width:47.75rem;height:58.5625rem;display:none; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:block; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:47.75rem;position:relative;display:block; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { top:31.3125rem;left:12.873481750488rem;width:7.5rem;height:1.75rem;font-size:0.75rem;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { top:22.5625rem;left:0rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:11.875rem;height:1.0625rem;top:30.4375rem;left:0rem;font-size:0.625rem;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { top:31.375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:6.9375rem;height:1.125rem;top:14.0625rem;left:12.061767578125rem;font-size:0.625rem;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:10rem;height:1.125rem;top:14rem;left:0rem;font-size:0.625rem;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:11.875rem;height:1.0625rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:block; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { width:47.75rem;position:relative;display:block; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { width:9.8125rem;height:8.9375rem;display:none; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { width:47.75rem;height:17.1875rem;display:none; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:none; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:none; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:block; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:47.75rem;position:relative;display:block; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { width:31.5625rem;height:15.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:; height:; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:block; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:47.75rem;position:relative;display:block; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row .container { background-color: transparent; background-image: none; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row .container > .video-iframe-container { display: none; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row > .video-iframe-container { display: none; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .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); }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row .container { border-width: 0; border-radius: 0; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qp4xTnTcGFHyImBdKR9BTMwCJ8JcKa6h > .row .container { width:20rem;height:5.74829140625rem;position:relative;display:block; }#xzUGxk7oymFSQADVb1qW5r5wxy4xdfhD { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sXGWIXa5PF5CCuXTmTHJG91ksSgGPUlv { display:block; }
#pnfTzmn6DKaqi6kR6M8al2qwqZX4bTXV { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#tMRKGBz1iITke7ZS8GQP8XQ6daAo39sL { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#O3GsZg8v5wsOQngTSEDpu5d6eKEIZUmT { display:block; }
#AUezwFTys7xhaZJ45epF9sFrs9X2WDyO { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#AUezwFTys7xhaZJ45epF9sFrs9X2WDyO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#cC1qkyPJdi1UAVxaQsdT7bbpyCQWJDZu { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RD5kNdvTA8PFPc2OhXerefGZzpVJQL40 { display:block; }
#q1iEJakgXzIGXIJarKJzq23cg2gkGUk8 { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#VVEQlCIPJtyxBiVqk69tVnr1ASUac3Q5 { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g9MqaVmcGwSJXtedt68EpZT39z1KPKxV { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#raCGgh5RiAvWhuv9FTeTTkMhyv93nz3L { width:3.75rem;height:0.81176875rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.625rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#mRSNuwGMZJfRbsAPaWADcwlb4gMweNUM { width:5.1237rem;height:0.8125rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.625rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#Qm8KgclKocL0QElrTuuvxrHoN3amlX1B { width:2.7487rem;height:0.8125rem;top:3.7174479961395rem;left:0.125rem;font-size:0.625rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#bPfAW0vTfTwTd8JUqLlbOrFBIslnOs9T { width:7.125rem;height:0.89233125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#VIrERANsS7Wm2WvTFeR4AyuID2kTfJAS { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#UEOtV9u4ISPfp3siJOsuilLyVgN9yquV { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;display:block; }
#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a2505ff2-da50-48b7-8e85-3991de7d7d52/Post.crop_1080x1010_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v.adaptive-delivery-prevent-bg, #NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v.lazyload, #NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v.lazyloading { background-image: none; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container { background-color: transparent; background-image: none; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container > .video-iframe-container { display: none; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row > .video-iframe-container { display: none; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .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); }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container { border-width: 0; border-radius: 0; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NL35wO4yy0JkI9bcbaG2Zbf9v2M7D53v > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#VsKEZCSMC6i4Ddg9o7UT31TivJEsrGiE { width:7.1875rem;height:3.9375rem;top:0rem;left:12.8125rem;z-index:15023;display:block; }
#IbcrksETkoiceeRGTfHsgT6fA7Q3R4D3 { width:7.125rem;height:3.875rem;top:0.14453125rem;left:0.75rem;z-index:15022;display:block; }
#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF { display:block; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF { background-color: transparent; background-image: none; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container > .video-iframe-container { display: none; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row > .video-iframe-container { display: none; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .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); }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF { border-width: 0; border-radius: 0; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container { width:20rem;height:35.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container.adaptive-delivery-prevent-bg, #rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container.lazyload, #rLpnk1bzf4tUv1flVR1GNUNpsZZQWqSF > .row .container.lazyloading { background-image: none; }#Q2o5bvu1yxnvFzivJFW8IKmxWiaEZznx { top:9.00146484375rem;left:0.406494140625rem;width:19.1858125rem;height:;z-index:15226;font-size:1.6875rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#000000;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; }
#Jd1yWCSDsZo4PPvwTOvFbC4TAI7PQvkU { top:1.968994140625rem;left:4.3115234375rem;width:11.3745rem;height:4.936525rem;z-index:15227;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
#VJcLXEPbJKPzTUSSTecukVfT2ktOSV5b { top:13.048095703125rem;left:1.77978515625rem;width:16.43675rem;height:16.43675rem;z-index:15236;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
#kh9MN2wwbFWRSMZ3E3WH41w81NnBMKvg { display:flex;top:25.3125rem;left:14.04296875rem;width:4.24926875rem;height:4.24926875rem;z-index:15237;opacity:1;color:#5d92ff; }
#vCtAJNTzPVGQ6BLB1c4vo7WVoopbUPVo { top:30.54443359375rem;left:0rem;width:19.1858125rem;height:;z-index:15228;font-size:1.6875rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#000000;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; }
#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO { display:block; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO { background-color: transparent; background-image: none; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .row .container > .video-iframe-container { display: none; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .row > .video-iframe-container { display: none; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .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); }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO { border-width: 0; border-radius: 0; }#boeOqdMQWkmvhNn7B2VMqmi9xk8riqRO > .row .container { width:20rem;height:37.1875rem;background-color:#e1f2ff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#cEU9CUTwGVMtcD5HvpvzMZ1VGN7uOnuV { top:3.431396484375rem;left:0rem;width:20rem;height:17.2485625rem;z-index:15000;display:block; }
#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row .container { background-color: transparent; background-image: none; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row .container > .video-iframe-container { display: none; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row > .video-iframe-container { display: none; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .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); }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row .container { border-width: 0; border-radius: 0; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdPkOy3oRxt27We8He0lF0SXfAs3ZMg5 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; }#geuLm5c9J6P10GX1pIJaiuEPb8u7hbTq { width:18.4375rem;height:1.4624rem;top:1.25rem;left:0.78125rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#EKbJvCIKbG9dbvTtP2vsfkRFa2gVw6ST { width:20rem;height:2.2753875rem;top:4.3125rem;left:0rem;font-size:0.875rem;color:#805539;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#dq8U1RPeKKREzBOrCAMzScZvV53FU3Ny { width:20rem;height:;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
#o0oy7druTs06tCurBWnEI1GoMb2ZJkMf { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
#aEQ72licInoT5D24uh8LsTy67kuLmFJt { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-primary-1),0.83);background-image:none;display:block; }
#VPQ9O3XkxnLWa9dJCTaL505oU1uB0nDV { width:8.3125rem;height:2.8125rem;top:31.43701171875rem;left:5.5615234375rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;display:block; }
#vDFVwk0zqKsTVVLN37mNPxEnhNR8DeHI { display:block; }
#SDmUEBfocvX7R2TFayJopD9FuzNX0nBq { display:flex;width:4.375rem;height:4.375rem;top:31.5615234375rem;left:2.249755859375rem;font-size:3.0625rem; }
#Z6LTLqguMaqmGFdqzsDs8CRJLaF6N4XA { display:flex;width:4.375rem;height:4.375rem;top:29.56201171875rem;left:4.0625rem;font-size:3.0625rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom: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;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:first-of-type{padding-top:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:last-of-type{padding-bottom:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { width:14.24925rem;height:auto;top:13.966064453125rem;left:1.624755859375rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { width:14.24925rem;height:auto;top:13.966064453125rem;left:1.624755859375rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ {  }
#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU { background-color:rgba(255,255,255,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { background-color: transparent; background-image: none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container > .video-iframe-container { display: none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row > .video-iframe-container { display: none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .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); }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { border-width: 0; border-radius: 0; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#EKuIJhzoVNNrgvROOXffdor7EOpdSuxT { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#Ik4Kc7wBVVeP9wOgyMqi10v59HTPHfzT { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yS4i7qGrnM3Cv4htaFtipzkUdMSCumxn { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { display:block; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { background-color: transparent; background-image: none; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row .container > .video-iframe-container { display: none; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row > .video-iframe-container { display: none; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .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); }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { border-width: 0; border-radius: 0; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row .container { width:20rem;height:11.25rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#i6MX7ITdR2wF8F9lrh4EacNQzZrekLNd { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qb6aB0M4RRkKdZLDHU7Wv58ATJv0TyJz { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OwFnPJn1heCkMpCvVu8Tmx0KQJXqxfr3 { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13769375rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#UOiwKT01hlT51seakGkGw6VcrcIPHg6F { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { background-color: transparent; background-image: none; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container > .video-iframe-container { display: none; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row > .video-iframe-container { display: none; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .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); }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { border-width: 0; border-radius: 0; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { width:20rem;height:46.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#gD8kxMtPICe83or56v3ezHU9EberF47d { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#cRZ8v9w5ZBQkpM2cGsbNvN6d5okLcsUl { width:20rem;height:14.9902375rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#SIpnUfIiUOtJgSzI6izETdtOT2NTpx7Q { width:12.5rem;height:12.5rem;top:24.50439453125rem;left:0rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VcnLytvP3thBluiKqheQh1SB7ETFkDA5 { width:13.125rem;height:4.375rem;top:39.066650390625rem;left:3.4375rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-3),1);background-image:none;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iL7NJqQoAdoue9U6JuvHCcI62ixyZ1Di { display:block; }
#vaERcEPA9wPT8cpXKwvFyCMvSlbqOLDA { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#hHuK7caqeNgHazwBT5gpcz7ElDicRIUo { display:flex;width:5.9375rem;height:5.9375rem;top:33.497314453125rem;left:0rem; }
#dlmtvTDcWgnOOk9MdTuHQ00CPazKhkZv { width:20rem;height:13.36425rem;top:19.013671875rem;left:0rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JwTqPKLX4K2Kldk11nrHQwpedgtnUTzU { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(var(--color-tertiary-1),0));background-image: -moz-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(var(--color-tertiary-1),0));background-image: -ms-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(var(--color-tertiary-1),0));background-image: -o-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(var(--color-tertiary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='rgba(var(--color-tertiary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='rgba(var(--color-tertiary-1),0)' );";background-image: linear-gradient(180deg, rgba(225,242,255,0.68), rgba(var(--color-tertiary-1),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row .container { background-color: transparent; background-image: none; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row .container > .video-iframe-container { display: none; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row > .video-iframe-container { display: none; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .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); }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row .container { border-width: 0; border-radius: 0; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2iSH2Ln3JT9a2PAfDZD32J1h6CVnu0y > .row .container { width:20rem;height:40.625rem;position:relative;display:block; }#Hrye0IQlvFTRUNsU32oNpsL9ogRwM1HZ { top:3.49853515625rem;left:1.3427734375rem;width:17.5625rem;height:10.0625rem;z-index:15137;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BoGmOVLHBTDXeew9KyM6epvtTaDop8RT { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#I3GF3VCBCvQSUvCANKUpgzJpPMShnEth { top:13.89192199707rem;left:4.69140625rem;width:14.4375rem;height:4.119875rem;z-index:15070;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#OVg6e3C04vsiv5zukFN5XmgAXmX7Mxy1 { top:20.80859375rem;left:1.2161458730698rem;width:17.5rem;height:10.125rem;z-index:15140;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hwQJu9nzMwnkvUmSda3oE5BcU4gAoSzo { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iEdws2B9NI46906rCc6ewoJ0IJDzNXr2 { display:block; }
#yoUNE1oOKwu3uUrplpq1csrSNPcru51G { top:31.31379699707rem;left:1.2708333730698rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DhG82XnU29KZgvVFlfLtnvmDwG38GPyI { display:block; }
#w8cwCZeeqfuiSJmhd3H9AR8kUUJ6udD5 { top:31.51611328125rem;left:5.0009765625rem;width:14.6228125rem;height:1.78466875rem;z-index:15077;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#cL81LHmLsHlQxB5wTeAQF859raKaA2em { width:16.5rem;height:2.80029375rem;top:35.50439453125rem;left:1.24853515625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15014;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#igoAEuK9xsc5NXgOSXKviaFJMrTQiH79 { width:3.8125rem;height:3.8125rem;top:34.439697265625rem;left:16.553955078125rem;font-size:2.625rem;z-index:15012;color:rgba(246,0,0,0.83);display:block; }
#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row .container { background-color: transparent; background-image: none; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row .container > .video-iframe-container { display: none; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row > .video-iframe-container { display: none; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .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); }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row .container { border-width: 0; border-radius: 0; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDmz1BBvviuirf0pzHKRRp6ly9IglQr4 > .row .container { width:20rem;height:136rem;position:relative;display:block; }#pRPkpwt87QGSTUTyt4No1bBo5uR64y56 { top:3.5625004768372rem;left:1.0625rem;width:17.8125rem;height:10.3125rem;z-index:15137;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rmCGMPCbxbTLnKmWeoIN7pEliwCO4uNz { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#Ct8S6DoTRosxQD47tT1sDSFM8yIwI1FL { top:14.204833984375rem;left:5.0048828125rem;width:14.124375rem;height:1.64795rem;z-index:15070;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#amdKkyJpeudy152E8rHJbJhVrmfcwHpw { top:28.369140625rem;left:5.380859375rem;width:13.624125rem;height:1.6235375rem;z-index:15073;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#TB4DrKGfBKH0VSQGHGLz4z7aG7DCL4B5 { top:17.808837890625rem;left:1.217041015625rem;width:17.56225rem;height:10.18675rem;z-index:15140;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iStRPLkOy79zEJPPLSUbrqi8BHICTHrH { top:42.812255859375rem;left:4.998779296875rem;width:14.624rem;height:2.4353rem;z-index:15076;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#KOaTdWClm3eXTg3CgGzdxERAcb42PSUA { top:31.935791015625rem;left:1.21826171875rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZnoGwhWgAcvolZPn4xT8moKK2BwsZ522 { top:56.9375rem;left:7.061767578125rem;width:11.5rem;height:1.6235375rem;z-index:15076;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#pNB2lqc14Bx1rXt3O23DdqCPAmJpVTI3 { top:46.311279296875rem;left:1.217041015625rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TyhovHdCfctgUpQHbZbgotF8uCGNIJ8O { top:59.764404296875rem;left:1.31103515625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XTwtlJaZaD2KB29PGFCfubc8htI3Z1RO { top:70.12451171875rem;left:5.3125rem;width:13.6875rem;height:1.875rem;z-index:15077;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);display:block; }
#Zc24DCAIeqrWhsgkpbgZDlsE2cXFk2Hy { top:14.123779296875rem;left:0.99951171875rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sLZbLW5cDT87RJ2he1LtzMGySmpBZxxp { display:block; }
#w5x8R9IIU7fdFg2Orafc2mqQkVvPqfwV { top:28.251708984375rem;left:1.20947265625rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FGfND8S29cTpV9khHVwEHguMSLGZduI2 { display:block; }
#OyviEP8HDmytzqJNaqby9fksrOCxKIPN { top:42.375244140625rem;left:1.27197265625rem;width:3.75rem;height:1.43676875rem;z-index:15002;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Pir9xGOlUqI1EJUywxk1TLD5vEpiV8dJ { display:block; }
#OfMqDQJaP3xr6piGdBVHbqWFtEv4OLHI { top:56.6884765625rem;left:1.273193359375rem;width:3.75rem;height:1.43676875rem;z-index:15003;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FspcI8XQQoaJCTtWh5IOluQ27M7BoNKT { display:block; }
#MyuB24TKST2nN54sPyaxxIx0LKU5QWSi { top:70.014404296875rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15004;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yr3kkHMcSAIcxsBdKlQ7I4Ih1Qtz6TT2 { display:block; }
#SPX3kLxVbVsGcxSCTKXIPVGsiQq7OckK { top:83.43798828125rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15006;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MQR0AfkHMP99J4lSdAxJx9TrZCDIFaJS { display:block; }
#HVAD8Kowl8rCyGwbwnPRxdCUMpnkJ7LR { top:83.498779296875rem;left:5.1884765625rem;width:13.5rem;height:1.74805rem;z-index:15079;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#EUHo3EchB0prqb06ObWlDZgR7BTBgavg { top:73.0634765625rem;left:1.25rem;width:17.375rem;height:10.0625rem;z-index:15146;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y0QhbMdFFyqtX1awLyQoLCuUwsnpo3s7 { top:97.309326171875rem;left:1.248779296875rem;width:3.75rem;height:1.43676875rem;z-index:15009;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XbtXcB4wDUu3pNupS6gO1NreMvpnSVLC { display:block; }
#OCqtDXRGIqKKHB8MGieVW1tBTQSqH9Ld { top:87.0615234375rem;left:1.390869140625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pqafRl9hxpsTEV67GHWGH8oOFpztK2DZ { top:97.49755859375rem;left:5.0673828125rem;width:13.49975rem;height:1.92448125rem;z-index:15082;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#Tpyt8cgTRAQmfzgcaVbDTDQX5VibkmQ0 { top:111.37426757812rem;left:1.25rem;width:3.75rem;height:1.4362rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ugzgmxyOhqdnTGLhnIFLt7lgoshdcnOK { display:block; }
#xTL6migfVpCzrHMdz8iD5dned4COb64k { top:101.1875rem;left:1.40625rem;width:17.1875rem;height:9.9375rem;z-index:15152;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NJAGtTJk5LqM2adOPTfW07plV3QxBEdV { top:111.5625rem;left:5.3151044845581rem;width:13.4986875rem;height:1.92448125rem;z-index:15085;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#M3ROPCweph6KcDZpbIqH1T7llcNL5C6T { top:125.81119823456rem;left:5.2526044845581rem;width:13.5rem;height:1.74805rem;z-index:15082;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#GPUS1LkZro8NQrt9uMR7rXvS609tNH2Q { top:125.4990234375rem;left:1.06201171875rem;width:3.75rem;height:1.4362rem;z-index:15009;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#km33vURMitIiNudqnPALgXWrm6QzXvbl { display:block; }
#iii5gJbzIiU3K3IPAMJXolLlZP49VJDH { top:115.12500572204rem;left:1.3125rem;width:17.375rem;height:10.0625rem;z-index:15149;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sCi8eR5Th4moBGoIOU8pvz0H8C72a2sD { width:17rem;height:2.80029375rem;top:130.62866210938rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#m3I2CFkPOTVcp4k6GvmGDUlQ2NNkzuwG { width:3.75rem;height:3.75rem;top:129.31494140625rem;left:16.25rem;font-size:2.625rem;z-index:15013;color:rgba(246,0,0,0.83);display:block; }
#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row .container { background-color: transparent; background-image: none; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row .container > .video-iframe-container { display: none; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row > .video-iframe-container { display: none; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .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); }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row .container { border-width: 0; border-radius: 0; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZOdH4CoeOZx7fsvxy1C7L34O5Sl3MMg > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; }#sGr4k8KTD2eSM574L9gVSgMdOGbNoI11 { top:3.49853515625rem;left:1.3427734375rem;width:17.25rem;height:10rem;z-index:15137;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wJq1fMi1PxnNHtmzTfs94SFhsbo9ZK6P { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#ma2reFzIrPpQDGLXy1ieMc2WUOCSOgkU { top:17.68310546875rem;left:1.2158203125rem;width:17.375rem;height:10.0625rem;z-index:15140;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wvrQA3GJbmpFIcpoKTg31MUp0TD9oyrn { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TFdNHaLW5gCNDm8s0VS28GUCzLx6TbdS { display:block; }
#ydSJJtGBq1aEXPkzVrgQHQSDtVSKHvOd { top:28.0634765625rem;left:0.95751953125rem;width:3.75rem;height:1.375rem;z-index:15001;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RhspsHDnosLpzHU1gg4MhO22JqVFUD5I { display:block; }
#xQo0RMOAOP4ErGyDFg3GK8JsiJ5I6KcO { width:3.8125rem;height:3.8125rem;top:64.8125rem;left:16.25rem;font-size:2.625rem;z-index:15011;color:rgba(246,0,0,0.83);display:block; }
#vD31qbpOkb9iKlSN6JX22GLeNKwAWI1U { top:28.39111328125rem;left:4.6875rem;width:14.625rem;height:4.46166875rem;z-index:15077;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ezTVT6cAVrcCJBLu8ZT1XqcsRR7dw3AM { top:13.935791015625rem;left:4.9384765625rem;width:14.25rem;height:1.78466875rem;z-index:15078;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#mOMghmpMRrq3l5bx7ucq2eKMTbp8z9kE { top:45.1845703125rem;left:4.60791015625rem;width:14.5625rem;height:3.24706875rem;z-index:15080;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ITHF6I6mevpLWFwT6HM6OZvSmTIawJst { top:44.9345703125rem;left:0.967041015625rem;width:3.75rem;height:1.3125rem;z-index:15004;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I3T4p1ZBgN1zcMcnd1pbN0V3Cl9ZqbFJ { display:block; }
#vrXd3xTcSpK0lstoSMzet0ur5FU8cBrK { top:34.4365234375rem;left:1.31103515625rem;width:17.3125rem;height:10.125rem;z-index:15143;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hLPQJxdKHOzGzkPSJXs1QOFXs9RMBa68 { top:61.0625rem;left:5.294677734375rem;width:13.49975rem;height:1.74805rem;z-index:15085;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#dQrNpZ922CO3wz49w1c5Tvn42zpufkfn { top:50.498779296875rem;left:1.639404296875rem;width:17.4375rem;height:10.125rem;z-index:15152;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qsbEdAD1meTEItIxMxDk4cPaTs3AE2Ak { top:61.125rem;left:1.2802734375rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WT2DQyWo3dPxABOmg16QeQSMRnWCKsv6 { display:block; }
#JTUaFgt0ZFrg6BHnMgCNOkeWcsFicCBS { width:16.0625rem;height:2.80029375rem;top:66.4375rem;left:1.531005859375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15012;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { background-color: transparent; background-image: none; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container > .video-iframe-container { display: none; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row > .video-iframe-container { display: none; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .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); }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { border-width: 0; border-radius: 0; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { width:20rem;height:22.1875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#kRvdPkTghwAHfOELwcpUkd9Hhp8DhNWx { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-1),1);border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);display:block; }
#yJBxSHgWND2TrXCXN1afS0Roo6kBIKV3 { display:block; }
#lBRJh5d8XExTB1VcAKwxKM4wdDNTuSJA { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#PaXPcyWeLAVwW242THxE2N0uE0PKuVLZ { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#RkbSRy5ESWlFi3AAbO8BXiMeZ6t8xMna { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#h9nFmqgWVRnTkFkIuST1xSC107LT6M6I { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);display:block; }
#QbEf3VeJQJ2hwu2Tm2OeDd45hQwpQc9h { width:18.75rem;height:1.499025rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#TSWuLt4xIrOMBOg4tSABvLshCPsLVoJq { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-1),1);border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);display:block; }
#DGkpQxn5gF6wrT33zBBpgZoOEIUUMS3n { display:block; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { background-color: transparent; background-image: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container > .video-iframe-container { display: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container { display: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .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); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { border-width: 0; border-radius: 0; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { width:20rem;height:76.25rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#esy8xHxWlBlBs0z6TTrpWbeLqgTg2SfE { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #c6996e, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { width:20rem;height:2.99805rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { width:20rem;height:1.9494625rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:45.942710876465rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr { display:block; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr { background-color: transparent; background-image: none; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .row .container > .video-iframe-container { display: none; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .row > .video-iframe-container { display: none; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .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); }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr { border-width: 0; border-radius: 0; }#TrTTyaaA08iWSNBBx5fLagtL5opTi2gr > .row .container { width:20rem;height:24.0625rem;background-color:#e1f2ff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#WJ8ga4XJAVydNZKMmcTpE3Iw5r0ANC1Q { width:15.061875rem;height:2.598875rem;top:5.0625rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#Pkpy5yGBBKUy3NDv3FJS9BvG103dPGU3 { width:18rem;height:2.80029375rem;top:9.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#kcfMlGDcMdmnPSOxt8LBdSm6auolRVCi { width:15.8125rem;height:2.80029375rem;top:13.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#wh4RqgMdzyPt5Mv8gwsbA0O2fbwmgoUA { width:16.0625rem;height:2.80029375rem;top:18rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#nPTVUqof6gQTgRqErXKaIeEP0UihrlPw { width:2.4360375rem;height:2.4360375rem;top:9.3125rem;left:17.625rem;font-size:1.6875rem;z-index:15009;display:block; }
#qDfHW1pT5TJ6ohIn3NByC9xZq7Thszqz { width:2.43706875rem;height:2.43706875rem;top:13.875rem;left:17.5625rem;font-size:1.6875rem;z-index:15010;display:block; }
#wAGJlNlGv403ldmleVRvlPN4kPKVsgBc { width:2.43706875rem;height:2.43706875rem;top:18.0625rem;left:17.5rem;font-size:1.6875rem;z-index:15011;display:block; }
#zeeOpvD0qnzVVi02Me3AZh4GJhUORMdt { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#tfxVSJvlJkdhmp3reRUB44s5DcOCN1rS { width:6.8115rem;height:6.8115rem;top:1.561279296875rem;left:12.138671875rem;font-size:4.75rem;z-index:15012;color:rgba(246,0,0,0.83);display:block; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { background-color: transparent; background-image: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container > .video-iframe-container { display: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container { display: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .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); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { border-width: 0; border-radius: 0; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { width:20rem;height:7.686767734375rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { width:18.5625rem;height:1.499025rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:relative;z-index:auto;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:20rem;height:5.6861979961395rem;position:relative;display:none; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { top:0.5rem;left:0rem;width:6.375rem;height:2.4375rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:2.2;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { width:20rem;height:2.8125rem;top:2.8125rem;left:-0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyloading { background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { width:6.6855625rem;height:3.68555rem;top:3.56103515625rem;left:0rem;z-index:15020;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { width:5.18555rem;height:2.874025rem;top:2.02734375rem;left:9.64892578125rem;z-index:15019;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { display:none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { border-width: 0; border-radius: 0; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container { width:20rem;height:30rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;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-family:var(--headlines-font-family);display:block; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-primary-1),0.83);background-image:none;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom: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;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:14.25rem;height:auto;top:12.808837890625rem;left:1.62353515625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:14.25rem;height:auto;top:12.808837890625rem;left:1.62353515625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { display:none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { border-width: 0; border-radius: 0; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container { width:20rem;height:23.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { display:none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { border-width: 0; border-radius: 0; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container { width:20rem;height:29.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { width:15.061875rem;height:2.5996125rem;top:4.9306640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { width:18rem;height:2.79948125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { width:15.8125rem;height:4.19921875rem;top:13.06201171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { width:16.0625rem;height:2.79948125rem;top:17.8740234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { width:15.625rem;height:2.79948125rem;top:22.62451171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { width:2.43706875rem;height:2.43706875rem;top:8.513671875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { width:2.43706875rem;height:2.43706875rem;top:13.06201171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { width:2.43706875rem;height:2.43706875rem;top:17.25732421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { width:2.43706875rem;height:2.43706875rem;top:21.7001953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { top:2.5751953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { border-width: 0; border-radius: 0; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:20rem;height:57.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { width:3.99858125rem;height:0.97439375rem;top:37.496337890625rem;left:10.946533203125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { width:4.4992875rem;height:0.97439375rem;top:39.21337890625rem;left:11.072998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { width:5.3125rem;height:0.9746125rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-0),1);display:block; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { width:8.25rem;height:0.9746125rem;top:27.6875rem;left:11.2421875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:7.06175rem;height:1rem;top:40.262451171875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:7.375rem;height:1rem;top:50.849609375rem;left:10.763671875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:6.875rem;height:1rem;top:29.223388671875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:7.5rem;height:1rem;top:40.199951171875rem;left:1.576416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:7.312rem;height:1rem;top:29.160888671875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { width:20rem;height:69.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:20rem;height:67.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.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;position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:5.374755859375rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.43798828125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { width:12.37425rem;height:1.9995125rem;top:0.558349609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { width:5.06225625rem;height:1.6870125rem;top:50.22216796875rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#020402;font-family:var(--paragraphs-font-family);display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15202;font-family:var(--paragraphs-font-family);display:block; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { width:5.06225625rem;height:1.6870125rem;top:31.68701171875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15203;font-family:var(--paragraphs-font-family);display:block; }
