.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -moz-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -ms-linear-gradient(180deg, #e5b2dc, #ffffff);background-image: -o-linear-gradient(180deg, #e5b2dc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b2dc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b2dc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e5b2dc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:8.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { color:#1c1d1d;display:block;width:41.5rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.71875rem;left:9.65625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:22rem;top:0.6875rem;left:17.46875rem;overflow:hidden;display:block; }
#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/BinPYzo1/firsts.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container {  }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:"open sans";height:45.5rem;width:60rem;position:relative;display:block; }#nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { color:#000000;display:block;width:31.125rem;position:absolute;font-family:oswald;font-size:7.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { color:#e92691;display:block;width:22.3125rem;position:absolute;font-family:"marck script";font-size:7.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:3.65625rem;height:9.75rem;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.8125rem;left:28.8125rem;height:4.3125rem;text-align:right;text-align-last:right;display:block; }
#PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { position:absolute;display:block;z-index:15003;background-color:#ffffff;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;height:6.875rem;width:0.125rem;top:21.5625rem;left:0rem;display:block; }
#R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { position:absolute;display:block;z-index:15005;background-color:#1c1d1d;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:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:26.1875rem;left:27.625rem;display:block; }
#zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem #e1096b;top:26.5625rem;left:29.3125rem;height:8.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KhTBavBf5GmqPX91B107i6RuNUpTamxX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:8.125rem;top:39.015625rem;left:30.0625rem;overflow:hidden;display:block; }
#oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:39.375rem;left:37.5625rem;height:2.15625rem;text-align:right;text-align-last:right;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-form-header {  }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .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:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .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; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .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; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:first-of-type{padding-top:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:last-of-type{padding-bottom:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15006;position:absolute;top:16.5rem;left:0.15625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15006;position:absolute;top:16.5rem;left:0.15625rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 { position:relative; }
#pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { position:relative;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K { position:relative; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM { position:relative; }
#a1rADxahSNkbmFZwkOT6TlSlJpA1WNOk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:28.125rem;top:8rem;left:30.9375rem;overflow:hidden;display:block; }
#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { background-color: transparent; background-image: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .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); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { border-width: 0; border-radius: 0; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container {  }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { font-size:0.875rem;font-family:"open sans";height:14.75rem;width:60rem;position:relative;display:block; }#bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { color:#1c1d1d;display:block;width:60rem;position:absolute;font-family:"neo sans arabic";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { position:absolute;display:block;z-index:15004;background-color:#1c1d1d;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;height:0.125rem;width:9.375rem;top:4.4375rem;left:25.5625rem;display:block; }
#DLu9VfFA2Vu7CxQw5lHalguBhfxkdTUa { z-index:15002;top:5.375rem;left:35.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MeKWFosQdhGlRonGHmQdsZWUqvceifdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xllnETKRuWddIuJTSCrQ8H8EOZkud3FZ { z-index:15002;top:5.375rem;left:10.15625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#auWLvFVrZirKbnKkcW3oMnOdLInkAzAV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5zyRpQL1K7PUa3VJbbrGcGwT5Xs8MLH { z-index:15002;top:10.25rem;left:35.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a6JzgVPt8BGvnE90GTUpGeyNlcAuqL9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8JnpRSw87TnPk7gb5cKzBl6UZe6l4hm { z-index:15002;top:10.25rem;left:10.15625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iiys3Jg7zG65PBf2bcZTgbLzmZXQBxCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { position:relative;display:block; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { background-color: transparent; background-image: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container > .video-iframe-container { display: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row > .video-iframe-container { display: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .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); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { border-width: 0; border-radius: 0; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container > .video-iframe-container {  }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:160.375rem;width:60rem;position:relative;display:block; }#RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:2.3125rem;left:41.74951171875rem;display:block; }#RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.adaptive-delivery-prevent-bg, #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.lazyload, #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.lazyloading { background-image: none; }
#wx2GaA4XFe0L99U7JHkhJHKRvTQwLVqK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:5.3125rem;left:43.06201171875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1gOsMstF9dsDeQVTQhJDBgsBxNgP9Hy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15531;line-height:1.5;letter-spacing:0;top:7rem;left:42.68701171875rem;height:3rem;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; }
#RFqrA01KzZml4Rkh0ElDc65KvvLRboFn { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.4365234375rem;left:41.6865234375rem;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; }
#r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:2.3125rem;left:22.875rem;display:block; }#r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.adaptive-delivery-prevent-bg, #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.lazyload, #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.lazyloading { background-image: none; }
#Hs0L3Gan8XLOUuyyJX2cfnWVgCE3gX1q { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:6.06103515625rem;left:24.2490234375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXBCTVohyzAnLEh9NNmB4qKOuoehJCuP { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15147;line-height:1.6;letter-spacing:0;top:10.310546875rem;left:22.6875rem;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; }
#ZEokDiP3taW7eAU8iSyLWqS5bFK6L268 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:13.123046875rem;left:44.74951171875rem;display:block; }
#fqzHSPHfxxdi4X9CWRL3BMWGcRDkwg11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhO9QCS0DEP959VlFv7lUtU6ysyu56Zy { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:13.123046875rem;left:25.62451171875rem;display:block; }
#TmrZ4tioCOoQlCRwKBzVvQx2XnqcKWTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:2.3125rem;left:4.125rem;display:block; }#GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.adaptive-delivery-prevent-bg, #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.lazyload, #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.lazyloading { background-image: none; }
#eyhHqEDV5TmoIcbRwnXzEVkTiPemRH39 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.875rem;left:5.3115234375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGnVNtvMIBadTTyqllhTfGTiw9kMa4VD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15146;line-height:1.6;letter-spacing:0;top:9.8740234375rem;left:4.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; }
#VMvPvw5eP78QG1xHm1O0Ri8mS6Wcmex7 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:13.123046875rem;left:6.9052734375rem;display:block; }
#fxCbS0Xpmp6OMCK2RQ66EUdPUmFh4TzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sw5xyKeHOq4oFHKbnGEGMmiRgveXJwfk { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:26.4375rem;left:44.6875rem;display:block; }
#VssLoFZZGHmx67aPU78tqRpkRaGBAmGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPuTQf3XLF9SMSA8gd6yLlGqF3xwbwiQ { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:26.4375rem;left:25.5rem;display:block; }
#nXCQf7mEf96c9fe0zyJi312pB6isreRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:15.625rem;left:41.625rem;display:block; }#kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.adaptive-delivery-prevent-bg, #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.lazyload, #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.lazyloading { background-image: none; }
#DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:15.625rem;left:22.75rem;display:block; }#DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.adaptive-delivery-prevent-bg, #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.lazyload, #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.lazyloading { background-image: none; }
#poxeMGxykmyOeFE8Te00rdCVaGROp2hK { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:15.625rem;left:4rem;display:block; }#poxeMGxykmyOeFE8Te00rdCVaGROp2hK.adaptive-delivery-prevent-bg, #poxeMGxykmyOeFE8Te00rdCVaGROp2hK.lazyload, #poxeMGxykmyOeFE8Te00rdCVaGROp2hK.lazyloading { background-image: none; }
#yTVk0UhsgbGSVIL6TGMm9SCKk8rGW2Z2 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:26.4375rem;left:6.8125rem;display:block; }
#rzzfOsAsVoi9KeOhVG8pe2PBQnX8hy2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F24mO2SToNM0iPZMf77Dd74GnBISxkgC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15151;line-height:1.6;letter-spacing:0;top:23.75rem;left:41.5625rem;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; }
#LiEPOIWGgy01VJ1Po0PJolM3Haz6ZEnX { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15160;line-height:1.6;letter-spacing:0;top:23.625rem;left:22.5625rem;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; }
#nRMkG6TO41uEIcPo8Ve7qBZyFWdmAvi9 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15159;line-height:1.6;letter-spacing:0;top:23.1875rem;left:4rem;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; }
#kxlTCTpdhpmap4nR74zVnWT62gp7eHm3 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:19.375rem;left:24.125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A6fNbXfzseoGx34kguSlUf8EpeTPA40T { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.1875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ae7bHaa9clKeNHwqudJ3OUT51DLeuKe9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:18.625rem;left:42.9375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7SNvSITDEhvyWfN8cbOOdTzeoifgR9i { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:40.5625rem;left:25.6875rem;display:block; }
#ak9dUksAuPR0el4bqCt3ZTBzNE4ckDEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:29.75rem;left:22.9375rem;display:block; }#K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.adaptive-delivery-prevent-bg, #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.lazyload, #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.lazyloading { background-image: none; }
#uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6 { position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:45rem;left:3.9375rem;display:block; }#uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.adaptive-delivery-prevent-bg, #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.lazyload, #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.lazyloading { background-image: none; }
#gxT8IBZuKKf12LE5FBGoKH9iefyNPkoU { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:55.8125rem;left:6.75rem;display:block; }
#qmpcHD3NAmulOEfUSGi1uTgd2XpTFQv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hm3HHvKISnuMxXBBbV6uciHWMWgqMl4q { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15185;line-height:1.6;letter-spacing:0;top:38.0625rem;left:22.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; }
#BA9EPouZuxocN9rOCdkTqQ9diTDXIR6i { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15184;line-height:1.6;letter-spacing:0;top:52.5625rem;left:3.9375rem;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; }
#PGu2oga2xINvnBNA4pFNfzVwDJ493qr0 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:33.5rem;left:24.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTWxlaI61oVG3XkKnGd6VEQCR5JlRtiW { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:48.5625rem;left:5.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:30.3125rem;left:41.6875rem;display:block; }#k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.adaptive-delivery-prevent-bg, #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.lazyload, #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.lazyloading { background-image: none; }
#oR7TyMECHd1QAITlpAt2IEod13EfACgE { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15163;line-height:1.6;letter-spacing:0;top:38.9375rem;left:41.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; }
#xGRt0EhVqMRo0IC9SHZoFTpiSERFTG4E { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:41.125rem;left:44.6875rem;display:block; }
#IPMBOusgSODzuGS9EKIqq2a7EvaeSbD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5 { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:30.3125rem;left:4.0625rem;display:block; }#uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.adaptive-delivery-prevent-bg, #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.lazyload, #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.lazyloading { background-image: none; }
#JaW5agMiID9coPouKdmUzVaasCmkgVfD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15171;line-height:1.6;letter-spacing:0;top:37.875rem;left:4.0625rem;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; }
#BWwtTfsKi6DBnqtkZ2WL0bzIFJvZg7iE { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:41.125rem;left:6.875rem;display:block; }
#gtUPesJmT1ds76bA3H5cuJZ3fAMDJCTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IAeXZOxBKRxnhrM3IOsGAHs5r77RhNbC { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:33.06201171875rem;left:42.9990234375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtlMeTAwBMwwL0g78b3e17TPXstO3k6c { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:33.875rem;left:5.25rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkiBL04mfEGXSStMlPyD5I9ezL5yU2cp { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:83.625rem;left:46rem;display:block; }
#n0KTsNdxPIhISEBQxbMPJJhT25FZWdPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFxi7yFFLKT6nfTiUlHgc2xwOd4NfhJB { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:83.5rem;left:19.25rem;display:block; }
#BAFCli4k5rOpuz2nILyhSvZXsi3MVqfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPZC7RySZiZT778UqNxck211vPJlkTl8 { position:absolute;display:block;z-index:15160;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.5625rem;width:11.5625rem;top:74.875rem;left:44.75rem;display:block; }#dPZC7RySZiZT778UqNxck211vPJlkTl8.adaptive-delivery-prevent-bg, #dPZC7RySZiZT778UqNxck211vPJlkTl8.lazyload, #dPZC7RySZiZT778UqNxck211vPJlkTl8.lazyloading { background-image: none; }
#yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI { position:absolute;display:block;z-index:15164;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.6865rem;width:11.6865rem;top:74.875rem;left:17.6875rem;display:block; }#yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI.adaptive-delivery-prevent-bg, #yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI.lazyload, #yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI.lazyloading { background-image: none; }
#fNF1DZsDIDEXKTa1NzPGweNcBJManTz8 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15274;line-height:1.6;letter-spacing:0;top:81.375rem;left:42.875rem;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; }
#ob1tRiQI9lbAaTmhku3nBfQV2JmhfBp1 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15283;line-height:1.6;letter-spacing:0;top:81.8125rem;left:16rem;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; }
#Tsn77HhvIJ3XO086xyLoTnXwANSc11vB { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:77.4375rem;left:17.5625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWUTs4JvU81ey23sQw4ar29kLbowWBzT { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:77.8125rem;left:44.4375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFKckOgZcuZ64UfXBEQWli0rDkJAF0md { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15167;text-align:center;text-align-last:center;top:70.25rem;left:25.9375rem;display:block; }
#Jh2ng1DD1uNBIlhMxdee3cpW65Bn6JzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMnGefHdSlHWJHV20TpaR0af6bbaPEnb { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:70.1875rem;left:7rem;display:block; }
#VNJZ92WgVEHAnHEyapxeB48mHGvLx457 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K4xOSgCl753bWm3MEJBGxfGko5eoEPTl { position:absolute;display:block;z-index:15135;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:59.4375rem;left:22.875rem;display:block; }#K4xOSgCl753bWm3MEJBGxfGko5eoEPTl.adaptive-delivery-prevent-bg, #K4xOSgCl753bWm3MEJBGxfGko5eoEPTl.lazyload, #K4xOSgCl753bWm3MEJBGxfGko5eoEPTl.lazyloading { background-image: none; }
#IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP { position:absolute;display:block;z-index:15139;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:59.375rem;left:4.25rem;display:block; }#IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP.adaptive-delivery-prevent-bg, #IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP.lazyload, #IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP.lazyloading { background-image: none; }
#trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y { position:absolute;display:block;z-index:15168;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.7495rem;width:11.7495rem;top:74.625rem;left:4.25rem;display:block; }#trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y.adaptive-delivery-prevent-bg, #trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y.lazyload, #trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y.lazyloading { background-image: none; }
#kiVZVKu5uiQmEEBScshISOISIJdKC0Zp { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:83.4375rem;left:5.5625rem;display:block; }
#dGVxUdTy0XeDh91O1ReaBLFbRt7WTN7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#obnEtXwFnTXocv8mwpBRtZrcCmTDgGV2 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15282;line-height:1.6;letter-spacing:0;top:81.1875rem;left:2.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; }
#mfdQX3u0cW8TxmkLGFiFyP9CEgIQnpf6 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:77.8125rem;left:3.9375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we { position:absolute;display:block;z-index:15151;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:59.5rem;left:41.8125rem;display:block; }#G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we.adaptive-delivery-prevent-bg, #G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we.lazyload, #G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we.lazyloading { background-image: none; }
#WxBD6TxmUJBpnafmtkfRtMlZT8zvcCFF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15270;line-height:1.6;letter-spacing:0;top:68rem;left:41.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; }
#TKpcbtUcuKcuyC86HxQRvOT78XPRkvqU { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15180;text-align:center;text-align-last:center;top:70.3125rem;left:44.5625rem;display:block; }
#Wq1KIPC3T2ZMxJXeszZt9SHg5Vu3vKSz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGKJJJ7p2K62CPmnPlOJ4evltz6NVFmf { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:61.375rem;left:43.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxMWyKrbT5DHZ7sr0PvhwoSTqcdL9BvD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15249;line-height:1.6;letter-spacing:0;top:67.5625rem;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; }
#vry5SzTHJz0wOMwoFyw5Bv9hS4pn7LWo { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15258;line-height:1.6;letter-spacing:0;top:67.375rem;left:4.0625rem;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; }
#KZKBcKJfc8DCLMJFBeTbTm43LUWbr8mh { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15155;text-align:center;text-align-last:center;top:55.1875rem;left:25.6875rem;display:block; }
#RBgogwexG1VGJtpatgD5FLVPNkiOVbAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CaMekJNIzgnGDP8P1TmJgKx3rAZoZtX3 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15156;text-align:center;text-align-last:center;top:55.25rem;left:44.5rem;display:block; }
#Xw5dFGAGaGTyTEg0i7Myp370JwoCPKof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk { position:absolute;display:block;z-index:15126;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:44.4375rem;left:22.9375rem;display:block; }#e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.adaptive-delivery-prevent-bg, #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.lazyload, #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.lazyloading { background-image: none; }
#IAAwkTe8dX71TlZn2FWaicr47mLb3COL { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:48.1875rem;left:24.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbidViWQBSTl7qHP7epT63OykOApb1od { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15245;line-height:1.6;letter-spacing:0;top:52.375rem;left:22.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; }
#nWQvOMp1or4538kakNyTTndSJBn2o6qe { position:absolute;display:block;z-index:15130;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:44.5rem;left:41.75rem;display:block; }#nWQvOMp1or4538kakNyTTndSJBn2o6qe.adaptive-delivery-prevent-bg, #nWQvOMp1or4538kakNyTTndSJBn2o6qe.lazyload, #nWQvOMp1or4538kakNyTTndSJBn2o6qe.lazyloading { background-image: none; }
#A8rEsSa6Qs7X0gesfXwkKvz2POKOWQph { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15244;line-height:1.6;letter-spacing:0;top:53.0625rem;left:41.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; }
#D9OMsy3fIk2dqIVO8fVhDiPT5SAHrqQs { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15534;line-height:1.3;letter-spacing:0;top:62.4375rem;left:24.6875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bx3lP0iuXVaZQwgxQbmlw9k0Gg11fboP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15533;line-height:1.5;letter-spacing:0;top:64.125rem;left:24.3125rem;height:3rem;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; }
#dFUbBz3p5xflLQuqTImFCWXpIn2EnRMf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15535;line-height:1.5;letter-spacing:0;top:64.0625rem;left:5.625rem;height:1.5rem;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; }
#ZCHz92blQDvKp9RSShuBLr60Ll634lvu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15536;line-height:1.3;letter-spacing:0;top:62.375rem;left:6rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Prhd2BtK2trXH6locMymXPfZEnJvZ6zf { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15536;line-height:1.3;letter-spacing:0;top:46.9375rem;left:43.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrriEMGPyucW8IATWSKarRzdagg2ye1k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15535;line-height:1.5;letter-spacing:0;top:48.5625rem;left:42.75rem;height:3rem;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; }
#iXr1xy3TgrApTGg6XnUi9BrmuINtPAdM { color:#000000;display:block;width:12.4995rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15536;line-height:1.5;letter-spacing:0;top:63.5rem;left:42.625rem;height:3rem;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; }
#CzDeT2n2fHko0b8GOyDT8spn0bnoNBcV { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15197;text-align:center;text-align-last:center;top:83.625rem;left:32.5rem;display:block; }
#Q9KZSnq7FGkVqZ0MxfIOAuyMqT26cDSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt { position:absolute;display:block;z-index:15168;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.6865rem;width:11.6865rem;top:75rem;left:30.9375rem;display:block; }#zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt.adaptive-delivery-prevent-bg, #zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt.lazyload, #zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt.lazyloading { background-image: none; }
#GWXs9EqU7zHQmNxIDDq9ndbRzZkEeg79 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15287;line-height:1.6;letter-spacing:0;top:81.9375rem;left:29.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; }
#PMJHDOPgXaXHcIt3Snl5TitUfuQZAGsi { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15185;line-height:1.3;letter-spacing:0;top:77.5625rem;left:30.8125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo { position:absolute;display:block;z-index:15175;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:88.625rem;left:41.5rem;display:block; }#BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.adaptive-delivery-prevent-bg, #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.lazyload, #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.lazyloading { background-image: none; }
#IcapaARHeD4CO9dSTvhsKsxfRTDHmr75 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15289;line-height:1.6;letter-spacing:0;top:96.75rem;left:41.4375rem;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; }
#aAAcpNwJCKKqnkzDqTC3DgAr80U9X0T8 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15574;line-height:1.3;letter-spacing:0;top:91.625rem;left:43.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASIhyCMACIWdsmgFhTv1nQq2iI2io02U { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:99.4375rem;left:44.5625rem;display:block; }
#NEOOwdUv6GunfFfWtDarQ4bHvcUrqcZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIEVti2tTg1orNXABwe4FMAn8V141skA { position:absolute;display:block;z-index:15179;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:88.625rem;left:22.625rem;display:block; }#dIEVti2tTg1orNXABwe4FMAn8V141skA.adaptive-delivery-prevent-bg, #dIEVti2tTg1orNXABwe4FMAn8V141skA.lazyload, #dIEVti2tTg1orNXABwe4FMAn8V141skA.lazyloading { background-image: none; }
#FxO7Q7Tn5EIXCMMAC4TrxV3Ts1wVcNTf { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15298;line-height:1.6;letter-spacing:0;top:96.625rem;left:22.4375rem;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; }
#VQNOCmHGl27Z0XgrobZZMuLMqS6wizVK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15576;line-height:1.3;letter-spacing:0;top:92rem;left:24.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqALAVVNUo6r2htwHnnP87dFarQEGoeC { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:99.4375rem;left:25.375rem;display:block; }
#sU3c4fCw1tm2qpWQ0yhToo3avvPSoORM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8 { position:absolute;display:block;z-index:15200;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.5625rem;width:11.5625rem;top:103.625rem;left:42.4375rem;display:block; }#ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.adaptive-delivery-prevent-bg, #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.lazyload, #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.lazyloading { background-image: none; }
#PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2 { position:absolute;display:block;z-index:15208;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.6865rem;width:11.6865rem;top:103.625rem;left:24.625rem;display:block; }#PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.adaptive-delivery-prevent-bg, #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.lazyload, #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.lazyloading { background-image: none; }
#rQXP2lTlmKxDQPEw8oyJ3aqLEVMHTzS8 { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15219;line-height:1.3;letter-spacing:0;top:106.5625rem;left:42.125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF { position:absolute;display:block;z-index:15183;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:88.625rem;left:3.875rem;display:block; }#z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.adaptive-delivery-prevent-bg, #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.lazyload, #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.lazyloading { background-image: none; }
#rH41dqS2bb4lokCL5w7243G3zMSoke14 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:99.4375rem;left:6.6875rem;display:block; }
#hCsQufTOVXsc3nu4RgR1cEhiAsgmLKvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA { position:absolute;display:block;z-index:15208;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.375rem;width:11.3125rem;top:103.625rem;left:7.3125rem;display:block; }#Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.adaptive-delivery-prevent-bg, #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.lazyload, #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.lazyloading { background-image: none; }
#qZL0UUUFsTndAHDH5JcmuW1haxiqRlKN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15227;line-height:1.3;letter-spacing:0;top:106.625rem;left:6.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTrvV3mZS7KyuUULTsKPqmHPqMF0SSdU { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15297;line-height:1.6;letter-spacing:0;top:96.4375rem;left:3.875rem;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; }
#bb1qEuyQZWI8HHpmknUsBAIeiSpJIoVv { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:93.0625rem;left:5.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcvzBNMaAihFQTGtwFoOTgQyKUBph6Ho { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15225;line-height:1.3;letter-spacing:0;top:106.6875rem;left:24.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGdT2xr47QeTLk4TXk4KEC5X4kC9nXMJ { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15232;text-align:center;text-align-last:center;top:112.375rem;left:43.6875rem;display:block; }
#tfaPtc9nxneatSsyZP01R48TGkOR2Ehp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcUQzPvxNMqpa80IfBeacle9NSEQVRWT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15314;line-height:1.6;letter-spacing:0;top:110.125rem;left:40.5625rem;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; }
#bhK71bxy8t9Su84HZscQoduAvf5RU1Ro { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15234;text-align:center;text-align-last:center;top:112.25rem;left:8.375rem;display:block; }
#VkF40ttJL3SAcxeT8IkhBKbXqpdMbG8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUZiS4SlzNlbT7yO1bfwp8SdMJUrD70p { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15322;line-height:1.6;letter-spacing:0;top:110rem;left:5.5625rem;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; }
#FwPBpZCRELfAKIipkVNm0J5Phd1EhTIp { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15237;text-align:center;text-align-last:center;top:112.25rem;left:26.1875rem;display:block; }
#nZRqP5wNE2OsTCbU8xad9oe9TrcztHGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0LThuKEdz6TBOqLMRSXfvf00FGk9EAO { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15327;line-height:1.6;letter-spacing:0;top:110.5625rem;left:22.9375rem;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; }
#FAa3tHuDpSULGBTnGETiyHPNartOpswL { position:absolute;display:block;z-index:15149;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:117.25rem;left:40.375rem;display:block; }#FAa3tHuDpSULGBTnGETiyHPNartOpswL.adaptive-delivery-prevent-bg, #FAa3tHuDpSULGBTnGETiyHPNartOpswL.lazyload, #FAa3tHuDpSULGBTnGETiyHPNartOpswL.lazyloading { background-image: none; }
#FvDXdwgQrBOcgqZzGuJwMZ8UadKMRDCs { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:119.625rem;left:41.6875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KC1b1RILmWVUnQ49hSuWuUeXBXCtqSa0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15263;line-height:1.6;letter-spacing:0;top:125.375rem;left:40.3125rem;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; }
#gt9vxrzfUdMRKH2WHVaSvzPfFJMA2HeX { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15181;text-align:center;text-align-last:center;top:128rem;left:43.375rem;display:block; }
#oGC0uEw8gSXFHvvGtOOqNa2y8tCxqg0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf { position:absolute;display:block;z-index:15162;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:131.9375rem;left:40.25rem;display:block; }#VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf.adaptive-delivery-prevent-bg, #VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf.lazyload, #VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf.lazyloading { background-image: none; }
#T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl { position:absolute;display:block;z-index:15166;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:131.9375rem;left:21.375rem;display:block; }#T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl.adaptive-delivery-prevent-bg, #T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl.lazyload, #T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl.lazyloading { background-image: none; }
#f1WpHOep1wShmIGEvZA7Tc9fR82Bknp9 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15182;text-align:center;text-align-last:center;top:128rem;left:24.25rem;display:block; }
#xUV85Tshfc6mTLkJzqNEpZATkfuWJ6hJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan { position:absolute;display:block;z-index:15153;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:117.25rem;left:21.5rem;display:block; }#fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan.adaptive-delivery-prevent-bg, #fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan.lazyload, #fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan.lazyloading { background-image: none; }
#edq8oi7LzJm11QV1ileoFW39svehXG2t { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:121rem;left:22.875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhu8RW7pl1QvIWPRAvOElNq4UKVbNcsu { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15272;line-height:1.6;letter-spacing:0;top:125.1875rem;left:21.3125rem;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; }
#ZlnRzx53ehQ3wkuCg3NrPmn4eDwRPcn9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15561;line-height:1.3;letter-spacing:0;top:133.5625rem;left:41.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbS9HWnIxPXq7Qp3WJ8rT1TPogW4ebtE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15560;line-height:1.5;letter-spacing:0;top:135.25rem;left:41.375rem;height:4.5rem;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; }
#WTzkxfZDTKWZSeJP6IOB3g7wWeCNQFQO { color:#000000;display:block;width:12.4995rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15562;line-height:1.5;letter-spacing:0;top:136rem;left:22.4375rem;height:3rem;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; }
#ahHdkt9WV4l44vsSBDAwd9Da30uIN9Ry { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15563;line-height:1.3;letter-spacing:0;top:134.5rem;left:22.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh { position:absolute;display:block;z-index:15170;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:131.9375rem;left:2.625rem;display:block; }#uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh.adaptive-delivery-prevent-bg, #uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh.lazyload, #uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh.lazyloading { background-image: none; }
#a0Fwi48Dnx0H45xVXP5TU552giWw6ZOT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15276;line-height:1.6;letter-spacing:0;top:140.0625rem;left:40.1875rem;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; }
#fae5XnHfkpJUGdHRCGKtt66gSkpsNTWq { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15285;line-height:1.6;letter-spacing:0;top:140.4375rem;left:21.1875rem;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; }
#OAuTfWLogoDhnBDzcFsQHk0XtJ9Af230 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15284;line-height:1.6;letter-spacing:0;top:139.75rem;left:2.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; }
#JK5AabA8ZOdTTGMNTiEzB4SLvhqLtLmm { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15189;line-height:1.3;letter-spacing:0;top:135.0625rem;left:3.8125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rs4qN9IcgVXW3VFlcVJud8mQtWbUwXuZ { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15183;text-align:center;text-align-last:center;top:128rem;left:5.5rem;display:block; }
#lrieRQC7LMyhpHRtgohxCcogQT48bcHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWih0sObVTRJvZHXqMbdTtdlsuHgyitH { position:absolute;display:block;z-index:15157;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:117.25rem;left:2.75rem;display:block; }#pWih0sObVTRJvZHXqMbdTtdlsuHgyitH.adaptive-delivery-prevent-bg, #pWih0sObVTRJvZHXqMbdTtdlsuHgyitH.lazyload, #pWih0sObVTRJvZHXqMbdTtdlsuHgyitH.lazyloading { background-image: none; }
#ESf3TQJaHxSJXLdR7Je5HJH0e0URWlIk { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15271;line-height:1.6;letter-spacing:0;top:125.8125rem;left:2.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; }
#klpWhwOf5D6fHvdD7PODLpBiJwbT6Qzo { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15563;line-height:1.3;letter-spacing:0;top:119.6875rem;left:4.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pronla3VfskHqpltTG0Om1N3axTDEMVs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15562;line-height:1.5;letter-spacing:0;top:121.3125rem;left:3.75rem;height:3rem;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; }
#E3QhV4aCiP7uDTA4OuGgWGLIr92eyUcu { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:142.75rem;left:43.3125rem;display:block; }
#Wwr0yomlBBwdoXTqrDEe91ScAfOWtDfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNfcmdKtIomnzvdXxaxgzQeXPtCxvNON { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15195;text-align:center;text-align-last:center;top:142.75rem;left:24.125rem;display:block; }
#SMwwy4Af8AOwSQTTpyN32xtWsvCx6Ozn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ssmn8aKDLnD2peJTZpPAQysNN8wgWarh { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15196;text-align:center;text-align-last:center;top:142.75rem;left:5.4375rem;display:block; }
#TSHT8HiyuFWvUmmtmi40sm2ZBCTP8e5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gh8ZSkknWhHiTRpgagZ0amrsxKrANw1W { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15280;text-align:center;text-align-last:center;top:155.5rem;left:31.375rem;display:block; }
#Ro76acMMPphKoB5POUXZVlOlH56PNLGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlu6eehOXbB5lvGCgvUOUJvM0NRUJegl { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15285;text-align:center;text-align-last:center;top:155.5rem;left:17.875rem;display:block; }
#qIhhGn56DATtKNRfw12o3Fv624Zl3kEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o69FmK5VZtkLb2s2otavTFdF9tPfCfqA { position:absolute;display:block;z-index:15248;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.5625rem;width:11.5625rem;top:146.75rem;left:30.125rem;display:block; }#o69FmK5VZtkLb2s2otavTFdF9tPfCfqA.adaptive-delivery-prevent-bg, #o69FmK5VZtkLb2s2otavTFdF9tPfCfqA.lazyload, #o69FmK5VZtkLb2s2otavTFdF9tPfCfqA.lazyloading { background-image: none; }
#TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8 { position:absolute;display:block;z-index:15256;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:8.6865rem;width:11.6865rem;top:146.875rem;left:16.3125rem;display:block; }#TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8.adaptive-delivery-prevent-bg, #TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8.lazyload, #TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8.lazyloading { background-image: none; }
#JAtbl3BgJLSfDdPwn17kTxgma4JW9KDt { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15362;line-height:1.6;letter-spacing:0;top:153.875rem;left:28.4375rem;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; }
#Gv1f19xeihKd4Qd55pEIf6yrml7kuoqT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15375;line-height:1.6;letter-spacing:0;top:153.8125rem;left:14.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; }
#X4aQiVyTvh54lOxRPbPOVfxZnVnZB4K8 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15273;line-height:1.3;letter-spacing:0;top:149.875rem;left:16.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3k5ueHC88TUGJOZMFakZHyJOq6mryN0 { color:#1799eb;display:block;width:11.8725625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:149.75rem;left:29.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT { position:absolute;display:block;z-index:15170;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:145.9375rem;left:0rem;display:block; }#Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT.adaptive-delivery-prevent-bg, #Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT.lazyload, #Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT.lazyloading { background-image: none; }
#zy9x8K9ay6tq0p21VRBugXoKO6h1092s { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15284;line-height:1.6;letter-spacing:0;top:154.5rem;left:0rem;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; }
#ScvTrbTcMxIc0pCdpzSFXrUmoIVPmxEG { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15196;text-align:center;text-align-last:center;top:156.6875rem;left:2.75rem;display:block; }
#o3AMMXGOIPwcJxyX5B3k9N7y5iI8Spca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L43zxmHnxiMus7cbJQO3sekdGiyW9Iwz { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15576;line-height:1.3;letter-spacing:0;top:149.0625rem;left:1.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b28LEp6WoPGmEgLoEluIySVQRrBWKTtq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15575;line-height:1.5;letter-spacing:0;top:150.8125rem;left:0.875rem;height:3rem;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; }
#y6ntJg5MVTaEETAnSEA9VuO2q2sDwUnk { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15198;text-align:center;text-align-last:center;top:156.25rem;left:46.5rem;display:block; }
#DLPCovgsMTEzJkndUtfE7GgQVnfOiuUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v { position:absolute;display:block;z-index:15166;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:145.5rem;left:43.5rem;display:block; }#m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v.adaptive-delivery-prevent-bg, #m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v.lazyload, #m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v.lazyloading { background-image: none; }
#BEuZHqhmdCzRCM0M0y8WmMHE8qSElnr0 { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15185;line-height:1.3;letter-spacing:0;top:150.125rem;left:44.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZKoWsr0UgxlbaeZsJNeHFTm3pfsKAxiS { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15280;line-height:1.6;letter-spacing:0;top:153.625rem;left:43.4375rem;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; }
#tE6cOExBl3iL2mX1PWrGAITlezDaHOWK { color:#000000;display:block;width:25.375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:0rem;left:15.7138671875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#JzIbOE13mws9pud7IOghExHL7Va1fGuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy.adaptive-delivery-prevent-bg, #JzIbOE13mws9pud7IOghExHL7Va1fGuy.lazyload, #JzIbOE13mws9pud7IOghExHL7Va1fGuy.lazyloading { background-image: none; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container { background-color: transparent; background-image: none; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container > .video-iframe-container { display: none; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row > .video-iframe-container { display: none; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .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); }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container { border-width: 0; border-radius: 0; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row > .video-iframe-container {  }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:40.875rem;display:block; }#IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem.adaptive-delivery-prevent-bg, #IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem.lazyload, #IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem.lazyloading { background-image: none; }
#EUyWkeizHnw33OcGXl4fSJLvrPQII9kB { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.2685546875rem;left:42.123046875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7KnqIwK97y5nnktgEGfSkMplLtAvPTp { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.37255859375rem;left:43.6552734375rem;display:block; }
#BhG2lIfARq4Uiw0JnfUlK2aHmpKch5My { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MRaGMsANltCO6ZsWGV7hONSXL3FQCp9I { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.6;letter-spacing:0;top:13.75rem;left:40.875rem;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; }
#vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:22.875rem;display:block; }#vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc.adaptive-delivery-prevent-bg, #vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc.lazyload, #vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc.lazyloading { background-image: none; }
#f4yCHybU8CTQOensnqo50IMWBmBnpcE1 { color:#000000;display:block;width:20.4360625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.9345703125rem;left:19.78125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb { position:absolute;display:block;z-index:15398;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.749rem;width:14.375rem;top:5.625rem;left:4.6875rem;display:block; }#ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb.adaptive-delivery-prevent-bg, #ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb.lazyload, #ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb.lazyloading { background-image: none; }
#ofNtFTwqSSLf7wVhrPzPbHv7NPmExLog { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15417;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.8125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zh44MzX8yq6WmwZC4CeJRk87xob9Vrg4 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15512;line-height:1.6;letter-spacing:0;top:13.5625rem;left:4.6875rem;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; }
#BQT86gsEO9EHi0QLrruGHdPO5Oq86yh9 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.37255859375rem;left:25.59375rem;display:block; }
#kmHyeN1ZniA8n7UqAqVlsPrcVx9aE7eW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u9b7ciUwLMd1OmqKOkFAaxS6XvqGAq68 { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:16.375rem;left:7.5rem;display:block; }
#voNUDiWIsdAboMoSx2yNTNntIRXoMlIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kw7oh7vVhQwMDmieZbcQyfCLnIHWa8r0 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.3125rem;left:24.25rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C16yDPTifzf4oPPCGTUCwbIAJUIKCtNb { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:13.9375rem;left:22.6875rem;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; }
#KfRpNJQXtVl39Fxx26XU9N219rF8QViM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM.adaptive-delivery-prevent-bg, #KfRpNJQXtVl39Fxx26XU9N219rF8QViM.lazyload, #KfRpNJQXtVl39Fxx26XU9N219rF8QViM.lazyloading { background-image: none; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container { background-color: transparent; background-image: none; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container > .video-iframe-container { display: none; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row > .video-iframe-container { display: none; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .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); }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container { border-width: 0; border-radius: 0; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row > .video-iframe-container {  }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#fyh63XABBtDQiXfnFWhL9t53X86uQeLD { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:40.875rem;display:block; }#fyh63XABBtDQiXfnFWhL9t53X86uQeLD.adaptive-delivery-prevent-bg, #fyh63XABBtDQiXfnFWhL9t53X86uQeLD.lazyload, #fyh63XABBtDQiXfnFWhL9t53X86uQeLD.lazyloading { background-image: none; }
#gy6FIcuIggWS1wkZoesBftT3WquyMsLB { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.2685546875rem;left:42.123046875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTGAZla7JhyTyVzoFPcXeWoaVDq2WiNr { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.37255859375rem;left:43.6552734375rem;display:block; }
#Viu7AUooQGftztgH5t3uTnp2R852qFFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z3fOIrVGEPe645S9D1dPylf4DCq78o3e { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.6;letter-spacing:0;top:13.75rem;left:40.875rem;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; }
#dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:22.875rem;display:block; }#dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt.adaptive-delivery-prevent-bg, #dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt.lazyload, #dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt.lazyloading { background-image: none; }
#G0Gvi33De653vccpDqOQmMr2KV0bNm7u { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:3.25rem;display:block; }#G0Gvi33De653vccpDqOQmMr2KV0bNm7u.adaptive-delivery-prevent-bg, #G0Gvi33De653vccpDqOQmMr2KV0bNm7u.lazyload, #G0Gvi33De653vccpDqOQmMr2KV0bNm7u.lazyloading { background-image: none; }
#J7gnOZkRSaPwoM8wkUR67fc88LtJEkng { color:#1799eb;display:block;width:11.8725625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:10.26708984375rem;left:4.49853515625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z72GkuANeV5ncxGmx0FNScD9kg9zBIyB { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.6;letter-spacing:0;top:13.9365234375rem;left:3.24755859375rem;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; }
#kwyUvT5T5HQllMTVSrAs5OZhmfiEmTzy { color:#000000;display:block;width:24.75rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:1.0595703125rem;left:16.369140625rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx { position:absolute;display:block;z-index:15398;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.749rem;width:14.375rem;top:20.3125rem;left:3.25rem;display:block; }#NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx.adaptive-delivery-prevent-bg, #NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx.lazyload, #NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx.lazyloading { background-image: none; }
#x5POMClGPHTeKvp6BIPMMQ5R95fr3CGZ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15417;line-height:1.3;letter-spacing:0;top:24.9375rem;left:4.375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aluzJVAGvc8TZwIb5eBlSnL7AgVEIqva { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15512;line-height:1.6;letter-spacing:0;top:28.25rem;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; }
#aJ8NiT4d431oK45v4nVB8Xt3DzQ6ofGo { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.37255859375rem;left:25.59375rem;display:block; }
#EK3bbo4nlZQ6MmWHreEZfcBzaOqV5PUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#obf878ee2PmelBTCV25D6CQml7Zut8to { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:16.37255859375rem;left:5.5283203125rem;display:block; }
#eH8FGWrNErKzTUsXlLMGRuT64zKBmf6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E06SNntsnQQS2F10slenrMyZ3rBtdFyk { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:31.0625rem;left:6.0625rem;display:block; }
#CxP11FToTpfwaHDsFkhNa5ZLc4xlDFSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAUQMUZM3aZ58HFsQ8M43GVVnvfZNwlr { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.2685546875rem;left:24.0615234375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wkkx99G7VbZxrsGgXwubOZPe9H2To9q5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:13.9375rem;left:22.6875rem;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; }
#wTWIpLgKkVP3FdyJ6UiFBncC0kCB2kqu { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15212;text-align:center;text-align-last:center;top:31.0625rem;left:25.6875rem;display:block; }
#ulIpTI3rTdv8HaV9rAsFkG99GQ6DftfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq { position:absolute;display:block;z-index:15183;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:20.3125rem;left:22.9375rem;display:block; }#M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq.adaptive-delivery-prevent-bg, #M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq.lazyload, #M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq.lazyloading { background-image: none; }
#LqS1177EmSBQSBDrFRnk2z4bSfoxW8P3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15302;line-height:1.6;letter-spacing:0;top:28.25rem;left:22.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; }
#kzGnAcWPBLk4zRzV9fWESr9KXFThVrJU { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:15215;text-align:center;text-align-last:center;top:31rem;left:43.9375rem;display:block; }
#pQFvqnIB8J7gImU6Pt4VGnHeX6oDo7T9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu { position:absolute;display:block;z-index:15183;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:20.25rem;left:40.9375rem;display:block; }#sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu.adaptive-delivery-prevent-bg, #sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu.lazyload, #sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu.lazyloading { background-image: none; }
#b1Z6teEQPIgdGgPeB86xTm3ISrnx0O7N { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15297;line-height:1.6;letter-spacing:0;top:28.375rem;left:40.875rem;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; }
#MTdkPgZhiPGA8oV30QhlDMDbAu1I9iae { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15200;line-height:1.3;letter-spacing:0;top:24.0625rem;left:24.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykggFPx4O143fqqnyrZxXP5Ky8RpXiO0 { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:24.875rem;left:42.375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ.adaptive-delivery-prevent-bg, #uHsS567qi4tvvwsivohKyI0JSl7CIMCQ.lazyload, #uHsS567qi4tvvwsivohKyI0JSl7CIMCQ.lazyloading { background-image: none; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container { background-color: transparent; background-image: none; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container > .video-iframe-container { display: none; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row > .video-iframe-container { display: none; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .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); }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container { border-width: 0; border-radius: 0; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row > .video-iframe-container {  }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#x4W32TB6IKg1nJZaKhb1ndP5qCTyptse { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.4375rem;left:45.6875rem;display:block; }#x4W32TB6IKg1nJZaKhb1ndP5qCTyptse.adaptive-delivery-prevent-bg, #x4W32TB6IKg1nJZaKhb1ndP5qCTyptse.lazyload, #x4W32TB6IKg1nJZaKhb1ndP5qCTyptse.lazyloading { background-image: none; }
#VTGWirLoXIoigT23GT3KQWkqOOZhri9K { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.0625rem;left:46.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THBW5BzZ4oVf04y4JiiJPFt8B4p0DOeK { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.1875rem;left:48.4375rem;display:block; }
#osKECJzi5tzPyDLnrJT4uZsGUSdXTfJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OiMONv1F2U6LmlLqJie5t637UOXRaENP { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.6;letter-spacing:0;top:13.75rem;left:45.6875rem;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; }
#xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.4375rem;left:15.0625rem;display:block; }#xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU.adaptive-delivery-prevent-bg, #xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU.lazyload, #xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU.lazyloading { background-image: none; }
#EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.1875rem;width:13.6875rem;top:5.875rem;left:0.5rem;display:block; }#EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv.adaptive-delivery-prevent-bg, #EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv.lazyload, #EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv.lazyloading { background-image: none; }
#GTUPvV85X6iECFfVyKxuKL8K1gfFpLz5 { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.625rem;left:1.75rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TU1tFgMTif1AoDEgfa4PuImks220kLzG { color:#a0111b;display:block;width:14.3730625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.6;letter-spacing:0;top:14.6875rem;left:0rem;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; }
#moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:6.25rem;left:30.8125rem;display:block; }#moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39.adaptive-delivery-prevent-bg, #moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39.lazyload, #moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39.lazyloading { background-image: none; }
#z2FRGliB4q3FaHTK5mSwipzWVi66qZaN { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15136;line-height:1.6;letter-spacing:0;top:14.0625rem;left:30.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; }
#aSzbkUcNpC3mlFzzOJIvpThyCxUA3dlW { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:9.8125rem;left:32.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8wPoBn9RXnMkolZ8TfHtdfZH1QMkv8B { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.8095703125rem;left:17.40625rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#QzTqh91ELsVInbAfKilm8v3p8rVeXoNw { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.1875rem;left:17.75rem;display:block; }
#PatCCrbmUTPBsiZ7PIqiasDSFulQPx3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSamfzJssKLKF1mCWDvJ3HOVHF2OHwMx { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:16.1875rem;left:2.8125rem;display:block; }
#HPFnBVlFUJ1xCCuDrcudAsfEixEKPDLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCa2TsauKdOrpJkwGNNqRl3r6lqNJTen { background-color:#df4a8d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:8.8095625rem;height:2.74805rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:16.3125rem;left:33.625rem;display:block; }
#kTNQQq2Dzk3MGQFs1Q5HZcau6ttzwghQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOsrZPSVNk1M54W5OweyMq9gMxfxHi0W { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.0625rem;left:16.25rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHP4ahz7wyMIJAq4dpWwoZwDIDKX2TQx { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:14.0625rem;left:14.875rem;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; }
#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { background-color: transparent; background-image: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container > .video-iframe-container { display: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container { display: none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .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); }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { border-width: 0; border-radius: 0; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row > .video-iframe-container {  }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.0625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:16.0625rem;left:42.5625rem;display:block; }
#aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:16.0625rem;left:45.1875rem;display:block; }
#EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:16.0625rem;left:47.875rem;display:block; }
#CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { box-sizing:content-box;color:#172595;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:15020;top:12.3125rem;left:51.1875rem;display:block; }
#arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.625rem;left:51.125rem;display:block; }
#WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { box-sizing:content-box;color:#172595;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:15.875rem;left:51.125rem;display:block; }
#kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.0625rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:41.5rem;height:2.4375rem;top:4.6875rem;left:3.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { top:0.6875rem;left:11.34375rem;width:22rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:31.125rem;height:9.75rem;top:0rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:22.3125rem;height:9.75rem;top:5rem;left:0.59375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:28rem;height:4.3125rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:6.875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:10rem;height:10rem;top:26.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:6.6875rem;height:8.625rem;top:26.5625rem;left:17.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTBavBf5GmqPX91B107i6RuNUpTamxX { top:39rem;left:23.875rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { width:21.0625rem;height:2.125rem;top:39.375rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 {  }
 }@media only screen and (max-width: 763px) { #pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM {  }
 }@media only screen and (max-width: 763px) { #a1rADxahSNkbmFZwkOT6TlSlJpA1WNOk { top:8rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:47.75rem;height:3.625rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { width:9.375rem;height:0.125rem;top:4.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLu9VfFA2Vu7CxQw5lHalguBhfxkdTUa { top:5.375rem;left:29.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeKWFosQdhGlRonGHmQdsZWUqvceifdu { display:block; }
 }@media only screen and (max-width: 763px) { #xllnETKRuWddIuJTSCrQ8H8EOZkud3FZ { top:5.375rem;left:4.03125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auWLvFVrZirKbnKkcW3oMnOdLInkAzAV { display:block; }
 }@media only screen and (max-width: 763px) { #O5zyRpQL1K7PUa3VJbbrGcGwT5Xs8MLH { top:10.25rem;left:29.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6JzgVPt8BGvnE90GTUpGeyNlcAuqL9X { display:block; }
 }@media only screen and (max-width: 763px) { #A8JnpRSw87TnPk7gb5cKzBl6UZe6l4hm { top:10.25rem;left:4.03125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiys3Jg7zG65PBf2bcZTgbLzmZXQBxCd { display:block; }
 }@media only screen and (max-width: 763px) { #f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { display:block; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM { width:14.375rem;height:10.6875rem;top:2.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2GaA4XFe0L99U7JHkhJHKRvTQwLVqK { width:11.8125rem;height:1.4375rem;top:5.3125rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1gOsMstF9dsDeQVTQhJDBgsBxNgP9Hy { top:7rem;left:35.3125rem;width:12.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFqrA01KzZml4Rkh0ElDc65KvvLRboFn { width:14.3125rem;height:;top:10.375rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv { width:14.375rem;height:10.6875rem;top:2.3125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs0L3Gan8XLOUuyyJX2cfnWVgCE3gX1q { width:11.8125rem;height:1.4375rem;top:6rem;left:18.1240234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXBCTVohyzAnLEh9NNmB4qKOuoehJCuP { width:14.3125rem;height:;top:10.25rem;left:16.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEokDiP3taW7eAU8iSyLWqS5bFK6L268 { width:8.75rem;height:2.6875rem;top:13.0625rem;left:38.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqzHSPHfxxdi4X9CWRL3BMWGcRDkwg11 { display:block; }
 }@media only screen and (max-width: 763px) { #fhO9QCS0DEP959VlFv7lUtU6ysyu56Zy { width:8.75rem;height:2.6875rem;top:13.0625rem;left:19.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrZ4tioCOoQlCRwKBzVvQx2XnqcKWTt { display:block; }
 }@media only screen and (max-width: 763px) { #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB { width:14.375rem;height:10.6875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyhHqEDV5TmoIcbRwnXzEVkTiPemRH39 { width:11.8125rem;height:1.375rem;top:5.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGnVNtvMIBadTTyqllhTfGTiw9kMa4VD { width:14.3125rem;height:;top:9.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMvPvw5eP78QG1xHm1O0Ri8mS6Wcmex7 { width:8.75rem;height:2.6875rem;top:13.0625rem;left:0.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxCbS0Xpmp6OMCK2RQ66EUdPUmFh4TzQ { display:block; }
 }@media only screen and (max-width: 763px) { #Sw5xyKeHOq4oFHKbnGEGMmiRgveXJwfk { width:8.75rem;height:2.6875rem;top:26.4375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssLoFZZGHmx67aPU78tqRpkRaGBAmGg { display:block; }
 }@media only screen and (max-width: 763px) { #SPuTQf3XLF9SMSA8gd6yLlGqF3xwbwiQ { width:8.75rem;height:2.6875rem;top:26.4375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXCQf7mEf96c9fe0zyJi312pB6isreRL { display:block; }
 }@media only screen and (max-width: 763px) { #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT { width:14.3125rem;height:10.6875rem;top:15.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI { width:14.3125rem;height:10.6875rem;top:15.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poxeMGxykmyOeFE8Te00rdCVaGROp2hK { width:14.3125rem;height:10.6875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTVk0UhsgbGSVIL6TGMm9SCKk8rGW2Z2 { width:8.75rem;height:2.6875rem;top:26.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzzfOsAsVoi9KeOhVG8pe2PBQnX8hy2k { display:block; }
 }@media only screen and (max-width: 763px) { #F24mO2SToNM0iPZMf77Dd74GnBISxkgC { width:14.3125rem;height:;top:23.6875rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiEPOIWGgy01VJ1Po0PJolM3Haz6ZEnX { width:14.3125rem;height:;top:23.625rem;left:16.4365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRMkG6TO41uEIcPo8Ve7qBZyFWdmAvi9 { width:14.3125rem;height:;top:23.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxlTCTpdhpmap4nR74zVnWT62gp7eHm3 { width:11.8125rem;height:1.4375rem;top:19.3125rem;left:17.99951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6fNbXfzseoGx34kguSlUf8EpeTPA40T { width:11.8125rem;height:1.375rem;top:19.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7bHaa9clKeNHwqudJ3OUT51DLeuKe9 { width:11.8125rem;height:4.375rem;top:18.5625rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7SNvSITDEhvyWfN8cbOOdTzeoifgR9i { width:8.75rem;height:2.6875rem;top:40.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9dUksAuPR0el4bqCt3ZTBzNE4ckDEQ { display:block; }
 }@media only screen and (max-width: 763px) { #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB { width:14.375rem;height:10.6875rem;top:29.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6 { width:14.3125rem;height:10.6875rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxT8IBZuKKf12LE5FBGoKH9iefyNPkoU { width:8.75rem;height:2.6875rem;top:55.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmpcHD3NAmulOEfUSGi1uTgd2XpTFQv5 { display:block; }
 }@media only screen and (max-width: 763px) { #hm3HHvKISnuMxXBBbV6uciHWMWgqMl4q { width:14.375rem;height:1.5rem;top:38.0625rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA9EPouZuxocN9rOCdkTqQ9diTDXIR6i { width:14.3125rem;height:;top:52.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGu2oga2xINvnBNA4pFNfzVwDJ493qr0 { width:11.875rem;height:4.375rem;top:33.5rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTWxlaI61oVG3XkKnGd6VEQCR5JlRtiW { width:11.8125rem;height:2.75rem;top:48.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc { width:14.3125rem;height:10.6875rem;top:30.3125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR7TyMECHd1QAITlpAt2IEod13EfACgE { width:14.3125rem;height:;top:38.9375rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRt0EhVqMRo0IC9SHZoFTpiSERFTG4E { width:8.75rem;height:2.6875rem;top:41.125rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPMBOusgSODzuGS9EKIqq2a7EvaeSbD1 { display:block; }
 }@media only screen and (max-width: 763px) { #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5 { width:14.3125rem;height:10.6875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaW5agMiID9coPouKdmUzVaasCmkgVfD { width:14.3125rem;height:;top:37.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWwtTfsKi6DBnqtkZ2WL0bzIFJvZg7iE { width:8.75rem;height:2.6875rem;top:41.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUPesJmT1ds76bA3H5cuJZ3fAMDJCTc { display:block; }
 }@media only screen and (max-width: 763px) { #IAeXZOxBKRxnhrM3IOsGAHs5r77RhNbC { width:11.8125rem;height:5.8125rem;top:33rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlMeTAwBMwwL0g78b3e17TPXstO3k6c { width:11.8125rem;height:2.75rem;top:33.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkiBL04mfEGXSStMlPyD5I9ezL5yU2cp { width:8.75rem;height:2.6875rem;top:83.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0KTsNdxPIhISEBQxbMPJJhT25FZWdPi { display:block; }
 }@media only screen and (max-width: 763px) { #ZFxi7yFFLKT6nfTiUlHgc2xwOd4NfhJB { width:8.75rem;height:2.6875rem;top:83.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAFCli4k5rOpuz2nILyhSvZXsi3MVqfi { display:block; }
 }@media only screen and (max-width: 763px) { #dPZC7RySZiZT778UqNxck211vPJlkTl8 { width:11.5625rem;height:8.5625rem;top:74.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI { width:11.625rem;height:8.625rem;top:74.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNF1DZsDIDEXKTa1NzPGweNcBJManTz8 { width:14.375rem;height:1.5rem;top:81.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob1tRiQI9lbAaTmhku3nBfQV2JmhfBp1 { width:14.375rem;height:1.5rem;top:81.8125rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsn77HhvIJ3XO086xyLoTnXwANSc11vB { width:11.875rem;height:2.875rem;top:77.4375rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUTs4JvU81ey23sQw4ar29kLbowWBzT { width:11.8125rem;height:2.875rem;top:77.8125rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFKckOgZcuZ64UfXBEQWli0rDkJAF0md { width:8.75rem;height:2.6875rem;top:70.25rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh2ng1DD1uNBIlhMxdee3cpW65Bn6JzS { display:block; }
 }@media only screen and (max-width: 763px) { #lMnGefHdSlHWJHV20TpaR0af6bbaPEnb { width:8.75rem;height:2.6875rem;top:70.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNJZ92WgVEHAnHEyapxeB48mHGvLx457 { display:block; }
 }@media only screen and (max-width: 763px) { #K4xOSgCl753bWm3MEJBGxfGko5eoEPTl { width:14.375rem;height:10.6875rem;top:59.4375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP { width:14.375rem;height:10.6875rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y { width:11.6875rem;height:8.6875rem;top:74.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiVZVKu5uiQmEEBScshISOISIJdKC0Zp { width:8.75rem;height:2.6875rem;top:83.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGVxUdTy0XeDh91O1ReaBLFbRt7WTN7u { display:block; }
 }@media only screen and (max-width: 763px) { #obnEtXwFnTXocv8mwpBRtZrcCmTDgGV2 { width:14.375rem;height:1.5rem;top:81.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfdQX3u0cW8TxmkLGFiFyP9CEgIQnpf6 { width:11.875rem;height:2.75rem;top:77.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we { width:14.375rem;height:10.6875rem;top:59.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxBD6TxmUJBpnafmtkfRtMlZT8zvcCFF { width:14.375rem;height:1.5rem;top:68rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKpcbtUcuKcuyC86HxQRvOT78XPRkvqU { width:8.75rem;height:2.6875rem;top:70.3125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq1KIPC3T2ZMxJXeszZt9SHg5Vu3vKSz { display:block; }
 }@media only screen and (max-width: 763px) { #BGKJJJ7p2K62CPmnPlOJ4evltz6NVFmf { width:11.875rem;height:1.4375rem;top:61.375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxMWyKrbT5DHZ7sr0PvhwoSTqcdL9BvD { width:14.375rem;height:1.5rem;top:67.5625rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vry5SzTHJz0wOMwoFyw5Bv9hS4pn7LWo { width:14.375rem;height:1.5rem;top:67.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZKBcKJfc8DCLMJFBeTbTm43LUWbr8mh { width:8.75rem;height:2.6875rem;top:55.1875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBgogwexG1VGJtpatgD5FLVPNkiOVbAs { display:block; }
 }@media only screen and (max-width: 763px) { #CaMekJNIzgnGDP8P1TmJgKx3rAZoZtX3 { width:8.75rem;height:2.6875rem;top:55.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5dFGAGaGTyTEg0i7Myp370JwoCPKof { display:block; }
 }@media only screen and (max-width: 763px) { #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk { width:14.375rem;height:10.6875rem;top:44.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAAwkTe8dX71TlZn2FWaicr47mLb3COL { width:11.875rem;height:2.875rem;top:48.1875rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbidViWQBSTl7qHP7epT63OykOApb1od { width:14.375rem;height:1.5rem;top:52.375rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWQvOMp1or4538kakNyTTndSJBn2o6qe { width:14.375rem;height:10.6875rem;top:44.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8rEsSa6Qs7X0gesfXwkKvz2POKOWQph { width:14.375rem;height:1.5rem;top:53.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9OMsy3fIk2dqIVO8fVhDiPT5SAHrqQs { width:11.875rem;height:1.4375rem;top:62.4375rem;left:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3lP0iuXVaZQwgxQbmlw9k0Gg11fboP { top:64.125rem;left:18.1875rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFUbBz3p5xflLQuqTImFCWXpIn2EnRMf { top:64.0625rem;left:0rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCHz92blQDvKp9RSShuBLr60Ll634lvu { width:11.875rem;height:1.4375rem;top:62.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prhd2BtK2trXH6locMymXPfZEnJvZ6zf { width:11.875rem;height:1.4375rem;top:46.9375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrriEMGPyucW8IATWSKarRzdagg2ye1k { top:48.5625rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXr1xy3TgrApTGg6XnUi9BrmuINtPAdM { top:63.5rem;left:35.3125rem;width:12.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzDeT2n2fHko0b8GOyDT8spn0bnoNBcV { width:8.75rem;height:2.6875rem;top:83.625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9KZSnq7FGkVqZ0MxfIOAuyMqT26cDSR { display:block; }
 }@media only screen and (max-width: 763px) { #zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt { width:11.625rem;height:8.625rem;top:75rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWXs9EqU7zHQmNxIDDq9ndbRzZkEeg79 { width:14.375rem;height:1.5rem;top:81.9375rem;left:23.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMJHDOPgXaXHcIt3Snl5TitUfuQZAGsi { width:11.875rem;height:2.875rem;top:77.5625rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo { width:14.375rem;height:10.6875rem;top:88.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcapaARHeD4CO9dSTvhsKsxfRTDHmr75 { width:14.375rem;height:1.5rem;top:96.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAAcpNwJCKKqnkzDqTC3DgAr80U9X0T8 { width:11.875rem;height:4.375rem;top:91.625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASIhyCMACIWdsmgFhTv1nQq2iI2io02U { width:8.75rem;height:2.6875rem;top:99.4375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOOwdUv6GunfFfWtDarQ4bHvcUrqcZM { display:block; }
 }@media only screen and (max-width: 763px) { #dIEVti2tTg1orNXABwe4FMAn8V141skA { width:14.375rem;height:10.6875rem;top:88.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxO7Q7Tn5EIXCMMAC4TrxV3Ts1wVcNTf { width:14.375rem;height:1.5rem;top:96.625rem;left:16.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQNOCmHGl27Z0XgrobZZMuLMqS6wizVK { width:11.875rem;height:2.875rem;top:92rem;left:18.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqALAVVNUo6r2htwHnnP87dFarQEGoeC { width:8.75rem;height:2.6875rem;top:99.4375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3c4fCw1tm2qpWQ0yhToo3avvPSoORM { display:block; }
 }@media only screen and (max-width: 763px) { #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8 { width:11.5625rem;height:8.5625rem;top:103.625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2 { width:11.625rem;height:8.625rem;top:103.625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQXP2lTlmKxDQPEw8oyJ3aqLEVMHTzS8 { width:11.8125rem;height:1.4375rem;top:106.5625rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF { width:14.375rem;height:10.6875rem;top:88.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH41dqS2bb4lokCL5w7243G3zMSoke14 { width:8.75rem;height:2.6875rem;top:99.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCsQufTOVXsc3nu4RgR1cEhiAsgmLKvm { display:block; }
 }@media only screen and (max-width: 763px) { #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA { width:11.3125rem;height:8.375rem;top:103.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZL0UUUFsTndAHDH5JcmuW1haxiqRlKN { width:11.875rem;height:1.375rem;top:106.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrvV3mZS7KyuUULTsKPqmHPqMF0SSdU { width:14.375rem;height:1.5rem;top:96.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1qEuyQZWI8HHpmknUsBAIeiSpJIoVv { width:11.875rem;height:1.375rem;top:93.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcvzBNMaAihFQTGtwFoOTgQyKUBph6Ho { width:11.875rem;height:1.4375rem;top:106.6875rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdT2xr47QeTLk4TXk4KEC5X4kC9nXMJ { width:8.75rem;height:2.6875rem;top:112.375rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaPtc9nxneatSsyZP01R48TGkOR2Ehp { display:block; }
 }@media only screen and (max-width: 763px) { #pcUQzPvxNMqpa80IfBeacle9NSEQVRWT { width:14.375rem;height:1.5rem;top:110.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhK71bxy8t9Su84HZscQoduAvf5RU1Ro { width:8.75rem;height:2.6875rem;top:112.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkF40ttJL3SAcxeT8IkhBKbXqpdMbG8A { display:block; }
 }@media only screen and (max-width: 763px) { #DUZiS4SlzNlbT7yO1bfwp8SdMJUrD70p { width:14.375rem;height:1.5rem;top:110rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwPBpZCRELfAKIipkVNm0J5Phd1EhTIp { width:8.75rem;height:2.6875rem;top:112.25rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZRqP5wNE2OsTCbU8xad9oe9TrcztHGO { display:block; }
 }@media only screen and (max-width: 763px) { #R0LThuKEdz6TBOqLMRSXfvf00FGk9EAO { width:14.375rem;height:1.5rem;top:110.5625rem;left:16.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAa3tHuDpSULGBTnGETiyHPNartOpswL { width:14.375rem;height:10.6875rem;top:117.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvDXdwgQrBOcgqZzGuJwMZ8UadKMRDCs { width:11.875rem;height:5.8125rem;top:119.625rem;left:35.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC1b1RILmWVUnQ49hSuWuUeXBXCtqSa0 { width:14.375rem;height:1.5rem;top:125.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9vxrzfUdMRKH2WHVaSvzPfFJMA2HeX { width:8.75rem;height:2.6875rem;top:128rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGC0uEw8gSXFHvvGtOOqNa2y8tCxqg0K { display:block; }
 }@media only screen and (max-width: 763px) { #VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf { width:14.375rem;height:10.6875rem;top:131.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl { width:14.375rem;height:10.6875rem;top:131.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1WpHOep1wShmIGEvZA7Tc9fR82Bknp9 { width:8.75rem;height:2.6875rem;top:128rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUV85Tshfc6mTLkJzqNEpZATkfuWJ6hJ { display:block; }
 }@media only screen and (max-width: 763px) { #fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan { width:14.375rem;height:10.6875rem;top:117.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edq8oi7LzJm11QV1ileoFW39svehXG2t { width:11.875rem;height:2.875rem;top:121rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhu8RW7pl1QvIWPRAvOElNq4UKVbNcsu { width:14.375rem;height:1.5rem;top:125.1875rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlnRzx53ehQ3wkuCg3NrPmn4eDwRPcn9 { width:11.875rem;height:1.4375rem;top:133.5625rem;left:35.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbS9HWnIxPXq7Qp3WJ8rT1TPogW4ebtE { top:135.25rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzkxfZDTKWZSeJP6IOB3g7wWeCNQFQO { top:136rem;left:16.3125rem;width:12.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahHdkt9WV4l44vsSBDAwd9Da30uIN9Ry { width:11.8125rem;height:1.4375rem;top:134.5rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh { width:14.375rem;height:10.6875rem;top:131.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Fwi48Dnx0H45xVXP5TU552giWw6ZOT { width:14.375rem;height:1.5rem;top:140.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fae5XnHfkpJUGdHRCGKtt66gSkpsNTWq { width:14.375rem;height:1.5rem;top:140.4375rem;left:15.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAuTfWLogoDhnBDzcFsQHk0XtJ9Af230 { width:14.375rem;height:1.5rem;top:139.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK5AabA8ZOdTTGMNTiEzB4SLvhqLtLmm { width:11.875rem;height:4.125rem;top:135.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs4qN9IcgVXW3VFlcVJud8mQtWbUwXuZ { width:8.75rem;height:2.6875rem;top:128rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrieRQC7LMyhpHRtgohxCcogQT48bcHR { display:block; }
 }@media only screen and (max-width: 763px) { #pWih0sObVTRJvZHXqMbdTtdlsuHgyitH { width:14.375rem;height:10.6875rem;top:117.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESf3TQJaHxSJXLdR7Je5HJH0e0URWlIk { width:14.375rem;height:1.5rem;top:125.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klpWhwOf5D6fHvdD7PODLpBiJwbT6Qzo { width:11.875rem;height:1.4375rem;top:119.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pronla3VfskHqpltTG0Om1N3axTDEMVs { top:121.3125rem;left:0rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3QhV4aCiP7uDTA4OuGgWGLIr92eyUcu { width:8.75rem;height:2.6875rem;top:142.75rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwr0yomlBBwdoXTqrDEe91ScAfOWtDfC { display:block; }
 }@media only screen and (max-width: 763px) { #cNfcmdKtIomnzvdXxaxgzQeXPtCxvNON { width:8.75rem;height:2.6875rem;top:142.75rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMwwy4Af8AOwSQTTpyN32xtWsvCx6Ozn { display:block; }
 }@media only screen and (max-width: 763px) { #Ssmn8aKDLnD2peJTZpPAQysNN8wgWarh { width:8.75rem;height:2.6875rem;top:142.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHT8HiyuFWvUmmtmi40sm2ZBCTP8e5N { display:block; }
 }@media only screen and (max-width: 763px) { #Gh8ZSkknWhHiTRpgagZ0amrsxKrANw1W { width:8.75rem;height:2.6875rem;top:155.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro76acMMPphKoB5POUXZVlOlH56PNLGV { display:block; }
 }@media only screen and (max-width: 763px) { #hlu6eehOXbB5lvGCgvUOUJvM0NRUJegl { width:8.75rem;height:2.6875rem;top:155.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIhhGn56DATtKNRfw12o3Fv624Zl3kEn { display:block; }
 }@media only screen and (max-width: 763px) { #o69FmK5VZtkLb2s2otavTFdF9tPfCfqA { width:11.5625rem;height:8.5625rem;top:146.75rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8 { width:11.625rem;height:8.625rem;top:146.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAtbl3BgJLSfDdPwn17kTxgma4JW9KDt { width:14.375rem;height:1.5rem;top:153.875rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv1f19xeihKd4Qd55pEIf6yrml7kuoqT { width:14.375rem;height:1.5rem;top:153.8125rem;left:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4aQiVyTvh54lOxRPbPOVfxZnVnZB4K8 { width:11.875rem;height:2.875rem;top:149.875rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3k5ueHC88TUGJOZMFakZHyJOq6mryN0 { width:11.8125rem;height:2.875rem;top:149.75rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT { width:14.375rem;height:10.6875rem;top:145.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy9x8K9ay6tq0p21VRBugXoKO6h1092s { width:14.375rem;height:1.5rem;top:154.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScvTrbTcMxIc0pCdpzSFXrUmoIVPmxEG { width:8.75rem;height:2.6875rem;top:156.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3AMMXGOIPwcJxyX5B3k9N7y5iI8Spca { display:block; }
 }@media only screen and (max-width: 763px) { #L43zxmHnxiMus7cbJQO3sekdGiyW9Iwz { width:11.875rem;height:1.4375rem;top:149.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b28LEp6WoPGmEgLoEluIySVQRrBWKTtq { top:150.8125rem;left:0rem;width:12.5rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ntJg5MVTaEETAnSEA9VuO2q2sDwUnk { width:8.75rem;height:2.6875rem;top:156.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLPCovgsMTEzJkndUtfE7GgQVnfOiuUe { display:block; }
 }@media only screen and (max-width: 763px) { #m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v { width:14.375rem;height:10.6875rem;top:145.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEuZHqhmdCzRCM0M0y8WmMHE8qSElnr0 { width:11.8125rem;height:1.4375rem;top:150.125rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKoWsr0UgxlbaeZsJNeHFTm3pfsKAxiS { width:14.375rem;height:1.5rem;top:153.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE6cOExBl3iL2mX1PWrGAITlezDaHOWK { top:0rem;left:9.5888671875rem;width:25.375rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzIbOE13mws9pud7IOghExHL7Va1fGuy { display:block; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem { width:14.3125rem;height:10.6875rem;top:5.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUyWkeizHnw33OcGXl4fSJLvrPQII9kB { width:11.8125rem;height:2.875rem;top:10.25rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7KnqIwK97y5nnktgEGfSkMplLtAvPTp { width:8.75rem;height:2.6875rem;top:16.3125rem;left:37.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhG2lIfARq4Uiw0JnfUlK2aHmpKch5My { display:block; }
 }@media only screen and (max-width: 763px) { #MRaGMsANltCO6ZsWGV7hONSXL3FQCp9I { width:14.3125rem;height:;top:13.6875rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc { width:14.3125rem;height:10.6875rem;top:5.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4yCHybU8CTQOensnqo50IMWBmBnpcE1 { top:0.875rem;left:13.65625rem;width:20.375rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb { width:14.375rem;height:10.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNtFTwqSSLf7wVhrPzPbHv7NPmExLog { width:11.875rem;height:2.75rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh44MzX8yq6WmwZC4CeJRk87xob9Vrg4 { width:14.375rem;height:1.5rem;top:13.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQT86gsEO9EHi0QLrruGHdPO5Oq86yh9 { width:8.75rem;height:2.6875rem;top:16.3125rem;left:19.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmHyeN1ZniA8n7UqAqVlsPrcVx9aE7eW { display:block; }
 }@media only screen and (max-width: 763px) { #u9b7ciUwLMd1OmqKOkFAaxS6XvqGAq68 { width:8.75rem;height:2.6875rem;top:16.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNUDiWIsdAboMoSx2yNTNntIRXoMlIn { display:block; }
 }@media only screen and (max-width: 763px) { #kw7oh7vVhQwMDmieZbcQyfCLnIHWa8r0 { width:11.875rem;height:4.375rem;top:8.3125rem;left:18.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C16yDPTifzf4oPPCGTUCwbIAJUIKCtNb { width:14.3125rem;height:;top:13.875rem;left:16.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfRpNJQXtVl39Fxx26XU9N219rF8QViM { display:block; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyh63XABBtDQiXfnFWhL9t53X86uQeLD { width:14.3125rem;height:10.6875rem;top:5.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6FIcuIggWS1wkZoesBftT3WquyMsLB { width:11.8125rem;height:2.875rem;top:10.25rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGAZla7JhyTyVzoFPcXeWoaVDq2WiNr { width:8.75rem;height:2.6875rem;top:16.3125rem;left:37.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viu7AUooQGftztgH5t3uTnp2R852qFFB { display:block; }
 }@media only screen and (max-width: 763px) { #z3fOIrVGEPe645S9D1dPylf4DCq78o3e { width:14.3125rem;height:;top:13.6875rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt { width:14.3125rem;height:10.6875rem;top:5.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Gvi33De653vccpDqOQmMr2KV0bNm7u { width:14.3125rem;height:10.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7gnOZkRSaPwoM8wkUR67fc88LtJEkng { width:11.8125rem;height:2.875rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z72GkuANeV5ncxGmx0FNScD9kg9zBIyB { width:14.3125rem;height:;top:13.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwyUvT5T5HQllMTVSrAs5OZhmfiEmTzy { top:1rem;left:10.244140625rem;width:24.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx { width:14.375rem;height:10.6875rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5POMClGPHTeKvp6BIPMMQ5R95fr3CGZ { width:11.875rem;height:2.75rem;top:24.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aluzJVAGvc8TZwIb5eBlSnL7AgVEIqva { width:14.375rem;height:1.5rem;top:28.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ8NiT4d431oK45v4nVB8Xt3DzQ6ofGo { width:8.75rem;height:2.6875rem;top:16.3125rem;left:19.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK3bbo4nlZQ6MmWHreEZfcBzaOqV5PUM { display:block; }
 }@media only screen and (max-width: 763px) { #obf878ee2PmelBTCV25D6CQml7Zut8to { width:8.75rem;height:2.6875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8FGWrNErKzTUsXlLMGRuT64zKBmf6S { display:block; }
 }@media only screen and (max-width: 763px) { #E06SNntsnQQS2F10slenrMyZ3rBtdFyk { width:8.75rem;height:2.6875rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxP11FToTpfwaHDsFkhNa5ZLc4xlDFSV { display:block; }
 }@media only screen and (max-width: 763px) { #uAUQMUZM3aZ58HFsQ8M43GVVnvfZNwlr { width:11.8125rem;height:1.4375rem;top:10.25rem;left:17.9365234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkkx99G7VbZxrsGgXwubOZPe9H2To9q5 { width:14.3125rem;height:;top:13.875rem;left:16.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTWIpLgKkVP3FdyJ6UiFBncC0kCB2kqu { width:8.75rem;height:2.6875rem;top:31.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIpTI3rTdv8HaV9rAsFkG99GQ6DftfC { display:block; }
 }@media only screen and (max-width: 763px) { #M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq { width:14.375rem;height:10.6875rem;top:20.3125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqS1177EmSBQSBDrFRnk2z4bSfoxW8P3 { width:14.375rem;height:1.5rem;top:28.25rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzGnAcWPBLk4zRzV9fWESr9KXFThVrJU { width:8.75rem;height:2.6875rem;top:31rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQFvqnIB8J7gImU6Pt4VGnHeX6oDo7T9 { display:block; }
 }@media only screen and (max-width: 763px) { #sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu { width:14.375rem;height:10.6875rem;top:20.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Z6teEQPIgdGgPeB86xTm3ISrnx0O7N { width:14.375rem;height:1.5rem;top:28.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdkPgZhiPGA8oV30QhlDMDbAu1I9iae { width:11.875rem;height:2.875rem;top:24.0625rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykggFPx4O143fqqnyrZxXP5Ky8RpXiO0 { width:11.8125rem;height:2.875rem;top:24.875rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHsS567qi4tvvwsivohKyI0JSl7CIMCQ { display:block; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4W32TB6IKg1nJZaKhb1ndP5qCTyptse { width:14.3125rem;height:10.6875rem;top:5.4375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGWirLoXIoigT23GT3KQWkqOOZhri9K { width:11.8125rem;height:2.875rem;top:10.0625rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBW5BzZ4oVf04y4JiiJPFt8B4p0DOeK { width:8.75rem;height:2.6875rem;top:16.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #osKECJzi5tzPyDLnrJT4uZsGUSdXTfJe { display:block; }
 }@media only screen and (max-width: 763px) { #OiMONv1F2U6LmlLqJie5t637UOXRaENP { width:14.3125rem;height:1.5rem;top:13.75rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU { width:14.3125rem;height:10.6875rem;top:5.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv { width:13.6875rem;height:10.1875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTUPvV85X6iECFfVyKxuKL8K1gfFpLz5 { width:11.8125rem;height:5.8125rem;top:8.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU1tFgMTif1AoDEgfa4PuImks220kLzG { width:14.3125rem;height:1.5rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39 { width:14.3125rem;height:10.6875rem;top:6.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2FRGliB4q3FaHTK5mSwipzWVi66qZaN { width:14.3125rem;height:;top:14.0625rem;left:24.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSzbkUcNpC3mlFzzOJIvpThyCxUA3dlW { width:11.8125rem;height:2.4375rem;top:9.8125rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8wPoBn9RXnMkolZ8TfHtdfZH1QMkv8B { top:0.75rem;left:11.28125rem;width:25.1875rem;height:0;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTqh91ELsVInbAfKilm8v3p8rVeXoNw { width:8.75rem;height:2.6875rem;top:16.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PatCCrbmUTPBsiZ7PIqiasDSFulQPx3n { display:block; }
 }@media only screen and (max-width: 763px) { #hSamfzJssKLKF1mCWDvJ3HOVHF2OHwMx { width:8.75rem;height:2.6875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPFnBVlFUJ1xCCuDrcudAsfEixEKPDLZ { display:block; }
 }@media only screen and (max-width: 763px) { #oCa2TsauKdOrpJkwGNNqRl3r6lqNJTen { width:8.75rem;height:2.6875rem;top:16.3125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTNQQq2Dzk3MGQFs1Q5HZcau6ttzwghQ { display:block; }
 }@media only screen and (max-width: 763px) { #QOsrZPSVNk1M54W5OweyMq9gMxfxHi0W { width:11.8125rem;height:2.875rem;top:10.0625rem;left:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHP4ahz7wyMIJAq4dpWwoZwDIDKX2TQx { width:14.3125rem;height:1.5rem;top:14.0625rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { display:none; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { top:16rem;left:36.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { top:16rem;left:39.0625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { top:16rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { top:1.125rem;left:0rem;width:13.5625rem;height:20.783037788197rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { top:12.25rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { width:3.1875rem;height:3.1875rem;top:7.5625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { top:15.8125rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -moz-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -ms-linear-gradient(180deg, #fbfcff, #efd6e6);background-image: -o-linear-gradient(180deg, #fbfcff, #efd6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#efd6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#efd6e6' );";background-image: linear-gradient(180deg, #fbfcff, #efd6e6);background-size:auto !important;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:19.6875rem;height:1.21875rem;top:3.51953125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #nEHo1g3xclLUGpJy5kspVWSec6diLNO6 { width:20rem;height:2.6704545454546rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -moz-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -ms-linear-gradient(180deg, #efd6e6, #ffffff);background-image: -o-linear-gradient(180deg, #efd6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd6e6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efd6e6, #ffffff);background-size:auto !important;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:20rem;height:5.8496125rem;top:0rem;left:0rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:18rem;height:5.6875rem;top:3.25rem;left:0rem;font-size:4.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:12.875rem;height:5.625rem;top:14.375rem;left:7.125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:4.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:7.375rem;height:7.375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:5.8125rem;height:6rem;top:12.625rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTBavBf5GmqPX91B107i6RuNUpTamxX { width:6.3125rem;height:2.375rem;top:51rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oskBFS3drFUO0NEKeqkzevIo9zATQ0Zs { width:15.375rem;height:1.59375rem;top:49.4375rem;left:2.25rem;font-size:1.0625rem;color:#650779;display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-text {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-select {padding-top: 0; padding-bottom: 0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:first-of-type{padding-top:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .widget-container:last-of-type{padding-bottom:0;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC  { width:17.25rem;height:auto;top:21.8125rem;left:0rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC {display:block;}#fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC { width:17.25rem;height:auto;top:21.8125rem;left:0rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UbPBPCFRpXz7AZrcxoE2wHaG7Fy1aJfE {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #o5XXdTFgHAoCt8oo059w0a6DyVSPUVvO { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #VGE8NV8FXVRoefr2kZk36OusE8xzK5sI {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #TMEz6VTgTW63U7FXMgnriMSLVgXXCGMw {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ANNlLK3kwprXU52fmMGtJgoxLPxFzaGx { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #qKGoHQsFbnnfrGD0LscTfMunK7M1P9uA {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #xNwIOr5AoSLiIyH5xCttnJUedQ2G7Bfi {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #ipSJyb3LUScD04ZJWwbG57xmNFcdH1Q0 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #XZlO09F6I7npFC5pzCpbQhSICum1dhDd {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #mCkC7c0n4wLJgGQraUevU1SLAzUIylxR {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #GKFJDqVp8SEe8BOvwcXXGdA4XK5vMN46 { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #UAiTBLDSc12M3B0JXKiuBQHtBTTt8U48 {  }
 }@media only screen and (max-width: 763px) { #pl8TSceNtVEWJik0oSf4zTLmcrpcQR0T { display:block; }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #hAIDR2dRlRcrt73x1Th95FTh87rnkU1K {  }
 }@media only screen and (max-width: 763px) { #fXcRvHFqQ5ozChRoASOebZ3EwKQg6ITC #nZaJzKQIkhs6GrEKNbqChu27A3QmTWDM {  }
 }@media only screen and (max-width: 763px) { #a1rADxahSNkbmFZwkOT6TlSlJpA1WNOk { width:16.25rem;height:16.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { background-color:#ffffff;background-image:none;display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { background-color: transparent; background-image: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .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); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:20rem;height:2.5996125rem;top:0.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { width:9.375rem;height:0.125rem;top:3.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLu9VfFA2Vu7CxQw5lHalguBhfxkdTUa { top:4.75rem;left:2.96875rem;width:14.0625rem;height:2.625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #MeKWFosQdhGlRonGHmQdsZWUqvceifdu { display:block; }
 }@media only screen and (max-width: 763px) { #xllnETKRuWddIuJTSCrQ8H8EOZkud3FZ { top:11.5625rem;left:2.96875rem;width:14.0625rem;height:2.625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #auWLvFVrZirKbnKkcW3oMnOdLInkAzAV { display:block; }
 }@media only screen and (max-width: 763px) { #O5zyRpQL1K7PUa3VJbbrGcGwT5Xs8MLH { top:7.96875rem;left:2.96875rem;width:14.0625rem;height:2.625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #a6JzgVPt8BGvnE90GTUpGeyNlcAuqL9X { display:block; }
 }@media only screen and (max-width: 763px) { #A8JnpRSw87TnPk7gb5cKzBl6UZe6l4hm { top:14.9375rem;left:2.96875rem;width:14.0625rem;height:2.625rem;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #iiys3Jg7zG65PBf2bcZTgbLzmZXQBxCd { display:block; }
 }@media only screen and (max-width: 763px) { #f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { display:block; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 { background-color: transparent; background-image: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container > .video-iframe-container { display: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row > .video-iframe-container { display: none; }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .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); }#f0hiHBMzP9dZKzfU3LTbBpayp0ig5al7 > .row .container { width:20rem;height:487.6875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM { width:14.375rem;height:10.6875rem;top:30.8125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.adaptive-delivery-prevent-bg, #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.lazyload, #RZTvEN635ATThUgQxHeyqwSPbQ5l4CzM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wx2GaA4XFe0L99U7JHkhJHKRvTQwLVqK { width:11.875rem;height:1.4619125rem;top:33.8125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1gOsMstF9dsDeQVTQhJDBgsBxNgP9Hy { width:12.5rem;height:3rem;top:35.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFqrA01KzZml4Rkh0ElDc65KvvLRboFn { width:14.375rem;height:1.21875rem;top:38.84375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv { width:14.375rem;height:10.6875rem;top:15.96875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.adaptive-delivery-prevent-bg, #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.lazyload, #r2qDZWQuE6SZp2IdnoBuIybn9E1McOXv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hs0L3Gan8XLOUuyyJX2cfnWVgCE3gX1q { width:11.875rem;height:1.4619125rem;top:19.90625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXBCTVohyzAnLEh9NNmB4qKOuoehJCuP { width:14.375rem;height:1.21875rem;top:24.25rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ZEokDiP3taW7eAU8iSyLWqS5bFK6L268 { width:8.7495rem;height:2.686525rem;top:41.4990234375rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqzHSPHfxxdi4X9CWRL3BMWGcRDkwg11 { display:block; }
 }@media only screen and (max-width: 763px) { #fhO9QCS0DEP959VlFv7lUtU6ysyu56Zy { width:8.7495rem;height:2.686525rem;top:26.65576171875rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrZ4tioCOoQlCRwKBzVvQx2XnqcKWTt { display:block; }
 }@media only screen and (max-width: 763px) { #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB { width:14.375rem;height:10.6875rem;top:2.0625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.adaptive-delivery-prevent-bg, #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.lazyload, #GO66t5m4Q7z3Vu4qwKgc6udk1DbG9BHB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eyhHqEDV5TmoIcbRwnXzEVkTiPemRH39 { width:11.875rem;height:1.3808625rem;top:5.625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGnVNtvMIBadTTyqllhTfGTiw9kMa4VD { width:14.375rem;height:1.21875rem;top:10.408203125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VMvPvw5eP78QG1xHm1O0Ri8mS6Wcmex7 { width:8.7495rem;height:2.686525rem;top:12.7490234375rem;left:5.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxCbS0Xpmp6OMCK2RQ66EUdPUmFh4TzQ { display:block; }
 }@media only screen and (max-width: 763px) { #Sw5xyKeHOq4oFHKbnGEGMmiRgveXJwfk { width:8.75rem;height:2.6875rem;top:71.3427734375rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssLoFZZGHmx67aPU78tqRpkRaGBAmGg { display:block; }
 }@media only screen and (max-width: 763px) { #SPuTQf3XLF9SMSA8gd6yLlGqF3xwbwiQ { width:8.75rem;height:2.6875rem;top:85.810546875rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXCQf7mEf96c9fe0zyJi312pB6isreRL { display:block; }
 }@media only screen and (max-width: 763px) { #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT { width:14.3125rem;height:10.6875rem;top:75.124025rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.adaptive-delivery-prevent-bg, #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.lazyload, #kVSJaEUbJtEKgsG64LD6UTbDxUrmQUyT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI { width:14.3125rem;height:10.6875rem;top:60.717775rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.adaptive-delivery-prevent-bg, #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.lazyload, #DVJrcx146MiDnV2SSFyo9SuX3PTMRdtI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #poxeMGxykmyOeFE8Te00rdCVaGROp2hK { width:14.3125rem;height:10.6875rem;top:46.311525rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#poxeMGxykmyOeFE8Te00rdCVaGROp2hK.adaptive-delivery-prevent-bg, #poxeMGxykmyOeFE8Te00rdCVaGROp2hK.lazyload, #poxeMGxykmyOeFE8Te00rdCVaGROp2hK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yTVk0UhsgbGSVIL6TGMm9SCKk8rGW2Z2 { width:8.75rem;height:2.6875rem;top:56.685546875rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzzfOsAsVoi9KeOhVG8pe2PBQnX8hy2k { display:block; }
 }@media only screen and (max-width: 763px) { #F24mO2SToNM0iPZMf77Dd74GnBISxkgC { width:14.3115rem;height:1.21875rem;top:84.09228515625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #LiEPOIWGgy01VJ1Po0PJolM3Haz6ZEnX { width:14.3115rem;height:1.21875rem;top:69.5595703125rem;left:2.84326171875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #nRMkG6TO41uEIcPo8Ve7qBZyFWdmAvi9 { width:14.3115rem;height:1.21875rem;top:53.874025rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #kxlTCTpdhpmap4nR74zVnWT62gp7eHm3 { width:11.8125rem;height:1.4619125rem;top:64.467775rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6fNbXfzseoGx34kguSlUf8EpeTPA40T { width:11.8125rem;height:1.3808625rem;top:49.874025rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7bHaa9clKeNHwqudJ3OUT51DLeuKe9 { width:11.8125rem;height:4.38574375rem;top:78.124025rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7SNvSITDEhvyWfN8cbOOdTzeoifgR9i { width:8.75rem;height:2.6875rem;top:143.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak9dUksAuPR0el4bqCt3ZTBzNE4ckDEQ { display:block; }
 }@media only screen and (max-width: 763px) { #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB { width:14.3125rem;height:10.6875rem;top:132.75rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.adaptive-delivery-prevent-bg, #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.lazyload, #K4buWxhR8QOWwntb8OI4NnxR5sAHdeKB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6 { width:14.3125rem;height:10.6875rem;top:118.375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.adaptive-delivery-prevent-bg, #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.lazyload, #uoe5yqT2g5CsCK34MF1bQJVMhiJhExz6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gxT8IBZuKKf12LE5FBGoKH9iefyNPkoU { width:8.75rem;height:2.6875rem;top:128.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmpcHD3NAmulOEfUSGi1uTgd2XpTFQv5 { display:block; }
 }@media only screen and (max-width: 763px) { #hm3HHvKISnuMxXBBbV6uciHWMWgqMl4q { width:14.3115rem;height:1.21875rem;top:141rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BA9EPouZuxocN9rOCdkTqQ9diTDXIR6i { width:14.3115rem;height:1.21875rem;top:125.9375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PGu2oga2xINvnBNA4pFNfzVwDJ493qr0 { width:11.8125rem;height:4.38574375rem;top:136.5rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTWxlaI61oVG3XkKnGd6VEQCR5JlRtiW { width:11.8125rem;height:2.76171875rem;top:121.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc { width:14.3125rem;height:10.6875rem;top:104rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.adaptive-delivery-prevent-bg, #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.lazyload, #k9KHnMRuWXAWcWTuErxemCQzrNB3P9zc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oR7TyMECHd1QAITlpAt2IEod13EfACgE { width:14.3115rem;height:1.21875rem;top:112.5625rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #xGRt0EhVqMRo0IC9SHZoFTpiSERFTG4E { width:8.75rem;height:2.6875rem;top:114.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPMBOusgSODzuGS9EKIqq2a7EvaeSbD1 { display:block; }
 }@media only screen and (max-width: 763px) { #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5 { width:14.3125rem;height:10.6875rem;top:89.747071875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.adaptive-delivery-prevent-bg, #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.lazyload, #uybSOxbTm8p9I9Tqo9rRg7vzPuMrOaz5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JaW5agMiID9coPouKdmUzVaasCmkgVfD { width:14.3115rem;height:1.21875rem;top:97.309571875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BWwtTfsKi6DBnqtkZ2WL0bzIFJvZg7iE { width:8.75rem;height:2.6875rem;top:100.43408203125rem;left:5.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUPesJmT1ds76bA3H5cuJZ3fAMDJCTc { display:block; }
 }@media only screen and (max-width: 763px) { #IAeXZOxBKRxnhrM3IOsGAHs5r77RhNbC { width:11.8125rem;height:5.84765625rem;top:107rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlMeTAwBMwwL0g78b3e17TPXstO3k6c { width:11.8125rem;height:2.76171875rem;top:93.309571875rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkiBL04mfEGXSStMlPyD5I9ezL5yU2cp { width:8.75rem;height:2.6875rem;top:257.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0KTsNdxPIhISEBQxbMPJJhT25FZWdPi { display:block; }
 }@media only screen and (max-width: 763px) { #ZFxi7yFFLKT6nfTiUlHgc2xwOd4NfhJB { width:8.75rem;height:2.6875rem;top:228.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAFCli4k5rOpuz2nILyhSvZXsi3MVqfi { display:block; }
 }@media only screen and (max-width: 763px) { #dPZC7RySZiZT778UqNxck211vPJlkTl8 { width:14.3125rem;height:10.6875rem;top:247rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dPZC7RySZiZT778UqNxck211vPJlkTl8.adaptive-delivery-prevent-bg, #dPZC7RySZiZT778UqNxck211vPJlkTl8.lazyload, #dPZC7RySZiZT778UqNxck211vPJlkTl8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI { width:14.3125rem;height:10.6875rem;top:232.5625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI.adaptive-delivery-prevent-bg, #yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI.lazyload, #yp5aek9zSG5H2gyz9gaF5nDz3MdeswQI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fNF1DZsDIDEXKTa1NzPGweNcBJManTz8 { width:14.3115rem;height:1.21875rem;top:255.75rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ob1tRiQI9lbAaTmhku3nBfQV2JmhfBp1 { width:14.3115rem;height:1.21875rem;top:240.75rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Tsn77HhvIJ3XO086xyLoTnXwANSc11vB { width:11.8125rem;height:2.923825rem;top:236.3125rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUTs4JvU81ey23sQw4ar29kLbowWBzT { width:11.8125rem;height:2.923825rem;top:250.875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFKckOgZcuZ64UfXBEQWli0rDkJAF0md { width:8.75rem;height:2.6875rem;top:200.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh2ng1DD1uNBIlhMxdee3cpW65Bn6JzS { display:block; }
 }@media only screen and (max-width: 763px) { #lMnGefHdSlHWJHV20TpaR0af6bbaPEnb { width:8.75rem;height:2.6875rem;top:186.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNJZ92WgVEHAnHEyapxeB48mHGvLx457 { display:block; }
 }@media only screen and (max-width: 763px) { #K4xOSgCl753bWm3MEJBGxfGko5eoEPTl { width:14.3125rem;height:10.6875rem;top:190.0625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#K4xOSgCl753bWm3MEJBGxfGko5eoEPTl.adaptive-delivery-prevent-bg, #K4xOSgCl753bWm3MEJBGxfGko5eoEPTl.lazyload, #K4xOSgCl753bWm3MEJBGxfGko5eoEPTl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP { width:14.3125rem;height:10.6875rem;top:175.625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP.adaptive-delivery-prevent-bg, #IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP.lazyload, #IlRG1NIUZunz2O0BPE2ZwgV75JrVgWAP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y { width:14.3125rem;height:10.6875rem;top:218.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y.adaptive-delivery-prevent-bg, #trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y.lazyload, #trbrmPg5hD7xWQ8bIClVyTtbXAtMQO2y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kiVZVKu5uiQmEEBScshISOISIJdKC0Zp { width:8.75rem;height:2.6875rem;top:243.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGVxUdTy0XeDh91O1ReaBLFbRt7WTN7u { display:block; }
 }@media only screen and (max-width: 763px) { #obnEtXwFnTXocv8mwpBRtZrcCmTDgGV2 { width:14.3115rem;height:1.21875rem;top:225.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #mfdQX3u0cW8TxmkLGFiFyP9CEgIQnpf6 { width:11.8125rem;height:2.761725rem;top:221.75rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we { width:14.3125rem;height:10.6875rem;top:204rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we.adaptive-delivery-prevent-bg, #G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we.lazyload, #G2LhlQ4hgtsvhqxwe93dJpJ82t8Hl9we.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WxBD6TxmUJBpnafmtkfRtMlZT8zvcCFF { width:14.3115rem;height:1.21875rem;top:212.8125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TKpcbtUcuKcuyC86HxQRvOT78XPRkvqU { width:8.75rem;height:2.6875rem;top:214.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq1KIPC3T2ZMxJXeszZt9SHg5Vu3vKSz { display:block; }
 }@media only screen and (max-width: 763px) { #BGKJJJ7p2K62CPmnPlOJ4evltz6NVFmf { width:11.8125rem;height:1.4619125rem;top:206.375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxMWyKrbT5DHZ7sr0PvhwoSTqcdL9BvD { width:14.3115rem;height:1.21875rem;top:198.5625rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #vry5SzTHJz0wOMwoFyw5Bv9hS4pn7LWo { width:14.3115rem;height:1.21875rem;top:183.875rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #KZKBcKJfc8DCLMJFBeTbTm43LUWbr8mh { width:8.75rem;height:2.6875rem;top:172.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBgogwexG1VGJtpatgD5FLVPNkiOVbAs { display:block; }
 }@media only screen and (max-width: 763px) { #CaMekJNIzgnGDP8P1TmJgKx3rAZoZtX3 { width:8.75rem;height:2.6875rem;top:157.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5dFGAGaGTyTEg0i7Myp370JwoCPKof { display:block; }
 }@media only screen and (max-width: 763px) { #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk { width:14.3125rem;height:10.6875rem;top:161.375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.adaptive-delivery-prevent-bg, #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.lazyload, #e89CeBTn8eMDyvD2Ospoy7fJbatgqpTk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IAAwkTe8dX71TlZn2FWaicr47mLb3COL { width:11.8125rem;height:2.923825rem;top:165.125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbidViWQBSTl7qHP7epT63OykOApb1od { width:14.3115rem;height:1.21875rem;top:169.8125rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #nWQvOMp1or4538kakNyTTndSJBn2o6qe { width:14.3125rem;height:10.6875rem;top:147rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nWQvOMp1or4538kakNyTTndSJBn2o6qe.adaptive-delivery-prevent-bg, #nWQvOMp1or4538kakNyTTndSJBn2o6qe.lazyload, #nWQvOMp1or4538kakNyTTndSJBn2o6qe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #A8rEsSa6Qs7X0gesfXwkKvz2POKOWQph { width:14.3115rem;height:1.21875rem;top:155.625rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #D9OMsy3fIk2dqIVO8fVhDiPT5SAHrqQs { width:11.8125rem;height:1.4619125rem;top:177.4375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3lP0iuXVaZQwgxQbmlw9k0Gg11fboP { width:12.4365rem;height:3rem;top:194.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFUbBz3p5xflLQuqTImFCWXpIn2EnRMf { width:12.4365rem;height:3rem;top:180.125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCHz92blQDvKp9RSShuBLr60Ll634lvu { width:11.8125rem;height:1.4619125rem;top:193.25rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prhd2BtK2trXH6locMymXPfZEnJvZ6zf { width:11.8125rem;height:1.4619125rem;top:148.75rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrriEMGPyucW8IATWSKarRzdagg2ye1k { width:12.4365rem;height:4.5rem;top:150.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXr1xy3TgrApTGg6XnUi9BrmuINtPAdM { width:12.4365rem;height:4.5rem;top:208.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzDeT2n2fHko0b8GOyDT8spn0bnoNBcV { width:8.75rem;height:2.6875rem;top:269.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9KZSnq7FGkVqZ0MxfIOAuyMqT26cDSR { display:block; }
 }@media only screen and (max-width: 763px) { #zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt { width:13.3125rem;height:9.75rem;top:260.3125rem;left:3.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt.adaptive-delivery-prevent-bg, #zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt.lazyload, #zQvoBTZcy1xnlSi6TpFUTmUbzL6bqkzt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GWXs9EqU7zHQmNxIDDq9ndbRzZkEeg79 { width:14.3115rem;height:1.21875rem;top:267.9375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PMJHDOPgXaXHcIt3Snl5TitUfuQZAGsi { width:11.8125rem;height:2.923825rem;top:263.9375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo { width:14.3125rem;height:10.6875rem;top:302.4375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.adaptive-delivery-prevent-bg, #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.lazyload, #BQbMTJzwrOMzPMaazUyf6Na41dcvx2uo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IcapaARHeD4CO9dSTvhsKsxfRTDHmr75 { width:14.3115rem;height:1.21875rem;top:310.8125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #aAAcpNwJCKKqnkzDqTC3DgAr80U9X0T8 { width:11.8125rem;height:4.38574375rem;top:305.4375rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASIhyCMACIWdsmgFhTv1nQq2iI2io02U { width:8.75rem;height:2.6875rem;top:284.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOOwdUv6GunfFfWtDarQ4bHvcUrqcZM { display:block; }
 }@media only screen and (max-width: 763px) { #dIEVti2tTg1orNXABwe4FMAn8V141skA { width:14.3125rem;height:10.6875rem;top:288rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dIEVti2tTg1orNXABwe4FMAn8V141skA.adaptive-delivery-prevent-bg, #dIEVti2tTg1orNXABwe4FMAn8V141skA.lazyload, #dIEVti2tTg1orNXABwe4FMAn8V141skA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FxO7Q7Tn5EIXCMMAC4TrxV3Ts1wVcNTf { width:14.3115rem;height:1.21875rem;top:296.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VQNOCmHGl27Z0XgrobZZMuLMqS6wizVK { width:11.8125rem;height:2.923825rem;top:291.375rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqALAVVNUo6r2htwHnnP87dFarQEGoeC { width:8.75rem;height:2.6875rem;top:298.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3c4fCw1tm2qpWQ0yhToo3avvPSoORM { display:block; }
 }@media only screen and (max-width: 763px) { #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8 { width:11.5rem;height:8.5rem;top:340.8125rem;left:4.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.adaptive-delivery-prevent-bg, #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.lazyload, #ysQwQHVIEHRTebwd2XKs91Cc6Sh03JT8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2 { width:11.625rem;height:8.625rem;top:328.5625rem;left:4.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.adaptive-delivery-prevent-bg, #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.lazyload, #PhC4sXkzcPRghTKhy9EfnT9rg0FmuoK2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rQXP2lTlmKxDQPEw8oyJ3aqLEVMHTzS8 { width:11.8125rem;height:1.4619125rem;top:344.3125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF { width:14.3125rem;height:10.6875rem;top:273.625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.adaptive-delivery-prevent-bg, #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.lazyload, #z2TvDcDQe23o2SAdqr0Jb2frwawn6yvF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rH41dqS2bb4lokCL5w7243G3zMSoke14 { width:8.75rem;height:2.6875rem;top:312.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCsQufTOVXsc3nu4RgR1cEhiAsgmLKvm { display:block; }
 }@media only screen and (max-width: 763px) { #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA { width:11.6875rem;height:8.6875rem;top:316.5625rem;left:4.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.adaptive-delivery-prevent-bg, #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.lazyload, #Jr04kw61HbRVwuhAcSn65fbdxFXWTAUA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qZL0UUUFsTndAHDH5JcmuW1haxiqRlKN { width:11.8125rem;height:1.3808625rem;top:320.1875rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrvV3mZS7KyuUULTsKPqmHPqMF0SSdU { width:14.3115rem;height:1.21875rem;top:281.4375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #bb1qEuyQZWI8HHpmknUsBAIeiSpJIoVv { width:11.8125rem;height:1.3808625rem;top:278.0625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcvzBNMaAihFQTGtwFoOTgQyKUBph6Ho { width:11.8125rem;height:1.4619125rem;top:332.9375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdT2xr47QeTLk4TXk4KEC5X4kC9nXMJ { width:8.75rem;height:2.6875rem;top:325.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaPtc9nxneatSsyZP01R48TGkOR2Ehp { display:block; }
 }@media only screen and (max-width: 763px) { #pcUQzPvxNMqpa80IfBeacle9NSEQVRWT { width:14.3115rem;height:1.21875rem;top:347.75rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #bhK71bxy8t9Su84HZscQoduAvf5RU1Ro { width:8.75rem;height:2.6875rem;top:349.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkF40ttJL3SAcxeT8IkhBKbXqpdMbG8A { display:block; }
 }@media only screen and (max-width: 763px) { #DUZiS4SlzNlbT7yO1bfwp8SdMJUrD70p { width:14.3115rem;height:1.21875rem;top:323.1875rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #FwPBpZCRELfAKIipkVNm0J5Phd1EhTIp { width:8.75rem;height:2.6875rem;top:337.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZRqP5wNE2OsTCbU8xad9oe9TrcztHGO { display:block; }
 }@media only screen and (max-width: 763px) { #R0LThuKEdz6TBOqLMRSXfvf00FGk9EAO { width:14.3115rem;height:1.21875rem;top:335.5rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #FAa3tHuDpSULGBTnGETiyHPNartOpswL { width:14.3125rem;height:10.6875rem;top:382.0625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FAa3tHuDpSULGBTnGETiyHPNartOpswL.adaptive-delivery-prevent-bg, #FAa3tHuDpSULGBTnGETiyHPNartOpswL.lazyload, #FAa3tHuDpSULGBTnGETiyHPNartOpswL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FvDXdwgQrBOcgqZzGuJwMZ8UadKMRDCs { width:11.8125rem;height:5.84765625rem;top:384.4375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC1b1RILmWVUnQ49hSuWuUeXBXCtqSa0 { width:14.3115rem;height:1.21875rem;top:390.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #gt9vxrzfUdMRKH2WHVaSvzPfFJMA2HeX { width:8.75rem;height:2.6875rem;top:392.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGC0uEw8gSXFHvvGtOOqNa2y8tCxqg0K { display:block; }
 }@media only screen and (max-width: 763px) { #VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf { width:14.3125rem;height:10.6875rem;top:422.125rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf.adaptive-delivery-prevent-bg, #VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf.lazyload, #VW4AfGFP9wmzSMC4lgr2alE74t9XHfnf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl { width:14.3125rem;height:10.6875rem;top:408.125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl.adaptive-delivery-prevent-bg, #T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl.lazyload, #T8RS1IqR9PiaTR4UVuVpTx0DG3fy10Cl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f1WpHOep1wShmIGEvZA7Tc9fR82Bknp9 { width:8.75rem;height:2.6875rem;top:378.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUV85Tshfc6mTLkJzqNEpZATkfuWJ6hJ { display:block; }
 }@media only screen and (max-width: 763px) { #fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan { width:14.3125rem;height:10.6875rem;top:367.625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan.adaptive-delivery-prevent-bg, #fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan.lazyload, #fHayNqo7RZ3iPOyGH8BbgI7DSfU9dJan.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #edq8oi7LzJm11QV1ileoFW39svehXG2t { width:11.8125rem;height:2.923825rem;top:371.375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhu8RW7pl1QvIWPRAvOElNq4UKVbNcsu { width:14.3115rem;height:1.21875rem;top:376.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ZlnRzx53ehQ3wkuCg3NrPmn4eDwRPcn9 { width:11.8125rem;height:1.4619125rem;top:423.75rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbS9HWnIxPXq7Qp3WJ8rT1TPogW4ebtE { width:12.4365rem;height:4.21875rem;top:425.4375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzkxfZDTKWZSeJP6IOB3g7wWeCNQFQO { width:12.4365rem;height:4.5rem;top:412.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahHdkt9WV4l44vsSBDAwd9Da30uIN9Ry { width:11.8125rem;height:1.4619125rem;top:410.6875rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh { width:14.3125rem;height:10.6875rem;top:396.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh.adaptive-delivery-prevent-bg, #uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh.lazyload, #uy34l7LF2IOvoOXNwSFvTqASvIc0aqMh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a0Fwi48Dnx0H45xVXP5TU552giWw6ZOT { width:14.3115rem;height:1.21875rem;top:416.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #fae5XnHfkpJUGdHRCGKtt66gSkpsNTWq { width:14.3115rem;height:1.21875rem;top:430.25rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #OAuTfWLogoDhnBDzcFsQHk0XtJ9Af230 { width:14.3115rem;height:1.21875rem;top:404.5rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #JK5AabA8ZOdTTGMNTiEzB4SLvhqLtLmm { width:11.8125rem;height:4.142575rem;top:399.3125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs4qN9IcgVXW3VFlcVJud8mQtWbUwXuZ { width:8.75rem;height:2.6875rem;top:363.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrieRQC7LMyhpHRtgohxCcogQT48bcHR { display:block; }
 }@media only screen and (max-width: 763px) { #pWih0sObVTRJvZHXqMbdTtdlsuHgyitH { width:14.3125rem;height:10.6875rem;top:353.25rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pWih0sObVTRJvZHXqMbdTtdlsuHgyitH.adaptive-delivery-prevent-bg, #pWih0sObVTRJvZHXqMbdTtdlsuHgyitH.lazyload, #pWih0sObVTRJvZHXqMbdTtdlsuHgyitH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ESf3TQJaHxSJXLdR7Je5HJH0e0URWlIk { width:14.3115rem;height:1.21875rem;top:361.8125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #klpWhwOf5D6fHvdD7PODLpBiJwbT6Qzo { width:11.8125rem;height:1.4619125rem;top:355.6875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pronla3VfskHqpltTG0Om1N3axTDEMVs { width:12.4365rem;height:3rem;top:357.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3QhV4aCiP7uDTA4OuGgWGLIr92eyUcu { width:8.75rem;height:2.6875rem;top:418.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwr0yomlBBwdoXTqrDEe91ScAfOWtDfC { display:block; }
 }@media only screen and (max-width: 763px) { #cNfcmdKtIomnzvdXxaxgzQeXPtCxvNON { width:8.75rem;height:2.6875rem;top:406.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMwwy4Af8AOwSQTTpyN32xtWsvCx6Ozn { display:block; }
 }@media only screen and (max-width: 763px) { #Ssmn8aKDLnD2peJTZpPAQysNN8wgWarh { width:8.75rem;height:2.6875rem;top:431.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHT8HiyuFWvUmmtmi40sm2ZBCTP8e5N { display:block; }
 }@media only screen and (max-width: 763px) { #Gh8ZSkknWhHiTRpgagZ0amrsxKrANw1W { width:8.75rem;height:2.6875rem;top:456.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro76acMMPphKoB5POUXZVlOlH56PNLGV { display:block; }
 }@media only screen and (max-width: 763px) { #hlu6eehOXbB5lvGCgvUOUJvM0NRUJegl { width:8.75rem;height:2.6875rem;top:443.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIhhGn56DATtKNRfw12o3Fv624Zl3kEn { display:block; }
 }@media only screen and (max-width: 763px) { #o69FmK5VZtkLb2s2otavTFdF9tPfCfqA { width:11.5rem;height:8.5rem;top:447.6875rem;left:4.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#o69FmK5VZtkLb2s2otavTFdF9tPfCfqA.adaptive-delivery-prevent-bg, #o69FmK5VZtkLb2s2otavTFdF9tPfCfqA.lazyload, #o69FmK5VZtkLb2s2otavTFdF9tPfCfqA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8 { width:11.625rem;height:8.625rem;top:435.25rem;left:4.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8.adaptive-delivery-prevent-bg, #TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8.lazyload, #TEzIB3Sl1q3RDkKTZ15QBDWhwLOTGfl8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JAtbl3BgJLSfDdPwn17kTxgma4JW9KDt { width:14.3115rem;height:1.21875rem;top:441.6875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Gv1f19xeihKd4Qd55pEIf6yrml7kuoqT { width:14.3105625rem;height:1.21875rem;top:453.625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #X4aQiVyTvh54lOxRPbPOVfxZnVnZB4K8 { width:11.8125rem;height:2.923825rem;top:450rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3k5ueHC88TUGJOZMFakZHyJOq6mryN0 { width:11.8125rem;height:2.923825rem;top:438rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT { width:14.3125rem;height:10.6875rem;top:460.125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT.adaptive-delivery-prevent-bg, #Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT.lazyload, #Wi2QZvpxABW4TPXxLqOIKqiWeXPWRGiT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zy9x8K9ay6tq0p21VRBugXoKO6h1092s { width:14.3115rem;height:1.21875rem;top:468.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ScvTrbTcMxIc0pCdpzSFXrUmoIVPmxEG { width:8.75rem;height:2.6875rem;top:484.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3AMMXGOIPwcJxyX5B3k9N7y5iI8Spca { display:block; }
 }@media only screen and (max-width: 763px) { #L43zxmHnxiMus7cbJQO3sekdGiyW9Iwz { width:11.8125rem;height:1.4619125rem;top:463.4375rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b28LEp6WoPGmEgLoEluIySVQRrBWKTtq { width:12.4365rem;height:2.8125rem;top:465.125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ntJg5MVTaEETAnSEA9VuO2q2sDwUnk { width:8.75rem;height:2.6875rem;top:470.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLPCovgsMTEzJkndUtfE7GgQVnfOiuUe { display:block; }
 }@media only screen and (max-width: 763px) { #m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v { width:14.3125rem;height:10.6875rem;top:474.125rem;left:3.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v.adaptive-delivery-prevent-bg, #m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v.lazyload, #m4FqiTclvA7LIpFpAgEo8ktNxPSMRd1v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BEuZHqhmdCzRCM0M0y8WmMHE8qSElnr0 { width:11.8125rem;height:1.4619125rem;top:478.8125rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKoWsr0UgxlbaeZsJNeHFTm3pfsKAxiS { width:14.3115rem;height:1.21875rem;top:482.875rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #tE6cOExBl3iL2mX1PWrGAITlezDaHOWK { width:19.999rem;height:1.70605625rem;top:0.6865234375rem;left:0.0009765625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzIbOE13mws9pud7IOghExHL7Va1fGuy { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container { background-color: transparent; background-image: none; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container > .video-iframe-container { display: none; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row > .video-iframe-container { display: none; }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .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); }#JzIbOE13mws9pud7IOghExHL7Va1fGuy > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem { width:14.375rem;height:10.68725rem;top:18.9375rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem.adaptive-delivery-prevent-bg, #IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem.lazyload, #IVNQhC3UMsFrKpBvn3x6pvHJ8iKlTTem.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EUyWkeizHnw33OcGXl4fSJLvrPQII9kB { width:11.874rem;height:2.923825rem;top:23.1875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7KnqIwK97y5nnktgEGfSkMplLtAvPTp { width:8.75rem;height:2.68676875rem;top:29.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhG2lIfARq4Uiw0JnfUlK2aHmpKch5My { display:block; }
 }@media only screen and (max-width: 763px) { #MRaGMsANltCO6ZsWGV7hONSXL3FQCp9I { width:14.375rem;height:1.21875rem;top:27.375rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc { width:14.375rem;height:10.68725rem;top:4.5625rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc.adaptive-delivery-prevent-bg, #vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc.lazyload, #vTzCuJtvPhtZQcBIa28aFEF4G6hOTAlc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f4yCHybU8CTQOensnqo50IMWBmBnpcE1 { width:19.4360625rem;height:2.2744125rem;top:1.25rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb { width:14.375rem;height:10.68725rem;top:33.5rem;left:2.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb.adaptive-delivery-prevent-bg, #ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb.lazyload, #ZxioEtBGueurfJDQA3wdgtwHbhxtTTdb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ofNtFTwqSSLf7wVhrPzPbHv7NPmExLog { width:11.874rem;height:1.21875rem;top:38.25rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh44MzX8yq6WmwZC4CeJRk87xob9Vrg4 { width:14.375rem;height:1.21875rem;top:41.4375rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BQT86gsEO9EHi0QLrruGHdPO5Oq86yh9 { width:8.75rem;height:2.68676875rem;top:15.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmHyeN1ZniA8n7UqAqVlsPrcVx9aE7eW { display:block; }
 }@media only screen and (max-width: 763px) { #u9b7ciUwLMd1OmqKOkFAaxS6XvqGAq68 { width:8.75rem;height:2.68676875rem;top:44.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNUDiWIsdAboMoSx2yNTNntIRXoMlIn { display:block; }
 }@media only screen and (max-width: 763px) { #kw7oh7vVhQwMDmieZbcQyfCLnIHWa8r0 { width:11.874rem;height:4.38574375rem;top:7.3125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C16yDPTifzf4oPPCGTUCwbIAJUIKCtNb { width:14.375rem;height:1.21875rem;top:13.0625rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #KfRpNJQXtVl39Fxx26XU9N219rF8QViM { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container { background-color: transparent; background-image: none; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container > .video-iframe-container { display: none; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row > .video-iframe-container { display: none; }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .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); }#KfRpNJQXtVl39Fxx26XU9N219rF8QViM > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyh63XABBtDQiXfnFWhL9t53X86uQeLD { width:14.375rem;height:10.68725rem;top:32.0625rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fyh63XABBtDQiXfnFWhL9t53X86uQeLD.adaptive-delivery-prevent-bg, #fyh63XABBtDQiXfnFWhL9t53X86uQeLD.lazyload, #fyh63XABBtDQiXfnFWhL9t53X86uQeLD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gy6FIcuIggWS1wkZoesBftT3WquyMsLB { width:11.874rem;height:2.923825rem;top:36.9990234375rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGAZla7JhyTyVzoFPcXeWoaVDq2WiNr { width:8.75rem;height:2.68676875rem;top:42.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viu7AUooQGftztgH5t3uTnp2R852qFFB { display:block; }
 }@media only screen and (max-width: 763px) { #z3fOIrVGEPe645S9D1dPylf4DCq78o3e { width:14.375rem;height:1.21875rem;top:41.3125rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt { width:14.375rem;height:10.68725rem;top:17.6875rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt.adaptive-delivery-prevent-bg, #dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt.lazyload, #dzFmfzTA5HMZr5nMdEftiUftSBOeBNGt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G0Gvi33De653vccpDqOQmMr2KV0bNm7u { width:14.375rem;height:10.68725rem;top:5.0183125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#G0Gvi33De653vccpDqOQmMr2KV0bNm7u.adaptive-delivery-prevent-bg, #G0Gvi33De653vccpDqOQmMr2KV0bNm7u.lazyload, #G0Gvi33De653vccpDqOQmMr2KV0bNm7u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J7gnOZkRSaPwoM8wkUR67fc88LtJEkng { width:11.874rem;height:2.76171875rem;top:8.9794921875rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z72GkuANeV5ncxGmx0FNScD9kg9zBIyB { width:14.375rem;height:1.21875rem;top:12.8291015625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #kwyUvT5T5HQllMTVSrAs5OZhmfiEmTzy { width:19.4360625rem;height:2.03125rem;top:1.25rem;left:0.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx { width:14.375rem;height:10.68725rem;top:46.625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx.adaptive-delivery-prevent-bg, #NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx.lazyload, #NAJVN1MHiQHCM9Nrse1PUFXt7Ng1DITx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x5POMClGPHTeKvp6BIPMMQ5R95fr3CGZ { width:11.874rem;height:2.4375rem;top:50.748046875rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aluzJVAGvc8TZwIb5eBlSnL7AgVEIqva { width:14.375rem;height:1.21875rem;top:54.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #aJ8NiT4d431oK45v4nVB8Xt3DzQ6ofGo { width:8.75rem;height:2.68676875rem;top:28.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK3bbo4nlZQ6MmWHreEZfcBzaOqV5PUM { display:block; }
 }@media only screen and (max-width: 763px) { #obf878ee2PmelBTCV25D6CQml7Zut8to { width:8.75rem;height:2.68676875rem;top:14.4521484375rem;left:5.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8FGWrNErKzTUsXlLMGRuT64zKBmf6S { display:block; }
 }@media only screen and (max-width: 763px) { #E06SNntsnQQS2F10slenrMyZ3rBtdFyk { width:8.75rem;height:2.68676875rem;top:57.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxP11FToTpfwaHDsFkhNa5ZLc4xlDFSV { display:block; }
 }@media only screen and (max-width: 763px) { #uAUQMUZM3aZ58HFsQ8M43GVVnvfZNwlr { width:11.874rem;height:1.4619125rem;top:23.37451171875rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkkx99G7VbZxrsGgXwubOZPe9H2To9q5 { width:14.375rem;height:1.21875rem;top:26.625rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #wTWIpLgKkVP3FdyJ6UiFBncC0kCB2kqu { width:8.75rem;height:2.6875rem;top:71.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIpTI3rTdv8HaV9rAsFkG99GQ6DftfC { display:block; }
 }@media only screen and (max-width: 763px) { #M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq { width:14.3125rem;height:10.6875rem;top:60.8125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq.adaptive-delivery-prevent-bg, #M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq.lazyload, #M5zcsITmpTOMPVnV00dwAv8cQfw4W3Zq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LqS1177EmSBQSBDrFRnk2z4bSfoxW8P3 { width:14.3115rem;height:1.21875rem;top:69.4375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #kzGnAcWPBLk4zRzV9fWESr9KXFThVrJU { width:8.75rem;height:2.6875rem;top:85.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQFvqnIB8J7gImU6Pt4VGnHeX6oDo7T9 { display:block; }
 }@media only screen and (max-width: 763px) { #sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu { width:14.3125rem;height:10.6875rem;top:74.875rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu.adaptive-delivery-prevent-bg, #sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu.lazyload, #sp6IBzC2RofSQVmEsvdcgqUDnmA6tvyu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b1Z6teEQPIgdGgPeB86xTm3ISrnx0O7N { width:14.3115rem;height:1.21875rem;top:83.75rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #MTdkPgZhiPGA8oV30QhlDMDbAu1I9iae { width:11.8125rem;height:2.923825rem;top:64.5625rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykggFPx4O143fqqnyrZxXP5Ky8RpXiO0 { width:11.8125rem;height:2.923825rem;top:79.5rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHsS567qi4tvvwsivohKyI0JSl7CIMCQ { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container { background-color: transparent; background-image: none; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container > .video-iframe-container { display: none; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row > .video-iframe-container { display: none; }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .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); }#uHsS567qi4tvvwsivohKyI0JSl7CIMCQ > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4W32TB6IKg1nJZaKhb1ndP5qCTyptse { width:14.375rem;height:10.68725rem;top:32.0625rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#x4W32TB6IKg1nJZaKhb1ndP5qCTyptse.adaptive-delivery-prevent-bg, #x4W32TB6IKg1nJZaKhb1ndP5qCTyptse.lazyload, #x4W32TB6IKg1nJZaKhb1ndP5qCTyptse.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VTGWirLoXIoigT23GT3KQWkqOOZhri9K { width:11.874rem;height:2.923825rem;top:36.6240234375rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBW5BzZ4oVf04y4JiiJPFt8B4p0DOeK { width:8.75rem;height:2.68676875rem;top:42.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osKECJzi5tzPyDLnrJT4uZsGUSdXTfJe { display:block; }
 }@media only screen and (max-width: 763px) { #OiMONv1F2U6LmlLqJie5t637UOXRaENP { width:14.375rem;height:1.21875rem;top:41.3125rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU { width:14.375rem;height:10.68725rem;top:17.6875rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU.adaptive-delivery-prevent-bg, #xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU.lazyload, #xbzDG7taqzazhpPl9Kd8yt1tSFzTTudU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv { width:14.375rem;height:10.68725rem;top:5.0183125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv.adaptive-delivery-prevent-bg, #EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv.lazyload, #EI6Uc8w3MQBqTd8FQsd69wDmdahf5Udv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GTUPvV85X6iECFfVyKxuKL8K1gfFpLz5 { width:11.874rem;height:5.5234375rem;top:7.599609375rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU1tFgMTif1AoDEgfa4PuImks220kLzG { width:14.375rem;height:1.21875rem;top:13.205078125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39 { width:14.375rem;height:10.68725rem;top:45.625rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39.adaptive-delivery-prevent-bg, #moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39.lazyload, #moyte0mXFEyc9pC0Q4wuTWq7VHTN0l39.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z2FRGliB4q3FaHTK5mSwipzWVi66qZaN { width:14.375rem;height:1.21875rem;top:53.1875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #aSzbkUcNpC3mlFzzOJIvpThyCxUA3dlW { width:11.874rem;height:2.2734375rem;top:49.8125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8wPoBn9RXnMkolZ8TfHtdfZH1QMkv8B { width:19.4360625rem;height:2.03125rem;top:1.25rem;left:0.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTqh91ELsVInbAfKilm8v3p8rVeXoNw { width:8.75rem;height:2.68676875rem;top:28.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PatCCrbmUTPBsiZ7PIqiasDSFulQPx3n { display:block; }
 }@media only screen and (max-width: 763px) { #hSamfzJssKLKF1mCWDvJ3HOVHF2OHwMx { width:8.75rem;height:2.68676875rem;top:14.4521484375rem;left:5.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPFnBVlFUJ1xCCuDrcudAsfEixEKPDLZ { display:block; }
 }@media only screen and (max-width: 763px) { #oCa2TsauKdOrpJkwGNNqRl3r6lqNJTen { width:8.75rem;height:2.68676875rem;top:55.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTNQQq2Dzk3MGQFs1Q5HZcau6ttzwghQ { display:block; }
 }@media only screen and (max-width: 763px) { #QOsrZPSVNk1M54W5OweyMq9gMxfxHi0W { width:11.874rem;height:2.923825rem;top:21.56689453125rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHP4ahz7wyMIJAq4dpWwoZwDIDKX2TQx { width:14.375rem;height:1.21875rem;top:26.625rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE { display:block; }#VLd55TZDy7sSzoIruZoBcUWw4ZsfeegE > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpvBR1pL77T2ZycxWGsoUSAO5Ju0waLe { width:16.12425rem;height:2.3369125rem;top:20.3125rem;left:1.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sph2nnxL2slIke9hftLaUyAOW7g08uM2 { width:11.1865rem;height:1.625rem;top:32.07275rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wM6QEhtMXOQw4kaFrPgUDJNOGxalvcGk { width:13.0615rem;height:2.9248rem;top:23.83666875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PI6sOM55mx5rRGVLN1lAQwA8HHhSBZGg { width:2.8125rem;height:2.8125rem;top:39.01000625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHixkTEXzxtQXa2eT63Hg3xuAWzUdDwV { width:2.8125rem;height:2.8125rem;top:43.07250625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALkCze3lzqTgdufSaUEC0w6CX8wS5eu { width:2.8125rem;height:2.8125rem;top:47.13500625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFt7IXsRDVOpnpJz3oPt4fUhaUyZWhaq { width:11.62475rem;height:17.8125rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNqcB8CmDSBMbCD3Ah0Jt2BPisOvgqK { width:2.8125rem;height:2.8125rem;top:34.94750625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGfUWqe5Tbq8Q1bTTdrdfOeoXT0ObRq { width:2.8125rem;height:2.8125rem;top:28.01025rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIKDFBokcl3zt6ft6GNXnAzSiaxuPyhh { width:2.8125rem;height:2.8125rem;top:51.19750625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQac2P4gZGU7h5SHluxMhaS3yVNWoNb8 { width:19.3115rem;height:0.9746125rem;top:55.26000625rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }