.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;
}
@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); }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz { position:relative;z-index:auto;display:none; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz { border-width: 0; border-radius: 0; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .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; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .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; }#ECRqiK7HATlalzJu5xOO9AmCKwXDobTF { 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; }
#GwTSpM1hlBrxh8SgCBtxTO9t70pWCweX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nXPTIvhWHZ4xoRle4zoliAQCwf4FEQOy { 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; }
#QnAurVk2IhVnwdzERauaGkZIixsHmtRO { 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; }
#HwqzBgTt7FzMIRgXTGZvqRcUMfq6duMK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gU3TNMKbd4wx2GeEHN5XJmyKeRqU4a7J { 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; }
#gU3TNMKbd4wx2GeEHN5XJmyKeRqU4a7J > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#zIA2fiSFU9C451341k3N7F7uTG42erb3 { 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; }
#dpn63DBDoGoN3KNSfFhX04E5XS5WbHxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#skWvoo9M5AtPuWgoJL9hp9TQi4Z8WHy6 { 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 #ffffff ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#XK4tQidlbfQxQms5eydvpyVR12OMVqDC { 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; }
#LxmTJR0ZWTH069B9wLBduvi4ZJezgpaz { 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; }
#bPb36m4DeeWiGTrTnCBJSJK09ZSTM46x { 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; }
#IkAZzH3Oe6CVA0bzWHfBK3CS6DFmWT72 { 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; }
#L6bbxpSZAOsLFKUXkkMuex4ycAT2IZl0 { 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; }
#GA0K0PW1Ke8ut2TquOL8mUKzGGlXFreR { 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; }
#m7boGF9h16tUyvsVgIaPdHtZwT9AiFLU { 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; }
#RdQbZGI9qSad7oZ4UnkOU7S63tgzTTI5 { 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; }
#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM { position:relative;z-index:auto;display:none; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM { border-width: 0; border-radius: 0; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .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; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .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; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container.adaptive-delivery-prevent-bg, #miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container.lazyload, #miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container.lazyloading { background-image: none; }#dXfTDdHrSAeRJXLaxXtNVeIs0VuavDz9 { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#pkODgcyiieh7T9ak5TaGJyzmNte18uzP { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#UbzElV822chBpxWwBrfn8S8MM7aIe2WD { position:relative;display:none; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD { border-width: 0; border-radius: 0; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .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; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .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; }#QFGuPu50KPVEU92PSzN7NbR633IKMqEU { 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; }
#oikpGvXOMJwW3f6dT8lzh9MFtCDmc5x5 { 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; }
#zfPdiaiBPZEQWTFT580Cc9GnkHBI9pWT { 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; }
#DFASaogqzei0XofEhzO7Evd3ClpTUbLp { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#tp45X8I8TETiEsCqKbDD010DuXTunx12 { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#wHh7bTKIRBAzO0UQSIlID2hEquemtAhy { 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; }
#pyVLPzbnrUyBFTnXBXmc35ZpardnT6G0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPikeQCLgTb2TTtDzzpkcxqoQTKSMapN { 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; }
#TICGu3u6bcNt3krXgvpm1Ahl79Zem2qg { 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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-form-header {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container:first-of-type{padding-top:0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container:last-of-type{padding-bottom:0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC  { 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:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC {display:block;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC { 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:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #wkLrIkJ4OTkweK4OrspvEEsQ0bxaWElw { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dGpt17mZTEZFx8hy7N9BV5S3EqmWxvS0 { position:relative;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #KQuXxsdAiRJ2X9Q6lE7U2Tn0EbEnwIsI { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #GP1C2SJB7vQ0tDT7FHT38yyLfxVa6dC8 { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #PFUO752Ws4FxpXPFk7QRECpEw6WNOoOg { position:relative;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #WLgeh6yTVpWtaNroaSpLMqzC3mgdhVZL { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dAqtDGK2mWkir5ZoVqsTvI4gKEu5AHBZ { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #Xm0MEZS7c6NrxgRcJ0P6n1HvKGyrc38v { position:relative;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #oHzCAEdinpu1xRiNT7RLyQ1iL0XN45WA { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #iK5y4bq3UdT02V54ldAUAoTomLek0KKV { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #L7LCyU2mJTisBq8IAXUo14aUTDDvAXhB { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #VwMIO84DAvrux4IdJee35SK2zRDXrSuC { position:relative;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #OOh9rRGrHS2wZTHbkoKHdzDHxitXXmEg { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #CuecU1qcunPAU65gCOdeVompuh2k7uIG { position:relative; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #hPRrzm9I2aOBT9A6ztLU73RUAiBxRdor { position:relative; }
#ySd484pQER9LAWMUB84ZtvtAAKzStkby { position:relative;display:none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby { border-width: 0; border-radius: 0; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .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; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .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; }#LyPohBO9FKeJpgVKDC1znZ4sbdSuGNTQ { 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; }
#RX0UTP2x99eCMe32aeM1MtD4mI0dSpcy { 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; }
#OCgXAucZx0gwnOiVo63Bx8l28vLvCTWJ { 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; }
#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { position:relative;display:none; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { border-width: 0; border-radius: 0; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .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; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .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; }#aNvheZBa73Z2vtLhw4quTlbJiwNouq1Z { 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; }
#n9TWh3rN0G2l3IXRIM4cdC61tZmQnIEN { 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; }
#WNuiGpPbO69X1o1ETgA08HCAGBLFVK4J { 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; }
#TBQCS6gXENRbVPna1epg0EElo4eJPgic { 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; }
#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ { 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; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { border-width: 0; border-radius: 0; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#u9pQ7M98nnbJcQNmNV0fEDIV11Tc0IV2 { 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; }
#fKl2zNascoaLJGqB0OTSPgTM21qiOCH7 { 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; }
#elL4LGXHo79EyWgsTBzuP9dSezdVJm8d { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);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; }
#rTivTMLi2irGxG4iN2tyBfeReC2Htcl7 { background-color:#62748d;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; }
#OB7teq98CNX703DHXJoD9xeinkIq8K0C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6wOfUTwMkg3eTkuRELKyTvsxUg0xTJ2 { 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; }
#ZGhleEDtpPmNq6Xqgn7qvMVWw3R3hSRs { 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; }
#KBZut2eMCfmGtF1TBkoWP5E2ZgQ8XCuH { 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; }
#Br7drhxeG0XlFD2VJBNiaTTXmvNTL0EN { 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; }
#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO { position:relative;display:none; }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO { border-width: 0; border-radius: 0; }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .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; }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .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; }#quIlBCWhHb74Bf5ngQx8eA9uI8IW4TIX { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH { position:relative;display:none; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH { border-width: 0; border-radius: 0; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .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; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .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; }#s8t0MZTWzSFibnbzgwGHr4KISctizhGO { 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; }
#RoSuDVlZRhWg9V1nTgiboUyJbtzmmTqy { 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; }
#LfN4s7scyogdRrC2eHdMx9RC4ekKMyQB { 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; }
#y3A8wgAfh3I86qQugPB842KZNR4Cx4Zn { 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; }
#w1fAgCqlduBOuhPcZaV5vQqwfA3s6weJ { 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; }
#l5LVL6C9xRdbiEweoflw4uJMDoVv8ypU { 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; }
#VgcBNLSqDsRTBn7wQqqliHh0UCSmovZt { 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; }
#ikI0CbAuszAstggZSncoCGOy8tJgCTnC { 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; }
#FLpdBXsHL9tZXKsnzlNMLdMfV0fAq7uu { 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; }
#FvNUzAHfC27LxkvqVTrs5xUxxrqg2NzS { 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; }
#xAFU1ClUIBezdBh14MlX0igmDc6bZTSE { 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; }
#fhMxxTVCQ1TJaVWhNRV15sZOmQ1He4QQ { 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; }
#rQyOAqToucRU9mIGSmzVObMO7876RA0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OnE8w5rzS2wiWQbGdyCu0JmJZd20gKJI { 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; }
#ZarK1PdqrTetqpkZZaN4i80nqOPD0o96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4KTJ93i2Pwzsun0nLgdAAiXSUc4BdUt { 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; }
#nbmErmxCdqupFiIsK5pfMcEKWzvf5tTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CNQJFAzWQZfO3X3lFr20HshxX5nVHw4t { 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; }
#aePkMORbKsyAIev6KF5U7syOvZ1bgUln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfHyuJuutL3mAgdSn6QpueS0UqTeIA4w { 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; }
#pHcp4E88pF4A35ofDADKxTXE7nNdLQnw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WeyUbfQsw9LeCyw8bBAtVT40wvbWAW8y { 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; }
#SdDLCmbuBTl8gitncn29KrMZRZ4aAChh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lts2TvP1IuX6FqX3ua7hLmKy2R45DtwH { 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; }
#MiEWXglpbz1gGlVq3tCDNf0n1u2aP556 { 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; }
#u4EefEfyx3xqoGQynd7PMkkI17KDXWcw { 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; }
#hAwdMUOgxQL6LMPUIEEqDF0Hb8L1RWll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#laEdDJbfuE7hBxZagXNrn3v71RyuTrie { 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; }
#PINt8OixQl87K9FmkBbbtxz2QToV8fWC { 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; }
#GHsEfXdn6RBToNTnFJwUzAOwOvUZguGQ { 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; }
#CcoLlJbGnlp4yCvmitbFNb2Kz823CTqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7L0slfaoqGdKyQdTaE49uUd83snwttQ { 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; }
#kozWVknODiQqubDwQBQAcEyqKZ2oul3Z { 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; }
#ndb1kOFkUamlCfwobUiynA6gQv7uw9it { 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; }
#G1dGTxvK2Ave3e78NUwIsnaVWmG6BbQU { 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; }
#DdH14ZwGeArptx9yMxPJI8ZA16TSa0fa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTuNEDHTZh4Nl3346RlfTHNiVR6SE635 { 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; }
#W10SyZamwqg84cCAgySw0fEfeo0p22zy { 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; }
#cCd7c6ey4ZD45vtbrkEvZcUeaiscRxD4 { 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; }
#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm { position:relative;display:none; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm { border-width: 0; border-radius: 0; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .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; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .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; }#uPDTEoHJgbMpFzlmMepm3IyUPhSf8rJD { 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; }
#RiTGxMXmtf5preTUn4kWokmu7RzpdWKR { 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; }
#b5WWZ4lqtsJT2MTPzyHHSGuPfCxZDAZW { 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; }
#uoGi5TaUuNSN0HyMsvWN0UAvNd1xkTNg { 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; }
#NWyEJuCSlzu6LU0RG0DUuIuQHFX9zNia { 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; }
#DCxJ3KBgtr6L6CqZlryzHOqfwTgPEU8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3nLSBwoa9eNH8fVBFAUBZO5eM3eLrhh { 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; }
#t8suNcIIbR74EzaQ9MmJuEaBxuR1ys8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QymDGrGscbLA58R9ne7K3wW0NakdF597 { 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; }
#DEQadMQ2fGWMKzLpBTNmZqWbO1km5DxT { 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; }
#VVO3nTs7gn1PbrvvaRK50UAc8cCrF9Q4 { 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; }
#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM { position:relative;display:none; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM { border-width: 0; border-radius: 0; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .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; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .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; }#RmKTqi4z5IfXbMBXiGfKIEb5N5mcaO8f { 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; }
#PrW0rQKiSDFQ2orUGOxHdz2IapWcK6Gz { 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; }
#wvoUQMWpGtRhxTHsFIWlP4BUVUVBplu5 { 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; }
#rUb7sqpc5OZfTKcreM1StmKsn4oT7WfS { 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; }
#B6SnhLbsvmA44HRLqhBazRKDMeNcWIbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpvWPQeJlL13BdadO2Lxpna3ZiPuO8RQ { 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; }
#JpVx2o70uOrlBUnvxNqrkBFKZLEPsbh1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFxahkJQ3GX2xoXhUqSnndI1BbrbuJEJ { 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; }
#DPvBe3LENHMhlNplRkuP8eradq5uqGs7 { 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; }
#J2v8wWblq5abHSUDgCrVyangsK5XhPmd { 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; }
#XUf0zhyq5BS5bVDtZeCCIEKV6DSz1l0J { 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; }
#UKJGBmL3yupWT6GD6FTVIVB5wcc764HW { 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; }
#Z41affFz5TmDJPMGq9852l1MghNWcZd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KuPEtWu5bayXdFWGIKTzXmtq9L8vEA8t { 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; }
#k9awqxv0mvGH7C0tJiXSKblx4JlzV5ux { 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; }
#NKS3dWh4TnzXV2zL4W5uSyaZSBC7GW8p { 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; }
#oACnGST02VWC8kQ3wtc9fKnQITfOEGD5 { 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; }
#zxgGn1IuMC7U8EyLVnOolCQkFzbH2p2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XNHVKv6T3lySKQsbIee6MAcE2tfsdSct { 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; }
#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG { background-color:#62748d;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; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row .container { border-width: 0; border-radius: 0; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#rAwMsVqCKX150yglv1wzSJolt4dMx3mq { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;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; }
#N1PR2ys4yIcI5oHmGGrU8OIgBfAn1E6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edk0mKOh7HctlcKNKUbUO8V0ciK1di6k { 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; }
#q7k6QKb8zdvgBvFNXhHAwvJLKnAQsXiw { 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; }
#p0fJz8T9P4rH2V792K3VGATl9kZHWk78 { 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; }
#H8hMvMCZIIfe7495XpBWmLn1d1dcl7uZ { 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; }
#BpH89Giw5tSgVq4vf82RSytF3VltHd80 { 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; }
#D1haDaixdnaqVXyivVTUygWG3APdyFXp { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;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; }
#vaNrLTdv9T1WUh5lSxT08LgAIEDF3f9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zS4F36AT3ckXRpfRWvuckpilte1tOVKf { 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; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { border-width: 0; border-radius: 0; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#s4TKTrmpisgJZyI708Sit9euJImgGuri { 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; }
#kcSFfivd2ZEkmN0pigoHA06y9TGooTKt { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);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; }
#RKMpFw5f7CO6CCZQzMqh2EwyGQJX5zZK { 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; }
#k7FGdnuCNW2Uu0o6iW7UEtPxAOpfBMyW { 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; }
#hglXdJMtduWm40t7T0HDCnm1fU8mHXpC { 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; }
#oTTJNu8hGTl2W9QA460be7ZbqGdBTMa2 { 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; }
#MoIoCh3Kod826BvJDK1NQTzFs9hR3RID { 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; }
#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ { position:relative;display:none; }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ { border-width: 0; border-radius: 0; }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .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; }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .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; }#zlPDd0XofbRGDMlZF4QXtn2JTEczQuKl { 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; }
#wftHDi0vZN78cHENv8mXaWevVTZdz66E { 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; }
#SmG8PlZQ3nSKkDznWApy9iCGAcMB5G1c { 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; }
#BdXXJRFGQEHMoQNR562PsMN89ecC4q0O { 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; }
#t7Ld67CxKEVxN6lySp0Pix3T86AV6lwC { 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; }
#rDn5QCQPcb4LDkzGvOdpDHeRKxiyEP2A { 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; }
#mdm4EABAU86mc5TXQcNiDHHcuJ3q9hVZ { 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; }
#CdXWNMIRfiiTnT5NTV7W2ycDLgzlOKig { 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; }
#VdxZu0XpbXTKuxn7NkDhAFDdVlX2a0kG { 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; }
#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 { background-color:#000000;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; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row .container { border-width: 0; border-radius: 0; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#sVNfokHvR20nLtRbuK7b1ZZxF6opxB4S { 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; }
#fR0zdaWZIPa77KQwbLib4A9BMkTsS1D2 { 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; }
#Etfke9024EfRONWCseezKwg4HUM54NTU { 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; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { background-color: transparent; background-image: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container > .video-iframe-container { display: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container { display: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { border-width: 0; border-radius: 0; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { 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; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { 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; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { 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; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { 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; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { 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; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { 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; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { 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; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { 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; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { 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; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { 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; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { 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; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { 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; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { 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; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { 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; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { 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; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { position:relative;z-index:auto;display:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { background-color: transparent; background-image: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container > .video-iframe-container { display: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container { display: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { border-width: 0; border-radius: 0; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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.125rem;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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.adaptive-delivery-prevent-bg, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.lazyload, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.lazyloading { background-image: none; }#c7myGlmyPMdU53ye8iCrMLmshdsAsUTp { position:absolute;display:block;z-index:15020;height:10.06225rem;width:17.99925rem;top:5.997314453125rem;left:1.177978515625rem;display:block; }
#K6CDpPxk7WUlgps9sadPxrvKTaARghOm { position:absolute;display:block;z-index:15021;height:9.25rem;width:16.625rem;top:17.65625rem;left:1.177978515625rem;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { position:relative;display:block; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { background-color: transparent; background-image: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container > .video-iframe-container { display: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row > .video-iframe-container { display: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { border-width: 0; border-radius: 0; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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:25.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { 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.8125rem;left:41rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { 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:9.0625rem;left:39.3125rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { 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:12.310791015625rem;left:35.765380859375rem;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; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:8rem;left:46.125rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:8.125rem;left:41.75rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-form-header {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:first-of-type{padding-top:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:last-of-type{padding-bottom:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { 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:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.37890625rem;left:6.6796875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { 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:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.37890625rem;left:6.6796875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe { position:relative; }
#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { position:relative;display:block; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { background-color: transparent; background-image: none; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container > .video-iframe-container { display: none; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row > .video-iframe-container { display: none; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .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); }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { border-width: 0; border-radius: 0; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .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; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .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: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; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { position:relative;display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { border-width: 0; border-radius: 0; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.adaptive-delivery-prevent-bg, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyload, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyloading { background-image: none; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { 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; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { 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; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { 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; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { 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; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { 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; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { 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; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { border-width: 0; border-radius: 0; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .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; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .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; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.adaptive-delivery-prevent-bg, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyload, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyloading { background-image: none; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;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; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { 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.6201171875rem;left:15.373046875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { 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.6201171875rem;left:3.3740234375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { 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.6201171875rem;left:7.0625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { 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; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { 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; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { 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; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { 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; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { 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; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { 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; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { 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; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { color:#ffffff;display:block;width:8.3105625rem;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:19.060546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { 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; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { 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; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { color:#ffffff;display:block;width:8.3105625rem;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.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { 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; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { 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.257568359375rem;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; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { 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.46435546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { 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; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { 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.684814453125rem;left:7.435546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { 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; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { 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; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { 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; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { 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; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { 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; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { 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:15044;line-height:1.6;letter-spacing:0;top:14.080810546875rem;left:16.124267578125rem;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; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { 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:15045;line-height:1.6;letter-spacing:0;top:14.080810546875rem;left:3.51318359375rem;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; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { 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:15046;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.124267578125rem;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; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { 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:15047;line-height:1.6;letter-spacing:0;top:23.69287109375rem;left:4.26513671875rem;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; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { 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:15048;line-height:1.6;letter-spacing:0;top:33.140869140625rem;left:16.124267578125rem;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; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { position:relative;display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { border-width: 0; border-radius: 0; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.adaptive-delivery-prevent-bg, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyload, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyloading { background-image: none; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { 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; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { 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; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { 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; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { 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; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { 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; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { 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; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { 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; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { 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; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { 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; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { 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; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { 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; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { 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; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { 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; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { 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; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { 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; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { 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; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { 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; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { 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; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { 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; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { 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; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { 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; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { 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; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { 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; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
body { position:relative;display:block; }
#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz { display:none; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row .container { width:47.75rem;position:relative;display:none; }#ECRqiK7HATlalzJu5xOO9AmCKwXDobTF { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#GwTSpM1hlBrxh8SgCBtxTO9t70pWCweX { display:block; }
#nXPTIvhWHZ4xoRle4zoliAQCwf4FEQOy { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#QnAurVk2IhVnwdzERauaGkZIixsHmtRO { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#HwqzBgTt7FzMIRgXTGZvqRcUMfq6duMK { display:block; }
#gU3TNMKbd4wx2GeEHN5XJmyKeRqU4a7J { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#gU3TNMKbd4wx2GeEHN5XJmyKeRqU4a7J > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#zIA2fiSFU9C451341k3N7F7uTG42erb3 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#dpn63DBDoGoN3KNSfFhX04E5XS5WbHxS { display:block; }
#skWvoo9M5AtPuWgoJL9hp9TQi4Z8WHy6 { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#XK4tQidlbfQxQms5eydvpyVR12OMVqDC { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#LxmTJR0ZWTH069B9wLBduvi4ZJezgpaz { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#bPb36m4DeeWiGTrTnCBJSJK09ZSTM46x { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
#IkAZzH3Oe6CVA0bzWHfBK3CS6DFmWT72 { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#L6bbxpSZAOsLFKUXkkMuex4ycAT2IZl0 { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.625rem;display:block; }
#GA0K0PW1Ke8ut2TquOL8mUKzGGlXFreR { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#m7boGF9h16tUyvsVgIaPdHtZwT9AiFLU { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#RdQbZGI9qSad7oZ4UnkOU7S63tgzTTI5 { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM { display:none; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container { width:47.75rem;position:relative;display:none; }#dXfTDdHrSAeRJXLaxXtNVeIs0VuavDz9 { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#pkODgcyiieh7T9ak5TaGJyzmNte18uzP { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#UbzElV822chBpxWwBrfn8S8MM7aIe2WD { display:none; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row .container { width:47.75rem;position:relative;display:none; }#QFGuPu50KPVEU92PSzN7NbR633IKMqEU { top:1.25rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
#oikpGvXOMJwW3f6dT8lzh9MFtCDmc5x5 { top:4.3125rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
#zfPdiaiBPZEQWTFT580Cc9GnkHBI9pWT { top:7.1875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }
#DFASaogqzei0XofEhzO7Evd3ClpTUbLp { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#tp45X8I8TETiEsCqKbDD010DuXTunx12 { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#wHh7bTKIRBAzO0UQSIlID2hEquemtAhy { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#pyVLPzbnrUyBFTnXBXmc35ZpardnT6G0 { display:block; }
#kPikeQCLgTb2TTtDzzpkcxqoQTKSMapN { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#TICGu3u6bcNt3krXgvpm1Ahl79Zem2qg { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC {display:block;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #wkLrIkJ4OTkweK4OrspvEEsQ0bxaWElw {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dGpt17mZTEZFx8hy7N9BV5S3EqmWxvS0 {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #KQuXxsdAiRJ2X9Q6lE7U2Tn0EbEnwIsI {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #GP1C2SJB7vQ0tDT7FHT38yyLfxVa6dC8 {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #PFUO752Ws4FxpXPFk7QRECpEw6WNOoOg {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #WLgeh6yTVpWtaNroaSpLMqzC3mgdhVZL {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dAqtDGK2mWkir5ZoVqsTvI4gKEu5AHBZ {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #Xm0MEZS7c6NrxgRcJ0P6n1HvKGyrc38v {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #oHzCAEdinpu1xRiNT7RLyQ1iL0XN45WA {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #iK5y4bq3UdT02V54ldAUAoTomLek0KKV {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #L7LCyU2mJTisBq8IAXUo14aUTDDvAXhB {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #VwMIO84DAvrux4IdJee35SK2zRDXrSuC {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #OOh9rRGrHS2wZTHbkoKHdzDHxitXXmEg {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #CuecU1qcunPAU65gCOdeVompuh2k7uIG {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #hPRrzm9I2aOBT9A6ztLU73RUAiBxRdor {  }
#ySd484pQER9LAWMUB84ZtvtAAKzStkby { display:none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { width:47.75rem;position:relative;display:none; }#LyPohBO9FKeJpgVKDC1znZ4sbdSuGNTQ { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#RX0UTP2x99eCMe32aeM1MtD4mI0dSpcy { width:47.75rem;height:19rem;display:none; }
#OCgXAucZx0gwnOiVo63Bx8l28vLvCTWJ { width:14.0625rem;height:5.125rem;display:none; }
#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { display:none; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row .container { width:47.75rem;position:relative;display:none; }#aNvheZBa73Z2vtLhw4quTlbJiwNouq1Z { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#n9TWh3rN0G2l3IXRIM4cdC61tZmQnIEN { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#WNuiGpPbO69X1o1ETgA08HCAGBLFVK4J { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#TBQCS6gXENRbVPna1epg0EElo4eJPgic { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ { display:none; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { width:47.5rem;position:relative;display:none; }#u9pQ7M98nnbJcQNmNV0fEDIV11Tc0IV2 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#fKl2zNascoaLJGqB0OTSPgTM21qiOCH7 { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#elL4LGXHo79EyWgsTBzuP9dSezdVJm8d { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#rTivTMLi2irGxG4iN2tyBfeReC2Htcl7 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#OB7teq98CNX703DHXJoD9xeinkIq8K0C { display:block; }
#H6wOfUTwMkg3eTkuRELKyTvsxUg0xTJ2 { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#ZGhleEDtpPmNq6Xqgn7qvMVWw3R3hSRs { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#KBZut2eMCfmGtF1TBkoWP5E2ZgQ8XCuH { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#Br7drhxeG0XlFD2VJBNiaTTXmvNTL0EN { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO { display:none; }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .row .container { width:47.75rem;position:relative;display:none; }#quIlBCWhHb74Bf5ngQx8eA9uI8IW4TIX { display:none; }
#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH { display:none; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row .container { width:47.75rem;position:relative;display:none; }#s8t0MZTWzSFibnbzgwGHr4KISctizhGO { width:47.75rem;height:27.75rem;display:none; }
#RoSuDVlZRhWg9V1nTgiboUyJbtzmmTqy { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#LfN4s7scyogdRrC2eHdMx9RC4ekKMyQB { top:16.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#y3A8wgAfh3I86qQugPB842KZNR4Cx4Zn { top:32.4375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.625rem;display:none; }
#w1fAgCqlduBOuhPcZaV5vQqwfA3s6weJ { width:47.75rem;height:27.75rem;display:none; }
#l5LVL6C9xRdbiEweoflw4uJMDoVv8ypU { top:65.25rem;left:0rem;width:14.5625rem;height:2.375rem;font-size:0.625rem;display:none; }
#VgcBNLSqDsRTBn7wQqqliHh0UCSmovZt { width:47.75rem;height:27.75rem;display:none; }
#ikI0CbAuszAstggZSncoCGOy8tJgCTnC { top:77.625rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#FLpdBXsHL9tZXKsnzlNMLdMfV0fAq7uu { width:47.75rem;height:27.75rem;display:none; }
#FvNUzAHfC27LxkvqVTrs5xUxxrqg2NzS { width:47.75rem;height:27.75rem;display:none; }
#xAFU1ClUIBezdBh14MlX0igmDc6bZTSE { top:118.25rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#fhMxxTVCQ1TJaVWhNRV15sZOmQ1He4QQ { width:;height:;display:none; }
#rQyOAqToucRU9mIGSmzVObMO7876RA0k { display:block; }
#OnE8w5rzS2wiWQbGdyCu0JmJZd20gKJI { width:;height:;display:none; }
#ZarK1PdqrTetqpkZZaN4i80nqOPD0o96 { display:block; }
#R4KTJ93i2Pwzsun0nLgdAAiXSUc4BdUt { width:;height:;display:none; }
#nbmErmxCdqupFiIsK5pfMcEKWzvf5tTO { display:block; }
#CNQJFAzWQZfO3X3lFr20HshxX5nVHw4t { width:;height:;display:none; }
#aePkMORbKsyAIev6KF5U7syOvZ1bgUln { display:block; }
#PfHyuJuutL3mAgdSn6QpueS0UqTeIA4w { width:;height:;display:none; }
#pHcp4E88pF4A35ofDADKxTXE7nNdLQnw { display:block; }
#WeyUbfQsw9LeCyw8bBAtVT40wvbWAW8y { width:;height:;display:none; }
#SdDLCmbuBTl8gitncn29KrMZRZ4aAChh { display:block; }
#Lts2TvP1IuX6FqX3ua7hLmKy2R45DtwH { top:86.5rem;left:2.3759765625rem;width:11.4375rem;height:3.1875rem;font-size:0.625rem;display:none; }
#MiEWXglpbz1gGlVq3tCDNf0n1u2aP556 { width:47.75rem;height:27.75rem;display:none; }
#u4EefEfyx3xqoGQynd7PMkkI17KDXWcw { width:;height:;display:none; }
#hAwdMUOgxQL6LMPUIEEqDF0Hb8L1RWll { display:block; }
#laEdDJbfuE7hBxZagXNrn3v71RyuTrie { width:47.75rem;height:27.75rem;display:none; }
#PINt8OixQl87K9FmkBbbtxz2QToV8fWC { top:97.4375rem;left:0rem;width:13.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#GHsEfXdn6RBToNTnFJwUzAOwOvUZguGQ { width:;height:;display:none; }
#CcoLlJbGnlp4yCvmitbFNb2Kz823CTqr { display:block; }
#A7L0slfaoqGdKyQdTaE49uUd83snwttQ { width:47.75rem;height:27.75rem;display:none; }
#kozWVknODiQqubDwQBQAcEyqKZ2oul3Z { top:111.5625rem;left:0rem;width:13.4375rem;height:1.875rem;font-size:0.6875rem;display:none; }
#ndb1kOFkUamlCfwobUiynA6gQv7uw9it { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#G1dGTxvK2Ave3e78NUwIsnaVWmG6BbQU { width:;height:;display:none; }
#DdH14ZwGeArptx9yMxPJI8ZA16TSa0fa { display:block; }
#rTuNEDHTZh4Nl3346RlfTHNiVR6SE635 { width:47.75rem;height:27.75rem;display:none; }
#W10SyZamwqg84cCAgySw0fEfeo0p22zy { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#cCd7c6ey4ZD45vtbrkEvZcUeaiscRxD4 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm { display:none; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row .container { width:47.75rem;position:relative;display:none; }#uPDTEoHJgbMpFzlmMepm3IyUPhSf8rJD { width:22.1875rem;height:12.875rem;display:none; }
#RiTGxMXmtf5preTUn4kWokmu7RzpdWKR { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#b5WWZ4lqtsJT2MTPzyHHSGuPfCxZDAZW { top:14.1875rem;left:0rem;width:14.0625rem;height:5.75rem;font-size:0.6875rem;display:none; }
#uoGi5TaUuNSN0HyMsvWN0UAvNd1xkTNg { width:47.75rem;height:27.75rem;display:none; }
#NWyEJuCSlzu6LU0RG0DUuIuQHFX9zNia { width:;height:;display:none; }
#DCxJ3KBgtr6L6CqZlryzHOqfwTgPEU8N { display:block; }
#J3nLSBwoa9eNH8fVBFAUBZO5eM3eLrhh { width:;height:;display:none; }
#t8suNcIIbR74EzaQ9MmJuEaBxuR1ys8T { display:block; }
#QymDGrGscbLA58R9ne7K3wW0NakdF597 { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#DEQadMQ2fGWMKzLpBTNmZqWbO1km5DxT { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#VVO3nTs7gn1PbrvvaRK50UAc8cCrF9Q4 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM { display:none; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row .container { width:47.75rem;position:relative;display:none; }#RmKTqi4z5IfXbMBXiGfKIEb5N5mcaO8f { width:22.1875rem;height:12.875rem;display:none; }
#PrW0rQKiSDFQ2orUGOxHdz2IapWcK6Gz { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#wvoUQMWpGtRhxTHsFIWlP4BUVUVBplu5 { width:47.75rem;height:27.75rem;display:none; }
#rUb7sqpc5OZfTKcreM1StmKsn4oT7WfS { width:;height:;display:none; }
#B6SnhLbsvmA44HRLqhBazRKDMeNcWIbe { display:block; }
#HpvWPQeJlL13BdadO2Lxpna3ZiPuO8RQ { width:;height:;display:none; }
#JpVx2o70uOrlBUnvxNqrkBFKZLEPsbh1 { display:block; }
#HFxahkJQ3GX2xoXhUqSnndI1BbrbuJEJ { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#DPvBe3LENHMhlNplRkuP8eradq5uqGs7 { top:28.375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.6875rem;display:none; }
#J2v8wWblq5abHSUDgCrVyangsK5XhPmd { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#XUf0zhyq5BS5bVDtZeCCIEKV6DSz1l0J { top:44.4375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.625rem;display:none; }
#UKJGBmL3yupWT6GD6FTVIVB5wcc764HW { width:;height:;display:none; }
#Z41affFz5TmDJPMGq9852l1MghNWcZd2 { display:block; }
#KuPEtWu5bayXdFWGIKTzXmtq9L8vEA8t { width:47.75rem;height:27.75rem;display:none; }
#k9awqxv0mvGH7C0tJiXSKblx4JlzV5ux { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#NKS3dWh4TnzXV2zL4W5uSyaZSBC7GW8p { width:47.75rem;height:27.75rem;display:none; }
#oACnGST02VWC8kQ3wtc9fKnQITfOEGD5 { width:;height:;display:none; }
#zxgGn1IuMC7U8EyLVnOolCQkFzbH2p2G { display:block; }
#XNHVKv6T3lySKQsbIee6MAcE2tfsdSct { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG { display:none; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row .container { width:47.5rem;position:relative;display:none; }#rAwMsVqCKX150yglv1wzSJolt4dMx3mq { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#N1PR2ys4yIcI5oHmGGrU8OIgBfAn1E6T { display:block; }
#edk0mKOh7HctlcKNKUbUO8V0ciK1di6k { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#q7k6QKb8zdvgBvFNXhHAwvJLKnAQsXiw { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#p0fJz8T9P4rH2V792K3VGATl9kZHWk78 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#H8hMvMCZIIfe7495XpBWmLn1d1dcl7uZ { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#BpH89Giw5tSgVq4vf82RSytF3VltHd80 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#D1haDaixdnaqVXyivVTUygWG3APdyFXp { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#vaNrLTdv9T1WUh5lSxT08LgAIEDF3f9c { display:block; }
#zS4F36AT3ckXRpfRWvuckpilte1tOVKf { display:none; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { width:47.5rem;position:relative;display:none; }#s4TKTrmpisgJZyI708Sit9euJImgGuri { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#kcSFfivd2ZEkmN0pigoHA06y9TGooTKt { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#RKMpFw5f7CO6CCZQzMqh2EwyGQJX5zZK { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#k7FGdnuCNW2Uu0o6iW7UEtPxAOpfBMyW { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#hglXdJMtduWm40t7T0HDCnm1fU8mHXpC { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#oTTJNu8hGTl2W9QA460be7ZbqGdBTMa2 { top:0rem;width:;height:;display:none; }
#MoIoCh3Kod826BvJDK1NQTzFs9hR3RID { top:0rem;width:;height:;display:none; }
#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ { display:none; }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .row .container { width:47.75rem;position:relative;display:none; }#zlPDd0XofbRGDMlZF4QXtn2JTEczQuKl { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#wftHDi0vZN78cHENv8mXaWevVTZdz66E { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#SmG8PlZQ3nSKkDznWApy9iCGAcMB5G1c { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#BdXXJRFGQEHMoQNR562PsMN89ecC4q0O { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#t7Ld67CxKEVxN6lySp0Pix3T86AV6lwC { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#rDn5QCQPcb4LDkzGvOdpDHeRKxiyEP2A { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#mdm4EABAU86mc5TXQcNiDHHcuJ3q9hVZ { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#CdXWNMIRfiiTnT5NTV7W2ycDLgzlOKig { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#VdxZu0XpbXTKuxn7NkDhAFDdVlX2a0kG { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 { display:none; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row .container { width:47.5rem;position:relative;display:none; }#sVNfokHvR20nLtRbuK7b1ZZxF6opxB4S { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#fR0zdaWZIPa77KQwbLib4A9BMkTsS1D2 { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#Etfke9024EfRONWCseezKwg4HUM54NTU { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { display:block; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { width:47.75rem;position:relative;display:block; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { display:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { width:47.75rem;position:relative;display:block; }#c7myGlmyPMdU53ye8iCrMLmshdsAsUTp { top:5.9375rem;left:0rem;width:17.9375rem;height:10rem;display:block; }
#K6CDpPxk7WUlgps9sadPxrvKTaARghOm { top:17.625rem;left:0rem;width:16.625rem;height:9.25rem;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { display:block; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { width:47.75rem;position:relative;display:block; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { top:5.8125rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { top:9.0625rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { top:12.25rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { top:8rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { top:8.125rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe {  }
#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { display:block; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { display:block; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { width:47.75rem;position:relative;display:block; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { width:31.5625rem;height:15.5625rem;display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:; height:; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { display:block; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { width:47.75rem;position:relative;display:block; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { top:12.5625rem;left:9.248046875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { top:12.5625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { top:12.5625rem;left:0.9375rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { top:31.3125rem;left:12.935329437256rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { top:20.625rem;left:1.3098945617676rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { width:11.875rem;height:1.0625rem;top:14.0625rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { width:11.875rem;height:1.0625rem;top:14.0625rem;left:0rem;font-size:0.625rem;display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { width:11.875rem;height:1.0625rem;top:23.6875rem;left:0rem;font-size:0.625rem;display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { display:block; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { width:47.75rem;position:relative;display:block; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { width:9.8125rem;height:8.9375rem;display:none; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { width:47.75rem;height:17.1875rem;display:none; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { display:none; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { display:none; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
body { position:relative;display:block; }
#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz { position:relative;z-index:auto;background-color:#405466;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; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row .container { background-color: transparent; background-image: none; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row .container > .video-iframe-container { display: none; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row > .video-iframe-container { display: none; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .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); }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row .container { border-width: 0; border-radius: 0; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArEdsTCtJvSZU5CILzeMlzS8LWyc6HMz > .row .container { width:20rem;height:5.74829140625rem;position:relative;display:block; }#ECRqiK7HATlalzJu5xOO9AmCKwXDobTF { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ee9e24, #405466);background-image: -moz-linear-gradient(106deg, #ee9e24, #405466);background-image: -ms-linear-gradient(106deg, #ee9e24, #405466);background-image: -o-linear-gradient(106deg, #ee9e24, #405466);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );";background-image: linear-gradient(106deg, #ee9e24, #405466);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:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#GwTSpM1hlBrxh8SgCBtxTO9t70pWCweX { display:block; }
#nXPTIvhWHZ4xoRle4zoliAQCwf4FEQOy { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#QnAurVk2IhVnwdzERauaGkZIixsHmtRO { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ee9e24, #405466);background-image: -moz-linear-gradient(106deg, #ee9e24, #405466);background-image: -ms-linear-gradient(106deg, #ee9e24, #405466);background-image: -o-linear-gradient(106deg, #ee9e24, #405466);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );";background-image: linear-gradient(106deg, #ee9e24, #405466);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:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;line-height:1.7;display:block; }
#HwqzBgTt7FzMIRgXTGZvqRcUMfq6duMK { display:block; }
#gU3TNMKbd4wx2GeEHN5XJmyKeRqU4a7J { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#gU3TNMKbd4wx2GeEHN5XJmyKeRqU4a7J > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#zIA2fiSFU9C451341k3N7F7uTG42erb3 { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#dpn63DBDoGoN3KNSfFhX04E5XS5WbHxS { display:block; }
#skWvoo9M5AtPuWgoJL9hp9TQi4Z8WHy6 { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#XK4tQidlbfQxQms5eydvpyVR12OMVqDC { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#LxmTJR0ZWTH069B9wLBduvi4ZJezgpaz { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;display:block; }
#bPb36m4DeeWiGTrTnCBJSJK09ZSTM46x { width:3.75rem;height:0.8125rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.625rem;color:#f5ede8;display:block; }
#IkAZzH3Oe6CVA0bzWHfBK3CS6DFmWT72 { width:5.1237rem;height:0.8125rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.625rem;color:#ece4df;display:block; }
#L6bbxpSZAOsLFKUXkkMuex4ycAT2IZl0 { width:2.7487rem;height:0.8125rem;top:3.7174479961395rem;left:0.125rem;font-size:0.625rem;color:#f3ebe4;display:block; }
#GA0K0PW1Ke8ut2TquOL8mUKzGGlXFreR { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;display:block; }
#m7boGF9h16tUyvsVgIaPdHtZwT9AiFLU { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#RdQbZGI9qSad7oZ4UnkOU7S63tgzTTI5 { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#405466;background-image:none;display:block; }
#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM { position:relative;z-index:auto;background-color:#ffffff;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; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM.adaptive-delivery-prevent-bg, #miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM.lazyload, #miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM.lazyloading { background-image: none; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container { background-color: transparent; background-image: none; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container > .video-iframe-container { display: none; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row > .video-iframe-container { display: none; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .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); }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container { border-width: 0; border-radius: 0; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#miUv9FPAd6gMqe8JTRuQe4l2HHmvkRHM > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#dXfTDdHrSAeRJXLaxXtNVeIs0VuavDz9 { width:7.1875rem;height:3.9375rem;top:0rem;left:12.8125rem;z-index:15023;display:block; }
#pkODgcyiieh7T9ak5TaGJyzmNte18uzP { width:7.125rem;height:3.875rem;top:0.14453125rem;left:0.75rem;z-index:15022;display:block; }
#UbzElV822chBpxWwBrfn8S8MM7aIe2WD { background-color:#405466;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; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row .container { background-color: transparent; background-image: none; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row .container > .video-iframe-container { display: none; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row > .video-iframe-container { display: none; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .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); }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row .container { border-width: 0; border-radius: 0; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbzElV822chBpxWwBrfn8S8MM7aIe2WD > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; }#QFGuPu50KPVEU92PSzN7NbR633IKMqEU { width:18.4375rem;height:1.4624rem;top:1.25rem;left:0.78125rem;font-size:1.125rem;display:block; }
#oikpGvXOMJwW3f6dT8lzh9MFtCDmc5x5 { width:20rem;height:2.2753875rem;top:4.3125rem;left:0rem;font-size:0.875rem;color:#805539;text-align:center;text-align-last:center;display:block; }
#zfPdiaiBPZEQWTFT580Cc9GnkHBI9pWT { width:20rem;height:4.98779375rem;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;display:block; }
#DFASaogqzei0XofEhzO7Evd3ClpTUbLp { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#tp45X8I8TETiEsCqKbDD010DuXTunx12 { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#wHh7bTKIRBAzO0UQSIlID2hEquemtAhy { width:8.3125rem;height:2.8125rem;top:32.061767578125rem;left:5.5615234375rem;font-size:1.375rem;color:#ffffff;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#pyVLPzbnrUyBFTnXBXmc35ZpardnT6G0 { display:block; }
#kPikeQCLgTb2TTtDzzpkcxqoQTKSMapN { display:flex;width:4.375rem;height:4.375rem;top:32.186279296875rem;left:2.249755859375rem;font-size:3.0625rem; }
#TICGu3u6bcNt3krXgvpm1Ahl79Zem2qg { display:flex;width:4.375rem;height:4.375rem;top:30.186767578125rem;left:4.0625rem;font-size:3.0625rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-regular-label { width:17.5rem;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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text { width:17.5rem;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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-text {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-textarea { width:17.5rem;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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select { width:17.5rem;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; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-select {padding-top: 0; padding-bottom: 0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;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:cairo; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container:first-of-type{padding-top:0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .widget-container:last-of-type{padding-bottom:0;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC  { width:17.5rem;height:auto;top:13.583984375rem;left:0rem;z-index:15020; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC {display:block;}#eM2WXvamab8hC1LWobZO2kTxQsdWTESC { width:17.5rem;height:auto;top:13.583984375rem;left:0rem;z-index:15020; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #wkLrIkJ4OTkweK4OrspvEEsQ0bxaWElw {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dGpt17mZTEZFx8hy7N9BV5S3EqmWxvS0 { display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #KQuXxsdAiRJ2X9Q6lE7U2Tn0EbEnwIsI {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #GP1C2SJB7vQ0tDT7FHT38yyLfxVa6dC8 {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #PFUO752Ws4FxpXPFk7QRECpEw6WNOoOg { display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #WLgeh6yTVpWtaNroaSpLMqzC3mgdhVZL {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #dAqtDGK2mWkir5ZoVqsTvI4gKEu5AHBZ {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #Xm0MEZS7c6NrxgRcJ0P6n1HvKGyrc38v { display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #oHzCAEdinpu1xRiNT7RLyQ1iL0XN45WA {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #iK5y4bq3UdT02V54ldAUAoTomLek0KKV {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #L7LCyU2mJTisBq8IAXUo14aUTDDvAXhB {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #VwMIO84DAvrux4IdJee35SK2zRDXrSuC { display:none; }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #OOh9rRGrHS2wZTHbkoKHdzDHxitXXmEg {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #CuecU1qcunPAU65gCOdeVompuh2k7uIG {  }
#eM2WXvamab8hC1LWobZO2kTxQsdWTESC #hPRrzm9I2aOBT9A6ztLU73RUAiBxRdor {  }
#ySd484pQER9LAWMUB84ZtvtAAKzStkby { background-color:rgba(225,242,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; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { background-color: transparent; background-image: none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container > .video-iframe-container { display: none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row > .video-iframe-container { display: none; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .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); }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { border-width: 0; border-radius: 0; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySd484pQER9LAWMUB84ZtvtAAKzStkby > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#LyPohBO9FKeJpgVKDC1znZ4sbdSuGNTQ { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#RX0UTP2x99eCMe32aeM1MtD4mI0dSpcy { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#OCgXAucZx0gwnOiVo63Bx8l28vLvCTWJ { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { display:block; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 { background-color: transparent; background-image: none; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row .container > .video-iframe-container { display: none; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row > .video-iframe-container { display: none; }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .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); }#R8TC08h5kU4SWPfaIHIx4tLa92dyo322 > .row .container { width:20rem;height:11.25rem;background-color:#e1f2ff;background-image:none;position:relative;display:block; }#aNvheZBa73Z2vtLhw4quTlbJiwNouq1Z { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#n9TWh3rN0G2l3IXRIM4cdC61tZmQnIEN { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#WNuiGpPbO69X1o1ETgA08HCAGBLFVK4J { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13769375rem;z-index:15198;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TBQCS6gXENRbVPna1epg0EElo4eJPgic { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ { background-color:#e1f2ff;background-image:none;display:block; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { background-color: transparent; background-image: none; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container > .video-iframe-container { display: none; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row > .video-iframe-container { display: none; }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .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); }#eZx52bn9CpNKG0Ng5FG6LPZRsXC9ZHiZ > .row .container { width:20rem;height:45rem;position:relative;display:block; }#u9pQ7M98nnbJcQNmNV0fEDIV11Tc0IV2 { width:20rem;height:2.39868125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#fKl2zNascoaLJGqB0OTSPgTM21qiOCH7 { width:20rem;height:14.9902375rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#elL4LGXHo79EyWgsTBzuP9dSezdVJm8d { width:12.5rem;height:12.5rem;top:25.25537109375rem;left:0rem;z-index:14998;display:block; }
#rTivTMLi2irGxG4iN2tyBfeReC2Htcl7 { width:13.125rem;height:4.375rem;top:37.754150390625rem;left:3.4375rem;font-size:1.375rem;display:block; }
#OB7teq98CNX703DHXJoD9xeinkIq8K0C { display:block; }
#H6wOfUTwMkg3eTkuRELKyTvsxUg0xTJ2 { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#ZGhleEDtpPmNq6Xqgn7qvMVWw3R3hSRs { display:flex;width:5.9375rem;height:5.9375rem;top:34.12255859375rem;left:0rem; }
#KBZut2eMCfmGtF1TBkoWP5E2ZgQ8XCuH { width:20rem;height:13.36425rem;top:19.76318359375rem;left:0rem;z-index:14999;display:block; }
#Br7drhxeG0XlFD2VJBNiaTTXmvNTL0EN { 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(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO { display:block; }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO { background-color: transparent; background-image: none; }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .row .container > .video-iframe-container { display: none; }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .row > .video-iframe-container { display: none; }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .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); }#fKdSJ36JJpsQZqn7ywmJ2fDsAH5nkuPO > .row .container { width:20rem;height:37.1875rem;background-color:#e1f2ff;background-image:none;position:relative;display:block; }#quIlBCWhHb74Bf5ngQx8eA9uI8IW4TIX { top:3.431396484375rem;left:0rem;width:20rem;height:17.2485625rem;z-index:15000;display:block; }
#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH { 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; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row .container { background-color: transparent; background-image: none; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row .container > .video-iframe-container { display: none; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row > .video-iframe-container { display: none; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .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); }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row .container { border-width: 0; border-radius: 0; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXXpAplJ64y1e83dJCm5ISDv1mB4h0cH > .row .container { width:20rem;height:136rem;position:relative;display:block; }#s8t0MZTWzSFibnbzgwGHr4KISctizhGO { top:3.5625004768372rem;left:1.0625rem;width:17.8125rem;height:10.3125rem;z-index:15137;overflow:hidden;display:block; }
#RoSuDVlZRhWg9V1nTgiboUyJbtzmmTqy { 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;display:block; }
#LfN4s7scyogdRrC2eHdMx9RC4ekKMyQB { top:14.204833984375rem;left:5.0048828125rem;width:14.124375rem;height:2.47265625rem;z-index:15070;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#y3A8wgAfh3I86qQugPB842KZNR4Cx4Zn { top:28.369140625rem;left:5.380859375rem;width:13.624125rem;height:2.4353rem;z-index:15073;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#w1fAgCqlduBOuhPcZaV5vQqwfA3s6weJ { top:17.808837890625rem;left:1.217041015625rem;width:17.56225rem;height:10.18675rem;z-index:15140;overflow:hidden;display:block; }
#l5LVL6C9xRdbiEweoflw4uJMDoVv8ypU { top:42.812255859375rem;left:4.998779296875rem;width:14.624rem;height:2.4353rem;z-index:15076;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#VgcBNLSqDsRTBn7wQqqliHh0UCSmovZt { top:31.935791015625rem;left:1.21826171875rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#ikI0CbAuszAstggZSncoCGOy8tJgCTnC { top:56.9375rem;left:7.061767578125rem;width:11.5rem;height:1.6235375rem;z-index:15076;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#FLpdBXsHL9tZXKsnzlNMLdMfV0fAq7uu { top:46.311279296875rem;left:1.217041015625rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#FvNUzAHfC27LxkvqVTrs5xUxxrqg2NzS { top:59.764404296875rem;left:1.31103515625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;display:block; }
#xAFU1ClUIBezdBh14MlX0igmDc6bZTSE { top:70.12451171875rem;left:5.3125rem;width:13.6875rem;height:1.875rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.5;display:block; }
#fhMxxTVCQ1TJaVWhNRV15sZOmQ1He4QQ { top:14.123779296875rem;left:0.99951171875rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#rQyOAqToucRU9mIGSmzVObMO7876RA0k { display:block; }
#OnE8w5rzS2wiWQbGdyCu0JmJZd20gKJI { top:28.251708984375rem;left:1.20947265625rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#ZarK1PdqrTetqpkZZaN4i80nqOPD0o96 { display:block; }
#R4KTJ93i2Pwzsun0nLgdAAiXSUc4BdUt { top:42.375244140625rem;left:1.27197265625rem;width:3.75rem;height:1.43676875rem;z-index:15002;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#nbmErmxCdqupFiIsK5pfMcEKWzvf5tTO { display:block; }
#CNQJFAzWQZfO3X3lFr20HshxX5nVHw4t { top:56.6884765625rem;left:1.273193359375rem;width:3.75rem;height:1.43676875rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#aePkMORbKsyAIev6KF5U7syOvZ1bgUln { display:block; }
#PfHyuJuutL3mAgdSn6QpueS0UqTeIA4w { top:70.014404296875rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15004;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#pHcp4E88pF4A35ofDADKxTXE7nNdLQnw { display:block; }
#WeyUbfQsw9LeCyw8bBAtVT40wvbWAW8y { top:83.43798828125rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15006;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#SdDLCmbuBTl8gitncn29KrMZRZ4aAChh { display:block; }
#Lts2TvP1IuX6FqX3ua7hLmKy2R45DtwH { top:83.498779296875rem;left:5.1884765625rem;width:13.5rem;height:2.62206875rem;z-index:15079;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#MiEWXglpbz1gGlVq3tCDNf0n1u2aP556 { top:73.0634765625rem;left:1.25rem;width:17.375rem;height:10.0625rem;z-index:15146;overflow:hidden;display:block; }
#u4EefEfyx3xqoGQynd7PMkkI17KDXWcw { top:97.309326171875rem;left:1.248779296875rem;width:3.75rem;height:1.43676875rem;z-index:15009;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#hAwdMUOgxQL6LMPUIEEqDF0Hb8L1RWll { display:block; }
#laEdDJbfuE7hBxZagXNrn3v71RyuTrie { top:87.0615234375rem;left:1.390869140625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;display:block; }
#PINt8OixQl87K9FmkBbbtxz2QToV8fWC { top:97.49755859375rem;left:5.0673828125rem;width:13.49975rem;height:1.92448125rem;z-index:15082;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#GHsEfXdn6RBToNTnFJwUzAOwOvUZguGQ { top:111.37426757812rem;left:1.25rem;width:3.75rem;height:1.4362rem;z-index:15012;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#CcoLlJbGnlp4yCvmitbFNb2Kz823CTqr { display:block; }
#A7L0slfaoqGdKyQdTaE49uUd83snwttQ { top:101.1875rem;left:1.40625rem;width:17.1875rem;height:9.9375rem;z-index:15152;overflow:hidden;display:block; }
#kozWVknODiQqubDwQBQAcEyqKZ2oul3Z { top:111.5625rem;left:5.3151044845581rem;width:13.4986875rem;height:1.92448125rem;z-index:15085;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#ndb1kOFkUamlCfwobUiynA6gQv7uw9it { top:125.81119823456rem;left:5.2526044845581rem;width:13.5rem;height:2.62206875rem;z-index:15082;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#G1dGTxvK2Ave3e78NUwIsnaVWmG6BbQU { top:125.4990234375rem;left:1.06201171875rem;width:3.75rem;height:1.4362rem;z-index:15009;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#DdH14ZwGeArptx9yMxPJI8ZA16TSa0fa { display:block; }
#rTuNEDHTZh4Nl3346RlfTHNiVR6SE635 { top:115.12500572204rem;left:1.3125rem;width:17.375rem;height:10.0625rem;z-index:15149;overflow:hidden;display:block; }
#W10SyZamwqg84cCAgySw0fEfeo0p22zy { 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;display:block; }
#cCd7c6ey4ZD45vtbrkEvZcUeaiscRxD4 { 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; }
#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm { 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; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row .container { background-color: transparent; background-image: none; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row .container > .video-iframe-container { display: none; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row > .video-iframe-container { display: none; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .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); }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row .container { border-width: 0; border-radius: 0; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4c3z4BOyZE6vfhLwAxg7nQcTXzVT6Gm > .row .container { width:20rem;height:40.625rem;position:relative;display:block; }#uPDTEoHJgbMpFzlmMepm3IyUPhSf8rJD { top:3.49853515625rem;left:1.3427734375rem;width:17.5625rem;height:10.0625rem;z-index:15137;overflow:hidden;display:block; }
#RiTGxMXmtf5preTUn4kWokmu7RzpdWKR { 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;display:block; }
#b5WWZ4lqtsJT2MTPzyHHSGuPfCxZDAZW { top:13.89192199707rem;left:4.69140625rem;width:14.4375rem;height:5.767825rem;z-index:15070;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#uoGi5TaUuNSN0HyMsvWN0UAvNd1xkTNg { top:20.80859375rem;left:1.2161458730698rem;width:17.5rem;height:10.125rem;z-index:15140;overflow:hidden;display:block; }
#NWyEJuCSlzu6LU0RG0DUuIuQHFX9zNia { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#DCxJ3KBgtr6L6CqZlryzHOqfwTgPEU8N { display:block; }
#J3nLSBwoa9eNH8fVBFAUBZO5eM3eLrhh { top:31.31379699707rem;left:1.2708333730698rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#t8suNcIIbR74EzaQ9MmJuEaBxuR1ys8T { display:block; }
#QymDGrGscbLA58R9ne7K3wW0NakdF597 { top:31.51611328125rem;left:5.0009765625rem;width:14.6228125rem;height:2.677rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#DEQadMQ2fGWMKzLpBTNmZqWbO1km5DxT { 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;display:block; }
#VVO3nTs7gn1PbrvvaRK50UAc8cCrF9Q4 { 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; }
#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM { 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; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row .container { background-color: transparent; background-image: none; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row .container > .video-iframe-container { display: none; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row > .video-iframe-container { display: none; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .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); }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row .container { border-width: 0; border-radius: 0; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAEBFuc9s1V9ZsyGz5FFVplxesTT9xdM > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; }#RmKTqi4z5IfXbMBXiGfKIEb5N5mcaO8f { top:3.49853515625rem;left:1.3427734375rem;width:17.25rem;height:10rem;z-index:15137;overflow:hidden;display:block; }
#PrW0rQKiSDFQ2orUGOxHdz2IapWcK6Gz { 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;display:block; }
#wvoUQMWpGtRhxTHsFIWlP4BUVUVBplu5 { top:17.68310546875rem;left:1.2158203125rem;width:17.375rem;height:10.0625rem;z-index:15140;overflow:hidden;display:block; }
#rUb7sqpc5OZfTKcreM1StmKsn4oT7WfS { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#B6SnhLbsvmA44HRLqhBazRKDMeNcWIbe { display:block; }
#HpvWPQeJlL13BdadO2Lxpna3ZiPuO8RQ { top:28.0634765625rem;left:0.95751953125rem;width:3.75rem;height:1.375rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#JpVx2o70uOrlBUnvxNqrkBFKZLEPsbh1 { display:block; }
#HFxahkJQ3GX2xoXhUqSnndI1BbrbuJEJ { 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; }
#DPvBe3LENHMhlNplRkuP8eradq5uqGs7 { top:28.39111328125rem;left:4.6875rem;width:14.625rem;height:5.35400625rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#J2v8wWblq5abHSUDgCrVyangsK5XhPmd { top:13.935791015625rem;left:4.9384765625rem;width:14.25rem;height:2.677rem;z-index:15078;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#XUf0zhyq5BS5bVDtZeCCIEKV6DSz1l0J { top:45.1845703125rem;left:4.60791015625rem;width:14.5625rem;height:4.0588375rem;z-index:15080;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#UKJGBmL3yupWT6GD6FTVIVB5wcc764HW { top:44.9345703125rem;left:0.967041015625rem;width:3.75rem;height:1.3125rem;z-index:15004;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#Z41affFz5TmDJPMGq9852l1MghNWcZd2 { display:block; }
#KuPEtWu5bayXdFWGIKTzXmtq9L8vEA8t { top:34.4365234375rem;left:1.31103515625rem;width:17.3125rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#k9awqxv0mvGH7C0tJiXSKblx4JlzV5ux { top:61.0625rem;left:5.294677734375rem;width:13.49975rem;height:2.62206875rem;z-index:15085;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#NKS3dWh4TnzXV2zL4W5uSyaZSBC7GW8p { top:50.498779296875rem;left:1.639404296875rem;width:17.4375rem;height:10.125rem;z-index:15152;overflow:hidden;display:block; }
#oACnGST02VWC8kQ3wtc9fKnQITfOEGD5 { top:61.125rem;left:1.2802734375rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#zxgGn1IuMC7U8EyLVnOolCQkFzbH2p2G { display:block; }
#XNHVKv6T3lySKQsbIee6MAcE2tfsdSct { width:16.0625rem;height:4.2004375rem;top:66.4375rem;left:1.531005859375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15012;display:block; }
#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG { display:block; }#BJog1eMIq1ZotKP6S3vTuERtBcVZRcJG > .row .container { width:20rem;height:22.25rem;position:relative;display:block; }#rAwMsVqCKX150yglv1wzSJolt4dMx3mq { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#N1PR2ys4yIcI5oHmGGrU8OIgBfAn1E6T { display:block; }
#edk0mKOh7HctlcKNKUbUO8V0ciK1di6k { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#q7k6QKb8zdvgBvFNXhHAwvJLKnAQsXiw { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#p0fJz8T9P4rH2V792K3VGATl9kZHWk78 { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#H8hMvMCZIIfe7495XpBWmLn1d1dcl7uZ { width:20rem;height:2.39868125rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#BpH89Giw5tSgVq4vf82RSytF3VltHd80 { width:18.75rem;height:2.99805rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#D1haDaixdnaqVXyivVTUygWG3APdyFXp { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#vaNrLTdv9T1WUh5lSxT08LgAIEDF3f9c { display:block; }
#zS4F36AT3ckXRpfRWvuckpilte1tOVKf { background-color:#e1f2ff;background-image:none;display:block; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { background-color: transparent; background-image: none; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container > .video-iframe-container { display: none; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row > .video-iframe-container { display: none; }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .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); }#zS4F36AT3ckXRpfRWvuckpilte1tOVKf > .row .container { width:20rem;height:76rem;position:relative;display:block; }#s4TKTrmpisgJZyI708Sit9euJImgGuri { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#kcSFfivd2ZEkmN0pigoHA06y9TGooTKt { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#RKMpFw5f7CO6CCZQzMqh2EwyGQJX5zZK { width:20rem;height:2.99805rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#k7FGdnuCNW2Uu0o6iW7UEtPxAOpfBMyW { width:20rem;height:1.9494625rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#hglXdJMtduWm40t7T0HDCnm1fU8mHXpC { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#oTTJNu8hGTl2W9QA460be7ZbqGdBTMa2 { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#MoIoCh3Kod826BvJDK1NQTzFs9hR3RID { top:45.833333969116rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ { display:block; }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ { background-color: transparent; background-image: none; }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .row .container > .video-iframe-container { display: none; }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .row > .video-iframe-container { display: none; }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .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); }#VyOcgJnipd8km3TrOJNw04BOn8aTVAsJ > .row .container { width:20rem;height:24.0625rem;background-color:#e1f2ff;background-image:none;position:relative;display:block; }#zlPDd0XofbRGDMlZF4QXtn2JTEczQuKl { 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;display:block; }
#wftHDi0vZN78cHENv8mXaWevVTZdz66E { 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;display:block; }
#SmG8PlZQ3nSKkDznWApy9iCGAcMB5G1c { width:15.8125rem;height:4.2004375rem;top:13.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#BdXXJRFGQEHMoQNR562PsMN89ecC4q0O { 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;display:block; }
#t7Ld67CxKEVxN6lySp0Pix3T86AV6lwC { width:2.4360375rem;height:2.4360375rem;top:9.3125rem;left:17.625rem;font-size:1.6875rem;z-index:15009;display:block; }
#rDn5QCQPcb4LDkzGvOdpDHeRKxiyEP2A { width:2.43706875rem;height:2.43706875rem;top:13.875rem;left:17.5625rem;font-size:1.6875rem;z-index:15010;display:block; }
#mdm4EABAU86mc5TXQcNiDHHcuJ3q9hVZ { width:2.43706875rem;height:2.43706875rem;top:18.0625rem;left:17.5rem;font-size:1.6875rem;z-index:15011;display:block; }
#CdXWNMIRfiiTnT5NTV7W2ycDLgzlOKig { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#VdxZu0XpbXTKuxn7NkDhAFDdVlX2a0kG { 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; }
#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 { display:block; }#JfgdAiTnK4JKAQFNB7FoXSJTFeE9MDX1 > .row .container { width:20rem;height:7.686767734375rem;position:relative;display:block; }#sVNfokHvR20nLtRbuK7b1ZZxF6opxB4S { width:18.5625rem;height:1.499025rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#fR0zdaWZIPa77KQwbLib4A9BMkTsS1D2 { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#Etfke9024EfRONWCseezKwg4HUM54NTU { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { position:relative;z-index:auto;background-color:#946d53;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; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { border-width: 0; border-radius: 0; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { width:20rem;height:5.7486979961395rem;position:relative;display:none; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);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:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);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:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;line-height:1.7;display:block; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { position:relative;z-index:auto;background-color:transparent;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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.adaptive-delivery-prevent-bg, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.lazyload, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.lazyloading { background-image: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { border-width: 0; border-radius: 0; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#c7myGlmyPMdU53ye8iCrMLmshdsAsUTp { width:6.25rem;height:3.375rem;top:3.49951171875rem;left:1.3740234375rem;z-index:15022;display:block; }
#K6CDpPxk7WUlgps9sadPxrvKTaARghOm { width:5.875rem;height:3.125rem;top:4.06201171875rem;left:11.242214000749rem;z-index:15023;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { display:none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { 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;display:block; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text { width:17.5rem;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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-textarea { width:17.5rem;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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select { width:17.5rem;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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;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:cairo; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:first-of-type{padding-top:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:last-of-type{padding-bottom:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { width:17.5rem;height:auto;top:12.17529296875rem;left:0rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { width:17.5rem;height:auto;top:12.17529296875rem;left:0rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe {  }
#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf { display:none; }#R4FWgkRVqSsuEBRHfuNidV7VPxnAXBlf > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { border-width: 0; border-radius: 0; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { width:20rem;height:67.5625rem;background-color:#ffffff;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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.adaptive-delivery-prevent-bg, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyload, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyloading { background-image: none; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { 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;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { 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;display:block; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38020625rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:cairo;display:block; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { 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;display:block; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { width:20rem;height:71.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.adaptive-delivery-prevent-bg, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyload, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyloading { background-image: none; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { width:14.124375rem;height:1.499025rem;top:33.535158157349rem;left:2.9372830986977rem;text-align:center;text-align-last:center;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { width:8.247625rem;height:0.9746125rem;top:42.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { width:8.247625rem;height:0.9746125rem;top:42.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { width:6.12305rem;height:1.125rem;top:51.375rem;left:12.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { width:3.99858125rem;height:0.9746125rem;top:51.4375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { width:7.8723125rem;height:1.125rem;top:53.390869140625rem;left:11.998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { width:4.4992875rem;height:0.9746125rem;top:53.62451171875rem;left:11.37451171875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { width:3.18714375rem;height:0.9746125rem;top:63.9375rem;left:3rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { width:4.8125rem;height:0.9746125rem;top:51.625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { width:3.4375rem;height:1.125rem;top:53.1875rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { width:5.3125rem;height:0.9746125rem;top:63.875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { width:14.0625rem;height:1.125rem;top:51.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { width:5.81176875rem;height:0.9746125rem;top:51.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { width:5.74829375rem;height:0.9746125rem;top:63.875rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { width:7.875rem;height:1rem;top:62.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { width:5.1242875rem;height:0.9746125rem;top:64.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { width:3.2495125rem;height:0.9746125rem;top:53.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { width:2.68676875rem;height:0.9746125rem;top:53.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { width:6.1239375rem;height:0.84375rem;top:40.4375rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { width:12.7495625rem;height:2.68663125rem;top:55.874568939209rem;left:3.6241322159767rem;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;display:block; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { width:3.8125rem;height:0.9746125rem;top:42.0625rem;left:11.875rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { width:8.25rem;height:0.9746125rem;top:42.0625rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { width:11.875rem;height:1rem;top:54.686279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { width:11.875rem;height:1rem;top:43.1396484375rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { width:9.0625rem;height:1rem;top:64.90966796875rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { width:11.875rem;height:1rem;top:43.436279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { width:9.25rem;height:1rem;top:54.45166015625rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { border-width: 0; border-radius: 0; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { width:20rem;height:69.375rem;background-color:#ffffff;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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.adaptive-delivery-prevent-bg, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyload, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyloading { background-image: none; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { 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;display:none; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { 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;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { 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;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { 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;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { 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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:block; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { 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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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:cairo;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { 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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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:cairo;font-size:0.625rem;color:#000000;display:block; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
