.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbk1ZJ9qtbiinwyB7Jc2dL4Jo2zQpIx7 { position:relative;display:none; }#lbk1ZJ9qtbiinwyB7Jc2dL4Jo2zQpIx7 { border-width: 0; border-radius: 0; }#lbk1ZJ9qtbiinwyB7Jc2dL4Jo2zQpIx7 > .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; }#lbk1ZJ9qtbiinwyB7Jc2dL4Jo2zQpIx7 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eIxwUXtKWER8Gnki2T5VIMssDvPiPRN0 { 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.6875rem;width:31.25rem;display:none; }
#GuLTDPbztdMn8Z44NvMFdMkG0LVLsHNM { 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:11.0625rem;width:20.3125rem;display:none; }
#JRW9st1clhWqUTzHW1FHgudKON1kTC1T { 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; }#JRW9st1clhWqUTzHW1FHgudKON1kTC1T > .row .container { border-width: 0; border-radius: 0; }#JRW9st1clhWqUTzHW1FHgudKON1kTC1T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JRW9st1clhWqUTzHW1FHgudKON1kTC1T > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#th2k8fcMTMJGZaOB5XyAq1PD0xdtzZCL { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:55.9375rem;height:1.79904375rem;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; }
#B7RFrVO7zgfAdVB3OostyCn90ZDoLVOl { position:absolute;display:block;z-index:15007;background-color:#62748d;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:12.5rem;top:2.5618491172791rem;left:55rem;display:block; }
#dUtRimcd9kh7r3rSV6StEQqBNTemKvfI { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:25.625rem;height:1.79904375rem;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; }
#bP2DScokWRhh2zAp4DoADmenCk44tg07 { position:absolute;display:block;z-index:15008;background-color:#62748d;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:12.5rem;top:2.5625001192093rem;left:49.625rem;display:block; }
#xMdUdHxA3IW84G36NyD6I6DTHqOirVTP { color:#22344d;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:37.0625rem;height:1.79904375rem;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; }
#tp994lz54uVBnVkDbbGdGRneJKS8ryuG { position:absolute;display:block;z-index:15008;background-color:#62748d;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:12.5rem;top:2.5625001192093rem;left:49.625rem;display:none; }
#SA3ailBAKncFZa7nTsKusbq1F3xqROJS { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;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:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#iGXFbTTKRp7zMMZvhzMzy1RBdvLs5s8h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qkdr4cD7Tb1H62Dk3pVafiNMLBJ6Zr9T { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;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:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#k5N2E2B1FVCbi6gTc83mlsesiKWUIcAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3H9Xu5OtUIw4na3RLgZ28f9oiy6kClx { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;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:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#QHQgLQnBUnqifUCvGIpMN0zAEp9LVdAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKe5S4f8VtpLlBAceaM1CLTMySI9RMxp { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:7.5rem;display:none; }
#PPndBh4Q2T25oHZv03E0fOI1MPnPDxMZ { 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: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:15000;text-align:center;text-align-last:center;display:none; }
#NuqmEAsXRZhX2VHTVFf1ESwA23DwIFdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJREfGyPJlSrR3wkQsU2Vx21245oN8CN { 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; }
#dvyXCe0NXBTI9mhXDh7mNQwWJp4DkJLc { 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: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:15000;text-align:center;text-align-last:center;display:none; }
#S91WBw7WadPaEJPXI6K68lJSnqHvW7o2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RtmOM6w2kQ86OvQ8FvcKUNHAmDL3EnOU { 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; }
#OPP2tOBuTupf12ffpIQwK2VQhkq1DKuh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:17.3125rem;display:none; }
#xlpcVS32AxT6lQnH3QSpJ0ffzopBVPZ5 { 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; }#xlpcVS32AxT6lQnH3QSpJ0ffzopBVPZ5 > .row .container { border-width: 0; border-radius: 0; }#xlpcVS32AxT6lQnH3QSpJ0ffzopBVPZ5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xlpcVS32AxT6lQnH3QSpJ0ffzopBVPZ5 > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#qu3SLyhzC2Lhdb30EsC3S88BLceOD3l2 { background-color:#fafafa;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:#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:15007;text-align:center;text-align-last:center;top:0.46875rem;left:54.375rem;display:block; }
#MxXJLUCB7aKgFmRy0rhlq38oQQT83URc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pUlDqMLAUpS6aay7zQTm9sJdTmT28JoQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:48.625rem; }
#pUlDqMLAUpS6aay7zQTm9sJdTmT28JoQ > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#pxod7bIQkDosmebAH7ebDOI9oOG4BKyu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.374783039093rem;left:62.5625rem; }
#xnf1v1lxDkZ7rm3ULRaHzySc5x8SqO3h { 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:7.5rem;overflow:hidden;display:block; }
#l6Zq9sFSXnAiT9EydsSrtdfRCHR9mpgS { background-color:#fafafa;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:#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:15009;text-align:center;text-align-last:center;top:0.5rem;left:47.75rem;display:block; }
#cm2bLyoQaCBVv6pI4WXsblvVz87iaKiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N4DE9a94FGK6n36g3VckAtwMTmdrvGXa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:36.3125rem; }
#qoLHMuA2p6m3w5iphtZdg478n8GTCFOs { 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; }#qoLHMuA2p6m3w5iphtZdg478n8GTCFOs > .row .container { border-width: 0; border-radius: 0; }#qoLHMuA2p6m3w5iphtZdg478n8GTCFOs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qoLHMuA2p6m3w5iphtZdg478n8GTCFOs > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:75rem;overflow:visible;position:relative;display:none; }#VXVXCLWd0rlTaPRi7rWfZEBVk7cN2GNQ { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:cairo;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;left:7.5rem;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;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fGUJ5XNbVkBD8WToNXBnBgaPHKkQTphE { 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:14.375rem;display:block; }
#TJ7iAvFfTB9qnU88IcblKyOFomHq1971 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WikJeT5QvKbwMzEZ9vcEr1bWoVwhSWG3 { 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:15006;text-align:center;text-align-last:center;top:35.0625rem;left:7.5rem;display:block; }
#OdKX8qC4lWQGVtvPxOSVZPFnyxCJAxhb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyQlUNEJkfz0wuv244v9OviSTFhuEEuF { color:#3f3f3f;display:block;width:34.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:7.5rem;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:block; }
#xlwEk4yv37nWbIJzUHXJ5d8BcsHsoPJd { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #957353, #d4b392);background-image: -moz-linear-gradient(180deg, #957353, #d4b392);background-image: -ms-linear-gradient(180deg, #957353, #d4b392);background-image: -o-linear-gradient(180deg, #957353, #d4b392);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );";background-image: linear-gradient(180deg, #957353, #d4b392);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:12.5rem;width:19.625rem;top:2.625rem;left:36.125rem;display:block; }
#zqp5oSIe5m4b4VTdyFiuaFFUG2wW4KrH { 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:28.625rem; }
#PJCeS67npElDup9UyaXoAlhKV0AAUIDy { 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:32.1875rem; }
#nOvD9XV5rPMW9mE7ipGJ7madR4dNXXR5 { position:absolute;display:block;z-index:14999;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:20.375rem;width:30.625rem;top:0rem;left:36.875rem;overflow:hidden;display:block; }
#cbBMKg8yleXbILaAkBqtfVe2kmCyBDDv { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:7.5rem;display:none; }
#XwKKhXpuza3LWi8TUHiLMTmDwSESfp9X { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:7.5rem;display:none; }
#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ { position:relative;display:none; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ { border-width: 0; border-radius: 0; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .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; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TWEksswbSWGuorLZoAmcOu4vQsalUzyA { 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:11.1875rem;display:none; }
#Wt4Fd6Z8TWWMKgJdJDzXOhdzTh3dk3AG { 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; }
#sDBqXKwzPHHu9LSO2lz1Rlh8rthpd73f { 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; }
#WPv2Nr7TPBGvnE65vsxJuWbmahVwyMvW { position:relative;display:none; }#WPv2Nr7TPBGvnE65vsxJuWbmahVwyMvW { border-width: 0; border-radius: 0; }#WPv2Nr7TPBGvnE65vsxJuWbmahVwyMvW > .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; }#WPv2Nr7TPBGvnE65vsxJuWbmahVwyMvW > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Bow5pMzaLd2a6hMckT6H2lUh3ft1vuPT { 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:18.375rem;overflow:hidden;display:none; }
#qOTsaubm8AgApbqSRsxdnAiAsGmmfbdd { 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:25.5625rem;overflow:hidden;display:none; }
#NA1SLuh7fUIr1r5utp9gOpdnmmJzAMA9 { 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:15.625rem;text-align:center;text-align-last:center;display:none; }
#wtiHDkC7T5KMWrayVZW0sxtumHeaET6q { 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:9.5625rem;overflow:hidden;display:none; }
#XzGvTTSc6EDaTN4vT5M2DrkBELEmJcC8 { 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; }#XzGvTTSc6EDaTN4vT5M2DrkBELEmJcC8 > .row .container { border-width: 0; border-radius: 0; }#XzGvTTSc6EDaTN4vT5M2DrkBELEmJcC8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XzGvTTSc6EDaTN4vT5M2DrkBELEmJcC8 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:75rem;overflow:visible;position:relative;display:none; }#Mrk8qCk3VQeeKisiRlN68SlLyIOzDTpg { color:#000000;display:block;width:75rem;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; }
#DEMyzMWdzIeDKFwyzZIIs2EOLa0JvQSz { 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:-27.5625rem;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; }
#g3A8bXRFhTmiyEwhizrLkyLOUuhRVkTQ { 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:11.125rem;display:block; }
#Du4rNhP3tDDipdoRp4pCzMriDm74ScGd { 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:7.5rem;display:block; }
#pdGfvU14pAoqmGLnoTfFcAdILHEo3KEM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w94fRpn12vFVzIV3bOSuepUWWLtIozwr { 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:14.3125rem;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; }
#aT9MKwTaUusOnOvk8aVkDvBtTzKvaNQB { 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:9.8125rem; }
#GSDceh7TKUxqxuadtWqnSTEngAunM9ZP { 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:29.25rem;overflow:hidden;display:block; }
#BRRsha66BN4fhO46kb1MR2VGCNJySoKq { 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:7.5rem;display:none; }
#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 { position:relative;display:none; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 { border-width: 0; border-radius: 0; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .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; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RvzVESW7LLolVoGLmDGcJe97rQLuqRmp { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.5625rem;left:10.25rem;display:none; }
#ZAU2FqmPphCNepl3iuymRi8Lo4UmKKTq { 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:30.3125rem;width:52.1875rem;display:none; }
#PQao2nAgVZZhPbQBzN8fZ8Kp8K2pxx19 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:14.3125rem;display:none; }
#TaIKHelVBQHtLq6MuxpyL64KHyEi5ZJb { 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; }
#L4c4WWvVgoU5B5TIwPwBCLmL6ifk5dF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9nFcJRTZKVwn2RXQrWcTIcwgBpffBpm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#shoQLG0Dgqlmy4iB4cg6MXoWlvd9TZDO { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:8.25rem;display:none; }
#l0614IZMiCdAGHVGQMKfafO3gT8A8QA6 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:7.5rem;display:none; }
#AOTCZmLp06BJDKB1OGTonNtTeU3x4UTp { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:7.875rem;display:none; }
#QTChq13EaFSiEEebS26FuJBB38mwgz4D { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:14.4375rem;display:none; }
#N6lQhv1b38aeiUoF99w6BZ9kBXu71IKy { 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:30.3125rem;width:52.1875rem;display:none; }
#EFb8tJKkhtKE3K1xpDOfJM0uZ6SsaxOL { 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; }
#i7ApqovAZVACtv9Sdv5s3KlTN7fn0Vi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zA71XyKHF45KWXlTPBQdx5fqwwfTK3Ty { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:8.125rem;display:none; }
#hPdNJ9edgTEgBcoFZRlZ5D0Ap2uNnnHq { 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; }
#kbZOfmqpV6WcRx19L6X52FMkG2pQQTxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvyvPI2D5uQTwiy81w9tZmwzFT1dcDoe { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:14.3125rem;display:none; }
#qM2SIFyPrwC558LnTwhhq5wIxbaqe0gR { 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:30.3125rem;width:52.1875rem;display:none; }
#yRgNz0Nt66nZKEAbLk4F9ZS6XwmrFpU0 { 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; }
#T1DB3MAkRwsmLF5oDtUyrspThU4hbR6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTwreGdguhd0xoL6uGLL6eehQRZTIoEy { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:7.6875rem;display:none; }
#eUczsEHRPIQ9BTcAB9VTLst0tm8xeu2Z { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62.5rem;left:13.875rem;display:none; }
#h0lcdkHGLiJOzLg80pObNQMhSDk4RoIm { 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:30.3125rem;width:52.1875rem;display:none; }
#ag5TM3T2aJWy61XDyNCZ6rP3gbi0cthL { 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; }
#tU50w4JGg4QKlRKS3l162WuEUJXApBvv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trmH1fSRCl8aETkzm1xeKGkxmQ9HnQBV { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:14.0625rem;display:none; }
#SVN6itQAcNUH8h7KF0TdZbKkU4qARz3O { 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; }
#JIk5mqPFQfhoQHAOAxntuNw2g0vCVqqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wocTHOJZoURdTrUtIM9DqeCbKc3K395O { 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:30.3125rem;width:52.1875rem;display:none; }
#aaTu6JZ4MwaqdSwMyhPQzI6BJKNEEU4k { 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; }
#FfeL4Kt0FfauuTJSkKcIUsoATExVcL3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVCAAHOkLm7DR5x86AdPz4RJ5tulVDM3 { 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:30.3125rem;width:52.1875rem;display:none; }
#IX2Aoz32JrnW49nqoDq22EQkIXZLMdHi { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:14.0625rem;display:none; }
#z6uc8ioFialUkQUXE55mG1zZFa7HDTFI { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:79.8125rem;left:7.875rem;display:none; }
#fymfSwlip8QuciCHTUH2FmPKrHA6SF7f { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:7.875rem;display:none; }
#chFZg5vLSEBht4W2u2x1vCrqAX7RsiQa { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:115.5rem;left:7.5rem;display:none; }
#K99vbwgFMsXrQuBTchTywrTSCFBBmZiu { 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; }
#eb7DpOOxJRvcIPLnkg0LkXnV2QqBBcti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5dusQzmqEDTol9OT1RTEK16ZPcprI1m { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:113.25rem;left:14.0625rem;display:none; }
#dKNRm2hL2ONhk9qdRVDqOs4vnGEUuFhI { 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:30.3125rem;width:52.1875rem;display:none; }
#M229ypSZTGMsHxS2T1ZnH3x590mfgLBU { 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; }
#Q19Plyfw0bEuNkyw15Ql7IZgPeyhCqXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJmhM7PsTckHTufKroXRxev1pqCT1VC0 { 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:30.3125rem;width:52.1875rem;display:none; }
#iLF0ahGZ2zzTlF1TAmpz7uTcIoDU8CFd { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:132.125rem;left:8.0625rem;display:none; }
#puBXmRWIKGyLzKp95xqcIIWxnqkMByDb { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:130.125rem;left:14.0625rem;display:none; }
#Rw36N16QfbLSCrPb5hrahTwcLkbkKxpE { 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; }
#MeWyQwDOhTnpZ03WmJEBxExFeNsMgkEk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J16BIm70P6yvbOMyBXIktl4RAhDo5dLf { 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:30.3125rem;width:52.1875rem;display:none; }
#nrWRDElH1V4DT3MUNX8upfTMHoC81vDs { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:149.375rem;left:8.3125rem;display:none; }
#sb9kLFdZwfwFNMpFF8f9F739TAmXpuUq { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:147.0625rem;left:14.1875rem;display:none; }
#aylVSqhMaP1CwlZectPAPcJgLOgxn3fz { 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; }
#KpGslEfPg8iGXE7nyMzPGB7w6OzTSi2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hW9TQOc6XOptJCOetdkWlTtXSN4R239c { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:8.3125rem;display:none; }
#Ke3GnFmiqaLDzv3OAgObyk9bRdTG38rx { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:13rem;display:none; }
#JprbOnSW1TfEPT3oyISZ047U1cmKcZTH { 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:30.3125rem;width:52.1875rem;display:none; }
#bB9kJqzdOXsGZaTcOnoOCVoguUJcTUzy { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:182rem;left:7.875rem;display:none; }
#VsDcZvV9IwTn3hRtUxqmbD4Z0L5wPEN4 { 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; }
#bVf8gXcZ7M7zmvEe1skftDc2sTlXARcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPcan9SZlPenWFKrS9TLA4LmUUf9ro6v { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:179.5rem;left:12.6875rem;display:none; }
#WEFoZRSdSe6qoMLS3BXI7JngawEGkx54 { 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:30.3125rem;width:52.1875rem;display:none; }
#l05rhn8KyEFqgsAA4FpKF3ADpPioXT9w { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:7.6875rem;display:none; }
#OkvOdC0I5GT9xcl2KM0kNkbGfHzX19g5 { 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; }
#pfmbz0m7Aptx5OKp2aIt4sOFrFollDHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3BTh1Z6oWDOv7U52tkFtOTJzHICkHVr { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:14.3125rem;display:none; }
#es2TV4FIxGeOID09z3sh2XWatTvrJz0b { 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:30.3125rem;width:52.1875rem;display:none; }
#rrr7qHX4V5qbdFx9UCoZTfLvMi0MlSq5 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.25rem;left:7.5rem;display:none; }
#kimWHLe8sSIMW2sc4NizgselP4uuCbBZ { 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; }
#Vf0578eHtHMKCe5cbkVeQNIDILD5FbaC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbdac4b6d4txNFp1kWeaVnbhmAUGG30k { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:14.0625rem;display:none; }
#ST77R6vSCCcufeUoXzNUeAbpf0kZW9FM { 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:30.3125rem;width:52.1875rem;display:none; }
#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf { position:relative;display:none; }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf { border-width: 0; border-radius: 0; }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .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; }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TadcLmmMkWRyuS1XGiFJdndzfQObr7xx { 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:18rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uu9HlWSZdVDaI7u1Ncy9T7vLhUoTTZDU { 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:25.3125rem;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; }
#OONVuQU0g0dolOI5fggzaCsapX7iSQUp { 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:9.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; }
#I9FVQ5NfWxKrNnPqhLAKieTox3VzcCdI { 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:22.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; }
#VmIAwBoc7B7eUcivVql3CdA3ebwFBiIE { 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:63.1875rem;display:none; }
#yk4C4akhQsdaDhCmav1PGBoDQBCThX36 { 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:61.6875rem;display:block; }
#nA5dIrFdlLV36W4wO02MPpKnzTOVLcv2 { 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:61.6875rem;display:block; }
#oLNkAHnyOr7tQxoFdmKxJbWyBLCUgbFq { 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:61.6875rem;display:none; }
#VItS9RIMDQrFJLa3i3eCCIOaSocZBUlW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
#Tzt9ATHvpsSfGIc9x0yM0ffFEZeDpbDi { 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:31.5rem;width:36.5625rem;display:none; }
#c7IHT5LDTZg32x1vXdpW9MzNIkhnJv3F { 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; }#c7IHT5LDTZg32x1vXdpW9MzNIkhnJv3F > .row .container { border-width: 0; border-radius: 0; }#c7IHT5LDTZg32x1vXdpW9MzNIkhnJv3F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c7IHT5LDTZg32x1vXdpW9MzNIkhnJv3F > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:75rem;overflow:visible;position:relative;display:none; }#i42L2kW8FxRxLn7gSWmW2UekXkPkev1M { 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:7.5rem;display:block; }
#VtJMxvbErbr3To1Py0WVAa6Ex80kIF3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5UHAGft42DMrSTfTeAsmWkTZuusXBgV { 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:7.5rem;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; }
#rX5B6cFu0FfxIEOLUxdT3MDCBHg30Fhw { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -moz-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -ms-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -o-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#d4b392cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#d4b392cc' );";background-image: linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));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:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:7.4375rem;left:31.0625rem;display:block; }
#puN8nNffa6piRUzoeq6lv6TzhnZ17TUp { 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:26.375rem;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; }
#UED57qdmXZOv7zLDZffVRxGDawHiVtm6 { 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:45.625rem;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; }
#HNhnNDcvBoRKFhTknhWvthaqcfehebFh { 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:7.5rem;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; }
#mEQs5PTqoNcsNTqP7TuMR7IKxugffQqw { 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:7.5rem;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; }
#pm64DZzT9FApBaT7UO7lSCGhFBn6vX5p { 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:7.5rem;display:none; }
#R1yRMqeoEQJcWJ31LeHwzuE0wNIykgfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sB7BzdLyfo741z53vSyEHAPluchd7FNk { color:#000000;display:block;width:75rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4.07421875rem;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:center;text-align-last:center;display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-form-header {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-text {padding-top: 0; padding-bottom: 0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-select {padding-top: 0; padding-bottom: 0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa [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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa [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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa [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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa [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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-container:first-of-type{padding-top:0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-container:last-of-type{padding-bottom:0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa  { 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:15.4375rem; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa {display:block;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa { 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:15.4375rem;display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #kXDqf8cIzvvAAZKeNv1FKWH8Ol4eC33y { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #aTJL89VmTTbXLxBGtA8JNO734Hb3i8DP { position:relative;display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #ZGvbUEu9FTa55ZTA9pFKEaFAwwb8HBkT { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #rm04vTDMyp3ZEZm3mEsfnpN6wZf66GbF { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #kCD0PtMhqokk7v8iFV3MXNVN1LU0yk6t { position:relative;display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #rwQR5Cq1ZuESTMyVFbX2BA2BSIHKJpfX { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #bxNdAsOo4RFBxbhNZ7A1Wmyi6JslfJXB { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #PJBA55fNT5VNfWEbvgeG32lcpBnVANST { position:relative;display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #IT9orOB69BgfMqHCkINFEPBUiLxAsbiv { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #R7ylhQRgpeBi0wqlh3GeMFutLKLV3qdU { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #bvNrRS6XQopMxshTLotLpyQ0wGe81Cu0 { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #hhhTDHQTATLlyO2h8nmrXzTfrLC5wHli { position:relative;display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #oJ92RyF5ZrxtzykLMTwyfpTMT69K9VmF { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #c5epmXQXug2DsZrkfKgqOTZJQ4FkKz7f { position:relative; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #RLcDbxUWGTGgfTuZlTDnt8LqBByas61s { position:relative; }
#Rars6z6n5fy60v2REyCUkEENoOImHcc5 { 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; }#Rars6z6n5fy60v2REyCUkEENoOImHcc5 > .row .container { border-width: 0; border-radius: 0; }#Rars6z6n5fy60v2REyCUkEENoOImHcc5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rars6z6n5fy60v2REyCUkEENoOImHcc5 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#uLkiO1SrK81sMzMzd0MJydHfeD4DivNh { color:#000000;display:block;width:75rem;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; }
#QIJriC46AHWrAfGPMTl0TM6Qn0PwWRdC { 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:55rem;display:block; }
#gb7V4Ohid3b0Zq1kP6xc5QAktNmB7KcP { 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:7.5rem;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; }
#O8GlctfUrExrHHTFaygewThXvn0Csxu4 { 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:7.5rem;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; }
#cG9KIshCJzETTDyCbrZMm5DyWGU7PXcE { 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:45rem;display:block; }
#RhvW1zW8wGT81JPpJZgrstAGFIi3yGOg { 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; }
#bikvOmqeopEfT9Nv53ofmFOTuB8kTGTw { 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; }
#JDAxxyagyTL6fTwipwTvpeTCOfyRQP6o { 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; }#JDAxxyagyTL6fTwipwTvpeTCOfyRQP6o > .row .container { border-width: 0; border-radius: 0; }#JDAxxyagyTL6fTwipwTvpeTCOfyRQP6o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JDAxxyagyTL6fTwipwTvpeTCOfyRQP6o > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#Z2KX3OvL0g0mVv8D3BOfMuxu4DrR9FPp { 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:7.5rem;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; }
#ycfVV3lR5BHqpayTbEE4gvSsaJ8koB5i { 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:7.5rem;display:block; }
#aT3XZ80muT884QFiTfZi6R6C9TSz6121 { 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:7.5rem;overflow:hidden;display:none; }
#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 { background-color: transparent; background-image: none; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .row .container > .video-iframe-container { display: none; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .row > .video-iframe-container { display: none; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .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); }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 { border-width: 0; border-radius: 0; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .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; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w3GwakMzGe4NpPcbCG7GUKsnDSkQ6OV0 { 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:19.75rem;display:block; }
#uNEL29wOO3Pr9LyZy8exqA7JAiDJxQp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPoMzk4FImD73TMgPfXObZCmuZWoOz3P { 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:17.875rem; }
#LVqZ61xd9kUtZkKKe8TMO4Of6UAEWJZW { 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:7.625rem;display:block; }
#ZGP47fpfVKx7xzbL4NsGbngzyQnseMwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nw4XTyMEoCoFE4pTVvIVUU3zu8eSEXaA { 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:8.3125rem; }
#nw4XTyMEoCoFE4pTVvIVUU3zu8eSEXaA > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#CmJpJVTdrP8ExdWr7uEmKkkp30NpmiZE { 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:17.6875rem;display:block; }
#yN3hd2zWonNchz38HSMffqc0ofygntyK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MqhTP9AKCUuallk1ahKadfiivRhtRr8P { 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:57.875rem;overflow:hidden;display:block; }
#cULmGzf7kG5HIOkum2OD8Mo4b0gUh6Jx { 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:34.25rem;overflow:hidden;display:block; }
#wM7LqRySKBHBp5oWlcHU0vRqpW4pWMgO { 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:30.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DheuvAPvzbliFPG9TTV8a9aLObvxKTMO { 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:23.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Os3xztBCpwRl3DDW2o9wklq7Uspd8VeC { 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:20.3125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUs3SoXeaIe57lpQDLhiqSQciWdE6F9c { 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:17.0625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BawEdfJofGrWVkphw8bXMiFtlxLDN1UC { 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:13.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTb7I1L98XF8facAGQKcz8yPPRb3yr9i { 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:39.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJpHdmAFzgtnOP4in5TAizmo1nQd8VmO { 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:56.9375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGWdKBwfar9VT9t0VUymRLK7wIGqfShW { 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:7.5rem;display:block; }
#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ { position:relative;z-index:auto;display:block; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ { background-color: transparent; background-image: none; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row .container > .video-iframe-container { display: none; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row > .video-iframe-container { display: none; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .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); }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ { border-width: 0; border-radius: 0; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .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; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .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:47.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row .container.adaptive-delivery-prevent-bg, #TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row .container.lazyload, #TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row .container.lazyloading { background-image: none; }#OnwSaeK66Po9InJIa0Fqg9oXhtC9V5b7 { position:absolute;display:block;z-index:15041;height:10.3735625rem;width:18.5608125rem;top:7.9345703125rem;left:2.552490234375rem;display:block; }
#gcNGv3WWqOhINbCtnzepZDRX5yF101Dp { position:absolute;display:block;z-index:15040;height:10.5603125rem;width:18.8733125rem;top:22.623291015625rem;left:2.552490234375rem;display:block; }
#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ { position:relative;display:block; }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ { background-color: transparent; background-image: none; }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .row .container > .video-iframe-container { display: none; }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .row > .video-iframe-container { display: none; }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .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); }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ { border-width: 0; border-radius: 0; }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .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; }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#El57NmEHEFlgF5biTbfhSMydKetHSggQ { 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:48.9375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#clknphfL6WN8kK0Z4avJWAFh2fbS1eoT { 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:47.25rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PPqAqrJxhvhQPTyDEeJ1Vc2nWl00QA13 { 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:43.125rem;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; }
#MCgVF1yEifOsT3fMfcriqlqvpl4PhzlC { 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:54.0625rem;display:block; }
#Lq6c9DMSBzu0gCOTqrpyrzMyQr7m61uy { 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:49.6875rem;display:block; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-form-header {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:16.875rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .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:rgba(255,255,255,0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.875rem;box-sizing:border-box;height:2.75rem;color:#dbecef;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.5rem 0.6875rem rgba(0,0,0,0.15) ; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-input-text {padding-top: 0; padding-bottom: 0;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .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:rgba(255,255,255,0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:3.125rem;color:#dbecef;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .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;border-right:0;border-bottom:0;border-left:0;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:16.875rem;box-sizing:border-box;height:2.75rem;color:#40747d;font-family:"mykonos ar";font-size:0.8125rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-input-select {padding-top: 0; padding-bottom: 0;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .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; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .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:2.9375rem;margin-bottom:0.25rem;margin-left:2.9375rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:10.9375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW [class*="-text"]:-moz-placeholder { color:#2d8392;font-family:"mykonos ar";font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW [class*="-text"]::-moz-placeholder { color:#2d8392;font-family:"mykonos ar";font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW [class*="-text"]:-ms-input-placeholder { color:#2d8392;font-family:"mykonos ar";font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW [class*="-text"]::-webkit-input-placeholder { color:#2d8392;font-family:"mykonos ar";font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;float:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .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; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-container:first-of-type{padding-top:0;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-container:last-of-type{padding-bottom:0;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.70703125rem;top:2.75390625rem;z-index:15039;position:absolute; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW {display:block;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.70703125rem;top:2.75390625rem;z-index:15039;position:absolute; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #Pkik56pJPlsq3rvC2wDlgNNHEUnudfDc { position:relative; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #hZ7Urqm5UCkoaEdzOSOvGlkQGqmxRsBs { position:relative;display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #lwWuzwfCOnnXC8dvQoV2M4pw8eABsblC { position:relative; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #y2L3thvlx4DFSJEFoiCUPLyhEpfaV3PP { position:relative; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #pg6coFF2l6RebkKPUd8TLHfvFIFsOTpS { position:relative;display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #rZtIPd265xwJdHXpphoLfpWZbIXNdLCR { position:relative; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #UtmAxdC2T9eeJskRJwbKdcy0e4SReFKI { position:relative; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #sW6JKQ6UconXyniWvoSlmJUW2MezGlD7 { position:relative;display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #nFCKQkfRqBLXciKFrOUO1R6QiQPsuEs3 { position:relative; }
#tzDCutZoKB3N2wUdFmUkncIbvgRIV2v8 { position:relative;display:block; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #msZ0fC06xlVWIUwgMdVThRhMFL5Bigxs { position:relative; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #ltwsJNwdC9CC0Wzyf1URQVbtooTF0al4 { position:relative;display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #TwPZZk8DfJUR2ROlzpMu8D28oUiM5lo3 { position:relative; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #MZsDMoENSVaGu5B5StnWxD9QTzB9wcRs { position:relative; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #wLkFph45OQ2FxkeEkQuoTdbSOmIpdi4q { position:relative; }
#U2c6xxf7XF8Dftw2LdQEftracc57RTGy { position:relative;display:block; }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy { background-color: transparent; background-image: none; }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .row .container > .video-iframe-container { display: none; }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .row > .video-iframe-container { display: none; }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .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); }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy { border-width: 0; border-radius: 0; }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .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; }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H { position:relative;display:none; }#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H { border-width: 0; border-radius: 0; }#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H > .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; }#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H > .row .container.adaptive-delivery-prevent-bg, #TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H > .row .container.lazyload, #TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H > .row .container.lazyloading { background-image: none; }#wfhTV1I3OdpTmyTez96acT1qHxZlin44 { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:36.5625rem;height:2.7625rem;font-style:normal;display:block; }
#ZSRENTJ9a8ZUPeBoe45l47aP5mh6Ho8X { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:22.1875rem;top:6.75rem;left:43.4375rem;display:block; }
#SttBoMFLKxoSXh4MhK4His7MA0wIbudB { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:44.6875rem;height:7.4340625rem;text-align:justify;text-align-last:initial;display:block; }
#oXXVMlOdAserPOK5Xn2JLevg0t17rFIk { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:63.4375rem;display:block; }
#ILKPeFTEleQ7TgX6HnCMSPTbe8tMfCrn { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:61.375rem;display:block; }
#MMHFwiJNl7zAZdv14OXu4dABFe2TSRww { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:19.937501430511rem;left:63.5rem;display:block; }
#Ks1TC5ZLaHbFZLmZviyeg7DNBEtnuXWe { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:37.0625rem;height:1.8005375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dBsiBJeTGJmiV0wzUBuUeG4RhQvaGvIQ { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:42rem;height:2.698975rem;text-align:right;text-align-last:right;display:block; }
#CX1X9G3wFsER63ldFxnMyJu8oMb4bBVe { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:22.062501430511rem;left:63.5625rem;display:block; }
#w4zcaOaAhnIW69FR9uimWfPGzx3WOMpl { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:63.4375rem;display:block; }
#JJTQcDpu5AaOTZMPIhoLAhglFMoHhiaT { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:24.375001430511rem;left:63.5625rem;display:block; }
#ZTFWXtBZLpmICXmBNMCQuOvh6TpAWXuv { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:63.4375rem;display:block; }
#fIt8mTlt3bJgnvTfwhzb9b3AOA39LDuQ { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:51.375rem;height:2.698975rem;text-align:right;text-align-last:right;display:block; }
#T5d1TWdx1q5WOCNdCXQrnWOtnhDc1wDS { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:51.375rem;height:2.698975rem;text-align:right;text-align-last:right;display:block; }
#WQ0ZT7H7EFoEER4VVparlkbKfFaqeH3A { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:26.541667461395rem;left:63.5625rem;display:block; }
#m0MKXKHSBDS1srvEdgfqI7gLCLvC3h8c { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:63.4375rem;display:block; }
#TIZO4HF558cWmWVd29WyZzur0RaIggcC { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:51.375rem;height:2.698975rem;text-align:right;text-align-last:right;display:block; }
#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 { position:relative;display:none; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 { border-width: 0; border-radius: 0; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .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; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .row .container.adaptive-delivery-prevent-bg, #rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .row .container.lazyload, #rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .row .container.lazyloading { background-image: none; }#kcfvpGsQXS8x0c4kNtvupFP7fpyVkl1D { 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:17.25rem;display:none; }
#AFIF6EcLFNB0eDwrZtWcJimTip2FaZfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqgFNrV6mPLH8G7ezDKpgqChWdTJoSTh { 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:17.25rem;display:none; }
#UdGGefKqigMKXXFVT0X2HkODSVcURwlp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnAs19MBTmUCdlfKVQqhvmABF2ErMh7A { 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:17.1875rem;display:none; }
#qPfTmTWD0K6NEQxCVJ6O0Fcx1fy0Cs9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KfcU2tUqxTQxaHsiS0TC6u9gI2ZMMZnT { color:#000000;display:block;width:15.749rem;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.0546875rem;left:38.1259765625rem;display:block; }
#FFGHl0ol88VtvwIcE7Hh7tIhwLTrCFvA { 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:30rem;display:none; }
#FFGHl0ol88VtvwIcE7Hh7tIhwLTrCFvA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kEa2P7rwegsOTOGpDMy2aB9DVPMGbT7L { 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:29.875rem;display:none; }
#kEa2P7rwegsOTOGpDMy2aB9DVPMGbT7L > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Cbi2oyub5V3TzfTgcI1OJuxQpxhU8Zo2 { 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:17.125rem;display:none; }
#JxWeoKf50ICq7EqBJTEkomzZ23CFzQ2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvSvAb716RrmXw6mBHSPgmhZTHKJ9VFG { 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:53.8125rem; }
#RvSvAb716RrmXw6mBHSPgmhZTHKJ9VFG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#JXMrSNBgw0HvtGAbEW9crh5ppyoTV9Rc { 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; }
#n3xd4zqcTawTM8t5BcHKdR9M7hFhyUq6 { 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; }
#sMrSg6Q0T18W8V8KrZidcoRQ5it29GVW { 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:7.875rem;display:none; }
#cRZKJilMhVbSc0Ce8UIwGrRcvUOTbdQX { 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:52.9375rem;display:block; }
#JeOxUovW8KeZUHgBAm96n35wBEoHgxRa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXkvNbuItd8R2avAdwucDxopQpSgHkkQ { 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:52.9375rem;display:block; }
#MsAFJ2FDOtrEXNlVnOE47msiD2gzPkxl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSURvCs9Sg7HTncrfXNl7W6R8mI176Tx { 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:53rem;display:block; }
#exG93BabRMd5idhPHUk2OhShkcGCMPWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CS6dgHKnW9EmiOT0Dy2gPQrZCq01hZTT { 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:53.8125rem; }
#NJMAbm800MHMZ5nJBN0pual1MJPzrJ0D { 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:53.625rem; }
#nychnDmlw6N80Lemnbma9Li1x19iBATs { 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; }
#WMtAHE3n58Dpk4HXxXVDvNK5Hpr8vTrA { 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:11.625rem;display:none; }
#FWBLKZKzUPHd0FJhO062mb974gbQGiTI { 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:7.5rem;display:none; }
#Nfn401Rsfp3q9kIOyPhZmqgDTVLEac8d { 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:7.5rem;display:none; }
#FZ7OI0nhevrMNy0OBn6PrscKl1NH95fI { 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; }
#vUtiVZ7PZf8H2e2miikSUMkDoniGIGAq { 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:7.5rem;display:none; }
#Hf7eLD00DizH5qs39ovL0rbQTTh2HC35 { 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; }
#CGEvsg66fhQipM5FkvGeQHOS0UeDJydo { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:7.5rem;display:block; }
#yJ1m6tyRL9z8e2D0NLZZAd6XLoawrsEM { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:9.6875rem;display:block; }
#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 { position:relative;display:none; }#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 { border-width: 0; border-radius: 0; }#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .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; }#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .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:47.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .row .container.adaptive-delivery-prevent-bg, #ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .row .container.lazyload, #ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .row .container.lazyloading { background-image: none; }#dxdC1hAxP1T7B8cM9pZ6gKS3yookTKl0 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:17.3115234375rem;left:24.249267578125rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Swb91WTslcBppzQ7iymW8Jf8T3CWOZrz { 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:27.625rem;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; }
#C4NSEKOQxsPxMiy6niiX8XoxWdSUtUHW { color:#ffffff;display:block;width:4.1875rem;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:17.3115234375rem;left:22.124755859375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqM4cgG31ENAA17b3CO8ttiPHCzno4wv { 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:17.5rem;left:5.5625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZxx0DQIiwxc6ukIPiRDJF5I1DTvTD1b { 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:17.374267578125rem;left:9.0625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mz0D1QeNUh3gg1rtdQu5hTsG52KSkRFe { color:rgba(30,30,30,0.7);display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:27.6875rem;left:20.5625rem;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; }
#QeyWspvVA4tGh9GmbRIsHnFFKvOmV5Cg { 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:27.49951171875rem;left:22.437255859375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VVpOq2xToVhuiv0WHh83r4006M5X2V9L { 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:29.875rem;left:21.43701171875rem;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; }
#V3MIQpNW2xzXaHpOvII7VftyM7xvybVl { 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:29.87451171875rem;left:23.5625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMbylWN9JSAGWJ5WIuNr1yDZdduyTOPV { 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:27.81201171875rem;left:19.374755859375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1ZOMJzCXEVOsI2fQyZFJvOTWg1I2tQb { 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:30.25rem;left:21.99951171875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EcRswNgh4rhCwZdA70To4c64VPxCbCnG { 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:27.9375rem;left:4.875rem;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; }
#ls1IJaGVOQ9eIHT9pte4LNGNnpsDdnfU { 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:27.75rem;left:8.1875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZUkLEcop4EL1cnZTk3AuPqX6dH5VM6n { 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:29.9375rem;left:6.6875rem;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; }
#DPVKWpk2uWeSfSQ8h089AsTmvkPTnGP9 { 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:29.8125rem;left:8.1875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmPETuXAMp0XlTTCdn0i02fBTK9940Iq { 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:30.0625rem;left:5.375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cyyNWkL6Bz8R9R15B7PW6e0cTSeFtpAS { 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:28.0625rem;left:6.125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADaKSC1c3lW782yfTTdNhOx2Ta4Jmaya { 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:15037;line-height:1.6;letter-spacing:0;top:40.042236328125rem;left:5.5615234375rem;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; }
#lHla3BRNmEh8TKUEepfvRqu3ho80rvZM { 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:41.1875rem;left:10.1875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CaXi7udeKb5hUvC9tqzU75lp6CDucJQ4 { 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:41.625rem;left:7.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1xnOiKArdctqMZ0RuNzThW38iV3TWDq { 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:41.4375rem;left:23.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CpLHCaUiso7BMKhtPeqNaScAy2w0e2Ec { 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:21.6875rem;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; }
#SdbDQwmVaTZOUgTpsNTt4Twkm24weCNn { 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:40.4375rem;display:none; }
#fpdToKK4sMVmVk0lKgbDP0LWNNRIJp8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#beuTJ6sISlTMT4Qtx6Tax7iVy8wqLtiO { 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:11.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XbR1qcyy8GR4ebKe9tgE77s9LaJhXl2t { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:14.25rem;height:1.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PkXXPEOZ6xu6RGMPQzeBnBcMCaiZ8FFW { 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:43.2470703125rem;left:21.436767578125rem;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; }
#UpAkCKVmTiQdfTTTCBQshxaBnQyfe5Co { 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:31.343017578125rem;left:20.63818359375rem;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; }
#LaKuGVZSWN5TLyp68gyZXMrT5uQ9ic4A { 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:31.343017578125rem;left:5.65478515625rem;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; }
#Tn0Np1HrouKATc86dwHsvhkDdhUL6goo { 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:19.280517578125rem;left:5.9365234375rem;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; }
#wMTC9cVGPQPk6zuVzGmOQ22BcioOu0Il { 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:19.327880859375rem;left:21.872802734375rem;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; }
#GlM8TkqJDuLyRtAPhVfHZRsU0fgsf8Lr { color:#ffffff;display:block;width:4.624025rem;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:41.1416015625rem;left:26.091796875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A7FvzIqs7FbIJOuP8wIU9FV4t2G0ZDvG { color:#ffffff;display:block;width:8.3105625rem;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:41.140409469604rem;left:24.317490577698rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhorFF9pQ2xESsLtSQIz6xvWxuzVvr92 { color:#ffffff;display:block;width:4.624025rem;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:41.1416015625rem;left:26.091796875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro { position:relative;display:none; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro { border-width: 0; border-radius: 0; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .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; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container.adaptive-delivery-prevent-bg, #yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container.lazyload, #yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container.lazyloading { background-image: none; }#r5Uo6Zl3pVkms268hLCa728Xzo6x4o9e { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:26.6875rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCMFqn1WEhQSICadO4UURpXRTPzawglG { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:31.9375rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5tXo6v0lyRiKCVZ8s5ltGZhTspGkxTy { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:8.875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFeNvDE7d2xtEGPCXr3ETBQ2P62f69R6 { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:17.5625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e4QMrSc6hxqDGR4Fk7rZPweQCX0T5i2Q { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:15.5rem;display:block; }
#zr3GsdE1QxVT18Z91QGtCZfQoGJ7ivGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZmNc9LoEObdl2qTmFBkFpuBXcRuO69Zk { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:10.5rem;display:block; }
#LNrzfS6uGNETemM524iEkUZo4U7fz6QA { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -moz-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -ms-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -o-linear-gradient(302deg, #7f6048, #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, #7f6048, #a1f2f3);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:24.875rem;display:block; }
#nvI7OJQOBi6k4l6B59icBxhKJtW558Rd { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:32.8125rem;display:block; }
#CShPgviTwgnXLpTkGJoFMHM5qTXcsoOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VlM1NqSGw1u7wnrRqEkTpUdqU8t9uTm9 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:23.625rem;display:none; }
#o3ARs1Gm6TIPSNNCLzNhyqsuRKg8ee1I { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(55deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(55deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:18.5rem;display:block; }
#Qo2g3UtShHbxsguEblILlfWOXdor3Qk0 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:38.1875rem;display:none; }
#JoAgVnLXgTH6lKOFBtvyTt6w4TkTRsDL { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:38.1875rem;display:none; }
#XMRJwroaIJgAzByqa0zhqRNR1tMUQRLb { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.5);top:2.0458984375rem;left:23.625rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPzeWBNJWaNphDBriNb3b39UldlgyCvW { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:17.5625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ezbEx5uCB1aiTkG5peV7hAUQZXe7GzaL { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:39.3125rem;display:block; }
#t1iKwi6veEBPykfv1HH3gLO59oisoS4h { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:40.625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhvdgaPKrdHUfx10kqbsn3sPK405D4ca { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:46.3125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtcrL6LtvaaDN0g4XR3atRk1K1xdExI0 { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:51.0625rem;display:block; }
#zRwKuGPzLOf6Tx84c3cXmHygegpt4QNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t03IcEvtTzJaBH0mKteAZg56UNVnRTGN { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:43.4375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QxpiLdZzuqZuCaZOHLzucDizmhSpacwr { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:26.6875rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JQZbt3TN53vD5JG3TgmyPmN4nzVqiF4w { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:43.4375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#rrSycpPv2iS8MUWSe5x4vLMTPrOHnekr { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:43.4375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#cZFJ29I13yIyOE1dcCGng1ih3EPM2mhw { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:26.6875rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#JKsXzNCIdpJ32qJORG69gSzaaCgcm9v1 { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:26.6875rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TbcT8hE3knDT68FqWnzGUGItdZOToBRx { position:relative;display:none; }#TbcT8hE3knDT68FqWnzGUGItdZOToBRx { border-width: 0; border-radius: 0; }#TbcT8hE3knDT68FqWnzGUGItdZOToBRx > .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; }#TbcT8hE3knDT68FqWnzGUGItdZOToBRx > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XO90h9EZJGEmThVlPlWeGE7S29uzWTuD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:12.3125rem;left:14.3125rem;display:none; }
#BMkyvJDIOHPMffTccf0OL8gsJgL1U6Ty { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#D3eAT0x9infhluJ57kTZRnFTb6k4NdDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CfonqX86QX37oVSTO2UNVJwwwyMptPwM { 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:31.375rem;width:53.9375rem;display:none; }
#H2lzttcuoTChwl8qBHZFAn7W3BfexwGT { 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:31.3125rem;width:53.9375rem;display:none; }
#UAlATRFnOSd9pECagSyXKFrN9QC24Wwz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:25.25rem;left:14.3125rem;display:none; }
#X76e0qJHIR55QA3JvMf0wmUQr5C3BMr6 { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#B0JchWtZ3cKJGg6FwoF9TAroHdDtczDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NyZ3lzFrqnpRkhsRvpx6STgtNE33sTTT { 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:31.3125rem;width:53.9375rem;display:none; }
#QPoGs301V1cBnLck3BPAAVvuMJNKst42 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:38.875rem;left:14.375rem;display:none; }
#X0OeXTdcqJgT2RQTIlNeb1rzgBE6SutG { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#wtLZ8PDGRkelmoRCMmmDeR2BkoCG5wlW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdiU8MqvzJZNPPiVzzXg8kFGSuS9aeyH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:52.3125rem;left:14.375rem;display:none; }
#Bn769fnwDX6FDzRLhtP2KEk90p8D1uHT { 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:31.3125rem;width:53.9375rem;display:none; }
#WRZ3lSMKmQgRWlCsu6gAiLpTtZdNGTXF { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#tUtBxQSXHuDUzANdHDBePAA9iEuKGwAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5DdIcTdQQXgZE75wBsUen3RhHqkZQhZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:65.9375rem;left:14.375rem;display:none; }
#IzkIweOJ7IsXBz5qJCaTlUUoOxSeegAp { 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:31.3125rem;width:53.9375rem;display:none; }
#gQGRVWi7veyCWmmIUcHfVP4sOqcRrr28 { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#VZlHg7eeONsdsEZBe34zkFFfl346P34f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ul9MXPrB8m550lLeb4kAHRf21otBloyf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:79.625rem;left:14.3125rem;display:none; }
#WOrBBZGw2tTyycFi3Ln0IxI0h1LpafxC { 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:31.3125rem;width:53.9375rem;display:none; }
#Hn1nKbRaQWw3lgOpnqoiAPGnk4FyaT3i { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#L6hQB2uBWqCLl5c2r9CCZmqRGcJnKErf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D4ms6vfh4OsrTMPIcl54DmvQBIzTaOiQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:93rem;left:14.3125rem;display:none; }
#FiQm9JSQPglPT6JLSZeG7sIwosvP1oTA { 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:31.3125rem;width:53.9375rem;display:none; }
#hiayRShzzGDrpJS3iEaTzTL9ZTsiwrBJ { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#WE66K6dQiOgE0Frgp3b232bOoyt54D1h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JGv1q6lvgSX3WxCSpOboI7f7O4fNFK9N { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:106.5rem;left:14.3125rem;display:none; }
#lHpcLeDqMuKHbJLRpbcds6PFHRKhiFXo { 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:31.3125rem;width:53.9375rem;display:none; }
#qJw5nzlPTeBgU6St0WJHRe9npyXfG2TD { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#Z4y4OaorvBZyp3aaDELLF8FmotT4Oq5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmc609JPILMLoh5eNU1L23p8yfAfx9Bk { 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:31.3125rem;width:53.9375rem;display:none; }
#l4Hluxf9OpK33lsmzRB7cFx345Dls2SZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:120.25rem;left:14.25rem;display:none; }
#EKWWGtVQvaiaJiHwTFAGVgTnHi78kCGd { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#t8UH0WP0iHyIBoF6mq6kTlwQIKB3O8mr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nufbfR7BZOzgydT9nkWC48Zf7Dooiohu { 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:31.3125rem;width:53.9375rem;display:none; }
#qhoGxHIfwukOEZvAGhBbC3F55Cn5e8Zg { background-color:#997960;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:48.625rem;display:none; }
#GXESPIHH8fu1E5ZafBEJE10fqDQs5WUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1gr2GFAClRIMXy00PlqMTOLB1MrqnrP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:134.25rem;left:14.25rem;display:none; }
#XvuBszepAF11qTa7AT8bbS82MmIeSwGK { 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:20.625rem;width:14.75rem;display:none; }
#T9UQphkXwMCuCWDSpIWD8F4yNbm2FUnQ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#k2y7LVAWhv9yzed7EOotXOZRZQPtQCC9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:138.9375rem;left:11.1875rem;display:none; }
#pXlewy8TPm5OdMRA8W3GQxxXmEWz3CPR { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz { position:relative;display:none; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz { border-width: 0; border-radius: 0; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .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; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/1bc8a4a9-d7c2-430d-884e-32f9f9dbef0d/home.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container.adaptive-delivery-prevent-bg, #NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container.lazyload, #NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container.lazyloading { background-image: none; }#o4vfV4ZCaiFtbkmlAn9m1OvDBBeT8b7M { color:#0e849e;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0601561069489rem;left:49.448432922363rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJRyiqILbTxDtGS1t6lk1Cwze7Rk1lGL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:7.5rem;overflow:hidden;display:none; }
#Ooubr9Vn5W23ITFNHZig1Q9hAqE1ULAB { position:absolute;display:block;z-index:15033;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:35.7493125rem;width:37.5rem;top:4.3741121292114rem;left:37.499111533165rem;overflow:hidden;display:none; }
#m4yqoq1R4BKbdCfG3bpgGaFVDegBatsC { 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:"open sans";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.5625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:38.433947563171rem;left:31.155893683434rem;display:none; }
#TmlrELVoBkQwA3fu13kVkE0EUcJ9NCKg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DomomUehC3nPAXff1I8uP0y67VtcnsTZ { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.5rem;left:51.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Smvlqz25t7u83JdR9Tom8Tdsd6FUt88g { position:absolute;display:block;z-index:15037;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.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.25rem;width:14.1875rem;top:13.875rem;left:51.6875rem;display:block; }
#o8bGe1pgrF2RqQZH7TFzo7ZNx09QSQnq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.6875rem;top:34.75rem;left:53.5625rem;overflow:hidden;display:block; }
#ag2JUfIHnd0LM2ALJmAUaLkoRf0i11xq { color:#0e849e;display:block;width:26.124625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8089838027956rem;left:46.1015625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n { position:relative;display:none; }#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n { border-width: 0; border-radius: 0; }#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n > .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; }#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.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:29.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n > .row .container.adaptive-delivery-prevent-bg, #LPQyLa45qooJ5dTWAfpUMT5stKrwu40n > .row .container.lazyload, #LPQyLa45qooJ5dTWAfpUMT5stKrwu40n > .row .container.lazyloading { background-image: none; }#iVhlVRJMXQz4o6aLofmyWrFg0o4FMHUa { position:absolute;display:block;z-index:15058;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.0625rem;width:17.6875rem;top:7.3125rem;left:40.125rem;overflow:hidden;display:block; }
#O4Q5HqSTLqtMPPM4L2M4pvnQgADPtecS { color:#0f86a9;display:block;width:16.6875rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.625rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AbHcn7b8mfvG8GsCaQQTgW0WiolS8Kwc { color:#ef4b15;display:block;width:15.1859375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:19.3125rem;left:42.75rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUTNrO9gr4nGxEAp0pldzfbmA2wJyZds { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:20.1875rem;left:40.125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P1eJSrr0bdyWJvoUTFl7rHdq0eFm65C1 { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:23.25rem;left:43.625rem;overflow:hidden;display:block; }
#uSaGTy1kuOVKANy0PtVCM1Z9HS6Tah3v { z-index:15126;top:24rem;left:42.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N20WKuBkQlqizdOxaRVT5ZIrVqdbfSO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X6NHFb8hxFJLhZT5TmOnUw1XDfGCHe6m { position:absolute;display:block;z-index:15046;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.25rem;width:17.6875rem;top:7.3125rem;left:17.125rem;overflow:hidden;display:block; }
#qZPS9eZwfNSC1Klcp8oeZoLa8Zd5kWWF { color:#0f86a9;display:block;width:14.25rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:9.875rem;left:18.8125rem;height:7.1458125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kJVg8K3kcpuQzg56cmvAVJL84cIli9m4 { color:#ef4b15;display:block;width:15.1859375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:18.4375rem;left:19.75rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AuNi3I4twMETUhZe9q2rpPHMxTn2DztB { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:23.5rem;left:20.8125rem;overflow:hidden;display:block; }
#KMfqUJJ8Z1eZtdnLXVz5JkH2c3KFpMPd { z-index:15114;top:24.3125rem;left:20.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q706Euaht5518XlglARm3QLXb440swS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kHGlUl2tuPguBmhcq7a094rDyL1b0Z3w { color:#0e849e;display:block;width:51.2484375rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8130855560302rem;left:11.875782012939rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfETtdP1hlR7NEnvVDkHtwmmvAGPZvgT { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:19.3125rem;left:17.125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr { position:relative;display:none; }#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr { border-width: 0; border-radius: 0; }#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr > .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; }#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.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:29.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr > .row .container.adaptive-delivery-prevent-bg, #Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr > .row .container.lazyload, #Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr > .row .container.lazyloading { background-image: none; }#K6lqni9xuWkF3CtoueCyKz3mZtBKu6qP { position:absolute;display:block;z-index:15058;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.0625rem;width:17.6875rem;top:6.6875rem;left:49.1875rem;overflow:hidden;display:block; }
#A5y2g95WrUwzSCBEKh6aNo8GyGNogRXn { color:#0f86a9;display:block;width:16.6875rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:11rem;left:49.6875rem;height:4.55078125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qwCoWAge3rx5iTT7f4cHTAKNnWHP5Dda { color:#ef4b15;display:block;width:15.1860625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:17rem;left:51.8125rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0w4CZTxt8Cr40B3EwRBJvJGGXp9O03x { color:#383838;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:17.875rem;left:49.375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7zqB4wfev33inIp4DPgpQvgF8eN0skD { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:22.625rem;left:52.6875rem;overflow:hidden;display:block; }
#EHSRadWJGtqUG3QRzM0TBN9cqfum7rvc { z-index:15126;top:23.375rem;left:52rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Siy2IShoPwiBCpm6DfKfaxXefx671xim { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akHZOXXgTg3rL8WA4gdgvrW4Je4Myy0q { color:#0e849e;display:block;width:51.2484375rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8130855560302rem;left:11.875782012939rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uafhCloMQLBrwlmziGtfiJnlhc2MtI4i { position:absolute;display:block;z-index:15066;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.0625rem;width:17.6875rem;top:6.6875rem;left:15rem;overflow:hidden;display:block; }
#sx782iCTBFrZbIbMJeS6CuBHQKm2xPhi { color:#ef4b15;display:block;width:15.1859375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15112;line-height:1.6;letter-spacing:0;top:17rem;left:18.3125rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSNllDnvdoNcwiXWzNTQgykRVDnBSxxk { color:#383838;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:17.875rem;left:16.3125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzmwmNcbnXQpXWOmmsNGtdTvFmxs8Z8d { color:#999999;display:block;width:7.6245rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15167;line-height:1.3;letter-spacing:0;top:20.5rem;left:20.0625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eIKFo0Zi7nKVPq6FDHR4AF8aTZmXndT4 { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:22.75rem;left:18.25rem;overflow:hidden;display:block; }
#Cle8NtvfUrSTMGcuM6kyi3RrnzicVzfG { z-index:15134;top:23.25rem;left:17.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iVQTUDpNddBJacM77lApKyhdbCg0gFrt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz2ZptgAqk8ofBZaU5sB8QcOtxD2Qihx { color:#0f86a9;display:block;width:17.25rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:10.5625rem;left:15.25rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5kaniIP5gDkXXO8IGWPuovwr6bKPvUc { color:#999999;display:block;width:7.6230625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15169;line-height:1.3;letter-spacing:0;top:20.3125rem;left:53.875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 { position:relative;display:none; }#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 { border-width: 0; border-radius: 0; }#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 > .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; }#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 > .row .container.adaptive-delivery-prevent-bg, #VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 > .row .container.lazyload, #VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 > .row .container.lazyloading { background-image: none; }#qbdZoBLUCo8XfAcerq3b8D2RMbWNe1Nk { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:34.031425833702rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#O7TuBiFIsL9vNe4DCrXRVlW9NueuJRwn { color:#0e849e;display:block;width:16.8119375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.91943359375rem;left:30.279541015625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWuLTyI1BPZgRsKni1IdhmSi41mwwqLG { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.68408203125rem;left:13.060302734375rem;height:1.8691375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFWmDykqubWqFQ73D7FIE8OEd3M1IxB9 { position:absolute;display:block;z-index:15040;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:16rem;width:17.6875rem;top:4.6875rem;left:55.125rem;overflow:hidden;display:block; }
#Xen0I4D32S6v0IhZ1MfMmDWfUmEzXH5i { color:#0f86a9;display:block;width:16.4366875rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:6.5rem;left:55.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hgaiuXhx0tvA0BDKIxDwM3iFJyIG4aHW { color:#ef4b15;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:13.4375rem;left:58.125rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtETSKxkTaNZ91wtyzKc8N7UqKTxgJ5u { color:#383838;display:block;width:12.6233125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:14.3125rem;left:54.4375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cXMWLXcOnsdnoAhFC8vhql1OsMxkmFt0 { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:17.1875rem;left:60.0625rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aeLDSkudiQwN52nmRZuhJ3NudBydJiha { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:20.8125rem;left:58.625rem;overflow:hidden;display:block; }
#ph4KTd6VZCOxbRS6vMZdqrU1AvEcmOlr { z-index:15108;top:21.375rem;left:57.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GE2AMbn7dlxdOP4O5A1602xk9TqNutMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nT2ScFCadTtN33RpQLQLSJcTpeTpTLWT { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:22.4375rem;left:4.6875rem;overflow:hidden;display:block; }
#QeUa3JWlBuHo2r4CORqQmbyL7c2TW8st { z-index:15115;top:23rem;left:3.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TIQwEXrSglzfTSCOASRlaGusbTmOTRlI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCF8Rw4lafNlKxn8Aqama01ksEDkd18v { position:absolute;display:block;z-index:15047;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.25rem;width:17.6875rem;top:6.3125rem;left:0.75rem;overflow:hidden;display:block; }
#HET9l9XvqF0lwAaK1d5GrwRllQXM9BeB { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15164;line-height:1.3;letter-spacing:0;top:19.375rem;left:5.125rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iZyplo8MBZolT3wNdUFASiUweGzJkMm6 { color:#ef4b15;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15093;line-height:1.6;letter-spacing:0;top:15.625rem;left:3.1875rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvkMVcJ8xkGZpoRrXzEapzRKeIqoSn4K { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:16.5rem;left:0.4375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P2BK81eVG3se3mBlZTMA8ES35meiNvC3 { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:9rem;left:3.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI { position:relative;display:none; }#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI { border-width: 0; border-radius: 0; }#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI > .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; }#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI > .row .container.adaptive-delivery-prevent-bg, #UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI > .row .container.lazyload, #UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI > .row .container.lazyloading { background-image: none; }#SdgfBXRMTs2zDpTu5ar04q8Hz1WxovPG { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:4.5rem;left:40.1875rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KwTzVdtwVVJk96bwgvW3NXg86xPT8txC { position:absolute;display:block;z-index:15045;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.0625rem;width:17.6875rem;top:1.375rem;left:37.875rem;overflow:hidden;display:block; }
#Oog0qe3ZdIIw3gE0eguKvh90mORIOh7Q { color:#ef4b15;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:10.625rem;left:40.1875rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4L3FMnVOvJcpIBeorWBAnOLcTlkFq1W { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:11.5rem;left:37.1875rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jo305N44zOGKtTF4VhVizyPv0XcV05Is { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.3125rem;left:41.3125rem;overflow:hidden;display:block; }
#bwEUl151fwQ15C2RytroDMqWJzsm123g { z-index:15113;top:17.4375rem;left:40.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bHo5VDzwAW79w1g3aqZWgKwc3tOPcDMy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXmkkhU8aJh0OCRqyUm5512E4OrDNnW2 { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:34.031425833702rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#aD2uQhNvmksruvEBOFU0S64wlTKvMimz { color:#999999;display:block;width:6.9359375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:14.375rem;left:42.8125rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q9fx9NKauNuqB9dVW4nWRqNFSIgMGXFZ { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:4.4375rem;left:59.125rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxRogTVgGMfAN4MlTvdi0Ov1Sm9noNP8 { position:absolute;display:block;z-index:15040;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.25rem;width:17.6875rem;top:0.9375rem;left:56.625rem;overflow:hidden;display:block; }
#VhxNPdK3PVPKWs4gwcDFXmfUnwCnI39T { color:#ef4b15;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:10.375rem;left:59.0625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuCDdc64ImFw6R2K2mEqM0DDToN7wx5P { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:11.25rem;left:56.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dy4gtmu3M1OX2qubVD7EJbHTVHyE0ETa { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:14.125rem;left:61.0625rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TDxznQDa8LztW6guff7mUK7eCnoEhTFO { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.1875rem;left:60.5625rem;overflow:hidden;display:block; }
#XdzXXNpoOZeC0iuWTirrp2tfRP2t1MfQ { z-index:15108;top:17.75rem;left:59.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Quke6oPo6RpithEwPnrEwnONK9hufLRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 { position:relative;display:none; }#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 { border-width: 0; border-radius: 0; }#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 > .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; }#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 > .row .container.adaptive-delivery-prevent-bg, #wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 > .row .container.lazyload, #wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 > .row .container.lazyloading { background-image: none; }#uaiKdts4TaUui4AJ0QP5izwxVL69VP7y { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:4.7734375rem;left:59.092189788818rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ifdTO2E1MaEbOfdkxVpz1xgRZEyLxC2D { color:#ef4b15;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:10.881252288818rem;left:59.815624237061rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDkipTAaif2TBr4UUQkiwVGpKiTPNhwC { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:11.759376525879rem;left:55.687503814698rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gASoT06nPX4aJS8WhIEQpDXSkxrKSF1p { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#kZcauGoyQGhKq34lwCSMkgWZB3dRXKsc { z-index:15101;top:18.75rem;left:59.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b7IxbCoLs7rfr5Lx8ELysIwnVJT3ZQm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfC2FcVGSIcwQQi6QxIESzsnQ4AnIexd { position:absolute;display:block;z-index:15033;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.0625rem;width:17.6875rem;top:1.8125rem;left:56.5625rem;overflow:hidden;display:block; }
#pzzLw8LAQspxt1ExUEwe3PrbhO6eO4zX { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R5nCvFKTLDayEukGZ5tUZpzTQ14L2TqT { position:absolute;display:block;z-index:15045;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.0625rem;width:17.6875rem;top:3.25rem;left:0.9375rem;overflow:hidden;display:block; }
#SuDQQPPPpKxVvlBgxTLmXRvsTFPU1NOr { color:#ef4b15;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:13.9375rem;left:4.75rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NEdcNsZKa0tJhcDa26ifuRuEBXTTOFJK { color:#383838;display:block;width:12.6233125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:14.8125rem;left:1.9375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mn3fO633JTmHaDZIl6z7AeST83kC4c2t { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:19.25rem;left:4.625rem;overflow:hidden;display:block; }
#q0NLc44iwMfyxx4pXCQXgR36ZGGouuDc { z-index:15113;top:19.8125rem;left:3.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vo29oaM16nrFs3dzqXKX55nvq1nNR95A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6LIOftNAeXxCp0osWXLihsyhOsk9HBg { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:34.031425833702rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#rv70XwOM89oCIqxxNzAOaALSLqixqRJy { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:16.9375rem;left:6.75rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ssHsTzivwhJzWkfUTsx0XHImT0czalnN { color:#999999;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:14.89218711853rem;left:61.435939788818rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sCXmlPys4lpFCTzHTViM8ENuVGu2lsbw { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:7.0625rem;left:22.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OX7ve6thMtJU4TTi2rFbgZvhAlGzKbZp { position:absolute;display:block;z-index:15040;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.25rem;width:17.6875rem;top:2.375rem;left:20.3125rem;overflow:hidden;display:block; }
#Lg7ZJQhPo0F1nlbLCQaSqiTh08BxRH7I { color:#ef4b15;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:11.4375rem;left:22.8125rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W74rd5uZLw2Swl377l517gnR4k5SVph8 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:12.3125rem;left:19.3125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#seRRZpJ8CCCgfwDZEGTsmv4D2uohHwyt { color:#999999;display:block;width:6.9359375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:15.4375rem;left:24.625rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oSFNzlrsETXnhhLJQXcMPEiBoQ67uJDJ { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.75rem;left:24.3125rem;overflow:hidden;display:block; }
#cpkKQGors2O5nRAMn9ihFdq6Zelksq3L { z-index:15108;top:19.3125rem;left:23.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZKuUIyEfRxHXD9nLR6d5TT7oPuGdzS7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWfpUcQqyAuuhusSzrQANa3v9aQIVRAi { position:absolute;display:block;z-index:15040;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.0625rem;width:17.6875rem;top:1.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#kmalfXLDuwZP3PfRZmp81QPNoydeAwiB { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:4.875rem;left:40.8125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k2AL8WrVTTQUVJWC1DXthadRz2nUximu { color:#ef4b15;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:11rem;left:41.5625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQzMyUd033K5xh6NTfoxihvCEL08euWk { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:11.875rem;left:37.4375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NvHpCUUGA1tTlBCxRaSo0Fpl5EBeVfOF { color:#999999;display:block;width:8.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:14.999998092651rem;left:43.687503814698rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LMhxrZ26yA6txKl2bL5fRCaVDuvgOlg8 { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.3125rem;left:42.1875rem;overflow:hidden;display:block; }
#FPbLCvFkiRddbEToemRGpr9gacSdx6qU { z-index:15108;top:18.875rem;left:41.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bOc2QtoLI4MvgfmxB96JxhKvOsDDSRHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS { position:relative;display:none; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS { border-width: 0; border-radius: 0; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .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; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.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:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .row .container.adaptive-delivery-prevent-bg, #xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .row .container.lazyload, #xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .row .container.lazyloading { background-image: none; }#xHQR8Mqd5v5WSuXTsguMDkETUgTIXyFo { color:#0f86a9;display:block;width:12.624625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:7.25rem;left:58.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EWO5AKx8A6QMbERE22QZGOD18Swc1u4K { position:absolute;display:block;z-index:15032;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:14.1875rem;width:15.625rem;top:4rem;left:57.125rem;overflow:hidden;display:block; }
#JWOJw7LLnTsO8fw9qOb67usiArs4QSAU { color:#ef4b15;display:block;width:5.4984375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:12.684699058532rem;left:64.350002288819rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctFWS7tusoOxg1dCV0HPmIEQu7kDuxLk { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:13.562823295593rem;left:57.125003814698rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gFOsvygEIka0PQEQzBocB2II28tS29Z1 { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.3125rem;left:60.0625rem;overflow:hidden;display:block; }
#WDizDFNT1ASTF94QoktHRz38kTxyFS3X { z-index:15100;top:18.875rem;left:59.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xUhF5et0UUgZ0w753qcwN1TAnBomEGyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8tUuWLsbRqNrOC3R3G4ibxL0HGFP8No { color:#0f86a9;display:block;width:12.624625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:6.125rem;left:39rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fKc1suOA5HGXDgSi99w359wdoZ3H0Ck2 { position:absolute;display:block;z-index:15039;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:14.375rem;width:15.625rem;top:4rem;left:37.5rem;overflow:hidden;display:block; }
#aeZWkmkBTRQqQAyhAVpIiP45vDN5MAaG { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:12.8125rem;left:44.9375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wr1n3VEZpGwhdWuGM41aDFdcLBGHFGon { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:13.6875rem;left:37.5rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gAedC0umpw9tmSxGkWwULtSnNcl11bc3 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.875rem;left:40.0625rem;overflow:hidden;display:block; }
#is5I1nZVI7HwdZt2XDqUmoW1xhSXeEG4 { z-index:15107;top:18.5rem;left:39.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cH1EmiaU9vPqdIprTMIQoZcpiqiwvVdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w87TLSHLVyZONbw1kMWKUJky8PoHv4tS { color:#0e849e;display:block;width:51.2480625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.435546875rem;left:14.935546875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZWSQXU3rJe0kghfOz3wS0ZgeixTUfBO { color:#999999;display:block;width:6.934375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15169;line-height:1.3;letter-spacing:0;top:15.984698295593rem;left:61.468753814698rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UeN6qLBuqE7koWHP72yRVavFMfFfJk6N { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15170;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k8UqpGHruMWRMzdMl8qCBs4G1LfC7wEV { color:#0f86a9;display:block;width:12.624625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:7.75rem;left:19.75rem;height:1.8691375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CyM4Zsdaxvgczv92N2OsJ9ukGmrcPeuh { position:absolute;display:block;z-index:15046;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:14.1875rem;width:15.625rem;top:4.75rem;left:18.25rem;overflow:hidden;display:block; }
#VkAbUFM39yaaFnE7SeO4TC6XXC14tTO3 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:13.25rem;left:24.75rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCkpoTy0gqEWP6XQTVn56J5lNKFcERBJ { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.9375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZvP8wgozQGryg5yf9SqxVMBWgXciEZt { color:#999999;display:block;width:6.9359375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15177;line-height:1.3;letter-spacing:0;top:16.625rem;left:21.6875rem;height:1.38020625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RbnZ9vicLh4FW7gDyBP5uUKDrAmISDJn { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:19rem;left:19.9375rem;overflow:hidden;display:block; }
#MneOyJEN4Qu2zDy6vfFl1fFJQp8gQMuT { z-index:15114;top:19.4375rem;left:19.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JoMHrOUsBaT0t4orrmZwJC5iwTi3wVRh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw { position:relative;display:none; }#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw { border-width: 0; border-radius: 0; }#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw > .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; }#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw > .row .container.adaptive-delivery-prevent-bg, #ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw > .row .container.lazyload, #ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw > .row .container.lazyloading { background-image: none; }#VUs0ew2U0xSey7Xb9JH5tAGdKMdqzTRk { position:absolute;display:block;z-index:15058;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.0625rem;width:17.6875rem;top:4.5rem;left:31.875rem;overflow:hidden;display:block; }
#Z7SHZqBfJhTCG0V0npxXW8FeutkysNH6 { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:8.3125rem;left:34.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sZ0Kwurk4fUh2bRPvi1QOp6NNcPPQR6q { color:#ef4b15;display:block;width:15.1863125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:15.9375rem;left:34.5rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppgNG9zbTfyM2AdlHyHQIy9wK2UP9yLU { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.875rem;height:1.54453125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pBQExREQQdW5F682TslExgPfzzJd1rA2 { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:21.5625rem;left:35.875rem;overflow:hidden;display:block; }
#OMIHd12VzyZ7OIWSfHpv3Fumki1xvL4e { z-index:15126;top:22.1875rem;left:35.031253814698rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MJxe7eWe0mUX5tNF41y2TTUXfcUXL3Pu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUT7QCGuq2BRrmHKSf4V2X7kQNepLFPh { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.62939453125rem;left:15.173828125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVSJ1aTz5GHkqCSRn30GPKJTLeZPbKaV { position:absolute;display:block;z-index:15149;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 1.5rem rgba(0,0,0,0.5) ;height:6.4359375rem;width:12.5609375rem;top:2.0226669311524rem;left:15.168746948243rem;overflow:hidden;display:block; }
#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS { position:relative;display:none; }#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS { border-width: 0; border-radius: 0; }#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS > .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; }#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.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:29.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS > .row .container.adaptive-delivery-prevent-bg, #wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS > .row .container.lazyload, #wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS > .row .container.lazyloading { background-image: none; }#IJtTEzMeGRqhUJI0vkCy4p3T199aLa8c { position:absolute;display:block;z-index:15058;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.0625rem;width:17.6875rem;top:9.375rem;left:56.125003814698rem;overflow:hidden;display:block; }
#QGorBDxVN3LIFqGMELK5xMRxSao1VLWU { color:#0f86a9;display:block;width:16.6875rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:13.675780296326rem;left:56.623825073243rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZVykaTsTovNb7CT00s8vUrh9Vq1PhXq { color:#ef4b15;display:block;width:15.1860625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:19.6875rem;left:58.75rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gV0TZFMQKkRC054IZI7WdWLAxOoHFex9 { color:#383838;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:20.5625rem;left:56.3125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hoc1RW4s4RE8DGLWAEBBfUVNmav3Dp68 { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:25.3125rem;left:59.625rem;overflow:hidden;display:block; }
#Hx5GTAOaFP0s0bIeA3hzLBqwMKpoeTuG { z-index:15126;top:26.0625rem;left:58.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kg7XTqFuBh8UZey6Ir31CKsLrmUrnnRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETIvduTxAtADkkKzzXfEI03eI3Wpe7WG { position:absolute;display:block;z-index:15046;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.25rem;width:17.6875rem;top:9.125rem;left:38.000003814698rem;overflow:hidden;display:block; }
#opBZ8EebQMRMW28RF913Fu7xOlJI73CB { color:#0f86a9;display:block;width:14.25rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:12.129688262939rem;left:39.718753814698rem;height:5.35766875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1vpBnbvNsKTTrvS4iTkwad2CpOx0T5e { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:18.6875rem;left:40.625rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fp0OD0sA0TQ74DSG4CUSa6b2rplLaG8W { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:25.3125rem;left:41.6875rem;overflow:hidden;display:block; }
#uH2LRh7J5QRMIxSfHRD1QV6EzqcASeIX { z-index:15114;top:26.125rem;left:41.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NeXKcrf1cXTXTGK4IQgXdJ3GLAwSpawT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGf7IJuTtNqTsTCc0nvtdwcn7b3zcD6h { color:#0e849e;display:block;width:51.2484375rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8130855560302rem;left:11.875782012939rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGb8os43x4RV4Ji52ITqGIu3CvzSP6yT { position:absolute;display:block;z-index:15066;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.0625rem;width:17.6875rem;top:9.3762512207031rem;left:19.654689788818rem;overflow:hidden;display:block; }
#IMpbuUVtddJx2JCTpk5k5q5U5aTDkaE6 { color:#ef4b15;display:block;width:15.1859375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15112;line-height:1.6;letter-spacing:0;top:19.688751220703rem;left:22.914066314698rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmTEaIAxL84bdA7CGRlT6OuWHdL6Ko8Q { color:#383838;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:20.5625rem;left:20.9375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyWPefsciDZE8AkTLE2fBGOeU6PN2uOP { color:#999999;display:block;width:7.6245rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15167;line-height:1.3;letter-spacing:0;top:23.1875rem;left:24.6875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eUonvCRBQ6hLl8eFHCwI1zQJEIXATFAk { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:25.4375rem;left:22.875rem;overflow:hidden;display:block; }
#lzGb9J9qlpVva28M4LfOwHdJNtaF2WR3 { z-index:15134;top:25.9375rem;left:22.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yiVIZOcqCvJ3KASHLP8fD8TXHMT8gPb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mft7XEOTfXAag2OKFR9ah7SXfwoLOBAi { color:#383838;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:19.6875rem;left:38rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XqlQSauo6LcG4AihWvnOGh6SlH8K9tPa { color:#0f86a9;display:block;width:13.5625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:12.75rem;left:21.937503814698rem;height:4.55078125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PKoVWmOCIlwJ9phsMnFEgcnQhxSclPIE { position:absolute;display:block;z-index:15074;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.25rem;width:17.6875rem;top:9.2825012207031rem;left:1.0625rem;overflow:hidden;display:block; }
#ItNpK0csfil4AfaiOnPCuKV14XL7Qt3i { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:25rem;left:4.75rem;overflow:hidden;display:block; }
#NHyEwPzc2qr2sM51ULRyF7RnTpHsGxBD { z-index:15142;top:25.4375rem;left:4.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F7MEJpRfWtd75olZr2tIqcua6WI9qEhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNKS9vOMFOvTD0anNm2Tp2dw9mm4Vqyg { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15175;line-height:1.3;letter-spacing:0;top:23.3125rem;left:5.75rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ByHHk84aNT7BOTpgNMGKQ1T5Tgqsy6Ve { color:#ef4b15;display:block;width:15.1861875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15120;line-height:1.6;letter-spacing:0;top:19.75rem;left:3.125rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zp4xK2l5bJfZQzgHkRrvakbrytqrgiL6 { color:#383838;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:20.5625rem;left:1.0625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4xPIimh6HusutcgwR25d5rd7Wdaor3L { color:#0f86a9;display:block;width:15.875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:12.535938262939rem;left:1.96875rem;height:3.73779375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s1D9aWW7HS1VOSrkRKv69ses6zNCxmhp { color:#999999;display:block;width:7.621875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15168;line-height:1.3;letter-spacing:0;top:22.987190246582rem;left:41.687503814698rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WX6o4zgc2tmwLLxucaEdnvyUBV0qSJOf { color:#999999;display:block;width:7.6230625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15169;line-height:1.3;letter-spacing:0;top:23rem;left:60.8125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FsJBmLcCluKzcwA6DG2aRuJtHD4sZ7rv { position:absolute;display:block;z-index:15149;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 1.5rem rgba(0,0,0,0.5) ;height:7.875rem;width:14.375rem;top:0.69843673706056rem;left:0.76171875rem;overflow:hidden;display:block; }
#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh { position:relative;display:none; }#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh { border-width: 0; border-radius: 0; }#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh > .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; }#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.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:22.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh > .row .container.adaptive-delivery-prevent-bg, #Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh > .row .container.lazyload, #Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh > .row .container.lazyloading { background-image: none; }#bTh29rFUH4gGa8wlPGff9eJd0ixPz5aU { position:absolute;display:block;z-index:15058;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.0625rem;width:17.6875rem;top:1.25rem;left:56.125rem;overflow:hidden;display:block; }
#X3OC20CZIEznCIcwrfD7722uNVPmzkoe { color:#0f86a9;display:block;width:16.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:4.4375rem;left:56.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JtJugsRFbPmrV6diXlSM2sgElmBOtASf { color:#ef4b15;display:block;width:15.1860625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:11.5625rem;left:58.75rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXbdiBW4ebsENlG4s0fp5aFfHkM8lV6v { color:#383838;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.4375rem;left:56.3125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#clLPdqIki9oOlBr8diwtBZqNOSKWp3ca { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.1875rem;left:59.625rem;overflow:hidden;display:block; }
#aZn5mwUeMahURvp137gWaQzsTmvyVlO6 { z-index:15126;top:17.9375rem;left:58.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GhwOTwhbpA7K7VIkTD9NyTW4l97t433V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlbIrUqrfCMJqnonN6H9V7MVDftm6UtQ { color:#999999;display:block;width:7.6230625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15169;line-height:1.3;letter-spacing:0;top:14.875rem;left:60.8125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O { position:relative;display:none; }#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O { border-width: 0; border-radius: 0; }#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O > .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; }#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O > .row .container.adaptive-delivery-prevent-bg, #GfTysc0euvFFOBmyqElZ5lu8sySFeU5O > .row .container.lazyload, #GfTysc0euvFFOBmyqElZ5lu8sySFeU5O > .row .container.lazyloading { background-image: none; }#EQXTRDPuv9CyIq8tEGvJaEvDTfCfXSX3 { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:8.5rem;left:56.0625rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTPGfTSzIm5s17J89izW2WvZhOSZEETp { color:#ef4b15;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:15.125rem;left:56.0625rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0Wo1xgmRVufT9JL8SLJVhf7deNEwhBv { color:#383838;display:block;width:12.6233125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:16rem;left:52.375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTJ3vUnXBrtCJ16xqLIofw42sDAX2Az8 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:22.5rem;left:56.5625rem;overflow:hidden;display:block; }
#Gtss4QFbvXoPny8zJSTyoTk28JzyUSGN { z-index:15101;top:23.0625rem;left:55.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LkFiAIL2XBuPUWhnapoxsoohil6XboTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LpOnidrSDLGz0okoCtFqyTW7I4QAutyg { position:absolute;display:block;z-index:15033;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:16rem;width:17.6875rem;top:6.375rem;left:53.0625rem;overflow:hidden;display:block; }
#v97GI1BL8Z9taIN6yKKCFFNuTi3xGUmJ { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:34.031425833702rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#ednZIBCcdCKBQNiq4paToENlLfVrsdV7 { color:#0e849e;display:block;width:16.8119375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.91943359375rem;left:30.279541015625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPAttpJA8LRTVl7rTloJxTW6Mo8qpa0T { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.68408203125rem;left:13.060302734375rem;height:1.8691375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBy4x73IownK9gXShKBbtcBVLfk6ach5 { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:18.875rem;left:58rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Cvq6dXHDng9KviEfb5RRiGgdnocdkoCP { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:9.1875rem;left:7.6875rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wmx0mcgdLXvhUqmu6BsoUWoQWvktBhW0 { position:absolute;display:block;z-index:15040;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.25rem;width:17.6875rem;top:6.5rem;left:5.1875rem;overflow:hidden;display:block; }
#Twg3LCAyfVVTNSvhxDsh98oMc94yXO2N { color:#ef4b15;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:15.8125rem;left:7.625rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaIS1eGJtbgsvZgm6fWQFCiyMRQwTulh { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:16.6875rem;left:4.875rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tPKszObk2B6m5MoSwdJa9p0PeE3337mw { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:19.5625rem;left:9.5625rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GWgV6oA63KeENABb9BKLzCCBMpXowfIG { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:22.625rem;left:9.125rem;overflow:hidden;display:block; }
#LWdBegNCdMTTmVsWaoRPNnpEvrf4W32p { z-index:15108;top:23.1875rem;left:8.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kFbZVlIGpTezgSZBcUnDykFsQNmMpcr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO { position:relative;display:none; }#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO { border-width: 0; border-radius: 0; }#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO > .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; }#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO > .row .container.adaptive-delivery-prevent-bg, #T9wkXqlghQa3CfGu82MUTKhakXR8JdAO > .row .container.lazyload, #T9wkXqlghQa3CfGu82MUTKhakXR8JdAO > .row .container.lazyloading { background-image: none; }#Fq01ONHhQUJdFomWCdNZT9EDbzFAohis { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:4.3125rem;left:5.8125rem;height:5.6066875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TAXS0IS1lVdkLZqkbTdwCaOr3sEu1MCq { position:absolute;display:block;z-index:15045;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.0625rem;width:17.6875rem;top:1.1875rem;left:3.5rem;overflow:hidden;display:block; }
#FA7lAOpqeRz5hzK9go2XmTLnBSvf7bhR { color:#ef4b15;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:10.4375rem;left:5.8125rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hgnk7aIBZr2E3JwGXOwzFiQaXeqcnLA1 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hETlUt5gq72QoHG31e8NOrOOXMVQAvGV { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.125rem;left:6.9375rem;overflow:hidden;display:block; }
#Akt8pcimlGxdfarJCLbka2ktpRrCTwVq { z-index:15113;top:17.6875rem;left:6.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Gwed6qZ8FwzkeGt0ffbJ9fxJxsdaqprA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wha8MdpFuNWkuXUsaESSUqnWNsgpbs61 { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:34.031425833702rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#NVRnvEoR8DyhtdGwnetVHqe8OAGD6Fma { color:#999999;display:block;width:6.9359375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:14.1875rem;left:8.4375rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DnpZO9AnMGIm1B6SbTybnl6EITEMuV22 { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:4.5625rem;left:55.625rem;height:2.19238125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQTUdnXf9TmTV9PvfnlrTKdwFcSM2EG6 { position:absolute;display:block;z-index:15040;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.25rem;width:17.6875rem;top:1.0625rem;left:53.125rem;overflow:hidden;display:block; }
#qhzKql0Ji4CMwpA2i82u4ekU9Z4Rn5xa { color:#ef4b15;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:10.5rem;left:55.5625rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5sofZRTycLIe2fTydz1IR19hNGGfLUc { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:11.375rem;left:53.125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hPBuKksuJ0Bc4bnNfseWgKdhtBXRRmTP { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:14.25rem;left:57.5625rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xvqh9KiPUsExJDwWDaLqvwCt1sKeH0S3 { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.3125rem;left:57.0625rem;overflow:hidden;display:block; }
#uQ8iMIDLLsyUW6QhhqTk9bl8fdW9TVCO { z-index:15108;top:17.875rem;left:56.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LHgSzr9IyyDTDIPTaLVTiPeiwmQNckOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi { position:relative;display:none; }#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi { border-width: 0; border-radius: 0; }#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi > .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; }#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi > .row .container.adaptive-delivery-prevent-bg, #p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi > .row .container.lazyload, #p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi > .row .container.lazyloading { background-image: none; }#DpQBB73Jq65MF8P9O7bfA6ES0GD7KDoP { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:4.7734375rem;left:59.092189788818rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fW2axzwzJyrnCBcCvvwFtDzPCvgcAaFR { color:#ef4b15;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:10.881252288818rem;left:59.815624237061rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T46OBVUfDJ716nDt0kMQ5KfK8N0vDOTo { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:11.759376525879rem;left:55.687503814698rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2LHSpdqgNvh6x6TrKhoeQXbdioIg9TC { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#XTxkI42bQ5LpeG41hzNexfSDUvRIVioZ { z-index:15101;top:18.75rem;left:59.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bA03O2mP2az6piDgFJaTl0b91wuICzc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Id1a3USiC4AcDryTA2B5nWWMIKLDmkvi { position:absolute;display:block;z-index:15033;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.0625rem;width:17.6875rem;top:1.8125rem;left:56.5625rem;overflow:hidden;display:block; }
#taINTL24NCufrMT40fKHq2KCfKlwxKyt { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q5P0d98CTuTGmhsCCVSbmFCZcf0roFkZ { position:absolute;display:block;z-index:15045;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.0625rem;width:17.6875rem;top:3.25rem;left:0.9375rem;overflow:hidden;display:block; }
#NIWOPTJsR4z6I43zk0IOaw6p0TmZTcU1 { color:#ef4b15;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:13.9375rem;left:4.75rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0IzrqFMluNDqZpMsBBb3BoQERMeBs8c { color:#383838;display:block;width:12.6233125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:14.8125rem;left:1.9375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ilG83XLqAeLyDtQXw4rcAOySdKZ1RF95 { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:19.25rem;left:4.625rem;overflow:hidden;display:block; }
#pBNKKWB5HROAEhqOXs2KGpzDyk3GPg86 { z-index:15113;top:19.8125rem;left:3.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SAZaOJfSW1MvDU3Ouh3UW9kK1cTWGrKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCVu2DFUZMeiWl655nonc7xFlzvyDwFx { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:34.031425833702rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#vBnT5WXoFcxAECvSoAUFFN120m3u6FeT { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:16.9375rem;left:6.75rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zT5X31A8QmcbwwnCTneh0CtNJTl3u1IF { color:#999999;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:14.89218711853rem;left:61.435939788818rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zLX60BLbHZcnpqXFXalqkaoZXyywSUPg { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:7.0625rem;left:22.8125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C8XNEpJi2wKRlaGUeHFTwHLbNNCEgx5v { position:absolute;display:block;z-index:15040;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.25rem;width:17.6875rem;top:2.375rem;left:20.3125rem;overflow:hidden;display:block; }
#ZTyCCPqfFbLGTPPpZgMlO0oCBOgNAxTP { color:#ef4b15;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:11.4375rem;left:22.8125rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tf7GLFedhqIdD3d4CTZd7eog5agSpfC3 { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:12.3125rem;left:19.3125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q4wH5Li7f0b42s3g6kK2ZtgZmQm5UaBD { color:#999999;display:block;width:6.9359375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:15.4375rem;left:24.625rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hG5zFJxvySpyvA9VEBDK2JF0qMdAIhUr { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.75rem;left:24.3125rem;overflow:hidden;display:block; }
#kM8O6bM9zxArQrcMALoJAMtugQ3n5a0q { z-index:15108;top:19.3125rem;left:23.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yo62TVzreLVaHP8AmJm3GABTOXa9mFrC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1QxcvimyFIVwDFTpwWpy8Ma4Q9XF9HW { position:absolute;display:block;z-index:15040;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.0625rem;width:17.6875rem;top:1.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#uRiQKTDTkf6UE8pT8JJZLWF6tR5GlMSG { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:4.875rem;left:40.8125rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yPuOgVOpwr5FppWBq6QmVLHmEcETgeET { color:#ef4b15;display:block;width:15.184375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:11rem;left:41.5625rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loAdtk4Q7fwmFThirF4XV9WU6hOoik8y { color:#383838;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:11.875rem;left:37.4375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G6XBG8UU50eUudKS8ShrtKfQRuP0hDZa { color:#999999;display:block;width:8.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:14.999998092651rem;left:43.687503814698rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T9JefmIkswOzzNcxoIuhLEovtiToTlrP { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.3125rem;left:42.1875rem;overflow:hidden;display:block; }
#BoS7ibTCvs1i5E0TnTTRUeuTRLuctSBT { z-index:15108;top:18.875rem;left:41.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lomkkBekcJfK9DNXbgu8NvT3LO4sRXVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS { position:relative;display:none; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS { border-width: 0; border-radius: 0; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .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; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.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:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .row .container.adaptive-delivery-prevent-bg, #LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .row .container.lazyload, #LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .row .container.lazyloading { background-image: none; }#iZWqOiATHrIhXk5KAITgxdrl7OsKTW6B { color:#0f86a9;display:block;width:12.624625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:7.25rem;left:58.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbC6lf5ACS45q9UnNIrwTEwbAlcyvIgx { position:absolute;display:block;z-index:15032;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:14.1875rem;width:15.625rem;top:4rem;left:57.125rem;overflow:hidden;display:block; }
#WOUeEKDvQ2zChP4ZtmgWahC05EvwikwK { color:#ef4b15;display:block;width:5.4984375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:12.684699058532rem;left:64.350002288819rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4a9VHMSwHUUmH7mHEIe0IK87l0XeAiT { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:13.562823295593rem;left:57.125003814698rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FbD2Lhb76oQV1V3ZGHaT4SNJBWP1UrbS { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:18.3125rem;left:60.0625rem;overflow:hidden;display:block; }
#ZotSWKT5HCNSEmrNoLnme9ko8CdNnEhh { z-index:15100;top:18.875rem;left:59.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TAFeR2U5ETekbJkBQaP6T5Nl6nKODhka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6VNAvaOyNNbJJ354CVBzefKUK4ZSNOg { color:#0f86a9;display:block;width:12.624625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:6.125rem;left:39rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UUTExeIk0bd7A2akBqryFT0NJoGyZynn { position:absolute;display:block;z-index:15039;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:14.375rem;width:15.625rem;top:4rem;left:37.5rem;overflow:hidden;display:block; }
#epFXfhbIFNtcaSTmSyW0yCKtI2vT1V5w { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:12.8125rem;left:44.9375rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OteVlKSBf03CLbb54hPxGTqlVerEdEPn { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:13.6875rem;left:37.5rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qe53lgTQDig2DienK2RlbP4s605s0gA2 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:17.875rem;left:40.0625rem;overflow:hidden;display:block; }
#Gwz4OTtCJukpgNRCFAb1kdIp9NuyrG1g { z-index:15107;top:18.5rem;left:39.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WmtFIT6JqGXy9Z2ct6yK33THWa3OyU6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLUQdP9VxBa6Fiy9Ivy2d9gIKEIcb5Fr { color:#0e849e;display:block;width:51.2480625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.435546875rem;left:14.935546875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFAlubTxy6BqxKNJIlguLkO3PPxJZAZJ { color:#999999;display:block;width:6.934375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15169;line-height:1.3;letter-spacing:0;top:15.984698295593rem;left:61.468753814698rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DxlFeG3HvOdhkobL0wlqEpouqOrixEQE { color:#999999;display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15170;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#atnWgb5SxThHHheZGzKK0HlNlTOohFGM { color:#0f86a9;display:block;width:12.624625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:7.75rem;left:19.75rem;height:1.8691375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzu25W1h4EDruPgl4kTiXZArK17sny8h { position:absolute;display:block;z-index:15046;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:14.1875rem;width:15.625rem;top:4.75rem;left:18.25rem;overflow:hidden;display:block; }
#KyP4uqiam4Fp6Qwf5Px3rQzMIWoUf8C3 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:13.25rem;left:24.75rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMlQe9UyGIJOcCRoWkHIGgPny5IBMCSm { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.9375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pAv5CFKrLlMip4bPZTv4VU1nTb28Qwku { color:#999999;display:block;width:6.9359375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15177;line-height:1.3;letter-spacing:0;top:16.625rem;left:21.6875rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cOfgMnlSHdLE1fA9SZ4OLCG3VKS0kQWi { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:19rem;left:19.9375rem;overflow:hidden;display:block; }
#IT3gHuu2ATtEh0ItZNfo3ckdN11cG1p0 { z-index:15114;top:19.4375rem;left:19.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZRRw9IUcUeeg4Cs8HJV5q87npNtVJ8Ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WAUlOOObibfc4K67kCe1NNNNTucCzd4x { position:relative;display:none; }#WAUlOOObibfc4K67kCe1NNNNTucCzd4x { border-width: 0; border-radius: 0; }#WAUlOOObibfc4K67kCe1NNNNTucCzd4x > .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; }#WAUlOOObibfc4K67kCe1NNNNTucCzd4x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,114,164,0.92);background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#WAUlOOObibfc4K67kCe1NNNNTucCzd4x > .row .container.adaptive-delivery-prevent-bg, #WAUlOOObibfc4K67kCe1NNNNTucCzd4x > .row .container.lazyload, #WAUlOOObibfc4K67kCe1NNNNTucCzd4x > .row .container.lazyloading { background-image: none; }#eJpWpMirPomUTR9pVuFi73pd6rUaUDCt { position:absolute;display:block;z-index:15058;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.0625rem;width:17.6875rem;top:4.5rem;left:31.875rem;overflow:hidden;display:block; }
#T4lHiDs2qZPdcm1dVm9hEtGvWCsgF5kL { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:8.3125rem;left:34.375rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rmKt0Poz5DphozCZwiXLZXuhKWBTvTzG { color:#ef4b15;display:block;width:15.1863125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:15.9375rem;left:34.5rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzZvCta9MDAqitfxyILOaazG9UBOOJwV { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.875rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QgQ6GsU4hewHxPbrGhqTR2EWi1T7ESZW { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3125rem;top:21.5625rem;left:35.875rem;overflow:hidden;display:block; }
#i6SdZeEhMu8wFXKAHQONIOgl9TgAcud3 { z-index:15126;top:22.1875rem;left:35.031253814698rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FpCNp3BHek5heg86QeB3mnVQQHcPTz2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cahFFI6FHmwAGshfGQx1HW8oDy73Itox { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.62939453125rem;left:15.173828125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eBBP1Qc3OMcGyPFWFTMNZ4NOM9Mtw4c2 { color:#e4e4e4;display:block;width:11.8109375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:16.692184448243rem;left:40.062503814698rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BFhnpcdWyPO9osrL7TGmJ6XCSHAsblP1 { position:absolute;display:block;z-index:15149;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 1.5rem rgba(0,0,0,0.5) ;height:6.4359375rem;width:12.5609375rem;top:1.6265640258789rem;left:19.414066314698rem;overflow:hidden;display:block; }
#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ { position:relative;display:none; }#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ { border-width: 0; border-radius: 0; }#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ > .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; }#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(17,120,209,0.19);background-image:url("https://images.assets-landingi.com/uc/49ddbb47-4102-4097-ade8-bf7ddc30dc56/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ > .row .container.adaptive-delivery-prevent-bg, #Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ > .row .container.lazyload, #Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ > .row .container.lazyloading { background-image: none; }#NTlMrCbJD3BMszBvPLVIUI1qTsuJ9CRz { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:36.25rem;height:2.76269375rem;font-style:normal;display:block; }
#LrCGNQtr7ygJXV0QgLrJgDNrdd7fbUTe { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:22.1875rem;top:4.25rem;left:43.125rem;display:block; }
#Ie5clBTdSe1aFW3hFfXalbprQ19oqv3y { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:5.4375rem;left:44.375rem;height:7.4340625rem;text-align:justify;text-align-last:initial;display:block; }
#F9GbTPWHvn3RSBBv3mgmU2u5MZ6N8CTd { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:17.3125rem;left:63.125rem;display:block; }
#M9EnratOSKIXcaqyRg21KfEsqQNG5sTz { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:17.4375rem;left:63.1875rem;display:block; }
#Tm25BTUMTxGpiaNTK6QOoNs09GlB45IN { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:14.6875rem;left:36.75rem;height:1.8005375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#T51wsD1bEcOOudZ06bSZtUK3gyu3whqP { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:16.6875rem;left:41.6875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#obbXzr1z90X2ZOhpZdPiEXirQTJPfDKD { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:19.5625rem;left:63.25rem;display:block; }
#f4Ksoe5HbHBZVu4BaqaEM5DbZZ55yPef { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.5rem;left:63.125rem;display:block; }
#MK8f0W8cwPQBif32dBBPsUy5rmdDf3g6 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:21.875rem;left:63.25rem;display:block; }
#lk4zcTG0p82NwnDQuEeMfTyG6WED48rQ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:21.75rem;left:63.125rem;display:block; }
#EweDLXqJT1dPDnOD576IKU1OyeG8Xgeq { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:19rem;left:51.0625rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#ngDywO8tvOrNuh5SCGdmv5wro4I58z7k { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:23.5rem;left:51.0625rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#DETFTOXSAHrhW1aib4d1ApNrx70HLCtt { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:24.0625rem;left:63.25rem;display:block; }
#b0mZmbtQ6eeAgvFiuwCCFgaGwAHHAW5B { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:23.9375rem;left:63.125rem;display:block; }
#vnscmtX8GzchqBI6tf6wZLVqqKTV3mwZ { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:21.3125rem;left:51.0625rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#bhpc5yDsct3ypN3NfqBRKA9V866UJTT2 { 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:17.25rem;width:33.625rem;top:5.75rem;left:7.5rem;overflow:hidden;display:block; }
#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 { position:relative;display:none; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 { border-width: 0; border-radius: 0; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .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; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a34c2b;background-image:url("https://images.assets-landingi.com/uc/49ddbb47-4102-4097-ade8-bf7ddc30dc56/offerback.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .row .container.adaptive-delivery-prevent-bg, #BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .row .container.lazyload, #BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .row .container.lazyloading { background-image: none; }#R4WiiTlroUwT6FLdX1kGFFWiXetGoF12 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:32.75rem;height:2.54375rem;font-style:normal;display:block; }
#I0oGgyAyxHG44zFnGUKiqXu678vJAI13 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#sJm456z8cb1UFIRvti8aTCF8mBNE8dbL { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:13.375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i3EcdbuwTquZEdHTDRrcubCT7Rtbg4Zy { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:13.5rem;display:none; }
#a3s6FTL9JZBcTTKVmoNqRWfyNxT7BfB0 { color:#0e0808;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.3125rem;left:40.3125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pBEfeXzq3XReLknxvMw5naeLncAObWoG { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.78125rem;left:57.9375rem;display:block; }
#eCWOXaCwoIT0HUhXsIGNWWwklZPtbN1x { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:10.25rem;left:41.0625rem;height:1.8005375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h3Mm9daQdNdlsNRcNefCnEvET6AegAbi { position:absolute;display:block;z-index:14999;background-color:#ececec;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.9375rem;width:20.1875rem;top:9.6875rem;left:40.9375rem;display:block; }
#CVFpIZCXTXps0LBdHEcN7UkMC9JlbLiP { box-sizing:content-box;color:#1178d1;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:block;z-index:15012;top:9.5625rem;left:34.9375rem;display:block; }
#UDt9vmeUULooHzmP8EEspqUo5K5egi41 { box-sizing:content-box;color:#1178d1;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:block;z-index:15013;top:9.5625rem;left:30.9375rem;display:block; }
#DN6RHl4cqT5zDItilVvunmTIftIRW8Gm { box-sizing:content-box;color:#1178d1;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:block;z-index:15014;top:9.5625rem;left:26.8125rem;display:block; }
body { position:relative;display:block; }
#lbk1ZJ9qtbiinwyB7Jc2dL4Jo2zQpIx7 { display:none; }#lbk1ZJ9qtbiinwyB7Jc2dL4Jo2zQpIx7 > .row .container { width:47.75rem;position:relative;display:none; }#eIxwUXtKWER8Gnki2T5VIMssDvPiPRN0 { width:;height:;top:0rem;display:none; }
#GuLTDPbztdMn8Z44NvMFdMkG0LVLsHNM { width:;height:;top:0rem;display:none; }
#JRW9st1clhWqUTzHW1FHgudKON1kTC1T { display:none; }#JRW9st1clhWqUTzHW1FHgudKON1kTC1T > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#th2k8fcMTMJGZaOB5XyAq1PD0xdtzZCL { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#B7RFrVO7zgfAdVB3OostyCn90ZDoLVOl { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#dUtRimcd9kh7r3rSV6StEQqBNTemKvfI { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#bP2DScokWRhh2zAp4DoADmenCk44tg07 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#xMdUdHxA3IW84G36NyD6I6DTHqOirVTP { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#tp994lz54uVBnVkDbbGdGRneJKS8ryuG { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#SA3ailBAKncFZa7nTsKusbq1F3xqROJS { width:;height:;top:0rem;display:none; }
#iGXFbTTKRp7zMMZvhzMzy1RBdvLs5s8h { display:block; }
#Qkdr4cD7Tb1H62Dk3pVafiNMLBJ6Zr9T { width:;height:;top:0rem;display:none; }
#k5N2E2B1FVCbi6gTc83mlsesiKWUIcAu { display:block; }
#c3H9Xu5OtUIw4na3RLgZ28f9oiy6kClx { width:;height:;top:0rem;display:none; }
#QHQgLQnBUnqifUCvGIpMN0zAEp9LVdAC { display:block; }
#iKe5S4f8VtpLlBAceaM1CLTMySI9RMxp { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#PPndBh4Q2T25oHZv03E0fOI1MPnPDxMZ { width:;height:;top:0rem;display:none; }
#NuqmEAsXRZhX2VHTVFf1ESwA23DwIFdZ { display:block; }
#mJREfGyPJlSrR3wkQsU2Vx21245oN8CN { top:0rem;width:;height:;display:none; }
#dvyXCe0NXBTI9mhXDh7mNQwWJp4DkJLc { width:;height:;top:0rem;display:none; }
#S91WBw7WadPaEJPXI6K68lJSnqHvW7o2 { display:block; }
#RtmOM6w2kQ86OvQ8FvcKUNHAmDL3EnOU { top:0rem;width:;height:;display:none; }
#OPP2tOBuTupf12ffpIQwK2VQhkq1DKuh { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#xlpcVS32AxT6lQnH3QSpJ0ffzopBVPZ5 { display:none; }#xlpcVS32AxT6lQnH3QSpJ0ffzopBVPZ5 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#qu3SLyhzC2Lhdb30EsC3S88BLceOD3l2 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#MxXJLUCB7aKgFmRy0rhlq38oQQT83URc { display:block; }
#pUlDqMLAUpS6aay7zQTm9sJdTmT28JoQ { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#pUlDqMLAUpS6aay7zQTm9sJdTmT28JoQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#pxod7bIQkDosmebAH7ebDOI9oOG4BKyu { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#xnf1v1lxDkZ7rm3ULRaHzySc5x8SqO3h { top:0.25rem;left:0rem;width:8.9375rem;height:4.4206989247312rem;display:block; }
#l6Zq9sFSXnAiT9EydsSrtdfRCHR9mpgS { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#cm2bLyoQaCBVv6pI4WXsblvVz87iaKiw { display:block; }
#N4DE9a94FGK6n36g3VckAtwMTmdrvGXa { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#qoLHMuA2p6m3w5iphtZdg478n8GTCFOs { display:none; }#qoLHMuA2p6m3w5iphtZdg478n8GTCFOs > .row .container { width:47.75rem;position:relative;display:none; }#VXVXCLWd0rlTaPRi7rWfZEBVk7cN2GNQ { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#fGUJ5XNbVkBD8WToNXBnBgaPHKkQTphE { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#TJ7iAvFfTB9qnU88IcblKyOFomHq1971 { display:block; }
#WikJeT5QvKbwMzEZ9vcEr1bWoVwhSWG3 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#OdKX8qC4lWQGVtvPxOSVZPFnyxCJAxhb { display:block; }
#OyQlUNEJkfz0wuv244v9OviSTFhuEEuF { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#xlwEk4yv37nWbIJzUHXJ5d8BcsHsoPJd { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#zqp5oSIe5m4b4VTdyFiuaFFUG2wW4KrH { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#PJCeS67npElDup9UyaXoAlhKV0AAUIDy { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#nOvD9XV5rPMW9mE7ipGJ7madR4dNXXR5 { top:0rem;left:17.125rem;width:30.625rem;height:20.38074609375rem;display:block; }
#cbBMKg8yleXbILaAkBqtfVe2kmCyBDDv { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#XwKKhXpuza3LWi8TUHiLMTmDwSESfp9X { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ { display:none; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row .container { width:47.75rem;position:relative;display:none; }#TWEksswbSWGuorLZoAmcOu4vQsalUzyA { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Wt4Fd6Z8TWWMKgJdJDzXOhdzTh3dk3AG { width:;height:;top:0rem;display:none; }
#sDBqXKwzPHHu9LSO2lz1Rlh8rthpd73f { width:;height:;top:0rem;display:none; }
#WPv2Nr7TPBGvnE65vsxJuWbmahVwyMvW { display:none; }#WPv2Nr7TPBGvnE65vsxJuWbmahVwyMvW > .row .container { width:47.75rem;position:relative;display:none; }#Bow5pMzaLd2a6hMckT6H2lUh3ft1vuPT { top:58.25rem;left:4.75rem;width:6.5625rem;height:1.973200201649rem;display:none; }
#qOTsaubm8AgApbqSRsxdnAiAsGmmfbdd { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.6007919600605rem;display:none; }
#NA1SLuh7fUIr1r5utp9gOpdnmmJzAMA9 { top:56.3125rem;left:2rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#wtiHDkC7T5KMWrayVZW0sxtumHeaET6q { top:10.375rem;left:0rem;width:9.375rem;height:2.5348548529882rem;display:none; }
#XzGvTTSc6EDaTN4vT5M2DrkBELEmJcC8 { display:none; }#XzGvTTSc6EDaTN4vT5M2DrkBELEmJcC8 > .row .container { width:47.5rem;position:relative;display:none; }#Mrk8qCk3VQeeKisiRlN68SlLyIOzDTpg { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#DEMyzMWdzIeDKFwyzZIIs2EOLa0JvQSz { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#g3A8bXRFhTmiyEwhizrLkyLOUuhRVkTQ { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#Du4rNhP3tDDipdoRp4pCzMriDm74ScGd { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#pdGfvU14pAoqmGLnoTfFcAdILHEo3KEM { display:block; }
#w94fRpn12vFVzIV3bOSuepUWWLtIozwr { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#aT9MKwTaUusOnOvk8aVkDvBtTzKvaNQB { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#GSDceh7TKUxqxuadtWqnSTEngAunM9ZP { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#BRRsha66BN4fhO46kb1MR2VGCNJySoKq { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 { display:none; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row .container { width:47.75rem;position:relative;display:none; }#RvzVESW7LLolVoGLmDGcJe97rQLuqRmp { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#ZAU2FqmPphCNepl3iuymRi8Lo4UmKKTq { width:;height:;top:0rem;display:none; }
#PQao2nAgVZZhPbQBzN8fZ8Kp8K2pxx19 { top:14.3125rem;left:0.6875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#TaIKHelVBQHtLq6MuxpyL64KHyEi5ZJb { width:;height:;top:0rem;display:none; }
#L4c4WWvVgoU5B5TIwPwBCLmL6ifk5dF0 { display:block; }
#g9nFcJRTZKVwn2RXQrWcTIcwgBpffBpm { top:0rem;width:;height:;display:none; }
#shoQLG0Dgqlmy4iB4cg6MXoWlvd9TZDO { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#l0614IZMiCdAGHVGQMKfafO3gT8A8QA6 { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#AOTCZmLp06BJDKB1OGTonNtTeU3x4UTp { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#QTChq13EaFSiEEebS26FuJBB38mwgz4D { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#N6lQhv1b38aeiUoF99w6BZ9kBXu71IKy { width:;height:;top:0rem;display:none; }
#EFb8tJKkhtKE3K1xpDOfJM0uZ6SsaxOL { width:;height:;top:0rem;display:none; }
#i7ApqovAZVACtv9Sdv5s3KlTN7fn0Vi9 { display:block; }
#zA71XyKHF45KWXlTPBQdx5fqwwfTK3Ty { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#hPdNJ9edgTEgBcoFZRlZ5D0Ap2uNnnHq { width:;height:;top:0rem;display:none; }
#kbZOfmqpV6WcRx19L6X52FMkG2pQQTxP { display:block; }
#tvyvPI2D5uQTwiy81w9tZmwzFT1dcDoe { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#qM2SIFyPrwC558LnTwhhq5wIxbaqe0gR { width:;height:;top:0rem;display:none; }
#yRgNz0Nt66nZKEAbLk4F9ZS6XwmrFpU0 { width:;height:;top:0rem;display:none; }
#T1DB3MAkRwsmLF5oDtUyrspThU4hbR6D { display:block; }
#uTwreGdguhd0xoL6uGLL6eehQRZTIoEy { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#eUczsEHRPIQ9BTcAB9VTLst0tm8xeu2Z { top:62.5rem;left:0.25rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#h0lcdkHGLiJOzLg80pObNQMhSDk4RoIm { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#ag5TM3T2aJWy61XDyNCZ6rP3gbi0cthL { width:;height:;top:0rem;display:none; }
#tU50w4JGg4QKlRKS3l162WuEUJXApBvv { display:block; }
#trmH1fSRCl8aETkzm1xeKGkxmQ9HnQBV { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#SVN6itQAcNUH8h7KF0TdZbKkU4qARz3O { width:;height:;top:0rem;display:none; }
#JIk5mqPFQfhoQHAOAxntuNw2g0vCVqqU { display:block; }
#wocTHOJZoURdTrUtIM9DqeCbKc3K395O { width:;height:;top:0rem;display:none; }
#aaTu6JZ4MwaqdSwMyhPQzI6BJKNEEU4k { width:;height:;top:0rem;display:none; }
#FfeL4Kt0FfauuTJSkKcIUsoATExVcL3P { display:block; }
#cVCAAHOkLm7DR5x86AdPz4RJ5tulVDM3 { width:;height:;top:0rem;display:none; }
#IX2Aoz32JrnW49nqoDq22EQkIXZLMdHi { top:94.6875rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#z6uc8ioFialUkQUXE55mG1zZFa7HDTFI { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#fymfSwlip8QuciCHTUH2FmPKrHA6SF7f { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#chFZg5vLSEBht4W2u2x1vCrqAX7RsiQa { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#K99vbwgFMsXrQuBTchTywrTSCFBBmZiu { width:;height:;top:0rem;display:none; }
#eb7DpOOxJRvcIPLnkg0LkXnV2QqBBcti { display:block; }
#x5dusQzmqEDTol9OT1RTEK16ZPcprI1m { top:113.25rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#dKNRm2hL2ONhk9qdRVDqOs4vnGEUuFhI { width:;height:;top:0rem;display:none; }
#M229ypSZTGMsHxS2T1ZnH3x590mfgLBU { width:;height:;top:0rem;display:none; }
#Q19Plyfw0bEuNkyw15Ql7IZgPeyhCqXT { display:block; }
#oJmhM7PsTckHTufKroXRxev1pqCT1VC0 { width:;height:;top:0rem;display:none; }
#iLF0ahGZ2zzTlF1TAmpz7uTcIoDU8CFd { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#puBXmRWIKGyLzKp95xqcIIWxnqkMByDb { top:130.125rem;left:0.4375rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#Rw36N16QfbLSCrPb5hrahTwcLkbkKxpE { width:;height:;top:0rem;display:none; }
#MeWyQwDOhTnpZ03WmJEBxExFeNsMgkEk { display:block; }
#J16BIm70P6yvbOMyBXIktl4RAhDo5dLf { width:;height:;top:0rem;display:none; }
#nrWRDElH1V4DT3MUNX8upfTMHoC81vDs { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#sb9kLFdZwfwFNMpFF8f9F739TAmXpuUq { top:147.0625rem;left:0.5625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#aylVSqhMaP1CwlZectPAPcJgLOgxn3fz { width:;height:;top:0rem;display:none; }
#KpGslEfPg8iGXE7nyMzPGB7w6OzTSi2w { display:block; }
#hW9TQOc6XOptJCOetdkWlTtXSN4R239c { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Ke3GnFmiqaLDzv3OAgObyk9bRdTG38rx { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#JprbOnSW1TfEPT3oyISZ047U1cmKcZTH { width:;height:;top:0rem;display:none; }
#bB9kJqzdOXsGZaTcOnoOCVoguUJcTUzy { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#VsDcZvV9IwTn3hRtUxqmbD4Z0L5wPEN4 { width:;height:;top:0rem;display:none; }
#bVf8gXcZ7M7zmvEe1skftDc2sTlXARcF { display:block; }
#NPcan9SZlPenWFKrS9TLA4LmUUf9ro6v { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#WEFoZRSdSe6qoMLS3BXI7JngawEGkx54 { width:;height:;top:0rem;display:none; }
#l05rhn8KyEFqgsAA4FpKF3ADpPioXT9w { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#OkvOdC0I5GT9xcl2KM0kNkbGfHzX19g5 { width:;height:;top:0rem;display:none; }
#pfmbz0m7Aptx5OKp2aIt4sOFrFollDHP { display:block; }
#V3BTh1Z6oWDOv7U52tkFtOTJzHICkHVr { top:79.4375rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#es2TV4FIxGeOID09z3sh2XWatTvrJz0b { width:;height:;top:0rem;display:none; }
#rrr7qHX4V5qbdFx9UCoZTfLvMi0MlSq5 { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#kimWHLe8sSIMW2sc4NizgselP4uuCbBZ { width:;height:;top:0rem;display:none; }
#Vf0578eHtHMKCe5cbkVeQNIDILD5FbaC { display:block; }
#rbdac4b6d4txNFp1kWeaVnbhmAUGG30k { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#ST77R6vSCCcufeUoXzNUeAbpf0kZW9FM { width:;height:;top:0rem;display:none; }
#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf { display:none; }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .row .container { width:47.75rem;position:relative;display:none; }#TadcLmmMkWRyuS1XGiFJdndzfQObr7xx { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#Uu9HlWSZdVDaI7u1Ncy9T7vLhUoTTZDU { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#OONVuQU0g0dolOI5fggzaCsapX7iSQUp { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#I9FVQ5NfWxKrNnPqhLAKieTox3VzcCdI { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#VmIAwBoc7B7eUcivVql3CdA3ebwFBiIE { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#yk4C4akhQsdaDhCmav1PGBoDQBCThX36 { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#nA5dIrFdlLV36W4wO02MPpKnzTOVLcv2 { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#oLNkAHnyOr7tQxoFdmKxJbWyBLCUgbFq { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#VItS9RIMDQrFJLa3i3eCCIOaSocZBUlW { width:;height:;top:0rem;display:none; }
#Tzt9ATHvpsSfGIc9x0yM0ffFEZeDpbDi { width:;height:;top:0rem;display:none; }
#c7IHT5LDTZg32x1vXdpW9MzNIkhnJv3F { display:none; }#c7IHT5LDTZg32x1vXdpW9MzNIkhnJv3F > .row .container { width:47.5rem;position:relative;display:none; }#i42L2kW8FxRxLn7gSWmW2UekXkPkev1M { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#VtJMxvbErbr3To1Py0WVAa6Ex80kIF3U { display:block; }
#o5UHAGft42DMrSTfTeAsmWkTZuusXBgV { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#rX5B6cFu0FfxIEOLUxdT3MDCBHg30Fhw { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#puN8nNffa6piRUzoeq6lv6TzhnZ17TUp { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#UED57qdmXZOv7zLDZffVRxGDawHiVtm6 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#HNhnNDcvBoRKFhTknhWvthaqcfehebFh { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#mEQs5PTqoNcsNTqP7TuMR7IKxugffQqw { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#pm64DZzT9FApBaT7UO7lSCGhFBn6vX5p { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#R1yRMqeoEQJcWJ31LeHwzuE0wNIykgfA { display:block; }
#sB7BzdLyfo741z53vSyEHAPluchd7FNk { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-text {padding-top: 0; padding-bottom: 0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-select {padding-top: 0; padding-bottom: 0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa {display:block;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #kXDqf8cIzvvAAZKeNv1FKWH8Ol4eC33y {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #aTJL89VmTTbXLxBGtA8JNO734Hb3i8DP {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #ZGvbUEu9FTa55ZTA9pFKEaFAwwb8HBkT {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #rm04vTDMyp3ZEZm3mEsfnpN6wZf66GbF {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #kCD0PtMhqokk7v8iFV3MXNVN1LU0yk6t {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #rwQR5Cq1ZuESTMyVFbX2BA2BSIHKJpfX {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #bxNdAsOo4RFBxbhNZ7A1Wmyi6JslfJXB {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #PJBA55fNT5VNfWEbvgeG32lcpBnVANST {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #IT9orOB69BgfMqHCkINFEPBUiLxAsbiv {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #R7ylhQRgpeBi0wqlh3GeMFutLKLV3qdU {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #bvNrRS6XQopMxshTLotLpyQ0wGe81Cu0 {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #hhhTDHQTATLlyO2h8nmrXzTfrLC5wHli {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #oJ92RyF5ZrxtzykLMTwyfpTMT69K9VmF {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #c5epmXQXug2DsZrkfKgqOTZJQ4FkKz7f {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #RLcDbxUWGTGgfTuZlTDnt8LqBByas61s {  }
#Rars6z6n5fy60v2REyCUkEENoOImHcc5 { display:none; }#Rars6z6n5fy60v2REyCUkEENoOImHcc5 > .row .container { width:47.5rem;position:relative;display:none; }#uLkiO1SrK81sMzMzd0MJydHfeD4DivNh { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#QIJriC46AHWrAfGPMTl0TM6Qn0PwWRdC { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#gb7V4Ohid3b0Zq1kP6xc5QAktNmB7KcP { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#O8GlctfUrExrHHTFaygewThXvn0Csxu4 { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#cG9KIshCJzETTDyCbrZMm5DyWGU7PXcE { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#RhvW1zW8wGT81JPpJZgrstAGFIi3yGOg { top:0rem;width:;height:;display:none; }
#bikvOmqeopEfT9Nv53ofmFOTuB8kTGTw { top:0rem;width:;height:;display:none; }
#JDAxxyagyTL6fTwipwTvpeTCOfyRQP6o { display:none; }#JDAxxyagyTL6fTwipwTvpeTCOfyRQP6o > .row .container { width:47.5rem;position:relative;display:none; }#Z2KX3OvL0g0mVv8D3BOfMuxu4DrR9FPp { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#ycfVV3lR5BHqpayTbEE4gvSsaJ8koB5i { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#aT3XZ80muT884QFiTfZi6R6C9TSz6121 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 { display:block; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .row .container { width:47.75rem;position:relative;display:block; }#w3GwakMzGe4NpPcbCG7GUKsnDSkQ6OV0 { width:6.3125rem;height:2.1875rem;top:0.1875rem;left:6.125rem;display:none; }
#uNEL29wOO3Pr9LyZy8exqA7JAiDJxQp6 { display:block; }
#kPoMzk4FImD73TMgPfXObZCmuZWoOz3P { top:0.0625rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#LVqZ61xd9kUtZkKKe8TMO4Of6UAEWJZW { width:12.1875rem;height:2.1875rem;top:0.3125rem;left:0rem;display:none; }
#ZGP47fpfVKx7xzbL4NsGbngzyQnseMwW { display:block; }
#nw4XTyMEoCoFE4pTVvIVUU3zu8eSEXaA { top:0.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#nw4XTyMEoCoFE4pTVvIVUU3zu8eSEXaA > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CmJpJVTdrP8ExdWr7uEmKkkp30NpmiZE { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0625rem;display:none; }
#yN3hd2zWonNchz38HSMffqc0ofygntyK { display:block; }
#MqhTP9AKCUuallk1ahKadfiivRhtRr8P { top:0.125rem;left:38.8125rem;width:8.9375rem;height:4.7160855546449rem;display:block; }
#cULmGzf7kG5HIOkum2OD8Mo4b0gUh6Jx { top:1.125rem;left:20.625rem;width:3.8125rem;height:5.1650130984221rem;display:block; }
#wM7LqRySKBHBp5oWlcHU0vRqpW4pWMgO { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#DheuvAPvzbliFPG9TTV8a9aLObvxKTMO { top:3.25rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#Os3xztBCpwRl3DDW2o9wklq7Uspd8VeC { top:3.25rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#AUs3SoXeaIe57lpQDLhiqSQciWdE6F9c { top:3.25rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#BawEdfJofGrWVkphw8bXMiFtlxLDN1UC { top:3.3125rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#fTb7I1L98XF8facAGQKcz8yPPRb3yr9i { top:3.4375rem;left:25.9375rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#LJpHdmAFzgtnOP4in5TAizmo1nQd8VmO { top:2.8125rem;left:37.25rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#zGWdKBwfar9VT9t0VUymRLK7wIGqfShW { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ { display:block; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row .container { width:47.75rem;position:relative;display:block; }#OnwSaeK66Po9InJIa0Fqg9oXhtC9V5b7 { top:7.875rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
#gcNGv3WWqOhINbCtnzepZDRX5yF101Dp { top:22.5625rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ { display:block; }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .row .container { width:47.75rem;position:relative;display:block; }#El57NmEHEFlgF5biTbfhSMydKetHSggQ { top:5.375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#clknphfL6WN8kK0Z4avJWAFh2fbS1eoT { top:8.625rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#PPqAqrJxhvhQPTyDEeJ1Vc2nWl00QA13 { top:11.9375rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#MCgVF1yEifOsT3fMfcriqlqvpl4PhzlC { top:7.5625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#Lq6c9DMSBzu0gCOTqrpyrzMyQr7m61uy { top:7.6875rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-regular-label { display:block; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW  { width:15rem;height:auto; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW {display:block;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW { width:15rem;height:auto; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #Pkik56pJPlsq3rvC2wDlgNNHEUnudfDc {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #hZ7Urqm5UCkoaEdzOSOvGlkQGqmxRsBs { display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #lwWuzwfCOnnXC8dvQoV2M4pw8eABsblC {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #y2L3thvlx4DFSJEFoiCUPLyhEpfaV3PP {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #pg6coFF2l6RebkKPUd8TLHfvFIFsOTpS { display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #rZtIPd265xwJdHXpphoLfpWZbIXNdLCR {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #UtmAxdC2T9eeJskRJwbKdcy0e4SReFKI {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #sW6JKQ6UconXyniWvoSlmJUW2MezGlD7 { display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #nFCKQkfRqBLXciKFrOUO1R6QiQPsuEs3 {  }
#tzDCutZoKB3N2wUdFmUkncIbvgRIV2v8 { display:block; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #msZ0fC06xlVWIUwgMdVThRhMFL5Bigxs {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #ltwsJNwdC9CC0Wzyf1URQVbtooTF0al4 { display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #TwPZZk8DfJUR2ROlzpMu8D28oUiM5lo3 {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #MZsDMoENSVaGu5B5StnWxD9QTzB9wcRs {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #wLkFph45OQ2FxkeEkQuoTdbSOmIpdi4q {  }
#U2c6xxf7XF8Dftw2LdQEftracc57RTGy { display:block; }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H { display:block; }#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H > .row .container { width:47.75rem;position:relative;display:block; }#wfhTV1I3OdpTmyTez96acT1qHxZlin44 { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
#ZSRENTJ9a8ZUPeBoe45l47aP5mh6Ho8X { width:22.1875rem;height:0.1875rem;top:6.6875rem;left:25.5625rem;display:block; }
#SttBoMFLKxoSXh4MhK4His7MA0wIbudB { width:20.8125rem;height:7.4375rem;top:7.875rem;left:26.9375rem;font-size:0.75rem;display:block; }
#oXXVMlOdAserPOK5Xn2JLevg0t17rFIk { width:1.875rem;height:1.875rem;top:19.75rem;left:45.875rem;display:block; }
#ILKPeFTEleQ7TgX6HnCMSPTbe8tMfCrn { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
#MMHFwiJNl7zAZdv14OXu4dABFe2TSRww { width:1.75rem;height:1.75rem;top:19.875rem;left:46rem;font-size:1.1875rem;display:block; }
#Ks1TC5ZLaHbFZLmZviyeg7DNBEtnuXWe { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
#dBsiBJeTGJmiV0wzUBuUeG4RhQvaGvIQ { width:20.75rem;height:2.6875rem;top:19.125rem;left:27rem;font-size:1rem;display:block; }
#CX1X9G3wFsER63ldFxnMyJu8oMb4bBVe { width:1.75rem;height:1.75rem;top:22rem;left:46rem;font-size:1.1875rem;display:block; }
#w4zcaOaAhnIW69FR9uimWfPGzx3WOMpl { width:1.875rem;height:1.875rem;top:21.9375rem;left:45.875rem;display:block; }
#JJTQcDpu5AaOTZMPIhoLAhglFMoHhiaT { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
#ZTFWXtBZLpmICXmBNMCQuOvh6TpAWXuv { width:1.875rem;height:1.875rem;top:24.1875rem;left:45.875rem;display:block; }
#fIt8mTlt3bJgnvTfwhzb9b3AOA39LDuQ { width:11.375rem;height:2.6875rem;top:21.4375rem;left:36.375rem;font-size:1rem;display:block; }
#T5d1TWdx1q5WOCNdCXQrnWOtnhDc1wDS { width:11.375rem;height:2.6875rem;top:25.9375rem;left:36.375rem;font-size:1rem;display:block; }
#WQ0ZT7H7EFoEER4VVparlkbKfFaqeH3A { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
#m0MKXKHSBDS1srvEdgfqI7gLCLvC3h8c { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
#TIZO4HF558cWmWVd29WyZzur0RaIggcC { width:11.375rem;height:2.6875rem;top:23.75rem;left:36.375rem;font-size:1rem;display:block; }
#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 { display:block; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .row .container { width:47.75rem;position:relative;display:block; }#kcfvpGsQXS8x0c4kNtvupFP7fpyVkl1D { width:17.5rem;height:3.4375rem;top:32.5625rem;left:3.625rem;display:block; }
#AFIF6EcLFNB0eDwrZtWcJimTip2FaZfZ { display:block; }
#cqgFNrV6mPLH8G7ezDKpgqChWdTJoSTh { width:17.5rem;height:3.4375rem;top:32.5625rem;left:3.625rem;display:none; }
#UdGGefKqigMKXXFVT0X2HkODSVcURwlp { display:block; }
#ZnAs19MBTmUCdlfKVQqhvmABF2ErMh7A { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.5625rem;display:none; }
#qPfTmTWD0K6NEQxCVJ6O0Fcx1fy0Cs9F { display:block; }
#KfcU2tUqxTQxaHsiS0TC6u9gI2ZMMZnT { top:5rem;left:24.5009765625rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#FFGHl0ol88VtvwIcE7Hh7tIhwLTrCFvA { top:32.8125rem;left:16.375rem;width:3.125rem;height:3.125rem;display:none; }
#FFGHl0ol88VtvwIcE7Hh7tIhwLTrCFvA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kEa2P7rwegsOTOGpDMy2aB9DVPMGbT7L { top:27.9375rem;left:16.25rem;width:3.125rem;height:3.125rem;display:none; }
#kEa2P7rwegsOTOGpDMy2aB9DVPMGbT7L > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Cbi2oyub5V3TzfTgcI1OJuxQpxhU8Zo2 { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5rem;display:none; }
#JxWeoKf50ICq7EqBJTEkomzZ23CFzQ2V { display:block; }
#RvSvAb716RrmXw6mBHSPgmhZTHKJ9VFG { top:5rem;left:40.1875rem;width:1.875rem;height:1.875rem;display:none; }
#RvSvAb716RrmXw6mBHSPgmhZTHKJ9VFG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#JXMrSNBgw0HvtGAbEW9crh5ppyoTV9Rc { width:;height:;top:0rem;display:none; }
#n3xd4zqcTawTM8t5BcHKdR9M7hFhyUq6 { width:;height:;top:0rem;display:none; }
#sMrSg6Q0T18W8V8KrZidcoRQ5it29GVW { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#cRZKJilMhVbSc0Ce8UIwGrRcvUOTbdQX { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#JeOxUovW8KeZUHgBAm96n35wBEoHgxRa { display:block; }
#KXkvNbuItd8R2avAdwucDxopQpSgHkkQ { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#MsAFJ2FDOtrEXNlVnOE47msiD2gzPkxl { display:block; }
#ZSURvCs9Sg7HTncrfXNl7W6R8mI176Tx { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#exG93BabRMd5idhPHUk2OhShkcGCMPWA { display:block; }
#CS6dgHKnW9EmiOT0Dy2gPQrZCq01hZTT { top:2.125rem;left:40.1875rem;width:1.875rem;height:1.875rem;display:none; }
#NJMAbm800MHMZ5nJBN0pual1MJPzrJ0D { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#nychnDmlw6N80Lemnbma9Li1x19iBATs { top:0rem;width:;height:;display:none; }
#WMtAHE3n58Dpk4HXxXVDvNK5Hpr8vTrA { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#FWBLKZKzUPHd0FJhO062mb974gbQGiTI { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#Nfn401Rsfp3q9kIOyPhZmqgDTVLEac8d { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#FZ7OI0nhevrMNy0OBn6PrscKl1NH95fI { top:0rem;width:;height:;display:none; }
#vUtiVZ7PZf8H2e2miikSUMkDoniGIGAq { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#Hf7eLD00DizH5qs39ovL0rbQTTh2HC35 { top:0rem;width:;height:;display:none; }
#CGEvsg66fhQipM5FkvGeQHOS0UeDJydo { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#yJ1m6tyRL9z8e2D0NLZZAd6XLoawrsEM { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 { display:block; }#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .row .container { width:47.75rem;position:relative;display:block; }#dxdC1hAxP1T7B8cM9pZ6gKS3yookTKl0 { top:17.25rem;left:10.624131202697rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#Swb91WTslcBppzQ7iymW8Jf8T3CWOZrz { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14rem;font-size:1rem;display:block; }
#C4NSEKOQxsPxMiy6niiX8XoxWdSUtUHW { top:17.25rem;left:8.499755859375rem;width:4.1875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#QqM4cgG31ENAA17b3CO8ttiPHCzno4wv { top:17.5rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#CZxx0DQIiwxc6ukIPiRDJF5I1DTvTD1b { top:17.3125rem;left:0rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#mz0D1QeNUh3gg1rtdQu5hTsG52KSkRFe { width:12rem;height:1.375rem;top:27.6875rem;left:6.9375rem;font-size:0.75rem;display:block; }
#QeyWspvVA4tGh9GmbRIsHnFFKvOmV5Cg { top:27.4375rem;left:8.812255859375rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#VVpOq2xToVhuiv0WHh83r4006M5X2V9L { width:10.9375rem;height:1.375rem;top:29.875rem;left:7.81201171875rem;font-size:0.75rem;display:block; }
#V3MIQpNW2xzXaHpOvII7VftyM7xvybVl { top:29.8125rem;left:9.93728351593rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#QMbylWN9JSAGWJ5WIuNr1yDZdduyTOPV { top:27.75rem;left:5.749755859375rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#g1ZOMJzCXEVOsI2fQyZFJvOTWg1I2tQb { top:30.25rem;left:8.37451171875rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#EcRswNgh4rhCwZdA70To4c64VPxCbCnG { width:11.9375rem;height:1.375rem;top:27.9375rem;left:0rem;font-size:0.75rem;display:block; }
#ls1IJaGVOQ9eIHT9pte4LNGNnpsDdnfU { top:27.6875rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#tZUkLEcop4EL1cnZTk3AuPqX6dH5VM6n { width:9.875rem;height:1.375rem;top:29.9375rem;left:0rem;font-size:0.75rem;display:block; }
#DPVKWpk2uWeSfSQ8h089AsTmvkPTnGP9 { top:29.75rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#gmPETuXAMp0XlTTCdn0i02fBTK9940Iq { top:30.0625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#cyyNWkL6Bz8R9R15B7PW6e0cTSeFtpAS { top:28.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#ADaKSC1c3lW782yfTTdNhOx2Ta4Jmaya { width:11.875rem;height:1.0625rem;top:40rem;left:0rem;font-size:0.625rem;display:block; }
#lHla3BRNmEh8TKUEepfvRqu3ho80rvZM { top:41.1875rem;left:0rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#CaXi7udeKb5hUvC9tqzU75lp6CDucJQ4 { top:41.625rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#L1xnOiKArdctqMZ0RuNzThW38iV3TWDq { top:41.4375rem;left:9.8125rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#CpLHCaUiso7BMKhtPeqNaScAy2w0e2Ec { width:6.0625rem;height:1.0625rem;top:20.875rem;left:8.0625rem;font-size:0.5625rem;display:none; }
#SdbDQwmVaTZOUgTpsNTt4Twkm24weCNn { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.8125rem;display:none; }
#fpdToKK4sMVmVk0lKgbDP0LWNNRIJp8T { display:block; }
#beuTJ6sISlTMT4Qtx6Tax7iVy8wqLtiO { top:12.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#XbR1qcyy8GR4ebKe9tgE77s9LaJhXl2t { top:27.5rem;left:0rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#PkXXPEOZ6xu6RGMPQzeBnBcMCaiZ8FFW { width:11.875rem;height:1.0625rem;top:43.1875rem;left:7.811767578125rem;font-size:0.625rem;display:block; }
#UpAkCKVmTiQdfTTTCBQshxaBnQyfe5Co { width:11.875rem;height:1.0625rem;top:31.3125rem;left:7.01318359375rem;font-size:0.625rem;display:block; }
#LaKuGVZSWN5TLyp68gyZXMrT5uQ9ic4A { width:11.875rem;height:1.0625rem;top:31.3125rem;left:0rem;font-size:0.625rem;display:block; }
#Tn0Np1HrouKATc86dwHsvhkDdhUL6goo { width:11.875rem;height:1.0625rem;top:19.25rem;left:0rem;font-size:0.625rem;display:block; }
#wMTC9cVGPQPk6zuVzGmOQ22BcioOu0Il { width:11.875rem;height:1.0625rem;top:19.3125rem;left:8.247802734375rem;font-size:0.625rem;display:block; }
#GlM8TkqJDuLyRtAPhVfHZRsU0fgsf8Lr { top:39.1875rem;left:0rem;width:4.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#A7FvzIqs7FbIJOuP8wIU9FV4t2G0ZDvG { top:41.125rem;left:10.691407203674rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#AhorFF9pQ2xESsLtSQIz6xvWxuzVvr92 { top:49.3125rem;left:0rem;width:4.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro { display:block; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container { width:47.75rem;position:relative;display:block; }#r5Uo6Zl3pVkms268hLCa728Xzo6x4o9e { top:26.0625rem;left:13.0625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#fCMFqn1WEhQSICadO4UURpXRTPzawglG { top:28.75rem;left:18.3125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#g5tXo6v0lyRiKCVZ8s5ltGZhTspGkxTy { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#uFeNvDE7d2xtEGPCXr3ETBQ2P62f69R6 { top:13.5rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#e4QMrSc6hxqDGR4Fk7rZPweQCX0T5i2Q { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.875rem;display:block; }
#zr3GsdE1QxVT18Z91QGtCZfQoGJ7ivGN { display:block; }
#ZmNc9LoEObdl2qTmFBkFpuBXcRuO69Zk { top:9.6875rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#LNrzfS6uGNETemM524iEkUZo4U7fz6QA { top:24.8125rem;left:11.25rem;width:25rem;height:13.75rem;display:block; }
#nvI7OJQOBi6k4l6B59icBxhKJtW558Rd { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.1875rem;display:block; }
#CShPgviTwgnXLpTkGJoFMHM5qTXcsoOr { display:block; }
#VlM1NqSGw1u7wnrRqEkTpUdqU8t9uTm9 { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#o3ARs1Gm6TIPSNNCLzNhyqsuRKg8ee1I { top:1.5625rem;left:4.875rem;width:35.3125rem;height:4.75rem;display:block; }
#Qo2g3UtShHbxsguEblILlfWOXdor3Qk0 { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#JoAgVnLXgTH6lKOFBtvyTt6w4TkTRsDL { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#XMRJwroaIJgAzByqa0zhqRNR1tMUQRLb { top:2rem;left:10rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#SPzeWBNJWaNphDBriNb3b39UldlgyCvW { top:17.625rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#ezbEx5uCB1aiTkG5peV7hAUQZXe7GzaL { top:9.6875rem;left:22.4375rem;width:25.0625rem;height:13.75rem;display:block; }
#t1iKwi6veEBPykfv1HH3gLO59oisoS4h { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#uhvdgaPKrdHUfx10kqbsn3sPK405D4ca { top:13.5rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#UtcrL6LtvaaDN0g4XR3atRk1K1xdExI0 { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.4375rem;display:block; }
#zRwKuGPzLOf6Tx84c3cXmHygegpt4QNX { display:block; }
#t03IcEvtTzJaBH0mKteAZg56UNVnRTGN { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#QxpiLdZzuqZuCaZOHLzucDizmhSpacwr { top:32.875rem;left:13.0625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#JQZbt3TN53vD5JG3TgmyPmN4nzVqiF4w { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#rrSycpPv2iS8MUWSe5x4vLMTPrOHnekr { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#cZFJ29I13yIyOE1dcCGng1ih3EPM2mhw { top:32.875rem;left:13.0625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#JKsXzNCIdpJ32qJORG69gSzaaCgcm9v1 { top:32.875rem;left:13.0625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#TbcT8hE3knDT68FqWnzGUGItdZOToBRx { display:none; }#TbcT8hE3knDT68FqWnzGUGItdZOToBRx > .row .container { width:47.75rem;position:relative;display:none; }#XO90h9EZJGEmThVlPlWeGE7S29uzWTuD { top:12.3125rem;left:0.6875rem;width:12.5rem;height:2.0625rem;font-size:0.75rem;display:none; }
#BMkyvJDIOHPMffTccf0OL8gsJgL1U6Ty { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#D3eAT0x9infhluJ57kTZRnFTb6k4NdDp { display:block; }
#CfonqX86QX37oVSTO2UNVJwwwyMptPwM { width:;height:;top:0rem;display:none; }
#H2lzttcuoTChwl8qBHZFAn7W3BfexwGT { width:;height:;top:0rem;display:none; }
#UAlATRFnOSd9pECagSyXKFrN9QC24Wwz { top:25.25rem;left:0.6875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#X76e0qJHIR55QA3JvMf0wmUQr5C3BMr6 { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#B0JchWtZ3cKJGg6FwoF9TAroHdDtczDT { display:block; }
#NyZ3lzFrqnpRkhsRvpx6STgtNE33sTTT { width:;height:;top:0rem;display:none; }
#QPoGs301V1cBnLck3BPAAVvuMJNKst42 { top:38.875rem;left:0.75rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#X0OeXTdcqJgT2RQTIlNeb1rzgBE6SutG { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#wtLZ8PDGRkelmoRCMmmDeR2BkoCG5wlW { display:block; }
#mdiU8MqvzJZNPPiVzzXg8kFGSuS9aeyH { top:52.3125rem;left:0.75rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Bn769fnwDX6FDzRLhtP2KEk90p8D1uHT { width:;height:;top:0rem;display:none; }
#WRZ3lSMKmQgRWlCsu6gAiLpTtZdNGTXF { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#tUtBxQSXHuDUzANdHDBePAA9iEuKGwAp { display:block; }
#R5DdIcTdQQXgZE75wBsUen3RhHqkZQhZ { top:65.9375rem;left:0.75rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#IzkIweOJ7IsXBz5qJCaTlUUoOxSeegAp { width:;height:;top:0rem;display:none; }
#gQGRVWi7veyCWmmIUcHfVP4sOqcRrr28 { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#VZlHg7eeONsdsEZBe34zkFFfl346P34f { display:block; }
#Ul9MXPrB8m550lLeb4kAHRf21otBloyf { top:79.625rem;left:0.6875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#WOrBBZGw2tTyycFi3Ln0IxI0h1LpafxC { width:;height:;top:0rem;display:none; }
#Hn1nKbRaQWw3lgOpnqoiAPGnk4FyaT3i { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#L6hQB2uBWqCLl5c2r9CCZmqRGcJnKErf { display:block; }
#D4ms6vfh4OsrTMPIcl54DmvQBIzTaOiQ { top:93rem;left:0.6875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#FiQm9JSQPglPT6JLSZeG7sIwosvP1oTA { width:;height:;top:0rem;display:none; }
#hiayRShzzGDrpJS3iEaTzTL9ZTsiwrBJ { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#WE66K6dQiOgE0Frgp3b232bOoyt54D1h { display:block; }
#JGv1q6lvgSX3WxCSpOboI7f7O4fNFK9N { top:106.5rem;left:0.6875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#lHpcLeDqMuKHbJLRpbcds6PFHRKhiFXo { width:;height:;top:0rem;display:none; }
#qJw5nzlPTeBgU6St0WJHRe9npyXfG2TD { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#Z4y4OaorvBZyp3aaDELLF8FmotT4Oq5x { display:block; }
#wmc609JPILMLoh5eNU1L23p8yfAfx9Bk { width:;height:;top:0rem;display:none; }
#l4Hluxf9OpK33lsmzRB7cFx345Dls2SZ { top:120.25rem;left:0.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#EKWWGtVQvaiaJiHwTFAGVgTnHi78kCGd { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#t8UH0WP0iHyIBoF6mq6kTlwQIKB3O8mr { display:block; }
#nufbfR7BZOzgydT9nkWC48Zf7Dooiohu { width:;height:;top:0rem;display:none; }
#qhoGxHIfwukOEZvAGhBbC3F55Cn5e8Zg { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#GXESPIHH8fu1E5ZafBEJE10fqDQs5WUo { display:block; }
#K1gr2GFAClRIMXy00PlqMTOLB1MrqnrP { top:134.25rem;left:0.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#XvuBszepAF11qTa7AT8bbS82MmIeSwGK { width:;height:;top:0rem;display:none; }
#T9UQphkXwMCuCWDSpIWD8F4yNbm2FUnQ { top:0rem;width:;height:;display:none; }
#k2y7LVAWhv9yzed7EOotXOZRZQPtQCC9 { top:138.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#pXlewy8TPm5OdMRA8W3GQxxXmEWz3CPR { top:0rem;width:;height:;display:none; }
#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz { display:block; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container { width:47.75rem;position:relative;display:block; }#o4vfV4ZCaiFtbkmlAn9m1OvDBBeT8b7M { top:2rem;left:28.375rem;width:19.375rem;height:2.5625rem;font-size:1.9375rem;display:block; }
#QJRyiqILbTxDtGS1t6lk1Cwze7Rk1lGL { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
#Ooubr9Vn5W23ITFNHZig1Q9hAqE1ULAB { top:4.3125rem;left:10.25rem;width:37.5rem;height:35.7493125rem;display:block; }
#m4yqoq1R4BKbdCfG3bpgGaFVDegBatsC { width:13.3125rem;height:3.5625rem;top:38.375rem;left:17.530893683434rem;display:block; }
#TmlrELVoBkQwA3fu13kVkE0EUcJ9NCKg { display:block; }
#DomomUehC3nPAXff1I8uP0y67VtcnsTZ { width:15.375rem;height:1.9375rem;top:14.5rem;left:32.375rem;font-size:1rem;display:block; }
#Smvlqz25t7u83JdR9Tom8Tdsd6FUt88g { top:13.875rem;left:33.125rem;width:14.125rem;height:3.1875rem;display:block; }
#o8bGe1pgrF2RqQZH7TFzo7ZNx09QSQnq { top:34.75rem;left:38.125rem;width:9.625rem;height:3.1672011200939rem;display:block; }
#ag2JUfIHnd0LM2ALJmAUaLkoRf0i11xq { top:8.75rem;left:21.6875rem;width:26.0625rem;height:3.0625rem;font-size:1rem;display:block; }
#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n { display:block; }#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n > .row .container { width:47.75rem;position:relative;display:block; }#iVhlVRJMXQz4o6aLofmyWrFg0o4FMHUa { top:7.3125rem;left:26.5rem;width:17.6875rem;height:16.0625rem;display:block; }
#O4Q5HqSTLqtMPPM4L2M4pvnQgADPtecS { width:16.6875rem;height:4.5rem;top:12.9375rem;left:27rem;font-size:1.5rem;display:block; }
#AbHcn7b8mfvG8GsCaQQTgW0WiolS8Kwc { width:15.125rem;height:3.25rem;top:19.3125rem;left:29.125rem;font-size:1.875rem;display:block; }
#FUTNrO9gr4nGxEAp0pldzfbmA2wJyZds { width:12.5625rem;height:1.5rem;top:20.1875rem;left:26.5rem;font-size:1.1875rem;display:block; }
#P1eJSrr0bdyWJvoUTFl7rHdq0eFm65C1 { top:23.25rem;left:30rem;width:10.3125rem;height:3.4375rem;display:block; }
#uSaGTy1kuOVKANy0PtVCM1Z9HS6Tah3v { top:24rem;left:29.3125rem;width:11.375rem;height:2.5rem;display:block; }
#N20WKuBkQlqizdOxaRVT5ZIrVqdbfSO5 { display:block; }
#X6NHFb8hxFJLhZT5TmOnUw1XDfGCHe6m { top:7.3125rem;left:3.5rem;width:17.6875rem;height:16.25rem;display:block; }
#qZPS9eZwfNSC1Klcp8oeZoLa8Zd5kWWF { width:14.25rem;height:7.125rem;top:9.875rem;left:5.1875rem;font-size:1.375rem;display:block; }
#kJVg8K3kcpuQzg56cmvAVJL84cIli9m4 { width:15.125rem;height:3.25rem;top:18.4375rem;left:6.125rem;font-size:1.875rem;display:block; }
#AuNi3I4twMETUhZe9q2rpPHMxTn2DztB { top:23.5rem;left:7.1875rem;width:10.3125rem;height:3.4375rem;display:block; }
#KMfqUJJ8Z1eZtdnLXVz5JkH2c3KFpMPd { top:24.3125rem;left:6.6875rem;width:11.3125rem;height:2.5rem;display:block; }
#Q706Euaht5518XlglARm3QLXb440swS5 { display:block; }
#kHGlUl2tuPguBmhcq7a094rDyL1b0Z3w { top:1.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
#SfETtdP1hlR7NEnvVDkHtwmmvAGPZvgT { width:12.5625rem;height:1.5rem;top:19.3125rem;left:3.5rem;font-size:1.1875rem;display:block; }
#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr { display:block; }#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr > .row .container { width:47.75rem;position:relative;display:block; }#K6lqni9xuWkF3CtoueCyKz3mZtBKu6qP { top:6.6875rem;left:30.0625rem;width:17.6875rem;height:16.0625rem;display:block; }
#A5y2g95WrUwzSCBEKh6aNo8GyGNogRXn { width:16.6875rem;height:4.5rem;top:11rem;left:31.0625rem;font-size:1.5rem;display:block; }
#qwCoWAge3rx5iTT7f4cHTAKNnWHP5Dda { width:15.125rem;height:3.25rem;top:17rem;left:32.625rem;font-size:1.875rem;display:block; }
#N0w4CZTxt8Cr40B3EwRBJvJGGXp9O03x { width:12.5625rem;height:1.5rem;top:17.875rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#p7zqB4wfev33inIp4DPgpQvgF8eN0skD { top:22.625rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#EHSRadWJGtqUG3QRzM0TBN9cqfum7rvc { top:23.375rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#Siy2IShoPwiBCpm6DfKfaxXefx671xim { display:block; }
#akHZOXXgTg3rL8WA4gdgvrW4Je4Myy0q { top:1.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
#uafhCloMQLBrwlmziGtfiJnlhc2MtI4i { top:6.6875rem;left:1.375rem;width:17.6875rem;height:16.0625rem;display:block; }
#sx782iCTBFrZbIbMJeS6CuBHQKm2xPhi { width:15.125rem;height:3.25rem;top:17rem;left:4.6875019073488rem;font-size:1.875rem;display:block; }
#xSNllDnvdoNcwiXWzNTQgykRVDnBSxxk { width:12.5625rem;height:1.5rem;top:17.875rem;left:2.6875rem;font-size:1.1875rem;display:block; }
#TzmwmNcbnXQpXWOmmsNGtdTvFmxs8Z8d { top:20.5rem;left:6.4375rem;width:7.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
#eIKFo0Zi7nKVPq6FDHR4AF8aTZmXndT4 { top:22.75rem;left:4.625rem;width:10.3125rem;height:3.4375rem;display:block; }
#Cle8NtvfUrSTMGcuM6kyi3RrnzicVzfG { top:23.25rem;left:4.0625rem;width:11.375rem;height:2.5rem;display:block; }
#iVQTUDpNddBJacM77lApKyhdbCg0gFrt { display:block; }
#Bz2ZptgAqk8ofBZaU5sB8QcOtxD2Qihx { width:17.25rem;height:2.25rem;top:10.5625rem;left:1.625rem;font-size:1.75rem;display:block; }
#S5kaniIP5gDkXXO8IGWPuovwr6bKPvUc { top:20.3125rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 { display:block; }#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 > .row .container { width:47.75rem;position:relative;display:block; }#qbdZoBLUCo8XfAcerq3b8D2RMbWNe1Nk { top:41.8125rem;left:20.406425833702rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
#O7TuBiFIsL9vNe4DCrXRVlW9NueuJRwn { top:2.875rem;left:16.654541015625rem;width:16.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
#sWuLTyI1BPZgRsKni1IdhmSi41mwwqLG { top:0.625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.5rem;display:block; }
#oFWmDykqubWqFQ73D7FIE8OEd3M1IxB9 { top:4.6875rem;left:30.0625rem;width:17.6875rem;height:16rem;display:block; }
#Xen0I4D32S6v0IhZ1MfMmDWfUmEzXH5i { width:16.375rem;height:;top:6.5rem;left:31.375rem;font-size:1.625rem;display:block; }
#hgaiuXhx0tvA0BDKIxDwM3iFJyIG4aHW { width:15.125rem;height:3.25rem;top:13.4375rem;left:32.625rem;font-size:1.875rem;display:block; }
#JtETSKxkTaNZ91wtyzKc8N7UqKTxgJ5u { width:12.5625rem;height:1.5rem;top:14.3125rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#cXMWLXcOnsdnoAhFC8vhql1OsMxkmFt0 { top:17.1875rem;left:40.875rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#aeLDSkudiQwN52nmRZuhJ3NudBydJiha { top:20.8125rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#ph4KTd6VZCOxbRS6vMZdqrU1AvEcmOlr { top:21.375rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#GE2AMbn7dlxdOP4O5A1602xk9TqNutMX { display:block; }
#nT2ScFCadTtN33RpQLQLSJcTpeTpTLWT { top:22.4375rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#QeUa3JWlBuHo2r4CORqQmbyL7c2TW8st { top:23rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
#TIQwEXrSglzfTSCOASRlaGusbTmOTRlI { display:block; }
#dCF8Rw4lafNlKxn8Aqama01ksEDkd18v { top:6.3125rem;left:0rem;width:17.6875rem;height:16.25rem;display:block; }
#HET9l9XvqF0lwAaK1d5GrwRllQXM9BeB { top:19.375rem;left:0rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#iZyplo8MBZolT3wNdUFASiUweGzJkMm6 { width:15.125rem;height:3.25rem;top:15.625rem;left:0rem;font-size:1.875rem;display:block; }
#SvkMVcJ8xkGZpoRrXzEapzRKeIqoSn4K { width:12.5625rem;height:1.5rem;top:16.5rem;left:0rem;font-size:1.1875rem;display:block; }
#P2BK81eVG3se3mBlZTMA8ES35meiNvC3 { width:12.5625rem;height:;top:9rem;left:0rem;font-size:1.625rem;display:block; }
#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI { display:block; }#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI > .row .container { width:47.75rem;position:relative;display:block; }#SdgfBXRMTs2zDpTu5ar04q8Hz1WxovPG { width:12.5625rem;height:5.5625rem;top:4.5rem;left:26.5625rem;font-size:1.4375rem;display:block; }
#KwTzVdtwVVJk96bwgvW3NXg86xPT8txC { top:1.375rem;left:24.25rem;width:17.6875rem;height:16.0625rem;display:block; }
#Oog0qe3ZdIIw3gE0eguKvh90mORIOh7Q { width:15.125rem;height:3.25rem;top:10.625rem;left:26.5625rem;font-size:1.875rem;display:block; }
#o4L3FMnVOvJcpIBeorWBAnOLcTlkFq1W { width:12.5625rem;height:1.5rem;top:11.5rem;left:23.5625rem;font-size:1.1875rem;display:block; }
#Jo305N44zOGKtTF4VhVizyPv0XcV05Is { top:17.3125rem;left:27.6875rem;width:10.3125rem;height:3.4375rem;display:block; }
#bwEUl151fwQ15C2RytroDMqWJzsm123g { top:17.4375rem;left:27.1875rem;width:11.375rem;height:2.5rem;display:block; }
#bHo5VDzwAW79w1g3aqZWgKwc3tOPcDMy { display:block; }
#cXmkkhU8aJh0OCRqyUm5512E4OrDNnW2 { top:41.8125rem;left:20.406425833702rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
#aD2uQhNvmksruvEBOFU0S64wlTKvMimz { top:14.375rem;left:29.1875rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#Q9fx9NKauNuqB9dVW4nWRqNFSIgMGXFZ { width:12.5625rem;height:2.1875rem;top:4.4375rem;left:35.1875rem;font-size:1.6875rem;display:block; }
#wxRogTVgGMfAN4MlTvdi0Ov1Sm9noNP8 { top:0.9375rem;left:30.0625rem;width:17.6875rem;height:16.25rem;display:block; }
#VhxNPdK3PVPKWs4gwcDFXmfUnwCnI39T { width:15.125rem;height:3.25rem;top:10.375rem;left:32.625rem;font-size:1.875rem;display:block; }
#QuCDdc64ImFw6R2K2mEqM0DDToN7wx5P { width:12.5625rem;height:1.5rem;top:11.25rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#Dy4gtmu3M1OX2qubVD7EJbHTVHyE0ETa { top:14.125rem;left:40.875rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#TDxznQDa8LztW6guff7mUK7eCnoEhTFO { top:17.1875rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#XdzXXNpoOZeC0iuWTirrp2tfRP2t1MfQ { top:17.75rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#Quke6oPo6RpithEwPnrEwnONK9hufLRt { display:block; }
#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 { display:block; }#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 > .row .container { width:47.75rem;position:relative;display:block; }#uaiKdts4TaUui4AJ0QP5izwxVL69VP7y { width:12.5625rem;height:;top:4.75rem;left:35.1875rem;font-size:1.5625rem;display:block; }
#ifdTO2E1MaEbOfdkxVpz1xgRZEyLxC2D { width:15.125rem;height:3.25rem;top:10.875rem;left:32.625rem;font-size:1.875rem;display:block; }
#oDkipTAaif2TBr4UUQkiwVGpKiTPNhwC { width:12.5625rem;height:1.5rem;top:11.75rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#gASoT06nPX4aJS8WhIEQpDXSkxrKSF1p { top:18.1875rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#kZcauGoyQGhKq34lwCSMkgWZB3dRXKsc { top:18.75rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#b7IxbCoLs7rfr5Lx8ELysIwnVJT3ZQm0 { display:block; }
#yfC2FcVGSIcwQQi6QxIESzsnQ4AnIexd { top:1.8125rem;left:30.0625rem;width:17.6875rem;height:16.0625rem;display:block; }
#pzzLw8LAQspxt1ExUEwe3PrbhO6eO4zX { width:12.5625rem;height:;top:6.875rem;left:0rem;font-size:1.4375rem;display:block; }
#R5nCvFKTLDayEukGZ5tUZpzTQ14L2TqT { top:3.25rem;left:0rem;width:17.6875rem;height:16.0625rem;display:block; }
#SuDQQPPPpKxVvlBgxTLmXRvsTFPU1NOr { width:15.125rem;height:3.25rem;top:13.9375rem;left:0rem;font-size:1.875rem;display:block; }
#NEdcNsZKa0tJhcDa26ifuRuEBXTTOFJK { width:12.5625rem;height:1.5rem;top:14.8125rem;left:0rem;font-size:1.1875rem;display:block; }
#Mn3fO633JTmHaDZIl6z7AeST83kC4c2t { top:19.25rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#q0NLc44iwMfyxx4pXCQXgR36ZGGouuDc { top:19.8125rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
#Vo29oaM16nrFs3dzqXKX55nvq1nNR95A { display:block; }
#K6LIOftNAeXxCp0osWXLihsyhOsk9HBg { top:41.8125rem;left:20.406425833702rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
#rv70XwOM89oCIqxxNzAOaALSLqixqRJy { top:16.9375rem;left:0rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#ssHsTzivwhJzWkfUTsx0XHImT0czalnN { top:14.875rem;left:40.4375rem;width:7.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
#sCXmlPys4lpFCTzHTViM8ENuVGu2lsbw { width:12.5625rem;height:;top:7.0625rem;left:9.1875038146975rem;font-size:1.4375rem;display:block; }
#OX7ve6thMtJU4TTi2rFbgZvhAlGzKbZp { top:2.375rem;left:6.6875rem;width:17.6875rem;height:16.25rem;display:block; }
#Lg7ZJQhPo0F1nlbLCQaSqiTh08BxRH7I { width:15.125rem;height:3.25rem;top:11.4375rem;left:9.1875038146975rem;font-size:1.875rem;display:block; }
#W74rd5uZLw2Swl377l517gnR4k5SVph8 { width:12.5625rem;height:1.5rem;top:12.3125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
#seRRZpJ8CCCgfwDZEGTsmv4D2uohHwyt { top:15.4375rem;left:11.000003814698rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#oSFNzlrsETXnhhLJQXcMPEiBoQ67uJDJ { top:18.75rem;left:10.6875rem;width:10.3125rem;height:3.4375rem;display:block; }
#cpkKQGors2O5nRAMn9ihFdq6Zelksq3L { top:19.3125rem;left:9.8125rem;width:11.375rem;height:2.5rem;display:block; }
#ZKuUIyEfRxHXD9nLR6d5TT7oPuGdzS7L { display:block; }
#zWfpUcQqyAuuhusSzrQANa3v9aQIVRAi { top:1.9375rem;left:24.6875rem;width:17.6875rem;height:16.0625rem;display:block; }
#kmalfXLDuwZP3PfRZmp81QPNoydeAwiB { width:12.5625rem;height:;top:4.875rem;left:27.187503814698rem;font-size:1.5625rem;display:block; }
#k2AL8WrVTTQUVJWC1DXthadRz2nUximu { width:15.125rem;height:3.25rem;top:11rem;left:27.937503814698rem;font-size:1.875rem;display:block; }
#aQzMyUd033K5xh6NTfoxihvCEL08euWk { width:12.5625rem;height:1.5rem;top:11.875rem;left:23.8125rem;font-size:1.1875rem;display:block; }
#NvHpCUUGA1tTlBCxRaSo0Fpl5EBeVfOF { top:14.9375rem;left:30.062503814698rem;width:8.5rem;height:1.375rem;font-size:1.25rem;display:block; }
#LMhxrZ26yA6txKl2bL5fRCaVDuvgOlg8 { top:18.3125rem;left:28.5625rem;width:10.3125rem;height:3.4375rem;display:block; }
#FPbLCvFkiRddbEToemRGpr9gacSdx6qU { top:18.875rem;left:27.8125rem;width:11.375rem;height:2.5rem;display:block; }
#bOc2QtoLI4MvgfmxB96JxhKvOsDDSRHG { display:block; }
#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS { display:block; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .row .container { width:47.75rem;position:relative;display:block; }#xHQR8Mqd5v5WSuXTsguMDkETUgTIXyFo { width:12.5625rem;height:;top:7.25rem;left:35.1875rem;font-size:1.25rem;display:block; }
#EWO5AKx8A6QMbERE22QZGOD18Swc1u4K { top:4rem;left:32.125rem;width:15.625rem;height:14.1875rem;display:block; }
#JWOJw7LLnTsO8fw9qOb67usiArs4QSAU { width:5.4375rem;height:3.25rem;top:12.625rem;left:42.3125rem;font-size:1.375rem;display:block; }
#ctFWS7tusoOxg1dCV0HPmIEQu7kDuxLk { width:12.5625rem;height:1.5rem;top:13.5625rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#gFOsvygEIka0PQEQzBocB2II28tS29Z1 { top:18.3125rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#WDizDFNT1ASTF94QoktHRz38kTxyFS3X { top:18.875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#xUhF5et0UUgZ0w753qcwN1TAnBomEGyv { display:block; }
#a8tUuWLsbRqNrOC3R3G4ibxL0HGFP8No { width:12.5625rem;height:;top:6.0625rem;left:25.375003814698rem;font-size:1.25rem;display:block; }
#fKc1suOA5HGXDgSi99w359wdoZ3H0Ck2 { top:4rem;left:23.875rem;width:15.625rem;height:14.375rem;display:block; }
#aeZWkmkBTRQqQAyhAVpIiP45vDN5MAaG { width:3.75rem;height:3.25rem;top:12.8125rem;left:31.3125rem;font-size:1.375rem;display:block; }
#Wr1n3VEZpGwhdWuGM41aDFdcLBGHFGon { width:12.625rem;height:1.5rem;top:13.6875rem;left:23.875rem;font-size:1.1875rem;display:block; }
#gAedC0umpw9tmSxGkWwULtSnNcl11bc3 { top:17.875rem;left:26.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#is5I1nZVI7HwdZt2XDqUmoW1xhSXeEG4 { top:18.5rem;left:26.1875rem;width:11.375rem;height:2.5rem;display:block; }
#cH1EmiaU9vPqdIprTMIQoZcpiqiwvVdq { display:block; }
#w87TLSHLVyZONbw1kMWKUJky8PoHv4tS { top:1.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
#OZWSQXU3rJe0kghfOz3wS0ZgeixTUfBO { top:15.9375rem;left:40.875rem;width:6.875rem;height:1.375rem;font-size:1.1875rem;display:block; }
#UeN6qLBuqE7koWHP72yRVavFMfFfJk6N { top:15.875rem;left:27.562503814698rem;width:6.875rem;height:1.375rem;font-size:1.1875rem;display:block; }
#k8UqpGHruMWRMzdMl8qCBs4G1LfC7wEV { width:12.5625rem;height:1.8125rem;top:7.75rem;left:6.125rem;font-size:1.4375rem;display:block; }
#CyM4Zsdaxvgczv92N2OsJ9ukGmrcPeuh { top:4.75rem;left:4.625rem;width:15.625rem;height:14.1875rem;display:block; }
#VkAbUFM39yaaFnE7SeO4TC6XXC14tTO3 { width:3.75rem;height:3.25rem;top:13.25rem;left:11.125003814698rem;font-size:1.375rem;display:block; }
#gCkpoTy0gqEWP6XQTVn56J5lNKFcERBJ { width:12.625rem;height:1.5rem;top:14.25rem;left:3.3125rem;font-size:1.1875rem;display:block; }
#gZvP8wgozQGryg5yf9SqxVMBWgXciEZt { top:16.625rem;left:8.0625rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#RbnZ9vicLh4FW7gDyBP5uUKDrAmISDJn { top:19rem;left:6.3125rem;width:10.3125rem;height:3.4375rem;display:block; }
#MneOyJEN4Qu2zDy6vfFl1fFJQp8gQMuT { top:19.4375rem;left:5.5rem;width:11.375rem;height:2.5rem;display:block; }
#JoMHrOUsBaT0t4orrmZwJC5iwTi3wVRh { display:block; }
#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw { display:block; }#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw > .row .container { width:47.75rem;position:relative;display:block; }#VUs0ew2U0xSey7Xb9JH5tAGdKMdqzTRk { top:4.5rem;left:18.25rem;width:17.6875rem;height:16.0625rem;display:block; }
#Z7SHZqBfJhTCG0V0npxXW8FeutkysNH6 { width:12.5625rem;height:;top:8.3125rem;left:20.750003814698rem;font-size:1.4375rem;display:block; }
#sZ0Kwurk4fUh2bRPvi1QOp6NNcPPQR6q { width:15.125rem;height:3.25rem;top:15.9375rem;left:20.875003814698rem;font-size:1.875rem;display:block; }
#ppgNG9zbTfyM2AdlHyHQIy9wK2UP9yLU { width:12.5625rem;height:1.5rem;top:16.8125rem;left:18.25rem;font-size:1.1875rem;display:block; }
#pBQExREQQdW5F682TslExgPfzzJd1rA2 { top:21.5625rem;left:22.25rem;width:10.3125rem;height:3.4375rem;display:block; }
#OMIHd12VzyZ7OIWSfHpv3Fumki1xvL4e { top:22.1875rem;left:21.406253814698rem;width:11.375rem;height:2.5rem;display:block; }
#MJxe7eWe0mUX5tNF41y2TTUXfcUXL3Pu { display:block; }
#qUT7QCGuq2BRrmHKSf4V2X7kQNepLFPh { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5625rem;display:block; }
#uVSJ1aTz5GHkqCSRn30GPKJTLeZPbKaV { top:2rem;left:1.5437469482422rem;width:12.5rem;height:6.4047145167306rem;display:block; }
#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS { display:block; }#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS > .row .container { width:47.75rem;position:relative;display:block; }#IJtTEzMeGRqhUJI0vkCy4p3T199aLa8c { top:9.375rem;left:30.0625rem;width:17.6875rem;height:16.0625rem;display:block; }
#QGorBDxVN3LIFqGMELK5xMRxSao1VLWU { width:16.6875rem;height:2.25rem;top:13.625rem;left:31.0625rem;font-size:1.5rem;display:block; }
#gZVykaTsTovNb7CT00s8vUrh9Vq1PhXq { width:15.125rem;height:3.25rem;top:19.6875rem;left:32.625rem;font-size:1.875rem;display:block; }
#gV0TZFMQKkRC054IZI7WdWLAxOoHFex9 { width:12.5625rem;height:1.5rem;top:20.5625rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#Hoc1RW4s4RE8DGLWAEBBfUVNmav3Dp68 { top:25.3125rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#Hx5GTAOaFP0s0bIeA3hzLBqwMKpoeTuG { top:26.0625rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
#Kg7XTqFuBh8UZey6Ir31CKsLrmUrnnRF { display:block; }
#ETIvduTxAtADkkKzzXfEI03eI3Wpe7WG { top:9.125rem;left:24.375003814698rem;width:17.6875rem;height:16.25rem;display:block; }
#opBZ8EebQMRMW28RF913Fu7xOlJI73CB { width:14.25rem;height:5.3125rem;top:12.125rem;left:26.093753814698rem;font-size:1.375rem;display:block; }
#L1vpBnbvNsKTTrvS4iTkwad2CpOx0T5e { width:15.125rem;height:3.25rem;top:18.6875rem;left:27rem;font-size:1.875rem;display:block; }
#fp0OD0sA0TQ74DSG4CUSa6b2rplLaG8W { top:25.3125rem;left:28.0625rem;width:10.3125rem;height:3.4375rem;display:block; }
#uH2LRh7J5QRMIxSfHRD1QV6EzqcASeIX { top:26.125rem;left:27.5625rem;width:11.3125rem;height:2.4375rem;display:block; }
#NeXKcrf1cXTXTGK4IQgXdJ3GLAwSpawT { display:block; }
#hGf7IJuTtNqTsTCc0nvtdwcn7b3zcD6h { top:1.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
#AGb8os43x4RV4Ji52ITqGIu3CvzSP6yT { top:9.375rem;left:6.0296897888184rem;width:17.6875rem;height:16.0625rem;display:block; }
#IMpbuUVtddJx2JCTpk5k5q5U5aTDkaE6 { width:15.125rem;height:3.25rem;top:19.6875rem;left:9.2886695861819rem;font-size:1.875rem;display:block; }
#pmTEaIAxL84bdA7CGRlT6OuWHdL6Ko8Q { width:12.5625rem;height:1.5rem;top:20.5625rem;left:7.3125rem;font-size:1.1875rem;display:block; }
#TyWPefsciDZE8AkTLE2fBGOeU6PN2uOP { top:23.1875rem;left:11.0625rem;width:7.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
#eUonvCRBQ6hLl8eFHCwI1zQJEIXATFAk { top:25.4375rem;left:9.25rem;width:10.3125rem;height:3.4375rem;display:block; }
#lzGb9J9qlpVva28M4LfOwHdJNtaF2WR3 { top:25.9375rem;left:8.6875rem;width:11.375rem;height:2.5rem;display:block; }
#yiVIZOcqCvJ3KASHLP8fD8TXHMT8gPb8 { display:block; }
#Mft7XEOTfXAag2OKFR9ah7SXfwoLOBAi { width:12.5625rem;height:1.5rem;top:19.6875rem;left:24.375rem;font-size:1.1875rem;display:block; }
#XqlQSauo6LcG4AihWvnOGh6SlH8K9tPa { width:13.5rem;height:;top:12.6875rem;left:8.3125rem;font-size:1.75rem;display:block; }
#PKoVWmOCIlwJ9phsMnFEgcnQhxSclPIE { top:9.25rem;left:0rem;width:17.6875rem;height:16.25rem;display:block; }
#ItNpK0csfil4AfaiOnPCuKV14XL7Qt3i { top:25rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#NHyEwPzc2qr2sM51ULRyF7RnTpHsGxBD { top:25.4375rem;left:0rem;width:11.3125rem;height:2.4375rem;display:block; }
#F7MEJpRfWtd75olZr2tIqcua6WI9qEhI { display:block; }
#TNKS9vOMFOvTD0anNm2Tp2dw9mm4Vqyg { top:23.3125rem;left:0rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#ByHHk84aNT7BOTpgNMGKQ1T5Tgqsy6Ve { width:15.125rem;height:3.25rem;top:19.75rem;left:0rem;font-size:1.875rem;display:block; }
#Zp4xK2l5bJfZQzgHkRrvakbrytqrgiL6 { width:12.5625rem;height:1.5rem;top:20.5625rem;left:0rem;font-size:1.1875rem;display:block; }
#A4xPIimh6HusutcgwR25d5rd7Wdaor3L { width:15.875rem;height:;top:12.5rem;left:0rem;font-size:1.4375rem;display:block; }
#s1D9aWW7HS1VOSrkRKv69ses6zNCxmhp { top:22.9375rem;left:28.0625rem;width:7.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
#WX6o4zgc2tmwLLxucaEdnvyUBV0qSJOf { top:23rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
#FsJBmLcCluKzcwA6DG2aRuJtHD4sZ7rv { top:0.6875rem;left:0rem;width:14.375rem;height:7.875rem;display:block; }
#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh { display:block; }#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh > .row .container { width:47.75rem;position:relative;display:block; }#bTh29rFUH4gGa8wlPGff9eJd0ixPz5aU { top:1.25rem;left:30.0625rem;width:17.625rem;height:16.005271754878rem;display:block; }
#X3OC20CZIEznCIcwrfD7722uNVPmzkoe { width:16.6875rem;height:;top:4.4375rem;left:31.0625rem;font-size:1.125rem;display:block; }
#JtJugsRFbPmrV6diXlSM2sgElmBOtASf { width:15.125rem;height:3.25rem;top:11.5625rem;left:32.625rem;font-size:1.875rem;display:block; }
#HXbdiBW4ebsENlG4s0fp5aFfHkM8lV6v { width:12.5625rem;height:1.5rem;top:12.4375rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#clLPdqIki9oOlBr8diwtBZqNOSKWp3ca { top:17.1875rem;left:37.4375rem;width:10.3125rem;height:3.43710625rem;display:block; }
#aZn5mwUeMahURvp137gWaQzsTmvyVlO6 { top:17.9375rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
#GhwOTwhbpA7K7VIkTD9NyTW4l97t433V { display:block; }
#qlbIrUqrfCMJqnonN6H9V7MVDftm6UtQ { top:14.875rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O { display:block; }#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O > .row .container { width:47.75rem;position:relative;display:block; }#EQXTRDPuv9CyIq8tEGvJaEvDTfCfXSX3 { width:12.5625rem;height:4.1875rem;top:8.5rem;left:35.1875rem;font-size:1.625rem;display:block; }
#zTPGfTSzIm5s17J89izW2WvZhOSZEETp { width:15.125rem;height:3.25rem;top:15.125rem;left:32.625rem;font-size:1.875rem;display:block; }
#E0Wo1xgmRVufT9JL8SLJVhf7deNEwhBv { width:12.5625rem;height:1.5rem;top:16rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#VTJ3vUnXBrtCJ16xqLIofw42sDAX2Az8 { top:22.5rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#Gtss4QFbvXoPny8zJSTyoTk28JzyUSGN { top:23.0625rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#LkFiAIL2XBuPUWhnapoxsoohil6XboTE { display:block; }
#LpOnidrSDLGz0okoCtFqyTW7I4QAutyg { top:6.375rem;left:30.0625rem;width:17.6875rem;height:16rem;display:block; }
#v97GI1BL8Z9taIN6yKKCFFNuTi3xGUmJ { top:41.8125rem;left:20.406425833702rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
#ednZIBCcdCKBQNiq4paToENlLfVrsdV7 { top:2.875rem;left:16.654541015625rem;width:16.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
#tPAttpJA8LRTVl7rTloJxTW6Mo8qpa0T { top:0.625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.5rem;display:block; }
#SBy4x73IownK9gXShKBbtcBVLfk6ach5 { top:18.875rem;left:40.875rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#Cvq6dXHDng9KviEfb5RRiGgdnocdkoCP { width:12.5625rem;height:4.1875rem;top:9.1875rem;left:0rem;font-size:1.625rem;display:block; }
#wmx0mcgdLXvhUqmu6BsoUWoQWvktBhW0 { top:6.5rem;left:0rem;width:17.6875rem;height:16.25rem;display:block; }
#Twg3LCAyfVVTNSvhxDsh98oMc94yXO2N { width:15.125rem;height:3.25rem;top:15.8125rem;left:0rem;font-size:1.875rem;display:block; }
#EaIS1eGJtbgsvZgm6fWQFCiyMRQwTulh { width:12.5625rem;height:1.5rem;top:16.6875rem;left:0rem;font-size:1.1875rem;display:block; }
#tPKszObk2B6m5MoSwdJa9p0PeE3337mw { top:19.5625rem;left:0rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#GWgV6oA63KeENABb9BKLzCCBMpXowfIG { top:22.625rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#LWdBegNCdMTTmVsWaoRPNnpEvrf4W32p { top:23.1875rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
#kFbZVlIGpTezgSZBcUnDykFsQNmMpcr1 { display:block; }
#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO { display:block; }#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO > .row .container { width:47.75rem;position:relative;display:block; }#Fq01ONHhQUJdFomWCdNZT9EDbzFAohis { width:12.5625rem;height:5.5625rem;top:4.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#TAXS0IS1lVdkLZqkbTdwCaOr3sEu1MCq { top:1.1875rem;left:0rem;width:17.6875rem;height:16.0625rem;display:block; }
#FA7lAOpqeRz5hzK9go2XmTLnBSvf7bhR { width:15.125rem;height:3.25rem;top:10.4375rem;left:0rem;font-size:1.875rem;display:block; }
#Hgnk7aIBZr2E3JwGXOwzFiQaXeqcnLA1 { width:12.5625rem;height:1.5rem;top:11.3125rem;left:0rem;font-size:1.1875rem;display:block; }
#hETlUt5gq72QoHG31e8NOrOOXMVQAvGV { top:17.125rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#Akt8pcimlGxdfarJCLbka2ktpRrCTwVq { top:17.6875rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
#Gwed6qZ8FwzkeGt0ffbJ9fxJxsdaqprA { display:block; }
#Wha8MdpFuNWkuXUsaESSUqnWNsgpbs61 { top:41.8125rem;left:20.406425833702rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
#NVRnvEoR8DyhtdGwnetVHqe8OAGD6Fma { top:14.1875rem;left:0rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#DnpZO9AnMGIm1B6SbTybnl6EITEMuV22 { width:12.5625rem;height:2.1875rem;top:4.5625rem;left:35.1875rem;font-size:1.6875rem;display:block; }
#MQTUdnXf9TmTV9PvfnlrTKdwFcSM2EG6 { top:1.0625rem;left:30.0625rem;width:17.6875rem;height:16.25rem;display:block; }
#qhzKql0Ji4CMwpA2i82u4ekU9Z4Rn5xa { width:15.125rem;height:3.25rem;top:10.5rem;left:32.625rem;font-size:1.875rem;display:block; }
#n5sofZRTycLIe2fTydz1IR19hNGGfLUc { width:12.5625rem;height:1.5rem;top:11.375rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#hPBuKksuJ0Bc4bnNfseWgKdhtBXRRmTP { top:14.25rem;left:40.875rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#xvqh9KiPUsExJDwWDaLqvwCt1sKeH0S3 { top:17.3125rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#uQ8iMIDLLsyUW6QhhqTk9bl8fdW9TVCO { top:17.875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#LHgSzr9IyyDTDIPTaLVTiPeiwmQNckOa { display:block; }
#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi { display:block; }#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi > .row .container { width:47.75rem;position:relative;display:block; }#DpQBB73Jq65MF8P9O7bfA6ES0GD7KDoP { width:12.5625rem;height:4.0625rem;top:4.75rem;left:35.1875rem;font-size:1.5625rem;display:block; }
#fW2axzwzJyrnCBcCvvwFtDzPCvgcAaFR { width:15.125rem;height:3.25rem;top:10.875rem;left:32.625rem;font-size:1.875rem;display:block; }
#T46OBVUfDJ716nDt0kMQ5KfK8N0vDOTo { width:12.5625rem;height:1.5rem;top:11.75rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#T2LHSpdqgNvh6x6TrKhoeQXbdioIg9TC { top:18.1875rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#XTxkI42bQ5LpeG41hzNexfSDUvRIVioZ { top:18.75rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#bA03O2mP2az6piDgFJaTl0b91wuICzc3 { display:block; }
#Id1a3USiC4AcDryTA2B5nWWMIKLDmkvi { top:1.8125rem;left:30.0625rem;width:17.6875rem;height:16.0625rem;display:block; }
#taINTL24NCufrMT40fKHq2KCfKlwxKyt { width:12.5625rem;height:;top:6.875rem;left:0rem;font-size:1.4375rem;display:block; }
#q5P0d98CTuTGmhsCCVSbmFCZcf0roFkZ { top:3.25rem;left:0rem;width:17.6875rem;height:16.0625rem;display:block; }
#NIWOPTJsR4z6I43zk0IOaw6p0TmZTcU1 { width:15.125rem;height:3.25rem;top:13.9375rem;left:0rem;font-size:1.875rem;display:block; }
#N0IzrqFMluNDqZpMsBBb3BoQERMeBs8c { width:12.5625rem;height:1.5rem;top:14.8125rem;left:0rem;font-size:1.1875rem;display:block; }
#ilG83XLqAeLyDtQXw4rcAOySdKZ1RF95 { top:19.25rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
#pBNKKWB5HROAEhqOXs2KGpzDyk3GPg86 { top:19.8125rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
#SAZaOJfSW1MvDU3Ouh3UW9kK1cTWGrKF { display:block; }
#kCVu2DFUZMeiWl655nonc7xFlzvyDwFx { top:41.8125rem;left:20.406425833702rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
#vBnT5WXoFcxAECvSoAUFFN120m3u6FeT { top:16.9375rem;left:0rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#zT5X31A8QmcbwwnCTneh0CtNJTl3u1IF { top:14.875rem;left:40.4375rem;width:7.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
#zLX60BLbHZcnpqXFXalqkaoZXyywSUPg { width:12.5625rem;height:2rem;top:7.0625rem;left:9.1875rem;font-size:1.4375rem;display:block; }
#C8XNEpJi2wKRlaGUeHFTwHLbNNCEgx5v { top:2.375rem;left:6.6875rem;width:17.6875rem;height:16.25rem;display:block; }
#ZTyCCPqfFbLGTPPpZgMlO0oCBOgNAxTP { width:15.125rem;height:3.25rem;top:11.4375rem;left:9.1875rem;font-size:1.875rem;display:block; }
#Tf7GLFedhqIdD3d4CTZd7eog5agSpfC3 { width:12.5625rem;height:1.5rem;top:12.3125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
#Q4wH5Li7f0b42s3g6kK2ZtgZmQm5UaBD { top:15.4375rem;left:11rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#hG5zFJxvySpyvA9VEBDK2JF0qMdAIhUr { top:18.75rem;left:10.6875rem;width:10.3125rem;height:3.4375rem;display:block; }
#kM8O6bM9zxArQrcMALoJAMtugQ3n5a0q { top:19.3125rem;left:9.8125rem;width:11.375rem;height:2.5rem;display:block; }
#yo62TVzreLVaHP8AmJm3GABTOXa9mFrC { display:block; }
#i1QxcvimyFIVwDFTpwWpy8Ma4Q9XF9HW { top:1.9375rem;left:24.6875rem;width:17.6875rem;height:16.0625rem;display:block; }
#uRiQKTDTkf6UE8pT8JJZLWF6tR5GlMSG { width:12.5625rem;height:4.0625rem;top:4.875rem;left:27.1875rem;font-size:1.5625rem;display:block; }
#yPuOgVOpwr5FppWBq6QmVLHmEcETgeET { width:15.125rem;height:3.25rem;top:11rem;left:27.9375rem;font-size:1.875rem;display:block; }
#loAdtk4Q7fwmFThirF4XV9WU6hOoik8y { width:12.5625rem;height:1.5rem;top:11.875rem;left:23.8125rem;font-size:1.1875rem;display:block; }
#G6XBG8UU50eUudKS8ShrtKfQRuP0hDZa { top:14.9375rem;left:30.062503814698rem;width:8.5rem;height:1.375rem;font-size:1.25rem;display:block; }
#T9JefmIkswOzzNcxoIuhLEovtiToTlrP { top:18.3125rem;left:28.5625rem;width:10.3125rem;height:3.4375rem;display:block; }
#BoS7ibTCvs1i5E0TnTTRUeuTRLuctSBT { top:18.875rem;left:27.8125rem;width:11.375rem;height:2.5rem;display:block; }
#lomkkBekcJfK9DNXbgu8NvT3LO4sRXVi { display:block; }
#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS { display:block; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .row .container { width:47.75rem;position:relative;display:block; }#iZWqOiATHrIhXk5KAITgxdrl7OsKTW6B { width:12.5625rem;height:;top:7.25rem;left:35.1875rem;font-size:1.25rem;display:block; }
#VbC6lf5ACS45q9UnNIrwTEwbAlcyvIgx { top:4rem;left:32.125rem;width:15.625rem;height:14.1875rem;display:block; }
#WOUeEKDvQ2zChP4ZtmgWahC05EvwikwK { width:5.4375rem;height:3.25rem;top:12.625rem;left:42.3125rem;font-size:1.375rem;display:block; }
#x4a9VHMSwHUUmH7mHEIe0IK87l0XeAiT { width:12.5625rem;height:1.5rem;top:13.5625rem;left:35.1875rem;font-size:1.1875rem;display:block; }
#FbD2Lhb76oQV1V3ZGHaT4SNJBWP1UrbS { top:18.3125rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#ZotSWKT5HCNSEmrNoLnme9ko8CdNnEhh { top:18.875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
#TAFeR2U5ETekbJkBQaP6T5Nl6nKODhka { display:block; }
#v6VNAvaOyNNbJJ354CVBzefKUK4ZSNOg { width:12.5625rem;height:;top:6.125rem;left:25.375003814698rem;font-size:1.25rem;display:block; }
#UUTExeIk0bd7A2akBqryFT0NJoGyZynn { top:4rem;left:23.875rem;width:15.625rem;height:14.375rem;display:block; }
#epFXfhbIFNtcaSTmSyW0yCKtI2vT1V5w { width:3.75rem;height:3.25rem;top:12.8125rem;left:31.3125rem;font-size:1.375rem;display:block; }
#OteVlKSBf03CLbb54hPxGTqlVerEdEPn { width:12.625rem;height:1.5rem;top:13.6875rem;left:23.875rem;font-size:1.1875rem;display:block; }
#qe53lgTQDig2DienK2RlbP4s605s0gA2 { top:17.875rem;left:26.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#Gwz4OTtCJukpgNRCFAb1kdIp9NuyrG1g { top:18.5rem;left:26.1875rem;width:11.375rem;height:2.5rem;display:block; }
#WmtFIT6JqGXy9Z2ct6yK33THWa3OyU6g { display:block; }
#GLUQdP9VxBa6Fiy9Ivy2d9gIKEIcb5Fr { top:1.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
#lFAlubTxy6BqxKNJIlguLkO3PPxJZAZJ { top:15.9375rem;left:40.875rem;width:6.875rem;height:1.375rem;font-size:1.1875rem;display:block; }
#DxlFeG3HvOdhkobL0wlqEpouqOrixEQE { top:15.875rem;left:27.562503814698rem;width:6.875rem;height:1.375rem;font-size:1.1875rem;display:block; }
#atnWgb5SxThHHheZGzKK0HlNlTOohFGM { width:12.5625rem;height:1.8125rem;top:7.75rem;left:6.125rem;font-size:1.4375rem;display:block; }
#tzu25W1h4EDruPgl4kTiXZArK17sny8h { top:4.75rem;left:4.625rem;width:15.625rem;height:14.1875rem;display:block; }
#KyP4uqiam4Fp6Qwf5Px3rQzMIWoUf8C3 { width:3.75rem;height:3.25rem;top:13.25rem;left:11.125003814698rem;font-size:1.375rem;display:block; }
#VMlQe9UyGIJOcCRoWkHIGgPny5IBMCSm { width:12.625rem;height:1.5rem;top:14.25rem;left:3.3125rem;font-size:1.1875rem;display:block; }
#pAv5CFKrLlMip4bPZTv4VU1nTb28Qwku { top:16.625rem;left:8.0625rem;width:6.875rem;height:1.375rem;font-size:1.25rem;display:block; }
#cOfgMnlSHdLE1fA9SZ4OLCG3VKS0kQWi { top:19rem;left:6.3125rem;width:10.3125rem;height:3.4375rem;display:block; }
#IT3gHuu2ATtEh0ItZNfo3ckdN11cG1p0 { top:19.4375rem;left:5.5rem;width:11.375rem;height:2.5rem;display:block; }
#ZRRw9IUcUeeg4Cs8HJV5q87npNtVJ8Ce { display:block; }
#WAUlOOObibfc4K67kCe1NNNNTucCzd4x { display:block; }#WAUlOOObibfc4K67kCe1NNNNTucCzd4x > .row .container { width:47.75rem;position:relative;display:block; }#eJpWpMirPomUTR9pVuFi73pd6rUaUDCt { top:4.5rem;left:18.25rem;width:17.6875rem;height:16.0625rem;display:block; }
#T4lHiDs2qZPdcm1dVm9hEtGvWCsgF5kL { width:12.5625rem;height:;top:8.3125rem;left:20.750003814698rem;font-size:1.4375rem;display:block; }
#rmKt0Poz5DphozCZwiXLZXuhKWBTvTzG { width:15.125rem;height:3.25rem;top:15.9375rem;left:20.875003814698rem;font-size:1.875rem;display:block; }
#rzZvCta9MDAqitfxyILOaazG9UBOOJwV { width:12.5625rem;height:1.5rem;top:16.8125rem;left:18.25rem;font-size:1.1875rem;display:block; }
#QgQ6GsU4hewHxPbrGhqTR2EWi1T7ESZW { top:21.5625rem;left:22.25rem;width:10.3125rem;height:3.4375rem;display:block; }
#i6SdZeEhMu8wFXKAHQONIOgl9TgAcud3 { top:22.1875rem;left:21.406253814698rem;width:11.375rem;height:2.5rem;display:block; }
#FpCNp3BHek5heg86QeB3mnVQQHcPTz2g { display:block; }
#cahFFI6FHmwAGshfGQx1HW8oDy73Itox { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5625rem;display:block; }
#eBBP1Qc3OMcGyPFWFTMNZ4NOM9Mtw4c2 { top:16.6875rem;left:26.437503814698rem;width:11.75rem;height:1.75rem;font-size:1.375rem;display:block; }
#BFhnpcdWyPO9osrL7TGmJ6XCSHAsblP1 { top:1.625rem;left:5.7890663146972rem;width:12.5rem;height:6.4047145167306rem;display:block; }
#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ { display:block; }#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ > .row .container { width:47.75rem;position:relative;display:block; }#NTlMrCbJD3BMszBvPLVIUI1qTsuJ9CRz { width:29.0625rem;height:2.75rem;top:0.625rem;left:18.6875rem;font-size:1.5625rem;display:block; }
#LrCGNQtr7ygJXV0QgLrJgDNrdd7fbUTe { width:22.1875rem;height:0.1875rem;top:4.25rem;left:25.5625rem;display:block; }
#Ie5clBTdSe1aFW3hFfXalbprQ19oqv3y { width:20.8125rem;height:7.4375rem;top:5.4375rem;left:26.9375rem;font-size:0.75rem;display:block; }
#F9GbTPWHvn3RSBBv3mgmU2u5MZ6N8CTd { width:1.875rem;height:1.875rem;top:17.3125rem;left:45.875rem;display:block; }
#M9EnratOSKIXcaqyRg21KfEsqQNG5sTz { width:1.75rem;height:1.75rem;top:17.4375rem;left:46rem;font-size:1.1875rem;display:block; }
#Tm25BTUMTxGpiaNTK6QOoNs09GlB45IN { width:28.5625rem;height:1.75rem;top:14.6875rem;left:19.1875rem;font-size:1.25rem;display:block; }
#T51wsD1bEcOOudZ06bSZtUK3gyu3whqP { width:20.75rem;height:2.6875rem;top:16.6875rem;left:27rem;font-size:1rem;display:block; }
#obbXzr1z90X2ZOhpZdPiEXirQTJPfDKD { width:1.75rem;height:1.75rem;top:19.5625rem;left:46rem;font-size:1.1875rem;display:block; }
#f4Ksoe5HbHBZVu4BaqaEM5DbZZ55yPef { width:1.875rem;height:1.875rem;top:19.5rem;left:45.875rem;display:block; }
#MK8f0W8cwPQBif32dBBPsUy5rmdDf3g6 { width:1.75rem;height:1.75rem;top:21.875rem;left:46rem;font-size:1.1875rem;display:block; }
#lk4zcTG0p82NwnDQuEeMfTyG6WED48rQ { width:1.875rem;height:1.875rem;top:21.75rem;left:45.875rem;display:block; }
#EweDLXqJT1dPDnOD576IKU1OyeG8Xgeq { width:11.375rem;height:2.6875rem;top:19rem;left:36.375rem;font-size:1rem;display:block; }
#ngDywO8tvOrNuh5SCGdmv5wro4I58z7k { width:11.375rem;height:2.6875rem;top:23.5rem;left:36.375rem;font-size:1rem;display:block; }
#DETFTOXSAHrhW1aib4d1ApNrx70HLCtt { width:1.75rem;height:1.75rem;top:24.0625rem;left:46rem;font-size:1.1875rem;display:block; }
#b0mZmbtQ6eeAgvFiuwCCFgaGwAHHAW5B { width:1.875rem;height:1.875rem;top:23.9375rem;left:45.875rem;display:block; }
#vnscmtX8GzchqBI6tf6wZLVqqKTV3mwZ { width:11.375rem;height:2.6875rem;top:21.3125rem;left:36.375rem;font-size:1rem;display:block; }
#bhpc5yDsct3ypN3NfqBRKA9V866UJTT2 { top:5.75rem;left:0rem;width:33.625rem;height:17.25rem;display:block; }
#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 { display:block; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .row .container { width:47.75rem;position:relative;display:block; }#R4WiiTlroUwT6FLdX1kGFFWiXetGoF12 { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
#I0oGgyAyxHG44zFnGUKiqXu678vJAI13 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#sJm456z8cb1UFIRvti8aTCF8mBNE8dbL { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
#i3EcdbuwTquZEdHTDRrcubCT7Rtbg4Zy { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#a3s6FTL9JZBcTTKVmoNqRWfyNxT7BfB0 { top:13.3125rem;left:26.6875rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#pBEfeXzq3XReLknxvMw5naeLncAObWoG { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#eCWOXaCwoIT0HUhXsIGNWWwklZPtbN1x { width:19.3125rem;height:1.75rem;top:10.25rem;left:27.4375rem;font-size:1.0625rem;display:block; }
#h3Mm9daQdNdlsNRcNefCnEvET6AegAbi { top:9.6875rem;left:27.3125rem;width:20.125rem;height:2.875rem;display:block; }
#CVFpIZCXTXps0LBdHEcN7UkMC9JlbLiP { top:9.5625rem;left:21.3125rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
#UDt9vmeUULooHzmP8EEspqUo5K5egi41 { top:9.5625rem;left:17.3125rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
#DN6RHl4cqT5zDItilVvunmTIftIRW8Gm { top:9.5625rem;left:13.1875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
body { position:relative;display:block; }
#lbk1ZJ9qtbiinwyB7Jc2dL4Jo2zQpIx7 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lbk1ZJ9qtbiinwyB7Jc2dL4Jo2zQpIx7 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#eIxwUXtKWER8Gnki2T5VIMssDvPiPRN0 { top:0rem;left:0.12369793653488rem;width:19.749375rem;height:5.12478125rem;z-index:15193;overflow:hidden;display:block; }
#GuLTDPbztdMn8Z44NvMFdMkG0LVLsHNM { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#JRW9st1clhWqUTzHW1FHgudKON1kTC1T { position:relative;z-index:auto;display:block; }#JRW9st1clhWqUTzHW1FHgudKON1kTC1T > .row .container { width:20rem;height:20.625rem;position:relative;display:block; }#th2k8fcMTMJGZaOB5XyAq1PD0xdtzZCL { width:5.6875rem;height:0.8997375rem;top:6.375rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#B7RFrVO7zgfAdVB3OostyCn90ZDoLVOl { width:5.625rem;height:0.0625rem;top:7.9375rem;left:14.1875rem;display:block; }
#dUtRimcd9kh7r3rSV6StEQqBNTemKvfI { width:3.75rem;height:0.8997375rem;top:6.375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#bP2DScokWRhh2zAp4DoADmenCk44tg07 { width:5.625rem;height:0.0618489375rem;top:7.9375rem;left:7.0625rem;display:block; }
#xMdUdHxA3IW84G36NyD6I6DTHqOirVTP { width:7.3125rem;height:0.8997375rem;top:6.4375rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#tp994lz54uVBnVkDbbGdGRneJKS8ryuG { width:5.625rem;height:0.0618489375rem;top:7.875rem;left:0.1875rem;z-index:15009;display:block; }
#SA3ailBAKncFZa7nTsKusbq1F3xqROJS { top:5.9375rem;left:0.875rem;z-index:15012;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#iGXFbTTKRp7zMMZvhzMzy1RBdvLs5s8h { display:block; }
#Qkdr4cD7Tb1H62Dk3pVafiNMLBJ6Zr9T { top:5.9375rem;left:8rem;z-index:15013;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#k5N2E2B1FVCbi6gTc83mlsesiKWUIcAu { display:block; }
#c3H9Xu5OtUIw4na3RLgZ28f9oiy6kClx { top:5.9375rem;left:14.875rem;z-index:15014;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#QHQgLQnBUnqifUCvGIpMN0zAEp9LVdAC { display:block; }
#iKe5S4f8VtpLlBAceaM1CLTMySI9RMxp { top:8.6875rem;left:0rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#PPndBh4Q2T25oHZv03E0fOI1MPnPDxMZ { top:10.0625rem;left:0.8125rem;width:18.625rem;height:3.75rem;z-index:15017;background-color:#62748d;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#NuqmEAsXRZhX2VHTVFf1ESwA23DwIFdZ { display:block; }
#mJREfGyPJlSrR3wkQsU2Vx21245oN8CN { display:flex;top:10.5rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#dvyXCe0NXBTI9mhXDh7mNQwWJp4DkJLc { top:15.9375rem;left:0.8125rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#S91WBw7WadPaEJPXI6K68lJSnqHvW7o2 { display:block; }
#RtmOM6w2kQ86OvQ8FvcKUNHAmDL3EnOU { display:flex;top:15.875rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#OPP2tOBuTupf12ffpIQwK2VQhkq1DKuh { top:14rem;left:9.8125rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#xlpcVS32AxT6lQnH3QSpJ0ffzopBVPZ5 { display:block; }#xlpcVS32AxT6lQnH3QSpJ0ffzopBVPZ5 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#qu3SLyhzC2Lhdb30EsC3S88BLceOD3l2 { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#MxXJLUCB7aKgFmRy0rhlq38oQQT83URc { display:block; }
#pUlDqMLAUpS6aay7zQTm9sJdTmT28JoQ { display:flex;top:2.0911445617676rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#pUlDqMLAUpS6aay7zQTm9sJdTmT28JoQ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#pxod7bIQkDosmebAH7ebDOI9oOG4BKyu { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#xnf1v1lxDkZ7rm3ULRaHzySc5x8SqO3h { width:5.8125rem;height:2.875rem;top:1.2486877441406rem;left:13.460594565499rem;display:block; }
#l6Zq9sFSXnAiT9EydsSrtdfRCHR9mpgS { width:9.0625rem;height:2.8125rem;top:1.5rem;left:0.125rem;font-size:0.625rem;display:block; }
#cm2bLyoQaCBVv6pI4WXsblvVz87iaKiw { display:block; }
#N4DE9a94FGK6n36g3VckAtwMTmdrvGXa { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#qoLHMuA2p6m3w5iphtZdg478n8GTCFOs { display:block; }#qoLHMuA2p6m3w5iphtZdg478n8GTCFOs > .row .container { width:20rem;height:36.25rem;position:relative;display:block; }#VXVXCLWd0rlTaPRi7rWfZEBVk7cN2GNQ { width:20rem;height:2.47504375rem;top:3.625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#fGUJ5XNbVkBD8WToNXBnBgaPHKkQTphE { width:13.11111125rem;height:4.36111125rem;top:30.125rem;left:3.4375rem;font-size:1.375rem;display:block; }
#TJ7iAvFfTB9qnU88IcblKyOFomHq1971 { display:block; }
#WikJeT5QvKbwMzEZ9vcEr1bWoVwhSWG3 { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#OdKX8qC4lWQGVtvPxOSVZPFnyxCJAxhb { display:block; }
#OyQlUNEJkfz0wuv244v9OviSTFhuEEuF { width:20rem;height:3.0013rem;top:9.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#xlwEk4yv37nWbIJzUHXJ5d8BcsHsoPJd { width:11.625rem;height:7rem;top:2.625rem;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;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#zqp5oSIe5m4b4VTdyFiuaFFUG2wW4KrH { display:flex;width:4.375rem;height:4.375rem;top:24.9375rem;left:1.9375rem;font-size:3.0625rem; }
#PJCeS67npElDup9UyaXoAlhKV0AAUIDy { display:flex;width:4.375rem;height:4.375rem;top:25.1875rem;left:0rem;font-size:3.0625rem; }
#nOvD9XV5rPMW9mE7ipGJ7madR4dNXXR5 { width:20rem;height:13.3111875rem;top:14.5rem;left:0rem;overflow:hidden;display:block; }
#cbBMKg8yleXbILaAkBqtfVe2kmCyBDDv { width:4.9375rem;height:2.4375rem;top:17.0625rem;left:0rem;z-index:15042;display:block; }
#XwKKhXpuza3LWi8TUHiLMTmDwSESfp9X { width:4.875rem;height:2.1875rem;top:12.8125rem;left:0rem;z-index:15041;display:block; }
#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ { background-color:rgba(250,250,250,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; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row .container { background-color: transparent; background-image: none; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row .container > .video-iframe-container { display: none; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row > .video-iframe-container { display: none; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .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); }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row .container { border-width: 0; border-radius: 0; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvoJhGZbmbhV4zJWGLvdLc6x3fhWmBMZ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#TWEksswbSWGuorLZoAmcOu4vQsalUzyA { 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; }
#Wt4Fd6Z8TWWMKgJdJDzXOhdzTh3dk3AG { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#sDBqXKwzPHHu9LSO2lz1Rlh8rthpd73f { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#WPv2Nr7TPBGvnE65vsxJuWbmahVwyMvW { display:block; }#WPv2Nr7TPBGvnE65vsxJuWbmahVwyMvW > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#Bow5pMzaLd2a6hMckT6H2lUh3ft1vuPT { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#qOTsaubm8AgApbqSRsxdnAiAsGmmfbdd { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#NA1SLuh7fUIr1r5utp9gOpdnmmJzAMA9 { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;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; }
#wtiHDkC7T5KMWrayVZW0sxtumHeaET6q { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#XzGvTTSc6EDaTN4vT5M2DrkBELEmJcC8 { display:block; }#XzGvTTSc6EDaTN4vT5M2DrkBELEmJcC8 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#Mrk8qCk3VQeeKisiRlN68SlLyIOzDTpg { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#DEMyzMWdzIeDKFwyzZIIs2EOLa0JvQSz { width:20rem;height:15rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#g3A8bXRFhTmiyEwhizrLkyLOUuhRVkTQ { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#Du4rNhP3tDDipdoRp4pCzMriDm74ScGd { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#pdGfvU14pAoqmGLnoTfFcAdILHEo3KEM { display:block; }
#w94fRpn12vFVzIV3bOSuepUWWLtIozwr { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#aT9MKwTaUusOnOvk8aVkDvBtTzKvaNQB { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#GSDceh7TKUxqxuadtWqnSTEngAunM9ZP { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#BRRsha66BN4fhO46kb1MR2VGCNJySoKq { 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(212,179,146,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392ad', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392ad', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 { background-color:#ffffff;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; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row .container { background-color: transparent; background-image: none; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row .container > .video-iframe-container { display: none; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row > .video-iframe-container { display: none; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .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); }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row .container { border-width: 0; border-radius: 0; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZRSZRFMI8qLDFLTxD0eNU7A1ofqubh7 > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#RvzVESW7LLolVoGLmDGcJe97rQLuqRmp { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:1.2999125rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#3c830e;display:block; }
#ZAU2FqmPphCNepl3iuymRi8Lo4UmKKTq { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#PQao2nAgVZZhPbQBzN8fZ8Kp8K2pxx19 { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.09895625rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#TaIKHelVBQHtLq6MuxpyL64KHyEi5ZJb { top:14.3125rem;left:0.75rem;width:4.6875rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#L4c4WWvVgoU5B5TIwPwBCLmL6ifk5dF0 { display:block; }
#g9nFcJRTZKVwn2RXQrWcTIcwgBpffBpm { top:1.4361877441406rem;left:0.49869799613952rem;width:3rem;height:3rem;z-index:15019;background-color:#3c830e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#shoQLG0Dgqlmy4iB4cg6MXoWlvd9TZDO { top:2.4986877441406rem;left:0.7486979961395rem;width:2.5625rem;height:0.97439375rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#l0614IZMiCdAGHVGQMKfafO3gT8A8QA6 { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#AOTCZmLp06BJDKB1OGTonNtTeU3x4UTp { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#QTChq13EaFSiEEebS26FuJBB38mwgz4D { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#N6lQhv1b38aeiUoF99w6BZ9kBXu71IKy { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#EFb8tJKkhtKE3K1xpDOfJM0uZ6SsaxOL { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#i7ApqovAZVACtv9Sdv5s3KlTN7fn0Vi9 { display:block; }
#zA71XyKHF45KWXlTPBQdx5fqwwfTK3Ty { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#hPdNJ9edgTEgBcoFZRlZ5D0Ap2uNnnHq { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#kbZOfmqpV6WcRx19L6X52FMkG2pQQTxP { display:block; }
#tvyvPI2D5uQTwiy81w9tZmwzFT1dcDoe { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#qM2SIFyPrwC558LnTwhhq5wIxbaqe0gR { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#yRgNz0Nt66nZKEAbLk4F9ZS6XwmrFpU0 { top:45.376220703125rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#T1DB3MAkRwsmLF5oDtUyrspThU4hbR6D { display:block; }
#uTwreGdguhd0xoL6uGLL6eehQRZTIoEy { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#eUczsEHRPIQ9BTcAB9VTLst0tm8xeu2Z { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.04948125rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#h0lcdkHGLiJOzLg80pObNQMhSDk4RoIm { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#ag5TM3T2aJWy61XDyNCZ6rP3gbi0cthL { top:61.56298828125rem;left:0.773193359375rem;width:5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#tU50w4JGg4QKlRKS3l162WuEUJXApBvv { display:block; }
#trmH1fSRCl8aETkzm1xeKGkxmQ9HnQBV { top:114.68750190735rem;left:6.5625002980231rem;width:12.6245rem;height:1.04948125rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#SVN6itQAcNUH8h7KF0TdZbKkU4qARz3O { top:114.37391853332rem;left:0.74978297948838rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#JIk5mqPFQfhoQHAOAxntuNw2g0vCVqqU { display:block; }
#wocTHOJZoURdTrUtIM9DqeCbKc3K395O { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#aaTu6JZ4MwaqdSwMyhPQzI6BJKNEEU4k { top:131.22938728332rem;left:0.81163197755812rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#FfeL4Kt0FfauuTJSkKcIUsoATExVcL3P { display:block; }
#cVCAAHOkLm7DR5x86AdPz4RJ5tulVDM3 { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#IX2Aoz32JrnW49nqoDq22EQkIXZLMdHi { top:131.99761390686rem;left:6.622179329395rem;width:12.6233125rem;height:1.04948125rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#z6uc8ioFialUkQUXE55mG1zZFa7HDTFI { top:116.62327003479rem;left:0.4047309756279rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#fymfSwlip8QuciCHTUH2FmPKrHA6SF7f { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#chFZg5vLSEBht4W2u2x1vCrqAX7RsiQa { top:151.00911903381rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#K99vbwgFMsXrQuBTchTywrTSCFBBmZiu { top:148.43360328674rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#eb7DpOOxJRvcIPLnkg0LkXnV2QqBBcti { display:block; }
#x5dusQzmqEDTol9OT1RTEK16ZPcprI1m { top:148.78363990784rem;left:6.622179329395rem;width:12.6233125rem;height:1.04948125rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#dKNRm2hL2ONhk9qdRVDqOs4vnGEUuFhI { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#M229ypSZTGMsHxS2T1ZnH3x590mfgLBU { top:165.49913978577rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#Q19Plyfw0bEuNkyw15Ql7IZgPeyhCqXT { display:block; }
#oJmhM7PsTckHTufKroXRxev1pqCT1VC0 { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#iLF0ahGZ2zzTlF1TAmpz7uTcIoDU8CFd { top:167.87435340881rem;left:0.56206601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#puBXmRWIKGyLzKp95xqcIIWxnqkMByDb { top:165.78667640686rem;left:6.309679329395rem;width:13rem;height:1.04948125rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Rw36N16QfbLSCrPb5hrahTwcLkbkKxpE { top:181.74805641174rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#MeWyQwDOhTnpZ03WmJEBxExFeNsMgkEk { display:block; }
#J16BIm70P6yvbOMyBXIktl4RAhDo5dLf { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#nrWRDElH1V4DT3MUNX8upfTMHoC81vDs { top:184.56055641174rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#sb9kLFdZwfwFNMpFF8f9F739TAmXpuUq { top:182.53363990784rem;left:5.3884552121163rem;width:14.5rem;height:1.04948125rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#aylVSqhMaP1CwlZectPAPcJgLOgxn3fz { top:199.31098365784rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#KpGslEfPg8iGXE7nyMzPGB7w6OzTSi2w { display:block; }
#hW9TQOc6XOptJCOetdkWlTtXSN4R239c { top:201.93577003479rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#Ke3GnFmiqaLDzv3OAgObyk9bRdTG38rx { top:199.87305641174rem;left:5.0000002980232rem;width:14.4995rem;height:1.04948125rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#JprbOnSW1TfEPT3oyISZ047U1cmKcZTH { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#bB9kJqzdOXsGZaTcOnoOCVoguUJcTUzy { top:218.62305641174rem;left:0.40581601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#VsDcZvV9IwTn3hRtUxqmbD4Z0L5wPEN4 { top:215.87458229065rem;left:0.74761289358137rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#bVf8gXcZ7M7zmvEe1skftDc2sTlXARcF { display:block; }
#NPcan9SZlPenWFKrS9TLA4LmUUf9ro6v { top:216.09919166565rem;left:5.2007382512093rem;width:14.4983125rem;height:1.04948125rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#WEFoZRSdSe6qoMLS3BXI7JngawEGkx54 { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#l05rhn8KyEFqgsAA4FpKF3ADpPioXT9w { top:81.499351501462rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#OkvOdC0I5GT9xcl2KM0kNkbGfHzX19g5 { top:79.124584198rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#pfmbz0m7Aptx5OKp2aIt4sOFrFollDHP { display:block; }
#V3BTh1Z6oWDOv7U52tkFtOTJzHICkHVr { top:79.473745346069rem;left:6.827257454395rem;width:12.6236875rem;height:1.04948125rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#es2TV4FIxGeOID09z3sh2XWatTvrJz0b { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#rrr7qHX4V5qbdFx9UCoZTfLvMi0MlSq5 { top:99.25rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#kimWHLe8sSIMW2sc4NizgselP4uuCbBZ { top:96.369581222531rem;left:0.62500005960463rem;width:5rem;height:1.9987rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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; }
#Vf0578eHtHMKCe5cbkVeQNIDILD5FbaC { display:block; }
#rbdac4b6d4txNFp1kWeaVnbhmAUGG30k { top:97.375rem;left:6.5625rem;width:12.6245rem;height:1.04948125rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#ST77R6vSCCcufeUoXzNUeAbpf0kZW9FM { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf { display:block; }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf { background-color: transparent; background-image: none; }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .row .container > .video-iframe-container { display: none; }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .row > .video-iframe-container { display: none; }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .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); }#TzuT18Zducb8VcXWsNQ0KmdMMQ5GGTIf > .row .container { width:20rem;height:37.8125rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#TadcLmmMkWRyuS1XGiFJdndzfQObr7xx { width:15.061875rem;height:2.5996125rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#Uu9HlWSZdVDaI7u1Ncy9T7vLhUoTTZDU { width:18rem;height:2.79948125rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#OONVuQU0g0dolOI5fggzaCsapX7iSQUp { width:15.8125rem;height:2.79948125rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#I9FVQ5NfWxKrNnPqhLAKieTox3VzcCdI { width:16.0625rem;height:2.79948125rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#VmIAwBoc7B7eUcivVql3CdA3ebwFBiIE { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#yk4C4akhQsdaDhCmav1PGBoDQBCThX36 { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#nA5dIrFdlLV36W4wO02MPpKnzTOVLcv2 { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#oLNkAHnyOr7tQxoFdmKxJbWyBLCUgbFq { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#VItS9RIMDQrFJLa3i3eCCIOaSocZBUlW { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#Tzt9ATHvpsSfGIc9x0yM0ffFEZeDpbDi { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#c7IHT5LDTZg32x1vXdpW9MzNIkhnJv3F { display:block; }#c7IHT5LDTZg32x1vXdpW9MzNIkhnJv3F > .row .container { width:20rem;height:48.125rem;position:relative;display:block; }#i42L2kW8FxRxLn7gSWmW2UekXkPkev1M { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#VtJMxvbErbr3To1Py0WVAa6Ex80kIF3U { display:block; }
#o5UHAGft42DMrSTfTeAsmWkTZuusXBgV { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#rX5B6cFu0FfxIEOLUxdT3MDCBHg30Fhw { width:20rem;height:21.9375rem;top:21.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;display:block; }
#puN8nNffa6piRUzoeq6lv6TzhnZ17TUp { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#UED57qdmXZOv7zLDZffVRxGDawHiVtm6 { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#HNhnNDcvBoRKFhTknhWvthaqcfehebFh { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#mEQs5PTqoNcsNTqP7TuMR7IKxugffQqw { width:18.75rem;height:1.50065rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#pm64DZzT9FApBaT7UO7lSCGhFBn6vX5p { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#R1yRMqeoEQJcWJ31LeHwzuE0wNIykgfA { display:block; }
#sB7BzdLyfo741z53vSyEHAPluchd7FNk { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-text {padding-top: 0; padding-bottom: 0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-select {padding-top: 0; padding-bottom: 0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .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; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-container:first-of-type{padding-top:0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .widget-container:last-of-type{padding-bottom:0;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa  { width:17.5rem;height:auto;top:27.123489379882rem;left:0rem;z-index:15020; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa {display:block;}#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa { width:17.5rem;height:auto;top:27.123489379882rem;left:0rem;z-index:15020; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #kXDqf8cIzvvAAZKeNv1FKWH8Ol4eC33y {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #aTJL89VmTTbXLxBGtA8JNO734Hb3i8DP { display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #ZGvbUEu9FTa55ZTA9pFKEaFAwwb8HBkT {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #rm04vTDMyp3ZEZm3mEsfnpN6wZf66GbF {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #kCD0PtMhqokk7v8iFV3MXNVN1LU0yk6t { display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #rwQR5Cq1ZuESTMyVFbX2BA2BSIHKJpfX {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #bxNdAsOo4RFBxbhNZ7A1Wmyi6JslfJXB {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #PJBA55fNT5VNfWEbvgeG32lcpBnVANST { display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #IT9orOB69BgfMqHCkINFEPBUiLxAsbiv {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #R7ylhQRgpeBi0wqlh3GeMFutLKLV3qdU {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #bvNrRS6XQopMxshTLotLpyQ0wGe81Cu0 {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #hhhTDHQTATLlyO2h8nmrXzTfrLC5wHli { display:none; }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #oJ92RyF5ZrxtzykLMTwyfpTMT69K9VmF {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #c5epmXQXug2DsZrkfKgqOTZJQ4FkKz7f {  }
#PS5fHxJoiQkbT68opAafwJkJKEHMIpLa #RLcDbxUWGTGgfTuZlTDnt8LqBByas61s {  }
#Rars6z6n5fy60v2REyCUkEENoOImHcc5 { display:block; }#Rars6z6n5fy60v2REyCUkEENoOImHcc5 > .row .container { width:20rem;height:76.375rem;position:relative;display:block; }#uLkiO1SrK81sMzMzd0MJydHfeD4DivNh { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#QIJriC46AHWrAfGPMTl0TM6Qn0PwWRdC { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#gb7V4Ohid3b0Zq1kP6xc5QAktNmB7KcP { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#O8GlctfUrExrHHTFaygewThXvn0Csxu4 { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#cG9KIshCJzETTDyCbrZMm5DyWGU7PXcE { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#RhvW1zW8wGT81JPpJZgrstAGFIi3yGOg { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#bikvOmqeopEfT9Nv53ofmFOTuB8kTGTw { top:45.941408157349rem;left:1.64453125rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#JDAxxyagyTL6fTwipwTvpeTCOfyRQP6o { display:block; }#JDAxxyagyTL6fTwipwTvpeTCOfyRQP6o > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; }#Z2KX3OvL0g0mVv8D3BOfMuxu4DrR9FPp { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#ycfVV3lR5BHqpayTbEE4gvSsaJ8koB5i { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#aT3XZ80muT884QFiTfZi6R6C9TSz6121 { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 { 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; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .row .container { border-width: 0; border-radius: 0; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4TPqt2yu6Q9NE4ribFMtgwZk3kZM0B2 > .row .container { width:20rem;height:5.7486979961395rem;position:relative;display:none; }#w3GwakMzGe4NpPcbCG7GUKsnDSkQ6OV0 { 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; }
#uNEL29wOO3Pr9LyZy8exqA7JAiDJxQp6 { display:block; }
#kPoMzk4FImD73TMgPfXObZCmuZWoOz3P { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#LVqZ61xd9kUtZkKKe8TMO4Of6UAEWJZW { 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; }
#ZGP47fpfVKx7xzbL4NsGbngzyQnseMwW { display:block; }
#nw4XTyMEoCoFE4pTVvIVUU3zu8eSEXaA { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#nw4XTyMEoCoFE4pTVvIVUU3zu8eSEXaA > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CmJpJVTdrP8ExdWr7uEmKkkp30NpmiZE { 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; }
#yN3hd2zWonNchz38HSMffqc0ofygntyK { display:block; }
#MqhTP9AKCUuallk1ahKadfiivRhtRr8P { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#cULmGzf7kG5HIOkum2OD8Mo4b0gUh6Jx { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#wM7LqRySKBHBp5oWlcHU0vRqpW4pWMgO { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#DheuvAPvzbliFPG9TTV8a9aLObvxKTMO { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#Os3xztBCpwRl3DDW2o9wklq7Uspd8VeC { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#AUs3SoXeaIe57lpQDLhiqSQciWdE6F9c { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#BawEdfJofGrWVkphw8bXMiFtlxLDN1UC { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#fTb7I1L98XF8facAGQKcz8yPPRb3yr9i { 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; }
#LJpHdmAFzgtnOP4in5TAizmo1nQd8VmO { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#zGWdKBwfar9VT9t0VUymRLK7wIGqfShW { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ { position:relative;z-index:auto;background-color:#ffffff;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; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ.adaptive-delivery-prevent-bg, #TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ.lazyload, #TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ.lazyloading { background-image: none; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row .container { border-width: 0; border-radius: 0; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPAB0fwsWb7NIy1JGEQh0KrPwEzIbhSQ > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; }#OnwSaeK66Po9InJIa0Fqg9oXhtC9V5b7 { width:7.4375rem;height:4.125rem;top:1.25rem;left:0.75rem;z-index:15045;display:block; }
#gcNGv3WWqOhINbCtnzepZDRX5yF101Dp { width:7.6875rem;height:4.2495125rem;top:1.1865234375rem;left:10.6962890625rem;z-index:15044;display:block; }
#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ { display:none; }#SfDa32tg8Vc5KyGNeNJc882E5bZdgMOJ > .row .container { width:20rem;height:30.822917938233rem;position:relative;display:none; }#El57NmEHEFlgF5biTbfhSMydKetHSggQ { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#clknphfL6WN8kK0Z4avJWAFh2fbS1eoT { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#PPqAqrJxhvhQPTyDEeJ1Vc2nWl00QA13 { 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; }
#MCgVF1yEifOsT3fMfcriqlqvpl4PhzlC { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#Lq6c9DMSBzu0gCOTqrpyrzMyQr7m61uy { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-regular-label { display:block;width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-input-text { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0rem 0.5rem 0.6875rem rgba(0,0,0,0.15) ; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-input-text {padding-top: 0; padding-bottom: 0;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-textarea { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0rem 0.5rem 0.6875rem rgba(0,0,0,0.15) ; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-input-select { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-input-select {padding-top: 0; padding-bottom: 0;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-input-button { width:9.875rem;margin-top:0.25rem;margin-right:2.75rem;margin-bottom:0.25rem;margin-left:2.6875rem;line-height:.3;overflow:hidden;font-size:1.375rem;height:2.4375rem;background-color:#b28c72;background-image:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-checkbox-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-container:first-of-type{padding-top:0;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .widget-container:last-of-type{padding-bottom:0;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW  { width:15.3125rem;height:auto;top:12.386474609375rem;left:1.09375rem; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW .radio-container { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW {display:block;}#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW { width:15.3125rem;height:auto;top:12.386474609375rem;left:1.09375rem; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #Pkik56pJPlsq3rvC2wDlgNNHEUnudfDc {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #hZ7Urqm5UCkoaEdzOSOvGlkQGqmxRsBs { display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #lwWuzwfCOnnXC8dvQoV2M4pw8eABsblC {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #y2L3thvlx4DFSJEFoiCUPLyhEpfaV3PP {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #pg6coFF2l6RebkKPUd8TLHfvFIFsOTpS { display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #rZtIPd265xwJdHXpphoLfpWZbIXNdLCR {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #UtmAxdC2T9eeJskRJwbKdcy0e4SReFKI {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #sW6JKQ6UconXyniWvoSlmJUW2MezGlD7 { display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #nFCKQkfRqBLXciKFrOUO1R6QiQPsuEs3 {  }
#tzDCutZoKB3N2wUdFmUkncIbvgRIV2v8 { display:block; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #msZ0fC06xlVWIUwgMdVThRhMFL5Bigxs {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #ltwsJNwdC9CC0Wzyf1URQVbtooTF0al4 { display:none; }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #TwPZZk8DfJUR2ROlzpMu8D28oUiM5lo3 {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #MZsDMoENSVaGu5B5StnWxD9QTzB9wcRs {  }
#zZfIb7EaaObkidabPdKQr78gi1Dt8bJW #wLkFph45OQ2FxkeEkQuoTdbSOmIpdi4q {  }
#U2c6xxf7XF8Dftw2LdQEftracc57RTGy { display:none; }#U2c6xxf7XF8Dftw2LdQEftracc57RTGy > .row .container { width:20rem;height:23.75rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H.adaptive-delivery-prevent-bg, #TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H.lazyload, #TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H.lazyloading { background-image: none; }#TsfPGO0PFGoz8h2TaUSBqAa35OC30M6H > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; }#wfhTV1I3OdpTmyTez96acT1qHxZlin44 { width:16.499rem;height:1.875rem;top:1.25rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.5625rem;display:block; }
#ZSRENTJ9a8ZUPeBoe45l47aP5mh6Ho8X { width:14.624rem;height:0.1867675rem;top:4.375rem;left:2.6875rem;display:block; }
#SttBoMFLKxoSXh4MhK4His7MA0wIbudB { width:17.6245rem;height:5.6213375rem;top:5.810546875rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
#oXXVMlOdAserPOK5Xn2JLevg0t17rFIk { width:1.5625rem;height:1.5625rem;top:19.75rem;left:9.1875rem;display:none; }
#ILKPeFTEleQ7TgX6HnCMSPTbe8tMfCrn { width:4.24926875rem;height:0.1867675rem;top:4.373779296875rem;left:15.75073125rem;display:block; }
#MMHFwiJNl7zAZdv14OXu4dABFe2TSRww { width:1.25rem;height:1.25rem;top:19.875rem;left:9.375rem;font-size:0.875rem;display:none; }
#Ks1TC5ZLaHbFZLmZviyeg7DNBEtnuXWe { width:13.562rem;height:1.875rem;top:12.680665625rem;left:3.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;display:block; }
#dBsiBJeTGJmiV0wzUBuUeG4RhQvaGvIQ { width:15.5615rem;height:2.2753875rem;top:15.805665625rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;display:block; }
#CX1X9G3wFsER63ldFxnMyJu8oMb4bBVe { width:1.25rem;height:1.25rem;top:22rem;left:9.375rem;font-size:0.875rem;display:none; }
#w4zcaOaAhnIW69FR9uimWfPGzx3WOMpl { width:1.5625rem;height:1.5625rem;top:21.9375rem;left:9.1875rem;display:none; }
#JJTQcDpu5AaOTZMPIhoLAhglFMoHhiaT { width:1.25rem;height:1.25rem;top:24.375rem;left:9.375rem;font-size:0.875rem;display:none; }
#ZTFWXtBZLpmICXmBNMCQuOvh6TpAWXuv { width:1.5625rem;height:1.5625rem;top:24.1875rem;left:9.1875rem;display:none; }
#fIt8mTlt3bJgnvTfwhzb9b3AOA39LDuQ { width:10.06225rem;height:2.2753875rem;top:19.329834375rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;display:block; }
#T5d1TWdx1q5WOCNdCXQrnWOtnhDc1wDS { width:10.06225rem;height:2.2753875rem;top:22.854003125rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;display:block; }
#WQ0ZT7H7EFoEER4VVparlkbKfFaqeH3A { width:1.25rem;height:1.25rem;top:26.5rem;left:9.375rem;font-size:0.875rem;display:none; }
#m0MKXKHSBDS1srvEdgfqI7gLCLvC3h8c { width:1.5625rem;height:1.5625rem;top:26.375rem;left:9.1875rem;display:none; }
#TIZO4HF558cWmWVd29WyZzur0RaIggcC { width:11.3745rem;height:2.2753875rem;top:26.378171875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;display:block; }
#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 { display:none; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 { border-width: 0; border-radius: 0; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .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; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .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; }#rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .row .container.adaptive-delivery-prevent-bg, #rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .row .container.lazyload, #rocfvlA0s466TNkmIWd80ei4p5x9fJT4 > .row .container.lazyloading { background-image: none; }#kcfvpGsQXS8x0c4kNtvupFP7fpyVkl1D { 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; }
#AFIF6EcLFNB0eDwrZtWcJimTip2FaZfZ { display:block; }
#cqgFNrV6mPLH8G7ezDKpgqChWdTJoSTh { 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; }
#UdGGefKqigMKXXFVT0X2HkODSVcURwlp { display:block; }
#ZnAs19MBTmUCdlfKVQqhvmABF2ErMh7A { 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; }
#qPfTmTWD0K6NEQxCVJ6O0Fcx1fy0Cs9F { display:block; }
#KfcU2tUqxTQxaHsiS0TC6u9gI2ZMMZnT { 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; }
#FFGHl0ol88VtvwIcE7Hh7tIhwLTrCFvA { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#FFGHl0ol88VtvwIcE7Hh7tIhwLTrCFvA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#kEa2P7rwegsOTOGpDMy2aB9DVPMGbT7L { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#kEa2P7rwegsOTOGpDMy2aB9DVPMGbT7L > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Cbi2oyub5V3TzfTgcI1OJuxQpxhU8Zo2 { 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; }
#JxWeoKf50ICq7EqBJTEkomzZ23CFzQ2V { display:block; }
#RvSvAb716RrmXw6mBHSPgmhZTHKJ9VFG { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#RvSvAb716RrmXw6mBHSPgmhZTHKJ9VFG > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#JXMrSNBgw0HvtGAbEW9crh5ppyoTV9Rc { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#n3xd4zqcTawTM8t5BcHKdR9M7hFhyUq6 { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#sMrSg6Q0T18W8V8KrZidcoRQ5it29GVW { 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; }
#cRZKJilMhVbSc0Ce8UIwGrRcvUOTbdQX { 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; }
#JeOxUovW8KeZUHgBAm96n35wBEoHgxRa { display:block; }
#KXkvNbuItd8R2avAdwucDxopQpSgHkkQ { 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; }
#MsAFJ2FDOtrEXNlVnOE47msiD2gzPkxl { display:block; }
#ZSURvCs9Sg7HTncrfXNl7W6R8mI176Tx { 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; }
#exG93BabRMd5idhPHUk2OhShkcGCMPWA { display:block; }
#CS6dgHKnW9EmiOT0Dy2gPQrZCq01hZTT { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#NJMAbm800MHMZ5nJBN0pual1MJPzrJ0D { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#nychnDmlw6N80Lemnbma9Li1x19iBATs { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#WMtAHE3n58Dpk4HXxXVDvNK5Hpr8vTrA { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#FWBLKZKzUPHd0FJhO062mb974gbQGiTI { 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; }
#Nfn401Rsfp3q9kIOyPhZmqgDTVLEac8d { 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; }
#FZ7OI0nhevrMNy0OBn6PrscKl1NH95fI { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#vUtiVZ7PZf8H2e2miikSUMkDoniGIGAq { 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; }
#Hf7eLD00DizH5qs39ovL0rbQTTh2HC35 { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#CGEvsg66fhQipM5FkvGeQHOS0UeDJydo { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#yJ1m6tyRL9z8e2D0NLZZAd6XLoawrsEM { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 { display:none; }#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .row .container { width:20rem;height:57.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .row .container.adaptive-delivery-prevent-bg, #ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .row .container.lazyload, #ypcQQgDpuxl8kXHzfu0vlnHEsiCWPtG6 > .row .container.lazyloading { background-image: none; }#dxdC1hAxP1T7B8cM9pZ6gKS3yookTKl0 { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#Swb91WTslcBppzQ7iymW8Jf8T3CWOZrz { width:14.124375rem;height:1.499025rem;top:24.214410781861rem;left:2.9372830986977rem;text-align:center;text-align-last:center;display:block; }
#C4NSEKOQxsPxMiy6niiX8XoxWdSUtUHW { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#QqM4cgG31ENAA17b3CO8ttiPHCzno4wv { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#CZxx0DQIiwxc6ukIPiRDJF5I1DTvTD1b { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#mz0D1QeNUh3gg1rtdQu5hTsG52KSkRFe { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#QeyWspvVA4tGh9GmbRIsHnFFKvOmV5Cg { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#VVpOq2xToVhuiv0WHh83r4006M5X2V9L { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#V3MIQpNW2xzXaHpOvII7VftyM7xvybVl { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#QMbylWN9JSAGWJ5WIuNr1yDZdduyTOPV { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#g1ZOMJzCXEVOsI2fQyZFJvOTWg1I2tQb { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#EcRswNgh4rhCwZdA70To4c64VPxCbCnG { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ls1IJaGVOQ9eIHT9pte4LNGNnpsDdnfU { width:5.3125rem;height:0;top:54.1875rem;left:13.1787109375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
#tZUkLEcop4EL1cnZTk3AuPqX6dH5VM6n { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#DPVKWpk2uWeSfSQ8h089AsTmvkPTnGP9 { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#gmPETuXAMp0XlTTCdn0i02fBTK9940Iq { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#cyyNWkL6Bz8R9R15B7PW6e0cTSeFtpAS { width:5.7492875rem;height:0.97439375rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ADaKSC1c3lW782yfTTdNhOx2Ta4Jmaya { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#lHla3BRNmEh8TKUEepfvRqu3ho80rvZM { width:5.1242875rem;height:0.9746125rem;top:49.4375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#CaXi7udeKb5hUvC9tqzU75lp6CDucJQ4 { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#L1xnOiKArdctqMZ0RuNzThW38iV3TWDq { width:2.68676875rem;height:0.97439375rem;top:39.124557495118rem;left:1.7497830986977rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#CpLHCaUiso7BMKhtPeqNaScAy2w0e2Ec { width:6.12305rem;height:0.84375rem;top:38.671875rem;left:12.3828125rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#SdbDQwmVaTZOUgTpsNTt4Twkm24weCNn { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fpdToKK4sMVmVk0lKgbDP0LWNNRIJp8T { display:block; }
#beuTJ6sISlTMT4Qtx6Tax7iVy8wqLtiO { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#XbR1qcyy8GR4ebKe9tgE77s9LaJhXl2t { width:8.2475rem;height:0.97439375rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;display:block; }
#PkXXPEOZ6xu6RGMPQzeBnBcMCaiZ8FFW { width:6.186525rem;height:1rem;top:51.05419921875rem;left:11.388427734375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#UpAkCKVmTiQdfTTTCBQshxaBnQyfe5Co { width:7.56225rem;height:1rem;top:40.199951171875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#LaKuGVZSWN5TLyp68gyZXMrT5uQ9ic4A { width:7.5rem;height:1rem;top:40.199951171875rem;left:10.944580078125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#Tn0Np1HrouKATc86dwHsvhkDdhUL6goo { width:6.3745rem;height:1rem;top:29.265625rem;left:11.196533203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#wMTC9cVGPQPk6zuVzGmOQ22BcioOu0Il { width:7.37425rem;height:1rem;top:29.22216796875rem;left:1.3271484375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#GlM8TkqJDuLyRtAPhVfHZRsU0fgsf8Lr { width:4.5625rem;height:0.97439375rem;top:39.2138671875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15098;color:#065120;display:block; }
#A7FvzIqs7FbIJOuP8wIU9FV4t2G0ZDvG { width:8.25rem;height:auto;top:41.125rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
#AhorFF9pQ2xESsLtSQIz6xvWxuzVvr92 { width:4.56163125rem;height:0.97439375rem;top:49.381078720093rem;left:13.209853231907rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15099;color:#065120;display:block; }
#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro { display:none; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro { border-width: 0; border-radius: 0; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .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; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container.adaptive-delivery-prevent-bg, #yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container.lazyload, #yZQ3rhrwIFT4t7gUMq2BzF7o2MbTNWro > .row .container.lazyloading { background-image: none; }#r5Uo6Zl3pVkms268hLCa728Xzo6x4o9e { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#fCMFqn1WEhQSICadO4UURpXRTPzawglG { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:6.25rem;font-size:4.0625rem;display:block; }
#g5tXo6v0lyRiKCVZ8s5ltGZhTspGkxTy { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#uFeNvDE7d2xtEGPCXr3ETBQ2P62f69R6 { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;display:block; }
#e4QMrSc6hxqDGR4Fk7rZPweQCX0T5i2Q { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#zr3GsdE1QxVT18Z91QGtCZfQoGJ7ivGN { display:block; }
#ZmNc9LoEObdl2qTmFBkFpuBXcRuO69Zk { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#LNrzfS6uGNETemM524iEkUZo4U7fz6QA { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#nvI7OJQOBi6k4l6B59icBxhKJtW558Rd { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#CShPgviTwgnXLpTkGJoFMHM5qTXcsoOr { display:block; }
#VlM1NqSGw1u7wnrRqEkTpUdqU8t9uTm9 { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#o3ARs1Gm6TIPSNNCLzNhyqsuRKg8ee1I { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#Qo2g3UtShHbxsguEblILlfWOXdor3Qk0 { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#JoAgVnLXgTH6lKOFBtvyTt6w4TkTRsDL { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#XMRJwroaIJgAzByqa0zhqRNR1tMUQRLb { width:12.37425rem;height:1.9995125rem;top:0.6875rem;left:3.812255859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#SPzeWBNJWaNphDBriNb3b39UldlgyCvW { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#ezbEx5uCB1aiTkG5peV7hAUQZXe7GzaL { width:19.75rem;height:13.75rem;top:9.6875rem;left:0rem;display:none; }
#t1iKwi6veEBPykfv1HH3gLO59oisoS4h { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#uhvdgaPKrdHUfx10kqbsn3sPK405D4ca { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;display:block; }
#UtcrL6LtvaaDN0g4XR3atRk1K1xdExI0 { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#zRwKuGPzLOf6Tx84c3cXmHygegpt4QNX { display:block; }
#t03IcEvtTzJaBH0mKteAZg56UNVnRTGN { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#QxpiLdZzuqZuCaZOHLzucDizmhSpacwr { width:5.06225625rem;height:1.6870125rem;top:49.881591796875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;display:block; }
#JQZbt3TN53vD5JG3TgmyPmN4nzVqiF4w { width:3.125rem;height:0;top:33.3759765625rem;left:15.4140625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:15200;display:none; }
#rrSycpPv2iS8MUWSe5x4vLMTPrOHnekr { width:2.8125rem;height:0;top:34.5009765625rem;left:16.7265625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:15201;display:none; }
#cZFJ29I13yIyOE1dcCGng1ih3EPM2mhw { width:5.06225625rem;height:1.6870125rem;top:32.06298828125rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15190;display:block; }
#JKsXzNCIdpJ32qJORG69gSzaaCgcm9v1 { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15191;display:block; }
#TbcT8hE3knDT68FqWnzGUGItdZOToBRx { background-color:#ffffff;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; }#TbcT8hE3knDT68FqWnzGUGItdZOToBRx > .row .container { border-width: 0; border-radius: 0; }#TbcT8hE3knDT68FqWnzGUGItdZOToBRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbcT8hE3knDT68FqWnzGUGItdZOToBRx > .row .container { width:20rem;height:192.12500953674rem;position:relative;display:none; }#XO90h9EZJGEmThVlPlWeGE7S29uzWTuD { top:25.9375rem;left:6.875rem;width:12.5rem;height:0.975rem;z-index:14987;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#BMkyvJDIOHPMffTccf0OL8gsJgL1U6Ty { width:5.5rem;height:2rem;top:25.4375rem;left:0.625rem;z-index:14988;font-size:0.6875rem;display:block; }
#D3eAT0x9infhluJ57kTZRnFTb6k4NdDp { display:block; }
#CfonqX86QX37oVSTO2UNVJwwwyMptPwM { top:15.125rem;left:0.6875rem;width:18.75rem;height:9.875rem;z-index:14986;overflow:hidden;display:block; }
#H2lzttcuoTChwl8qBHZFAn7W3BfexwGT { top:29.125rem;left:0.6875rem;width:18.75rem;height:9.875rem;z-index:14992;overflow:hidden;display:block; }
#UAlATRFnOSd9pECagSyXKFrN9QC24Wwz { top:40.0625rem;left:6.8125rem;width:12.5rem;height:0.975rem;z-index:14990;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#X76e0qJHIR55QA3JvMf0wmUQr5C3BMr6 { width:5.5rem;height:2rem;top:39.5625rem;left:0.625rem;z-index:14991;font-size:0.6875rem;display:block; }
#B0JchWtZ3cKJGg6FwoF9TAroHdDtczDT { display:block; }
#NyZ3lzFrqnpRkhsRvpx6STgtNE33sTTT { top:42.625rem;left:0.6875rem;width:18.75rem;height:9.875rem;z-index:14995;overflow:hidden;display:block; }
#QPoGs301V1cBnLck3BPAAVvuMJNKst42 { top:53.6875rem;left:6.8125rem;width:12.5rem;height:0.975rem;z-index:14993;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#X0OeXTdcqJgT2RQTIlNeb1rzgBE6SutG { width:5.5rem;height:2rem;top:53.1875rem;left:0.625rem;z-index:14994;font-size:0.6875rem;display:block; }
#wtLZ8PDGRkelmoRCMmmDeR2BkoCG5wlW { display:block; }
#mdiU8MqvzJZNPPiVzzXg8kFGSuS9aeyH { top:67.4375rem;left:6.75rem;width:12.5rem;height:0.975rem;z-index:14996;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#Bn769fnwDX6FDzRLhtP2KEk90p8D1uHT { top:56.5rem;left:0.625rem;width:18.75rem;height:9.875rem;z-index:14998;overflow:hidden;display:block; }
#WRZ3lSMKmQgRWlCsu6gAiLpTtZdNGTXF { width:5.5rem;height:2rem;top:66.9375rem;left:0.5625rem;z-index:14997;font-size:0.6875rem;display:block; }
#tUtBxQSXHuDUzANdHDBePAA9iEuKGwAp { display:block; }
#R5DdIcTdQQXgZE75wBsUen3RhHqkZQhZ { top:81.0625rem;left:6.75rem;width:12.5rem;height:0.975rem;z-index:14999;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#IzkIweOJ7IsXBz5qJCaTlUUoOxSeegAp { top:70.3125rem;left:0.75rem;width:18.75rem;height:9.875rem;z-index:15001;overflow:hidden;display:block; }
#gQGRVWi7veyCWmmIUcHfVP4sOqcRrr28 { width:5.5rem;height:2rem;top:80.5625rem;left:0.5625rem;z-index:15000;font-size:0.6875rem;display:block; }
#VZlHg7eeONsdsEZBe34zkFFfl346P34f { display:block; }
#Ul9MXPrB8m550lLeb4kAHRf21otBloyf { top:94.9375rem;left:6.75rem;width:12.5rem;height:0.975rem;z-index:15002;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#WOrBBZGw2tTyycFi3Ln0IxI0h1LpafxC { top:84.1875rem;left:0.75rem;width:18.75rem;height:9.875rem;z-index:15004;overflow:hidden;display:block; }
#Hn1nKbRaQWw3lgOpnqoiAPGnk4FyaT3i { width:5.5rem;height:2rem;top:94.4375rem;left:0.5625rem;z-index:15003;font-size:0.6875rem;display:block; }
#L6hQB2uBWqCLl5c2r9CCZmqRGcJnKErf { display:block; }
#D4ms6vfh4OsrTMPIcl54DmvQBIzTaOiQ { top:108.3125rem;left:6.75rem;width:12.5rem;height:0.975rem;z-index:15005;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#FiQm9JSQPglPT6JLSZeG7sIwosvP1oTA { top:97.5625rem;left:0.75rem;width:18.75rem;height:9.875rem;z-index:15007;overflow:hidden;display:block; }
#hiayRShzzGDrpJS3iEaTzTL9ZTsiwrBJ { width:5.5rem;height:2rem;top:107.8125rem;left:0.5625rem;z-index:15006;font-size:0.6875rem;display:block; }
#WE66K6dQiOgE0Frgp3b232bOoyt54D1h { display:block; }
#JGv1q6lvgSX3WxCSpOboI7f7O4fNFK9N { top:121.9375rem;left:6.8125rem;width:12.5rem;height:0.975rem;z-index:15008;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#lHpcLeDqMuKHbJLRpbcds6PFHRKhiFXo { top:111.1875rem;left:0.75rem;width:18.75rem;height:9.875rem;z-index:15010;overflow:hidden;display:block; }
#qJw5nzlPTeBgU6St0WJHRe9npyXfG2TD { width:5.5rem;height:2rem;top:121.4375rem;left:0.5625rem;z-index:15009;font-size:0.6875rem;display:block; }
#Z4y4OaorvBZyp3aaDELLF8FmotT4Oq5x { display:block; }
#wmc609JPILMLoh5eNU1L23p8yfAfx9Bk { top:124.9375rem;left:0.6875rem;width:18.75rem;height:9.875rem;z-index:15013;overflow:hidden;display:block; }
#l4Hluxf9OpK33lsmzRB7cFx345Dls2SZ { top:135.70000076294rem;left:6.8749998807906rem;width:12.5rem;height:0.975rem;z-index:15011;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#EKWWGtVQvaiaJiHwTFAGVgTnHi78kCGd { width:5.5rem;height:2rem;top:135.1875rem;left:0.5rem;z-index:15012;font-size:0.6875rem;display:block; }
#t8UH0WP0iHyIBoF6mq6kTlwQIKB3O8mr { display:block; }
#nufbfR7BZOzgydT9nkWC48Zf7Dooiohu { top:1.2499992847443rem;left:0.625rem;width:18.75rem;height:9.875rem;z-index:15016;overflow:hidden;display:block; }
#qhoGxHIfwukOEZvAGhBbC3F55Cn5e8Zg { width:5.5rem;height:2rem;top:11.5rem;left:0.625rem;z-index:15015;font-size:0.6875rem;display:block; }
#GXESPIHH8fu1E5ZafBEJE10fqDQs5WUo { display:block; }
#K1gr2GFAClRIMXy00PlqMTOLB1MrqnrP { top:12.012500762939rem;left:6.8749998807906rem;width:12.5rem;height:0.975rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#XvuBszepAF11qTa7AT8bbS82MmIeSwGK { top:164.125rem;left:0rem;width:20rem;height:28rem;z-index:15015;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T9UQphkXwMCuCWDSpIWD8F4yNbm2FUnQ { top:141.53750038147rem;left:0rem;width:20rem;height:12.4375rem;z-index:15017;display:block; }
#k2y7LVAWhv9yzed7EOotXOZRZQPtQCC9 { top:138.9375rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;z-index:15018;text-align:center;text-align-last:center;font-family:cairo;font-weight:700;font-style:normal;display:block; }
#pXlewy8TPm5OdMRA8W3GQxxXmEWz3CPR { top:161.5320315361rem;left:2.0492187738419rem;width:8.5625rem;height:1.6875rem;z-index:15017;display:block; }
#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz { display:none; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz { border-width: 0; border-radius: 0; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .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; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container { width:20rem;height:64.0625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7cda368c-7b7e-4a4b-95be-ecc6f7ef05d9/afwmob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container.adaptive-delivery-prevent-bg, #NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container.lazyload, #NPkiTmIJJWJs68aKMbB8xA4EPoV5Gywz > .row .container.lazyloading { background-image: none; }#o4vfV4ZCaiFtbkmlAn9m1OvDBBeT8b7M { width:17.3109375rem;height:2.51875rem;top:8.3671875rem;left:1.3437500596046rem;font-size:1.9375rem;display:block; }
#QJRyiqILbTxDtGS1t6lk1Cwze7Rk1lGL { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
#Ooubr9Vn5W23ITFNHZig1Q9hAqE1ULAB { width:20rem;height:19.0625rem;top:24.355260258056rem;left:0rem;display:none; }
#m4yqoq1R4BKbdCfG3bpgGaFVDegBatsC { width:13.3123125rem;height:3.5617875rem;top:50rem;left:3.375rem;display:none; }
#TmlrELVoBkQwA3fu13kVkE0EUcJ9NCKg { display:block; }
#DomomUehC3nPAXff1I8uP0y67VtcnsTZ { width:15.375rem;height:1.80625rem;top:15.625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
#Smvlqz25t7u83JdR9Tom8Tdsd6FUt88g { width:14.1875rem;height:3.25rem;top:14.625rem;left:3.1875rem;display:block; }
#o8bGe1pgrF2RqQZH7TFzo7ZNx09QSQnq { width:9.625rem;height:3.1875rem;top:35.25rem;left:5.5625rem;overflow:hidden;display:block; }
#ag2JUfIHnd0LM2ALJmAUaLkoRf0i11xq { width:19.9991875rem;height:2.6rem;top:11.44687461853rem;left:0rem;font-size:1rem;display:block; }
#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n { display:none; }#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n { border-width: 0; border-radius: 0; }#LPQyLa45qooJ5dTWAfpUMT5stKrwu40n > .row .container { width:20rem;height:42.1875rem;border-top:0.625rem solid #00daff;border-left:0;border-right:0;border-bottom:0.625rem solid #00daff;position:relative;display:none; }#iVhlVRJMXQz4o6aLofmyWrFg0o4FMHUa { width:15.375rem;height:13.9375rem;top:24.125rem;left:1.6875rem;display:block; }
#O4Q5HqSTLqtMPPM4L2M4pvnQgADPtecS { width:12.5610625rem;height:3.9rem;top:27rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#045386;display:block; }
#AbHcn7b8mfvG8GsCaQQTgW0WiolS8Kwc { width:15.1243125rem;height:3rem;top:33.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#FUTNrO9gr4nGxEAp0pldzfbmA2wJyZds { width:12.560125rem;height:1.54296875rem;top:33.862497329712rem;left:-0.17343749105931rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#P1eJSrr0bdyWJvoUTFl7rHdq0eFm65C1 { width:10.3125rem;height:3.4375rem;top:18.6875rem;left:4rem;display:block; }
#uSaGTy1kuOVKANy0PtVCM1Z9HS6Tah3v { top:19.375rem;left:3.5rem;width:11.312125rem;height:2.5rem;display:block; }
#N20WKuBkQlqizdOxaRVT5ZIrVqdbfSO5 { display:block; }
#X6NHFb8hxFJLhZT5TmOnUw1XDfGCHe6m { width:15.375rem;height:14.125rem;top:4.375rem;left:1.6875rem;display:block; }
#qZPS9eZwfNSC1Klcp8oeZoLa8Zd5kWWF { width:12.56125rem;height:6.5015625rem;top:5.8125rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#kJVg8K3kcpuQzg56cmvAVJL84cIli9m4 { width:15.1243125rem;height:3rem;top:12.875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#AuNi3I4twMETUhZe9q2rpPHMxTn2DztB { width:10.3125rem;height:3.4375rem;top:38.5rem;left:4.1875rem;display:block; }
#KMfqUJJ8Z1eZtdnLXVz5JkH2c3KFpMPd { top:39.1875rem;left:3.6875rem;width:11.312125rem;height:2.5rem;display:block; }
#Q706Euaht5518XlglARm3QLXb440swS5 { display:block; }
#kHGlUl2tuPguBmhcq7a094rDyL1b0Z3w { width:19.9991875rem;height:2.0296875rem;top:0.70000028610231rem;left:0rem;font-size:1.5625rem;display:block; }
#SfETtdP1hlR7NEnvVDkHtwmmvAGPZvgT { width:12.5625rem;height:1.54296875rem;top:13.675778567791rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr { display:none; }#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr { border-width: 0; border-radius: 0; }#Bw7USToPX3B0mJLSTRAVH6iH7l5SOVGr > .row .container { width:20rem;height:45rem;border-top:0.625rem solid #00daff;border-left:0;border-right:0;border-bottom:0.625rem solid #00daff;position:relative;display:none; }#K6lqni9xuWkF3CtoueCyKz3mZtBKu6qP { width:15.375rem;height:13.9375rem;top:5.6875rem;left:2.4375rem;display:block; }
#A5y2g95WrUwzSCBEKh6aNo8GyGNogRXn { width:12.5610625rem;height:3.9rem;top:8.5625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#045386;display:block; }
#qwCoWAge3rx5iTT7f4cHTAKNnWHP5Dda { width:15.1243125rem;height:3rem;top:14.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#N0w4CZTxt8Cr40B3EwRBJvJGGXp9O03x { width:12.5610625rem;height:1.54375rem;top:15.375rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#p7zqB4wfev33inIp4DPgpQvgF8eN0skD { width:10.3125rem;height:3.4375rem;top:20.375rem;left:5.0625rem;display:block; }
#EHSRadWJGtqUG3QRzM0TBN9cqfum7rvc { top:21.0625rem;left:4.5625rem;width:11.312125rem;height:2.5rem;display:block; }
#Siy2IShoPwiBCpm6DfKfaxXefx671xim { display:block; }
#akHZOXXgTg3rL8WA4gdgvrW4Je4Myy0q { width:19.9991875rem;height:4.0625rem;top:0.70000028610231rem;left:0rem;font-size:1.5625rem;display:block; }
#uafhCloMQLBrwlmziGtfiJnlhc2MtI4i { width:15.375rem;height:13.9375rem;top:26.125rem;left:2.5625rem;display:block; }
#sx782iCTBFrZbIbMJeS6CuBHQKm2xPhi { width:15.125rem;height:3rem;top:34.3125rem;left:4rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#xSNllDnvdoNcwiXWzNTQgykRVDnBSxxk { width:12.5625rem;height:1.54375rem;top:34.9375rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#TzmwmNcbnXQpXWOmmsNGtdTvFmxs8Z8d { width:8.5rem;height:1.6253875rem;top:37.375rem;left:5.875rem;font-size:1.25rem;display:block; }
#eIKFo0Zi7nKVPq6FDHR4AF8aTZmXndT4 { width:10.3125rem;height:3.4375rem;top:40.8125rem;left:4.875rem;display:block; }
#Cle8NtvfUrSTMGcuM6kyi3RrnzicVzfG { top:41.4375rem;left:4.5625rem;width:11.375rem;height:2.5rem;display:block; }
#iVQTUDpNddBJacM77lApKyhdbCg0gFrt { display:block; }
#Bz2ZptgAqk8ofBZaU5sB8QcOtxD2Qihx { width:12.5625rem;height:1.6253875rem;top:28.8125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#S5kaniIP5gDkXXO8IGWPuovwr6bKPvUc { width:7.559375rem;height:1.6253875rem;top:17.6875rem;left:6.125rem;font-size:1.25rem;display:block; }
#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 { display:none; }#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 { border-width: 0; border-radius: 0; }#VQkTcG6cE6XmCfBpFVW984Vzzz3BUBG8 > .row .container { width:20rem;height:51.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#qbdZoBLUCo8XfAcerq3b8D2RMbWNe1Nk { width:6.937125rem;height:0;top:17.625rem;left:2.4375rem;font-size:0.8125rem;display:none; }
#O7TuBiFIsL9vNe4DCrXRVlW9NueuJRwn { width:16.74725rem;height:2.76328125rem;top:4.3562469482422rem;left:1.6234374642372rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
#sWuLTyI1BPZgRsKni1IdhmSi41mwwqLG { width:20rem;height:3.9rem;top:0.43437194824219rem;left:0rem;font-size:1.5rem;display:block; }
#oFWmDykqubWqFQ73D7FIE8OEd3M1IxB9 { width:17.6875rem;height:16rem;top:8rem;left:0.6875rem;display:block; }
#Xen0I4D32S6v0IhZ1MfMmDWfUmEzXH5i { width:12.5625rem;height:4.875rem;top:10.125rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#hgaiuXhx0tvA0BDKIxDwM3iFJyIG4aHW { width:15.125rem;height:3rem;top:16.75rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#JtETSKxkTaNZ91wtyzKc8N7UqKTxgJ5u { width:12.5625rem;height:1.54375rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#cXMWLXcOnsdnoAhFC8vhql1OsMxkmFt0 { width:6.875rem;height:3.25rem;top:20.5rem;left:5.625rem;font-size:1.25rem;display:block; }
#aeLDSkudiQwN52nmRZuhJ3NudBydJiha { width:10.3125rem;height:3.4375rem;top:24.875rem;left:4.375rem;display:block; }
#ph4KTd6VZCOxbRS6vMZdqrU1AvEcmOlr { top:25.375rem;left:3.875rem;width:11.375rem;height:2.5rem;display:block; }
#GE2AMbn7dlxdOP4O5A1602xk9TqNutMX { display:block; }
#nT2ScFCadTtN33RpQLQLSJcTpeTpTLWT { width:10.3125rem;height:3.4375rem;top:46.375rem;left:4.375rem;display:block; }
#QeUa3JWlBuHo2r4CORqQmbyL7c2TW8st { top:46.875rem;left:3.875rem;width:11.375rem;height:2.5rem;display:block; }
#TIQwEXrSglzfTSCOASRlaGusbTmOTRlI { display:block; }
#dCF8Rw4lafNlKxn8Aqama01ksEDkd18v { width:17.6875rem;height:16.25rem;top:29.5625rem;left:0.6875rem;display:block; }
#HET9l9XvqF0lwAaK1d5GrwRllQXM9BeB { width:8.25rem;height:1.625rem;top:41.875rem;left:5.3125rem;font-size:1.25rem;display:block; }
#iZyplo8MBZolT3wNdUFASiUweGzJkMm6 { width:15.125rem;height:3rem;top:38.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#SvkMVcJ8xkGZpoRrXzEapzRKeIqoSn4K { width:12.5625rem;height:1.54375rem;top:39.75rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#P2BK81eVG3se3mBlZTMA8ES35meiNvC3 { width:12.5625rem;height:0;top:32.25rem;left:3.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI { display:none; }#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI { border-width: 0; border-radius: 0; }#UlGCmwQAJ3NfTepDDeXElyqJBlycRHiI > .row .container { width:20rem;height:40.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#SdgfBXRMTs2zDpTu5ar04q8Hz1WxovPG { width:12.5613125rem;height:2.76328125rem;top:23.125rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#045386;display:block; }
#KwTzVdtwVVJk96bwgvW3NXg86xPT8txC { width:15.375rem;height:13.9375rem;top:20.5rem;left:1.875rem;display:block; }
#Oog0qe3ZdIIw3gE0eguKvh90mORIOh7Q { width:15.1234375rem;height:3rem;top:28.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#o4L3FMnVOvJcpIBeorWBAnOLcTlkFq1W { width:12.5609375rem;height:1.5421875rem;top:28.9375rem;left:1.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#Jo305N44zOGKtTF4VhVizyPv0XcV05Is { width:10.3125rem;height:3.4375rem;top:34.4375rem;left:4rem;display:block; }
#bwEUl151fwQ15C2RytroDMqWJzsm123g { top:35.0625rem;left:3.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#bHo5VDzwAW79w1g3aqZWgKwc3tOPcDMy { display:block; }
#cXmkkhU8aJh0OCRqyUm5512E4OrDNnW2 { width:6.937125rem;height:0;top:17.625rem;left:2.4375rem;font-size:0.8125rem;display:none; }
#aD2uQhNvmksruvEBOFU0S64wlTKvMimz { width:10.0625rem;height:1.6253875rem;top:31.3125rem;left:3.625rem;font-size:1.25rem;display:block; }
#Q9fx9NKauNuqB9dVW4nWRqNFSIgMGXFZ { width:12.5625rem;height:1.6253875rem;top:4.6875rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#wxRogTVgGMfAN4MlTvdi0Ov1Sm9noNP8 { width:15.375rem;height:14.125rem;top:0.9375rem;left:2.25rem;display:block; }
#VhxNPdK3PVPKWs4gwcDFXmfUnwCnI39T { width:15.1234375rem;height:3rem;top:9rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#QuCDdc64ImFw6R2K2mEqM0DDToN7wx5P { width:12.5625rem;height:1.5421875rem;top:9.75rem;left:1.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#Dy4gtmu3M1OX2qubVD7EJbHTVHyE0ETa { width:8.75rem;height:1.6253875rem;top:12.0625rem;left:5.5rem;font-size:1.25rem;display:block; }
#TDxznQDa8LztW6guff7mUK7eCnoEhTFO { width:10.3125rem;height:3.4375rem;top:14.8125rem;left:4.375rem;display:block; }
#XdzXXNpoOZeC0iuWTirrp2tfRP2t1MfQ { top:15.375rem;left:3.5625rem;width:11.3125rem;height:2.4375rem;display:block; }
#Quke6oPo6RpithEwPnrEwnONK9hufLRt { display:block; }
#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 { display:none; }#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 { border-width: 0; border-radius: 0; }#wJTSFmAzn1u7gwk68tGaf9XKr5BdLfT4 > .row .container { width:20rem;height:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#uaiKdts4TaUui4AJ0QP5izwxVL69VP7y { width:12.560125rem;height:3.25078125rem;top:4.8125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#ifdTO2E1MaEbOfdkxVpz1xgRZEyLxC2D { width:15.1230625rem;height:3rem;top:8.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#oDkipTAaif2TBr4UUQkiwVGpKiTPNhwC { width:12.562125rem;height:1.5421875rem;top:9.625rem;left:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#gASoT06nPX4aJS8WhIEQpDXSkxrKSF1p { width:10.3125rem;height:3.4375rem;top:52.3125rem;left:5.4375rem;display:block; }
#kZcauGoyQGhKq34lwCSMkgWZB3dRXKsc { top:52.9375rem;left:4.9375rem;width:11.3125rem;height:2.5rem;display:block; }
#b7IxbCoLs7rfr5Lx8ELysIwnVJT3ZQm0 { display:block; }
#yfC2FcVGSIcwQQi6QxIESzsnQ4AnIexd { width:15.375rem;height:13.9375rem;top:1.4375rem;left:2rem;display:block; }
#pzzLw8LAQspxt1ExUEwe3PrbhO6eO4zX { width:12.5613125rem;height:1.8691375rem;top:40.875rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
#R5nCvFKTLDayEukGZ5tUZpzTQ14L2TqT { width:15.375rem;height:13.9375rem;top:38.25rem;left:3rem;display:block; }
#SuDQQPPPpKxVvlBgxTLmXRvsTFPU1NOr { width:15.1234375rem;height:3rem;top:46.584375858307rem;left:4.8765627741814rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#NEdcNsZKa0tJhcDa26ifuRuEBXTTOFJK { width:12.5609375rem;height:1.5421875rem;top:47.312502384186rem;left:2.9999999403954rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#Mn3fO633JTmHaDZIl6z7AeST83kC4c2t { width:10.3125rem;height:3.4375rem;top:15.375rem;left:4.9375rem;display:block; }
#q0NLc44iwMfyxx4pXCQXgR36ZGGouuDc { top:16rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
#Vo29oaM16nrFs3dzqXKX55nvq1nNR95A { display:block; }
#K6LIOftNAeXxCp0osWXLihsyhOsk9HBg { width:6.937125rem;height:0;top:17.625rem;left:2.4375rem;font-size:0.8125rem;display:none; }
#rv70XwOM89oCIqxxNzAOaALSLqixqRJy { width:9.3125rem;height:1.6253875rem;top:49.584375858307rem;left:5.9375001788139rem;font-size:1.25rem;display:block; }
#ssHsTzivwhJzWkfUTsx0XHImT0czalnN { width:9.0625rem;height:1.6253875rem;top:11.875rem;left:5.2500001788139rem;font-size:1.25rem;display:block; }
#sCXmlPys4lpFCTzHTViM8ENuVGu2lsbw { width:12.5625rem;height:3.73828125rem;top:23.25rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
#OX7ve6thMtJU4TTi2rFbgZvhAlGzKbZp { width:15.375rem;height:14.125rem;top:19.5rem;left:3.1875rem;display:block; }
#Lg7ZJQhPo0F1nlbLCQaSqiTh08BxRH7I { width:15.1241875rem;height:3rem;top:28.3125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#W74rd5uZLw2Swl377l517gnR4k5SVph8 { width:12.5625rem;height:1.5421875rem;top:29.0625rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#seRRZpJ8CCCgfwDZEGTsmv4D2uohHwyt { width:9.25rem;height:1.6253875rem;top:31.3125rem;left:5.5625rem;font-size:1.25rem;display:block; }
#oSFNzlrsETXnhhLJQXcMPEiBoQ67uJDJ { width:10.3125rem;height:3.4375rem;top:33.375rem;left:5.3125rem;display:block; }
#cpkKQGors2O5nRAMn9ihFdq6Zelksq3L { top:33.9375rem;left:4.5rem;width:11.3125rem;height:2.4375rem;display:block; }
#ZKuUIyEfRxHXD9nLR6d5TT7oPuGdzS7L { display:block; }
#zWfpUcQqyAuuhusSzrQANa3v9aQIVRAi { width:15.375rem;height:13.9375rem;top:56.6875rem;left:2.3125rem;display:block; }
#kmalfXLDuwZP3PfRZmp81QPNoydeAwiB { width:12.5625rem;height:1.6253875rem;top:59.4375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#k2AL8WrVTTQUVJWC1DXthadRz2nUximu { width:15.125rem;height:3rem;top:63.375rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#aQzMyUd033K5xh6NTfoxihvCEL08euWk { width:12.5625rem;height:1.5421875rem;top:64.25rem;left:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#NvHpCUUGA1tTlBCxRaSo0Fpl5EBeVfOF { width:8.5625rem;height:1.6253875rem;top:67.375rem;left:7.0625rem;font-size:1.25rem;display:block; }
#LMhxrZ26yA6txKl2bL5fRCaVDuvgOlg8 { width:10.3125rem;height:3.4375rem;top:70.625rem;left:4.8125rem;display:block; }
#FPbLCvFkiRddbEToemRGpr9gacSdx6qU { top:71.125rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
#bOc2QtoLI4MvgfmxB96JxhKvOsDDSRHG { display:block; }
#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");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:none; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS.adaptive-delivery-prevent-bg, #xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS.lazyload, #xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS.lazyloading { background-image: none; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .row .container { border-width: 0; border-radius: 0; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSW1ATfTCVhPMq27C5niQCqZIFfLAVGS > .row .container { width:20rem;height:61.875rem;position:relative;display:none; }#xHQR8Mqd5v5WSuXTsguMDkETUgTIXyFo { width:12.625rem;height:3.25078125rem;top:6.125rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#EWO5AKx8A6QMbERE22QZGOD18Swc1u4K { width:15.625rem;height:14.1875rem;top:4.625rem;left:2.1875rem;display:block; }
#JWOJw7LLnTsO8fw9qOb67usiArs4QSAU { width:3.75rem;height:2.1984375rem;top:14.1875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#ctFWS7tusoOxg1dCV0HPmIEQu7kDuxLk { width:12.624625rem;height:1.5421875rem;top:14.3125rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#gFOsvygEIka0PQEQzBocB2II28tS29Z1 { width:10.3125rem;height:3.4375rem;top:18.375rem;left:4.6875rem;display:block; }
#WDizDFNT1ASTF94QoktHRz38kTxyFS3X { top:18.9375rem;left:4.3125rem;width:11.3741875rem;height:2.49960625rem;display:block; }
#xUhF5et0UUgZ0w753qcwN1TAnBomEGyv { display:block; }
#a8tUuWLsbRqNrOC3R3G4ibxL0HGFP8No { width:12.624625rem;height:4.87616875rem;top:24.4375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#fKc1suOA5HGXDgSi99w359wdoZ3H0Ck2 { width:15.5625rem;height:14.3125rem;top:22.5625rem;left:2.1875rem;display:block; }
#aeZWkmkBTRQqQAyhAVpIiP45vDN5MAaG { width:3.75rem;height:2.1984375rem;top:31.5rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#Wr1n3VEZpGwhdWuGM41aDFdcLBGHFGon { width:12.624rem;height:1.5421875rem;top:31.75rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#gAedC0umpw9tmSxGkWwULtSnNcl11bc3 { width:10.3125rem;height:3.4375rem;top:36.75rem;left:5.5rem;display:block; }
#is5I1nZVI7HwdZt2XDqUmoW1xhSXeEG4 { top:37.375rem;left:5.0625rem;width:11.375rem;height:2.5rem;display:block; }
#cH1EmiaU9vPqdIprTMIQoZcpiqiwvVdq { display:block; }
#w87TLSHLVyZONbw1kMWKUJky8PoHv4tS { width:19.9995rem;height:3.571875rem;top:1.05029296875rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
#OZWSQXU3rJe0kghfOz3wS0ZgeixTUfBO { width:6.8741875rem;height:1.5421875rem;top:34.4375rem;left:6.4375rem;font-size:1.1875rem;display:block; }
#UeN6qLBuqE7koWHP72yRVavFMfFfJk6N { width:6.8741875rem;height:1.5421875rem;top:16.375rem;left:6.125rem;font-size:1.1875rem;display:block; }
#k8UqpGHruMWRMzdMl8qCBs4G1LfC7wEV { width:12.5625rem;height:1.6253875rem;top:45.875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#CyM4Zsdaxvgczv92N2OsJ9ukGmrcPeuh { width:15.5625rem;height:14.125rem;top:41.625rem;left:2.25rem;display:block; }
#VkAbUFM39yaaFnE7SeO4TC6XXC14tTO3 { width:3.75rem;height:2.1984375rem;top:51.5625rem;left:9.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#gCkpoTy0gqEWP6XQTVn56J5lNKFcERBJ { width:12.5625rem;height:1.5421875rem;top:51.75rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#gZvP8wgozQGryg5yf9SqxVMBWgXciEZt { width:8.875rem;height:1.6253875rem;top:53.762497901916rem;left:5.5000001788139rem;font-size:1.25rem;display:block; }
#RbnZ9vicLh4FW7gDyBP5uUKDrAmISDJn { width:10.3125rem;height:3.4375rem;top:56.125rem;left:5.1875rem;display:block; }
#MneOyJEN4Qu2zDy6vfFl1fFJQp8gQMuT { top:56.75rem;left:4.9375rem;width:11.3125rem;height:2.4375rem;display:block; }
#JoMHrOUsBaT0t4orrmZwJC5iwTi3wVRh { display:block; }
#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw { display:none; }#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw { border-width: 0; border-radius: 0; }#ymKn1n9Lvt3mX2tRocZevDPG6TQ41luw > .row .container { width:20rem;height:30rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#VUs0ew2U0xSey7Xb9JH5tAGdKMdqzTRk { width:15.375rem;height:13.9375rem;top:12rem;left:3rem;display:block; }
#Z7SHZqBfJhTCG0V0npxXW8FeutkysNH6 { width:12.5610625rem;height:3.7375rem;top:13.6875rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
#sZ0Kwurk4fUh2bRPvi1QOp6NNcPPQR6q { width:15.1230625rem;height:3rem;top:22.25rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#ppgNG9zbTfyM2AdlHyHQIy9wK2UP9yLU { width:12.5610625rem;height:1.54453125rem;top:23rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#pBQExREQQdW5F682TslExgPfzzJd1rA2 { width:10.3125rem;height:3.4375rem;top:25.9375rem;left:5.1875rem;display:block; }
#OMIHd12VzyZ7OIWSfHpv3Fumki1xvL4e { top:26.5625rem;left:4.6875rem;width:11.312125rem;height:2.5rem;display:block; }
#MJxe7eWe0mUX5tNF41y2TTUXfcUXL3Pu { display:block; }
#qUT7QCGuq2BRrmHKSf4V2X7kQNepLFPh { width:20rem;height:4.0625rem;top:1.3115234375rem;left:0rem;font-size:1.5625rem;font-family:cairo;font-weight:700;font-style:normal;display:block; }
#uVSJ1aTz5GHkqCSRn30GPKJTLeZPbKaV { width:11.25rem;height:5.6875rem;top:6.4125022888181rem;left:1.5625000596046rem;z-index:15148;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;display:block; }
#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS { display:none; }#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS { border-width: 0; border-radius: 0; }#wFr7UWlGbBWPkn7TgWbvgh0cV2A5o3iS > .row .container { width:20rem;height:93.75rem;border-top:0.625rem solid #00daff;border-left:0;border-right:0;border-bottom:0.625rem solid #00daff;position:relative;display:none; }#IJtTEzMeGRqhUJI0vkCy4p3T199aLa8c { width:15.375rem;height:13.9375rem;top:32.6875rem;left:2.0625rem;display:block; }
#QGorBDxVN3LIFqGMELK5xMRxSao1VLWU { width:12.5610625rem;height:1.95rem;top:35.5625rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#045386;display:block; }
#gZVykaTsTovNb7CT00s8vUrh9Vq1PhXq { width:15.1243125rem;height:3rem;top:41.625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#gV0TZFMQKkRC054IZI7WdWLAxOoHFex9 { width:12.5610625rem;height:1.54375rem;top:42.375rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#Hoc1RW4s4RE8DGLWAEBBfUVNmav3Dp68 { width:10.3125rem;height:3.4375rem;top:27.25rem;left:4.375rem;display:block; }
#Hx5GTAOaFP0s0bIeA3hzLBqwMKpoeTuG { top:27.9375rem;left:3.875rem;width:11.312125rem;height:2.5rem;display:block; }
#Kg7XTqFuBh8UZey6Ir31CKsLrmUrnnRF { display:block; }
#ETIvduTxAtADkkKzzXfEI03eI3Wpe7WG { width:15.375rem;height:14.125rem;top:12.9375rem;left:2.0625rem;display:block; }
#opBZ8EebQMRMW28RF913Fu7xOlJI73CB { width:12.56125rem;height:4.87616875rem;top:14.375rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#L1vpBnbvNsKTTrvS4iTkwad2CpOx0T5e { width:15.1243125rem;height:3rem;top:21.4375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#fp0OD0sA0TQ74DSG4CUSa6b2rplLaG8W { width:10.3125rem;height:3.4375rem;top:47.0625rem;left:4.5625rem;display:block; }
#uH2LRh7J5QRMIxSfHRD1QV6EzqcASeIX { top:47.75rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
#NeXKcrf1cXTXTGK4IQgXdJ3GLAwSpawT { display:block; }
#hGf7IJuTtNqTsTCc0nvtdwcn7b3zcD6h { width:19.9991875rem;height:4.0625rem;top:0.70000028610231rem;left:0rem;font-size:1.5625rem;display:block; }
#AGb8os43x4RV4Ji52ITqGIu3CvzSP6yT { width:15.375rem;height:13.9375rem;top:53.125rem;left:2.1875rem;display:block; }
#IMpbuUVtddJx2JCTpk5k5q5U5aTDkaE6 { width:15.125rem;height:3rem;top:61.290625095368rem;left:3.6249999403954rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#pmTEaIAxL84bdA7CGRlT6OuWHdL6Ko8Q { width:12.5625rem;height:1.54375rem;top:61.943750858307rem;left:2.0624999403954rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#TyWPefsciDZE8AkTLE2fBGOeU6PN2uOP { width:8.5rem;height:1.6253875rem;top:64.365625858306rem;left:5.5000001788139rem;font-size:1.25rem;display:block; }
#eUonvCRBQ6hLl8eFHCwI1zQJEIXATFAk { width:10.3125rem;height:3.4375rem;top:67.8125rem;left:4.5rem;display:block; }
#lzGb9J9qlpVva28M4LfOwHdJNtaF2WR3 { top:68.4375rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
#yiVIZOcqCvJ3KASHLP8fD8TXHMT8gPb8 { display:block; }
#Mft7XEOTfXAag2OKFR9ah7SXfwoLOBAi { width:12.5625rem;height:1.54375rem;top:22rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#XqlQSauo6LcG4AihWvnOGh6SlH8K9tPa { width:12.5625rem;height:1.6253875rem;top:55.824999332428rem;left:3.4687499403954rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#PKoVWmOCIlwJ9phsMnFEgcnQhxSclPIE { width:17.6875rem;height:16.25rem;top:72.8125rem;left:0.875rem;display:block; }
#ItNpK0csfil4AfaiOnPCuKV14XL7Qt3i { width:10.3125rem;height:3.4375rem;top:89.375002288819rem;left:4.4375001788139rem;display:block; }
#NHyEwPzc2qr2sM51ULRyF7RnTpHsGxBD { top:90.062502288819rem;left:4.0625001788139rem;width:11.3100625rem;height:2.4375rem;display:block; }
#F7MEJpRfWtd75olZr2tIqcua6WI9qEhI { display:block; }
#TNKS9vOMFOvTD0anNm2Tp2dw9mm4Vqyg { width:9.4375rem;height:1.6253875rem;top:85.887503147125rem;left:4.9062501788139rem;font-size:1.25rem;display:block; }
#ByHHk84aNT7BOTpgNMGKQ1T5Tgqsy6Ve { width:15.1245rem;height:3rem;top:82.8125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#Zp4xK2l5bJfZQzgHkRrvakbrytqrgiL6 { width:12.5625rem;height:1.54375rem;top:83.4375rem;left:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#A4xPIimh6HusutcgwR25d5rd7Wdaor3L { width:16.6245rem;height:3.25078125rem;top:76.375rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#s1D9aWW7HS1VOSrkRKv69ses6zNCxmhp { width:7.5609375rem;height:1.6253875rem;top:24.511892318726rem;left:5.7500001788139rem;font-size:1.25rem;display:block; }
#WX6o4zgc2tmwLLxucaEdnvyUBV0qSJOf { width:7.559375rem;height:1.6253875rem;top:44.699999332428rem;left:5.7515627741814rem;font-size:1.25rem;display:block; }
#FsJBmLcCluKzcwA6DG2aRuJtHD4sZ7rv { width:13.749625rem;height:7.5609375rem;top:4.8316383361816rem;left:3.1242185235024rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;display:block; }
#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh { display:none; }#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh { border-width: 0; border-radius: 0; }#Ne4hzBmJ9QO4FWzveJcT5iwaFTpXbfvh > .row .container { width:20rem;height:19.6875rem;border-top:0.625rem solid #00daff;border-left:0;border-right:0;border-bottom:0.625rem solid #00daff;position:relative;display:none; }#bTh29rFUH4gGa8wlPGff9eJd0ixPz5aU { width:15.375rem;height:13.9375rem;top:1.125rem;left:2.375rem;display:block; }
#X3OC20CZIEznCIcwrfD7722uNVPmzkoe { width:12.5610625rem;height:6.175rem;top:4rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#JtJugsRFbPmrV6diXlSM2sgElmBOtASf { width:15.1243125rem;height:3rem;top:10.0625rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#HXbdiBW4ebsENlG4s0fp5aFfHkM8lV6v { width:12.5610625rem;height:1.54375rem;top:10.8125rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#clLPdqIki9oOlBr8diwtBZqNOSKWp3ca { width:10.3125rem;height:3.4375rem;top:15.125rem;left:4.4375rem;display:block; }
#aZn5mwUeMahURvp137gWaQzsTmvyVlO6 { top:15.8125rem;left:3.9375rem;width:11.312125rem;height:2.5rem;display:block; }
#GhwOTwhbpA7K7VIkTD9NyTW4l97t433V { display:block; }
#qlbIrUqrfCMJqnonN6H9V7MVDftm6UtQ { width:7.559375rem;height:1.6253875rem;top:13.125rem;left:6.0625rem;font-size:1.25rem;display:block; }
#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O { display:none; }#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O { border-width: 0; border-radius: 0; }#GfTysc0euvFFOBmyqElZ5lu8sySFeU5O > .row .container { width:20rem;height:46.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#EQXTRDPuv9CyIq8tEGvJaEvDTfCfXSX3 { width:12.560125rem;height:3.25078125rem;top:11.125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#zTPGfTSzIm5s17J89izW2WvZhOSZEETp { width:15.1230625rem;height:3rem;top:15.1875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#E0Wo1xgmRVufT9JL8SLJVhf7deNEwhBv { width:12.562125rem;height:1.54375rem;top:15.9375rem;left:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#VTJ3vUnXBrtCJ16xqLIofw42sDAX2Az8 { width:10.3125rem;height:3.4375rem;top:22.625rem;left:4.0625rem;display:block; }
#Gtss4QFbvXoPny8zJSTyoTk28JzyUSGN { top:23.25rem;left:3.5625rem;width:11.3125rem;height:2.5rem;display:block; }
#LkFiAIL2XBuPUWhnapoxsoohil6XboTE { display:block; }
#LpOnidrSDLGz0okoCtFqyTW7I4QAutyg { width:15.375rem;height:13.9375rem;top:7.75rem;left:2rem;display:block; }
#v97GI1BL8Z9taIN6yKKCFFNuTi3xGUmJ { width:6.937125rem;height:0;top:17.625rem;left:2.4375rem;font-size:0.8125rem;display:none; }
#ednZIBCcdCKBQNiq4paToENlLfVrsdV7 { width:16.74725rem;height:2.76328125rem;top:4.2325780391693rem;left:1.6242185235024rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
#tPAttpJA8LRTVl7rTloJxTW6Mo8qpa0T { width:20rem;height:1.95rem;top:0.74755859375rem;left:0rem;font-size:1.5rem;display:block; }
#SBy4x73IownK9gXShKBbtcBVLfk6ach5 { width:8.375rem;height:1.6253875rem;top:18.1875rem;left:5.2500001788139rem;font-size:1.25rem;display:block; }
#Cvq6dXHDng9KviEfb5RRiGgdnocdkoCP { width:12.5625rem;height:3.25078125rem;top:31.625rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#wmx0mcgdLXvhUqmu6BsoUWoQWvktBhW0 { width:15.375rem;height:14.125rem;top:27.875rem;left:2.0625rem;display:block; }
#Twg3LCAyfVVTNSvhxDsh98oMc94yXO2N { width:15.1241875rem;height:3rem;top:36.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#EaIS1eGJtbgsvZgm6fWQFCiyMRQwTulh { width:12.5625rem;height:1.54375rem;top:37.4375rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#tPKszObk2B6m5MoSwdJa9p0PeE3337mw { width:8.0625rem;height:1.6253875rem;top:39.6875rem;left:5.75rem;font-size:1.25rem;display:block; }
#GWgV6oA63KeENABb9BKLzCCBMpXowfIG { width:10.3125rem;height:3.4375rem;top:41.75rem;left:4.1875rem;display:block; }
#LWdBegNCdMTTmVsWaoRPNnpEvrf4W32p { top:42.3125rem;left:3.375rem;width:11.3125rem;height:2.4375rem;display:block; }
#kFbZVlIGpTezgSZBcUnDykFsQNmMpcr1 { display:block; }
#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO { display:none; }#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO { border-width: 0; border-radius: 0; }#T9wkXqlghQa3CfGu82MUTKhakXR8JdAO > .row .container { width:20rem;height:40.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#Fq01ONHhQUJdFomWCdNZT9EDbzFAohis { width:12.5613125rem;height:2.76328125rem;top:23.125rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#045386;display:block; }
#TAXS0IS1lVdkLZqkbTdwCaOr3sEu1MCq { width:15.375rem;height:13.9375rem;top:20.5rem;left:1.875rem;display:block; }
#FA7lAOpqeRz5hzK9go2XmTLnBSvf7bhR { width:15.1234375rem;height:3rem;top:28.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#Hgnk7aIBZr2E3JwGXOwzFiQaXeqcnLA1 { width:12.5609375rem;height:1.54375rem;top:28.9375rem;left:1.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#hETlUt5gq72QoHG31e8NOrOOXMVQAvGV { width:10.3125rem;height:3.4375rem;top:34.4375rem;left:4rem;display:block; }
#Akt8pcimlGxdfarJCLbka2ktpRrCTwVq { top:35.0625rem;left:3.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#Gwed6qZ8FwzkeGt0ffbJ9fxJxsdaqprA { display:block; }
#Wha8MdpFuNWkuXUsaESSUqnWNsgpbs61 { width:6.937125rem;height:0;top:17.625rem;left:2.4375rem;font-size:0.8125rem;display:none; }
#NVRnvEoR8DyhtdGwnetVHqe8OAGD6Fma { width:10.0625rem;height:1.6253875rem;top:31.3125rem;left:3.625rem;font-size:1.25rem;display:block; }
#DnpZO9AnMGIm1B6SbTybnl6EITEMuV22 { width:12.5625rem;height:1.6253875rem;top:4.6875rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#MQTUdnXf9TmTV9PvfnlrTKdwFcSM2EG6 { width:15.375rem;height:14.125rem;top:0.9375rem;left:2.25rem;display:block; }
#qhzKql0Ji4CMwpA2i82u4ekU9Z4Rn5xa { width:15.1234375rem;height:3rem;top:9rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#n5sofZRTycLIe2fTydz1IR19hNGGfLUc { width:12.5625rem;height:1.54375rem;top:9.75rem;left:1.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#hPBuKksuJ0Bc4bnNfseWgKdhtBXRRmTP { width:8.75rem;height:1.6253875rem;top:12.0625rem;left:5.5rem;font-size:1.25rem;display:block; }
#xvqh9KiPUsExJDwWDaLqvwCt1sKeH0S3 { width:10.3125rem;height:3.4375rem;top:14.8125rem;left:4.375rem;display:block; }
#uQ8iMIDLLsyUW6QhhqTk9bl8fdW9TVCO { top:15.375rem;left:3.5625rem;width:11.3125rem;height:2.4375rem;display:block; }
#LHgSzr9IyyDTDIPTaLVTiPeiwmQNckOa { display:block; }
#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi { display:none; }#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi { border-width: 0; border-radius: 0; }#p2ptSp3ZmXTHSS4fZDy601KXTmZDZiqi > .row .container { width:20rem;height:79.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#DpQBB73Jq65MF8P9O7bfA6ES0GD7KDoP { width:12.560125rem;height:3.25078125rem;top:4.8125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#fW2axzwzJyrnCBcCvvwFtDzPCvgcAaFR { width:15.1230625rem;height:3rem;top:8.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#T46OBVUfDJ716nDt0kMQ5KfK8N0vDOTo { width:12.562125rem;height:1.54375rem;top:9.625rem;left:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#T2LHSpdqgNvh6x6TrKhoeQXbdioIg9TC { width:10.3125rem;height:3.4375rem;top:52.3125rem;left:5.4375rem;display:block; }
#XTxkI42bQ5LpeG41hzNexfSDUvRIVioZ { top:52.9375rem;left:4.9375rem;width:11.3125rem;height:2.5rem;display:block; }
#bA03O2mP2az6piDgFJaTl0b91wuICzc3 { display:block; }
#Id1a3USiC4AcDryTA2B5nWWMIKLDmkvi { width:15.375rem;height:13.9375rem;top:1.4375rem;left:2rem;display:block; }
#taINTL24NCufrMT40fKHq2KCfKlwxKyt { width:12.5613125rem;height:1.8691375rem;top:40.875rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
#q5P0d98CTuTGmhsCCVSbmFCZcf0roFkZ { width:15.375rem;height:13.9375rem;top:38.25rem;left:3rem;display:block; }
#NIWOPTJsR4z6I43zk0IOaw6p0TmZTcU1 { width:15.1234375rem;height:3rem;top:46.584375858307rem;left:4.8765627741814rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#N0IzrqFMluNDqZpMsBBb3BoQERMeBs8c { width:12.5609375rem;height:1.54375rem;top:47.312502384186rem;left:2.9999999403954rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#ilG83XLqAeLyDtQXw4rcAOySdKZ1RF95 { width:10.3125rem;height:3.4375rem;top:15.375rem;left:4.9375rem;display:block; }
#pBNKKWB5HROAEhqOXs2KGpzDyk3GPg86 { top:16rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
#SAZaOJfSW1MvDU3Ouh3UW9kK1cTWGrKF { display:block; }
#kCVu2DFUZMeiWl655nonc7xFlzvyDwFx { width:6.937125rem;height:0;top:17.625rem;left:2.4375rem;font-size:0.8125rem;display:none; }
#vBnT5WXoFcxAECvSoAUFFN120m3u6FeT { width:9.3125rem;height:1.6253875rem;top:49.584375858307rem;left:5.9375001788139rem;font-size:1.25rem;display:block; }
#zT5X31A8QmcbwwnCTneh0CtNJTl3u1IF { width:9.0625rem;height:1.6253875rem;top:11.875rem;left:5.2500001788139rem;font-size:1.25rem;display:block; }
#zLX60BLbHZcnpqXFXalqkaoZXyywSUPg { width:12.5625rem;height:1.8691375rem;top:23.25rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
#C8XNEpJi2wKRlaGUeHFTwHLbNNCEgx5v { width:15.375rem;height:14.125rem;top:19.5rem;left:3.1875rem;display:block; }
#ZTyCCPqfFbLGTPPpZgMlO0oCBOgNAxTP { width:15.1241875rem;height:3rem;top:28.3125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#Tf7GLFedhqIdD3d4CTZd7eog5agSpfC3 { width:12.5625rem;height:1.54375rem;top:29.0625rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#Q4wH5Li7f0b42s3g6kK2ZtgZmQm5UaBD { width:9.25rem;height:1.6253875rem;top:31.3125rem;left:5.5625rem;font-size:1.25rem;display:block; }
#hG5zFJxvySpyvA9VEBDK2JF0qMdAIhUr { width:10.3125rem;height:3.4375rem;top:33.375rem;left:5.3125rem;display:block; }
#kM8O6bM9zxArQrcMALoJAMtugQ3n5a0q { top:33.9375rem;left:4.5rem;width:11.3125rem;height:2.4375rem;display:block; }
#yo62TVzreLVaHP8AmJm3GABTOXa9mFrC { display:block; }
#i1QxcvimyFIVwDFTpwWpy8Ma4Q9XF9HW { width:17.6875rem;height:16.0625rem;top:57rem;left:1.125rem;display:block; }
#uRiQKTDTkf6UE8pT8JJZLWF6tR5GlMSG { width:12.5625rem;height:3.25078125rem;top:60.125001907349rem;left:3.7187501788139rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#yPuOgVOpwr5FppWBq6QmVLHmEcETgeET { width:15.125rem;height:3rem;top:66.0625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#loAdtk4Q7fwmFThirF4XV9WU6hOoik8y { width:12.5625rem;height:1.54375rem;top:66.9375rem;left:0.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#G6XBG8UU50eUudKS8ShrtKfQRuP0hDZa { width:8.5625rem;height:1.6253875rem;top:70.0625rem;left:6.5rem;font-size:1.25rem;display:block; }
#T9JefmIkswOzzNcxoIuhLEovtiToTlrP { width:10.3125rem;height:3.4375rem;top:73.9375rem;left:4.8125rem;display:block; }
#BoS7ibTCvs1i5E0TnTTRUeuTRLuctSBT { top:74.4375rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
#lomkkBekcJfK9DNXbgu8NvT3LO4sRXVi { display:block; }
#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");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:none; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS.adaptive-delivery-prevent-bg, #LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS.lazyload, #LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS.lazyloading { background-image: none; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .row .container { border-width: 0; border-radius: 0; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRIZXnEsWR55LSuPKtMrVar5fvl3fyuS > .row .container { width:20rem;height:61.875rem;position:relative;display:none; }#iZWqOiATHrIhXk5KAITgxdrl7OsKTW6B { width:12.625rem;height:3.25078125rem;top:6.125rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#VbC6lf5ACS45q9UnNIrwTEwbAlcyvIgx { width:15.625rem;height:14.1875rem;top:4.625rem;left:2.1875rem;display:block; }
#WOUeEKDvQ2zChP4ZtmgWahC05EvwikwK { width:3.75rem;height:2.2rem;top:14.1875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#x4a9VHMSwHUUmH7mHEIe0IK87l0XeAiT { width:12.624625rem;height:1.54375rem;top:14.3125rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#FbD2Lhb76oQV1V3ZGHaT4SNJBWP1UrbS { width:10.3125rem;height:3.4375rem;top:18.375rem;left:4.6875rem;display:block; }
#ZotSWKT5HCNSEmrNoLnme9ko8CdNnEhh { top:18.9375rem;left:4.3125rem;width:11.3741875rem;height:2.49960625rem;display:block; }
#TAFeR2U5ETekbJkBQaP6T5Nl6nKODhka { display:block; }
#v6VNAvaOyNNbJJ354CVBzefKUK4ZSNOg { width:12.624625rem;height:3.25078125rem;top:24.4375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#UUTExeIk0bd7A2akBqryFT0NJoGyZynn { width:15.5625rem;height:14.3125rem;top:22.5625rem;left:2.1875rem;display:block; }
#epFXfhbIFNtcaSTmSyW0yCKtI2vT1V5w { width:3.75rem;height:2.2rem;top:31.5rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#OteVlKSBf03CLbb54hPxGTqlVerEdEPn { width:12.624rem;height:1.54375rem;top:31.75rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#qe53lgTQDig2DienK2RlbP4s605s0gA2 { width:10.3125rem;height:3.4375rem;top:36.75rem;left:5.5rem;display:block; }
#Gwz4OTtCJukpgNRCFAb1kdIp9NuyrG1g { top:37.375rem;left:5.0625rem;width:11.375rem;height:2.5rem;display:block; }
#WmtFIT6JqGXy9Z2ct6yK33THWa3OyU6g { display:block; }
#GLUQdP9VxBa6Fiy9Ivy2d9gIKEIcb5Fr { width:19.9995rem;height:1.7875rem;top:1.05029296875rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
#lFAlubTxy6BqxKNJIlguLkO3PPxJZAZJ { width:6.8741875rem;height:1.54375rem;top:34.4375rem;left:6.4375rem;font-size:1.1875rem;display:block; }
#DxlFeG3HvOdhkobL0wlqEpouqOrixEQE { width:6.8741875rem;height:1.54375rem;top:16.375rem;left:6.125rem;font-size:1.1875rem;display:block; }
#atnWgb5SxThHHheZGzKK0HlNlTOohFGM { width:12.5625rem;height:1.6253875rem;top:45.875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
#tzu25W1h4EDruPgl4kTiXZArK17sny8h { width:15.5625rem;height:14.125rem;top:41.625rem;left:2.25rem;display:block; }
#KyP4uqiam4Fp6Qwf5Px3rQzMIWoUf8C3 { width:3.75rem;height:2.2rem;top:51.5625rem;left:9.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#VMlQe9UyGIJOcCRoWkHIGgPny5IBMCSm { width:12.5625rem;height:1.54375rem;top:51.75rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#pAv5CFKrLlMip4bPZTv4VU1nTb28Qwku { width:8.875rem;height:1.6253875rem;top:53.762497901916rem;left:5.5000001788139rem;font-size:1.25rem;display:block; }
#cOfgMnlSHdLE1fA9SZ4OLCG3VKS0kQWi { width:10.3125rem;height:3.4375rem;top:56.125rem;left:5.1875rem;display:block; }
#IT3gHuu2ATtEh0ItZNfo3ckdN11cG1p0 { top:56.75rem;left:4.9375rem;width:11.3125rem;height:2.4375rem;display:block; }
#ZRRw9IUcUeeg4Cs8HJV5q87npNtVJ8Ce { display:block; }
#WAUlOOObibfc4K67kCe1NNNNTucCzd4x { display:none; }#WAUlOOObibfc4K67kCe1NNNNTucCzd4x { border-width: 0; border-radius: 0; }#WAUlOOObibfc4K67kCe1NNNNTucCzd4x > .row .container { width:20rem;height:30rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#eJpWpMirPomUTR9pVuFi73pd6rUaUDCt { width:15.375rem;height:13.9375rem;top:12rem;left:3rem;display:block; }
#T4lHiDs2qZPdcm1dVm9hEtGvWCsgF5kL { width:12.5610625rem;height:3.73828125rem;top:13.6875rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
#rmKt0Poz5DphozCZwiXLZXuhKWBTvTzG { width:15.1230625rem;height:3rem;top:22.25rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#rzZvCta9MDAqitfxyILOaazG9UBOOJwV { width:12.5610625rem;height:1.54375rem;top:23rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
#QgQ6GsU4hewHxPbrGhqTR2EWi1T7ESZW { width:10.3125rem;height:3.4375rem;top:25.9375rem;left:5.1875rem;display:block; }
#i6SdZeEhMu8wFXKAHQONIOgl9TgAcud3 { top:26.5625rem;left:4.6875rem;width:11.312125rem;height:2.5rem;display:block; }
#FpCNp3BHek5heg86QeB3mnVQQHcPTz2g { display:block; }
#cahFFI6FHmwAGshfGQx1HW8oDy73Itox { width:20rem;height:2.03125rem;top:1.3115234375rem;left:0rem;font-size:1.5625rem;font-family:cairo;font-weight:700;font-style:normal;display:block; }
#eBBP1Qc3OMcGyPFWFTMNZ4NOM9Mtw4c2 { width:11.8125rem;height:1.3816375rem;top:23.059375762939rem;left:8.1875001788137rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
#BFhnpcdWyPO9osrL7TGmJ6XCSHAsblP1 { width:12.5610625rem;height:6.4365rem;top:4.3125rem;left:4.0625rem;z-index:15148;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;display:block; }
#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ.adaptive-delivery-prevent-bg, #Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ.lazyload, #Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ.lazyloading { background-image: none; }#Ce98CdchQzyuIz1A3tuekJCm1iQzP0bJ > .row .container { width:20rem;height:31.875rem;position:relative;display:none; }#NTlMrCbJD3BMszBvPLVIUI1qTsuJ9CRz { width:16.5rem;height:1.875rem;top:1.25rem;left:1.75rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
#LrCGNQtr7ygJXV0QgLrJgDNrdd7fbUTe { width:14.625rem;height:0.1875rem;top:3.75rem;left:2.6875rem;display:block; }
#Ie5clBTdSe1aFW3hFfXalbprQ19oqv3y { width:17.625rem;height:5.625rem;top:4.5rem;left:1.75rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
#F9GbTPWHvn3RSBBv3mgmU2u5MZ6N8CTd { width:1.875rem;height:1.875rem;top:17.3125rem;left:9.0625rem;display:none; }
#M9EnratOSKIXcaqyRg21KfEsqQNG5sTz { width:1.25rem;height:1.25rem;top:14.6875rem;left:16.6875rem;font-size:0.875rem;display:block; }
#Tm25BTUMTxGpiaNTK6QOoNs09GlB45IN { width:13.5625rem;height:1.875rem;top:10.0625rem;left:3.75rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
#T51wsD1bEcOOudZ06bSZtUK3gyu3whqP { width:15.5625rem;height:2.27578125rem;top:11.9375rem;left:2.75rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
#obbXzr1z90X2ZOhpZdPiEXirQTJPfDKD { width:1.25rem;height:1.25rem;top:16.5rem;left:16.6875rem;font-size:0.875rem;display:block; }
#f4Ksoe5HbHBZVu4BaqaEM5DbZZ55yPef { width:1.875rem;height:1.875rem;top:19.5rem;left:9.0625rem;display:none; }
#MK8f0W8cwPQBif32dBBPsUy5rmdDf3g6 { width:1.25rem;height:1.25rem;top:18.75rem;left:16.5625rem;font-size:0.875rem;display:block; }
#lk4zcTG0p82NwnDQuEeMfTyG6WED48rQ { width:1.875rem;height:1.875rem;top:21.75rem;left:9.0625rem;display:none; }
#EweDLXqJT1dPDnOD576IKU1OyeG8Xgeq { width:10.0625rem;height:2.27578125rem;top:14.1875rem;left:6.0625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
#ngDywO8tvOrNuh5SCGdmv5wro4I58z7k { width:10.0625rem;height:2.27578125rem;top:15.9375rem;left:6.25rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
#DETFTOXSAHrhW1aib4d1ApNrx70HLCtt { width:1.75rem;height:1.75rem;top:24.0625rem;left:9.125rem;font-size:1.1875rem;display:none; }
#b0mZmbtQ6eeAgvFiuwCCFgaGwAHHAW5B { width:1.875rem;height:1.875rem;top:23.9375rem;left:9.0625rem;display:none; }
#vnscmtX8GzchqBI6tf6wZLVqqKTV3mwZ { width:11.374rem;height:2.27578125rem;top:18.25rem;left:4.3125rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
#bhpc5yDsct3ypN3NfqBRKA9V866UJTT2 { width:20rem;height:10.25975rem;top:20.5234375rem;left:0rem;display:block; }
#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60.adaptive-delivery-prevent-bg, #BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60.lazyload, #BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60.lazyloading { background-image: none; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .row .container { border-width: 0; border-radius: 0; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVchKGSbyoyIuUMJF1LzIsb7gpRxwQ60 > .row .container { width:20rem;height:16.875rem;position:relative;display:none; }#R4WiiTlroUwT6FLdX1kGFFWiXetGoF12 { width:16.6875rem;height:1.5125rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#I0oGgyAyxHG44zFnGUKiqXu678vJAI13 { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
#sJm456z8cb1UFIRvti8aTCF8mBNE8dbL { width:16.125rem;height:3.2rem;top:4.19921875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#i3EcdbuwTquZEdHTDRrcubCT7Rtbg4Zy { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
#a3s6FTL9JZBcTTKVmoNqRWfyNxT7BfB0 { width:19.4375rem;height:1.3rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
#pBEfeXzq3XReLknxvMw5naeLncAObWoG { width:3.12421875rem;height:3.12421875rem;top:4.2328109741211rem;left:16.560936748981rem;font-size:2.1875rem;display:block; }
#eCWOXaCwoIT0HUhXsIGNWWwklZPtbN1x { width:18.812125rem;height:1.7003875rem;top:12.0625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
#h3Mm9daQdNdlsNRcNefCnEvET6AegAbi { width:17.9375rem;height:2.9375rem;top:11.4375rem;left:1rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#CVFpIZCXTXps0LBdHEcN7UkMC9JlbLiP { width:3.125rem;height:3.125rem;top:8.3125rem;left:3.375rem;font-size:2.1875rem;display:block; }
#UDt9vmeUULooHzmP8EEspqUo5K5egi41 { width:3.125rem;height:3.125rem;top:8.3125rem;left:8.375rem;font-size:2.1875rem;display:block; }
#DN6RHl4cqT5zDItilVvunmTIftIRW8Gm { width:3.125rem;height:3.125rem;top:8.3125rem;left:12.75rem;font-size:2.1875rem;display:block; }
