.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -moz-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -ms-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -o-linear-gradient(180deg, #c0f6f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #c0f6f5, #ffffff);background-size:auto !important;position:relative;display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { background-color: transparent; background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { border-width: 0; border-radius: 0; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container {  }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:12.25rem;width:75rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.186875rem;width:8.2498125rem;top:7.9375rem;left:33.3125rem;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:15000;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:9.124375rem;width:8.9985rem;top:7.5rem;left:33rem;display:block; }
#GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.375rem;width:75rem;display:none; }
#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { background-color: transparent; background-image: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { border-width: 0; border-radius: 0; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container {  }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:22.9373125rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:0.68576335906981rem;left:42.353517532349rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WWgAqTqTBCWca61uJTVktBABImNbKreb { color:#322e6c;display:block;width:23.936625rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0.68250846862794rem;left:8.1642799377444rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.6845703125rem;left:6.7470703125rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { background-color:#e1093f;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:11.6873125rem;height:2.74956875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:12.811415672303rem;left:25.499132156372rem;display:block; }
#dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { background-color:#1c6890;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:11.6873125rem;height:2.74956875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:12.811415672303rem;left:37.812501907349rem;display:block; }
#sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6870625rem;width:17.5rem;top:13.337673783303rem;left:53.186849594116rem;overflow:hidden;display:block; }
#p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.061625rem;width:18.75rem;top:14.151476502419rem;left:3.5601129531861rem;overflow:hidden;display:block; }
#ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { background-color:#212020;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:16.5rem;height:3.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:16.9619140625rem;left:29.7802734375rem;display:block; }
#bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -moz-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -ms-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -o-linear-gradient(180deg, #ffffff, #c0f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );";background-image: linear-gradient(180deg, #ffffff, #c0f6f5);background-size:auto !important;position:relative;display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { background-color: transparent; background-image: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .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); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { border-width: 0; border-radius: 0; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container {  }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#0078c4;width:18.3125rem;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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;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) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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:18.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;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) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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:18.3125rem;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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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:18.3125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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:17.125rem;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;position:absolute;top:7.10546875rem;left:4.99609375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;position:absolute;top:7.10546875rem;left:4.99609375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n { position:relative; }
#QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:32.25rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.21875rem;left:31.812501907349rem;height:5.625rem;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; }
#DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:15.1875rem;left:26.59375rem;display:none; }
#JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5625rem;left:26.59375rem;display:none; }
#vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:19.3125rem;top:9.84375rem;left:42.467969894409rem;overflow:hidden;display:block; }
#RSUhaBQJN9U4VOmTARs5k0gQZr3LeO6F { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:13.625rem;top:27.371875762939rem;left:45.311719894409rem;overflow:hidden;display:block; }
#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA { 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; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA.adaptive-delivery-prevent-bg, #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA.lazyload, #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA.lazyloading { background-image: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { background-color: transparent; background-image: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container > .video-iframe-container { display: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container { display: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .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); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { border-width: 0; border-radius: 0; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container {  }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#ybsoBO5MTNnpHkEp9uweqfKWe0MMTmhd { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q0B9BUtZSeDpuiW5GaVegbtnlg62aQMW { position:absolute;display:block;z-index:15015;background-color:rgba(19,19,19,0.69);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:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.06206875rem;width:15.061875rem;top:1.4375rem;left:30rem;display:block; }
#JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { color:#ffffff;display:block;width:12.999125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.9943580627441rem;left:31.000436782837rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9rem;width:8.9995625rem;top:6.4375rem;left:55.1875rem;display:block; }
#TTnTwwO30SR0e4fgdneOFVupEEEgywFM { position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9995625rem;width:8.9985rem;top:17.625rem;left:54.875rem;display:block; }
#yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:6.5rem;left:44.0625rem;display:block; }
#vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9980625rem;width:8.9980625rem;top:6.4375rem;left:33.5rem;display:block; }
#AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:6.4375rem;left:10.9375rem;display:block; }
#l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:17.6875rem;left:65.875rem;display:block; }
#U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { color:#1799eb;display:block;width:6.06228125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:8.9375rem;left:56.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { color:#1799eb;display:block;width:6.06055rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:8.25rem;left:45.5rem;height:5.60449375rem;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; }
#fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { color:#1799eb;display:block;width:7.561875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:19.5625rem;left:55.5625rem;height:5.361325rem;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; }
#A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { color:#1799eb;display:block;width:6.06055rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:8.9375rem;left:34.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:8.3125rem;left:12.375rem;height:5.361325rem;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; }
#hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:20.4375rem;left:67.25rem;height:3.57421875rem;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; }
#G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9995625rem;width:8.9985rem;top:6.5rem;left:22.3125rem;display:block; }
#aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:17.625rem;left:44.0625rem;display:block; }
#WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:17.625rem;left:28.25rem;display:block; }
#rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { position:absolute;display:block;z-index:15057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.8125rem;width:9.8125rem;top:16.875rem;left:16rem;display:block; }
#hS1XF3m95zeGnPT147iCcCMTRGFUfCog { color:#1799eb;display:block;width:7.0615rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:19.375rem;left:45.0625rem;height:3.736325rem;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; }
#r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { color:#1799eb;display:block;width:7.561875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:8.375rem;left:23rem;height:5.361325rem;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; }
#dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:19.4375rem;left:29.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; }
#xK5qAluefVugVwFKCie8ZLkTowsE2eiF { color:#1799eb;display:block;width:7.125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:18.3125rem;left:17.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9985rem;width:8.9985rem;top:17.4375rem;left:5.3125rem;display:block; }
#N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:19.3125rem;left:6.75rem;height:5.361325rem;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; }
#wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:9.0625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:17.5625rem;left:65.75rem;display:block; }
#GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSwUdnablkxhC3K0szhXpFh8grAKoBXN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);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.5625rem;height:8.9375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:6.5rem;left:33.8125rem;display:block; }
#wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);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:9.4375rem;height:9.1875rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:6.3125rem;left:43.9375rem;display:block; }
#fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);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:7.375rem;height:8.875rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:6.8125rem;left:55.1875rem;display:block; }
#BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);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.8125rem;height:8.8125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:6.375rem;left:22.5rem;display:block; }
#rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);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:9.125rem;height:9.125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:17.625rem;left:28.25rem;display:block; }
#tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);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:9.125rem;height:9rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:17.5rem;left:5.3125rem;display:block; }
#FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;height:9.3125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:17.3125rem;left:44.3125rem;display:block; }
#WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { position:relative;display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { background-color: transparent; background-image: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .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); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { border-width: 0; border-radius: 0; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container > .video-iframe-container {  }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c87a8d, #e14b6f);background-image: -moz-linear-gradient(180deg, #c87a8d, #e14b6f);background-image: -ms-linear-gradient(180deg, #c87a8d, #e14b6f);background-image: -o-linear-gradient(180deg, #c87a8d, #e14b6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c87a8d', endColorstr='#e14b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c87a8d', endColorstr='#e14b6f' );";background-image: linear-gradient(180deg, #c87a8d, #e14b6f);background-size:auto !important;font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { display:block;width:27.6875rem;position:absolute;font-family:tajawal;font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:20.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { display:block;width:26.8105625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:25.4345703125rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:9.624rem;top:0rem;left:54.78125rem;overflow:hidden;display:block; }
#SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { background-color:#fffafb;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:#000000;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:15.125rem;height:4.5rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:10.0625rem;left:31.27734375rem;display:block; }
#s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { 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; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.adaptive-delivery-prevent-bg, #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.lazyload, #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.lazyloading { background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { background-color: transparent; background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .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); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { border-width: 0; border-radius: 0; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container {  }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;position:relative;display:block; }#UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#svk22avPUK7zSgempfQ7aIuREVOtkg8n { position:absolute;display:block;z-index:15015;background-color:rgba(19,19,19,0.69);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:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:3.8125rem;left:58.3125rem;display:block; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
#gvaqh5tpna0ucwFvC1kfgKNN2uPKsip7 { color:#1799eb;display:block;width:11.0623125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5rem;left:59.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:3.8125rem;left:40.0625rem;display:block; }#L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.adaptive-delivery-prevent-bg, #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.lazyload, #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.lazyloading { background-image: none; }
#T7l4Dhoh1BlPDnMKuKgU2e5iqMfX2hov { position:absolute;display:block;z-index:15010;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:12.9375rem;left:62rem;display:block; }
#IZSehGpRxTOnEFGnxgXMFQ4BTdywV2rB { color:#ffffff;display:block;width:6.936875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:62rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrt1MdAIA0BD7Ny6gyCueiiOy5yW8dzD { position:absolute;display:block;z-index:15014;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:12.9375rem;left:43.75rem;display:block; }
#o6Uez2Seh0oZnoaHksCX9JnK5IFpaXOc { color:#ffffff;display:block;width:11.0623125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.125rem;left:59.5rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbPCPaZ0yuVJCqkgpHJfasyoH03g4CoQ { color:#1799eb;display:block;width:10.061875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8rem;left:42.1875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmTXd20Ve3CeIcEr00syklh2KbBHJpZu { color:#1799eb;display:block;width:10.1248125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5rem;left:42.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.75rem;left:61.125rem;display:block; }
#k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ViPuxDZMxNBNkQLQ18p442XVgVumBhXA { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.75rem;left:42.875rem;display:block; }
#bF8Oliev3QcPGEysxceCrfN4uMWgn5zu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lb4JiaAlitv21e0cPemd8CiS8NuAAZST { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:3.8125rem;left:22rem;display:block; }#Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.adaptive-delivery-prevent-bg, #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.lazyload, #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.lazyloading { background-image: none; }
#fgeSadPOVZJKMBnR47m26aEcFB5RhPnw { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLt1hU2i6NL7CUmw1Qvx2peqKrbKQdlS { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:7.875rem;left:23.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZasAR3wKTPnLcnLGeJdJL85C5hfsxLp4 { position:absolute;display:block;z-index:15025;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:12.875rem;left:25.6875rem;display:block; }
#ghpIpDsixJHCcCSPz6D7m645QxOQBDcS { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.125rem;left:25.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQt7KxW4isTdHrisEfUF32g8GuWy7NC3 { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:16.75rem;left:24.75rem;display:block; }
#J7OvvHV4DQGyvlJVq8bd2kOXlCJBHTOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMyNHvkJELbhoDCMeJzdZpT53kZWkePM { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:21.1875rem;left:59.9375rem;display:block; }#sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.adaptive-delivery-prevent-bg, #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.lazyload, #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.lazyloading { background-image: none; }
#cWxD4btzAalWOD3sZs10K1sHrSh3rTP9 { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.119140625rem;left:62rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bveNOdgvfSMpeO12ktMdd7xgvZR6hCx2 { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26.50390625rem;left:62rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3QURi01oBO62pyVTS7oSsm7PUOED8aI { position:absolute;display:block;z-index:15031;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:29.9375rem;left:63.6875rem;display:block; }
#Kk9kFfTCX0NDM2RdwmuhR3D97ziqg09F { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:30.875rem;left:61.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdcSS0vtpnfPTlFltqykATqzm9mX46lu { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:33.498046875rem;left:62.6259765625rem;display:block; }
#aQbRazzbDwvzpyetcI2gncUPBEGQ28BU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.375rem;left:63.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOhakoBz9P4g8TFILOHkmJN5VLNZBhyV { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:30.25rem;left:64.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:21.8125rem;left:41.6875rem;display:block; }#CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.adaptive-delivery-prevent-bg, #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.lazyload, #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.lazyloading { background-image: none; }
#VTNbR5eXJkMKgGnMZNbOKcBetb9G9Rp5 { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:22.875rem;left:43.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJo1a9MvgSPdnbJyCoAwWZXhCM6Lgk2k { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:25.70703125rem;left:42.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwu6sghOXQ6u5XuBauWKL1mEhpUvqIUU { position:absolute;display:block;z-index:15039;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:30.5625rem;left:45.4375rem;display:block; }
#NoQDkLdkJcZD8KVlfd1PndfDBp2ZSiTe { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:31.0625rem;left:46.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:31rem;left:45.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:31.4375rem;left:42.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akuCTi8tU1ovvPEcErqk7b5dTqRhcpeu { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:34.125rem;left:44.46875rem;display:block; }
#okyPHTP4fr7R1F050ZMzPii8IN8BKC3B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnykHGEDghRWsXJSylLySQna6o9ClvKq { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:21.1875rem;left:4.125rem;display:block; }#fnykHGEDghRWsXJSylLySQna6o9ClvKq.adaptive-delivery-prevent-bg, #fnykHGEDghRWsXJSylLySQna6o9ClvKq.lazyload, #fnykHGEDghRWsXJSylLySQna6o9ClvKq.lazyloading { background-image: none; }
#bT0BUt6ty5xAeoqwD4UkENp1XnfVIvtm { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.875rem;left:5.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNbTeZFSuvT4zmCNsiNpm1NLAixytnTN { position:absolute;display:block;z-index:15010;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:30.3125rem;left:7.8125rem;display:block; }
#iyb8LFAhBsyfHbQ5W7uqwGBUNfntF1fv { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.8125rem;left:5.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXVNxPkE40WFVi8EG7QCutJDf3rmzLhK { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.875rem;left:8.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOTXlGNCwtibxQ8ttCQOuK8mWedT37W6 { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:34.125rem;left:6.9375rem;display:block; }
#eZr2Cfg0miL3DILFiZeZBtF5vnZFq92q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdoolIz9VG4r0ihofKZinNmBmgtD8QTF { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:3.8125rem;left:4.1875rem;display:block; }#SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.adaptive-delivery-prevent-bg, #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.lazyload, #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.lazyloading { background-image: none; }
#qxLHQAwaFWgurbepGSP2aE9MeybnDJs8 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5rem;left:5.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BN1SDMmHNCr5SXQQT2X2Th9OOWS6D4cg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:7.875rem;left:5.375rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGuDMtuo0R3wTRKkrytklzGZzVG4p0xb { position:absolute;display:block;z-index:15010;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:12.9375rem;left:7.875rem;display:block; }
#TDweqfnGnZfSIan0IXwnMNqs7KXSMgRA { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.625rem;left:7.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKfGXZKM1TxnufCdIbM3xzImNmrTwwHC { background-color:#e1093f;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:15038;text-align:center;text-align-last:center;top:16.75rem;left:7rem;display:block; }
#wCg0QS2yDxSxw8qdgMqoohUALm2AychH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:39.5rem;left:40.0625rem;display:block; }#wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.adaptive-delivery-prevent-bg, #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.lazyload, #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.lazyloading { background-image: none; }
#TnlmSPTqNbhGP0ngFeZsUVgEzHmsCdKh { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:40.4375rem;left:41.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcZxvS9604VhVdD6QMNqA0qxfiXEVNOd { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:43.6875rem;left:41.5625rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1VDU2va6ZX25LkxCVIAVGxzk495gSaF { position:absolute;display:block;z-index:15039;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:48.25rem;left:43.8125rem;display:block; }
#PCoqHKWkwlD8nEasvQyIEMUULmOaudpX { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:49.125rem;left:41.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rviwQs17KZxNCudWATzkqpO1iwanXmc1 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:48.6875rem;left:43.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDU2bq7VzTMXPsyD0tESWBvN5VTk2twe { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:48.75rem;left:44.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKN7apx8PNsvRcgz5GOZLRy04VliP9A0 { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:52.4375rem;left:42.8125rem;display:block; }
#TEpioFSQlqZZyfwmZzGcogwLfQAK7TeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:21.1875rem;left:22rem;display:block; }#JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.adaptive-delivery-prevent-bg, #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.lazyload, #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.lazyloading { background-image: none; }
#Un5WGqAe7X1Hh5kTHqBAHbtfcB7TXC6B { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:22.0625rem;left:23.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iUQ5k9VXCslrTAe5I8KhlcGN367y5Xf6 { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:26.0615234375rem;left:23.3125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2LTVTbnJWqBpEBHe1ap6TzMTOBnvIyO { position:absolute;display:block;z-index:15047;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:29.9375rem;left:25.75rem;display:block; }
#yHKt7TsqODkn13iKaCgxcTCI9HzIOoQB { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:30.8125rem;left:23.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.375rem;left:25.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QoiBzfsN1W79SkBlMlcW9xK6Lsd3OTEr { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:30.5rem;left:26.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyKAVL2AuZ6TUCtw9e0AqORMNodsvfob { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:34.125rem;left:24.75rem;display:block; }
#khp2CIQmmwF6rbglCVtDx6Kq3wX5yGdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8t5vDqwndnd2hSnNvZJikWU0Z7z6iFK { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:28.5rem;left:24.9375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.5rem;left:31.25rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:39.5rem;left:59.9375rem;display:block; }#c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.adaptive-delivery-prevent-bg, #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.lazyload, #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.lazyloading { background-image: none; }
#s8HlD0v3oDIQD5iyCdw5H249XfrLHpkd { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:41.59375rem;left:62rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAlmHpTDcQ4ytN0ZEhDK78Gk1D4RWaPy { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:44.8125rem;left:62rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxKMk8E5RDDN7kBQlaAcVNJTSHHDIfOu { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:49.1875rem;left:61.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVng9evf0SlROD1BRS5ycovA21g07fKR { background-color:#e1093f;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:15061;text-align:center;text-align-last:center;top:52.4375rem;left:62.6259765625rem;display:block; }
#wTdi9Tciimn5akea9hUHEc98pnfcckHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSeqycV594etfhTWA49VrbF6WSAiITN4 { position:absolute;display:block;z-index:15039;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:48.25rem;left:63.6875rem;display:block; }
#v8h7fG0IFstnD9uVxfNSVfMS4p2OibsG { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:48.6875rem;left:63.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#va4QqZDqB3goXZQz5n2MSJTdHDdepmTN { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:48.6474609375rem;left:64.6240234375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:39.625rem;left:21.4375rem;display:block; }#xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.adaptive-delivery-prevent-bg, #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.lazyload, #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.lazyloading { background-image: none; }
#y6IHtm9bLTFRny5P59Vx2840ZUnLStGQ { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:40.5625rem;left:22.9375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hx8NxD2wayVP8fQ4zx74NrypIzwlBRTx { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:44.4140625rem;left:23.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAAsRm97yCsURn54zkhVDbgFz4Bhxy1h { position:absolute;display:block;z-index:15047;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:49.1875rem;left:25.1875rem;display:block; }
#rnE9ctUrXCMZhdCueoGlcSNGk70FLatI { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:50.0625rem;left:22.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEZdILEKsqXIbgTtF5aZIfKXaulkzoIv { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:49.625rem;left:25.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UW2ENZDGkLD693D19dFRnf3AxtxdcemR { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:49.625rem;left:26.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eER4UgkH7yxSpmS8cXMbmE9zqGbVLv39 { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:52.4375rem;left:24.1875rem;display:block; }
#A7BHCZ361iOOy5hlhpatt7DxKCoJ0qpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hedJ27RDduc6UpowKuT4DnlPR5vK3bzC { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:39.5rem;left:4.125rem;display:block; }#hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.adaptive-delivery-prevent-bg, #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.lazyload, #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.lazyloading { background-image: none; }
#uhuHfx3ASSvLSPDoUvZcSRIgsO1LlLUU { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:40.5625rem;left:5.625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFeu3p9PU5kfus8W3bMcmAZkiXWAQX11 { color:#1799eb;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:44.4375rem;left:6rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cknOid0GlmL2oJcnBhUrLHQHJDQkZ0F7 { position:absolute;display:block;z-index:15055;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:48.0625rem;left:7.875rem;display:block; }
#gri78w4vQwrP5xVVCxxvBTVpdQFMqBVO { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:49.75rem;left:5.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuagRVwUJIypRo4XHVTU5N3hFlM8bFCd { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:49.375rem;left:7.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EsmVDd2TUC0acT2iBa40U9bnECVerFPT { background-color:#e1093f;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:15077;text-align:center;text-align-last:center;top:52.125rem;left:6.875rem;display:block; }
#KcaMvI2EyUU47569UbG6WZGqfpmo1gsI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ww8QvUdmT00b2s9uEs78g7bJkslGiyE7 { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:48.5rem;left:8.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:58.1875rem;left:59.5rem;display:block; }#rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.adaptive-delivery-prevent-bg, #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.lazyload, #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.lazyloading { background-image: none; }
#uyfzeP0w6xdIKo4JrkkIt8Nm7MhEZIBZ { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:60.4375rem;left:61rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abDWzhgBm08xO7H4WgLPUws48ImEThEJ { color:#1799eb;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:64.3125rem;left:61.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccQBiT66K3uxrBsaL1SSAmpEQwITMVgS { position:absolute;display:block;z-index:15063;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:67.9375rem;left:63.25rem;display:block; }
#tgtoWDMJ9GqXikxSvosNeVT75r3DmAg4 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:69.625rem;left:60.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8VVN2yiQ1oRfw3otlnsEZ0XTPh4bcPB { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:69.25rem;left:63.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UW4wsRysBpR5oHF5p2d25qCyUaQXSQaD { background-color:#e1093f;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:15085;text-align:center;text-align-last:center;top:71.6875rem;left:62.71875rem;display:block; }
#hsePsTTUqaZkIHk6F5300SBrETAh1EQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbOI5ZgxowP4ATodtOQnJMRcbXIa2mw2 { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:68.51171875rem;left:63.8115234375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpmkI80Mlenau02BzbnsosMmOKR2QGTq { position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:58.1875rem;left:31.125rem;display:block; }#KpmkI80Mlenau02BzbnsosMmOKR2QGTq.adaptive-delivery-prevent-bg, #KpmkI80Mlenau02BzbnsosMmOKR2QGTq.lazyload, #KpmkI80Mlenau02BzbnsosMmOKR2QGTq.lazyloading { background-image: none; }
#KUG3cfEbdlPaInDtKs7g8TTdHroVsIbu { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:60rem;left:32.625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ed3beXaeGRS8RJJmVibKGu4lfJ5IEW6F { color:#1799eb;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:63.75rem;left:32.6875rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPmJB7VaAbMqNyMM6m3JRHmkW9yBsV8P { position:absolute;display:block;z-index:15071;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:67.9375rem;left:34.875rem;display:block; }
#PVm8yDTo2tUsDRAyRmVzIF6n7vfzTQoS { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:69.625rem;left:32.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eECLFd4ki4TXiOtnhwD4dMz7rBcLTACb { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:69.25rem;left:34.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTtuIQkttd0kle1UP7X7TKs69v5nHwri { background-color:#e1093f;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:15093;text-align:center;text-align-last:center;top:71.6875rem;left:34.375rem;display:block; }
#oqRJ2ApRRCtlotlE5isH8VLGiVx81o8e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dW0FkkkgyDcF3xrPpy6d28ELRPDollAu { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:68.5rem;left:35.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ { position:absolute;display:block;z-index:15075;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:14.375rem;top:57.6875rem;left:5.375rem;display:block; }#wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.adaptive-delivery-prevent-bg, #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.lazyload, #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.lazyloading { background-image: none; }
#nn9L1T8LPtBAI4hWzJv8GDDzmophOfcr { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:62.0625rem;left:6.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsQrXL3VNAmIXc4cPV66uM2MMMJhwPyu { position:absolute;display:block;z-index:15079;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:67.4375rem;left:9.125rem;display:block; }
#x5Otu3FghUA2K89TtmlOFmu4t5DLi7Id { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:69.125rem;left:6.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcXdqtUSUzzBv6nIECb8TUhrTKJSoWD0 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:68.75rem;left:9.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ze44gABV7FZQWAw7kJGAxwSLkxbwIkJD { background-color:#e1093f;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:15101;text-align:center;text-align-last:center;top:71.1875rem;left:8.0625rem;display:block; }
#Jf6Iwi9AxuyZ0QlhwEQAxn0U5Mhi1eob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2u9GtbP3yAuQ8v413SGgnH2NFKkQeiB { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:68rem;left:9.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbTigeGkg9My38kaaxeX4hEhN6vvyiga { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:68.51171875rem;left:63.8115234375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mssT0D5B8TDtdIZ1LStrigaXyfJpLAJT { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:28.5rem;left:24.9375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RhhfRfqZOwsXVDmxgm9lixA0Wa90ALRt { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:34.125rem;left:24.75rem;display:none; }
#MccAl2VHSdivSp9No2iGbLgDLvxT0Mch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu { 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; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu.adaptive-delivery-prevent-bg, #dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu.lazyload, #dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu.lazyloading { background-image: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { background-color: transparent; background-image: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container > .video-iframe-container { display: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container { display: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .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); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { border-width: 0; border-radius: 0; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container {  }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#qfpeZgeJAqnRkxLhuAkUEVxnFMNpgn4f { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lQanB6Rna42sAxD02Qds5JyHESPlVZCa { position:absolute;display:block;z-index:15015;background-color:rgba(19,19,19,0.69);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:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#XzTA9tRONJe8WmA5TE1bnLkhUUwGz9DI { position:absolute;display:block;z-index:15010;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:11.25rem;left:59.1875rem;display:none; }
#zXkbW3FKnGG0kLXa49mxE691buQLMRqV { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:14.75rem;left:23.875rem;display:none; }
#F467pCm4IwHpvg7CBoWAfKMTWvKnlrVa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVlQwaJegqWiAaLXxS8WNyR98cJvMWwn { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:14.75rem;left:41.8125rem;display:none; }
#td1A7tX31aAR8INh98GJK9cSgHHha24a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:6.25rem;left:30.4375rem;display:block; }#CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.adaptive-delivery-prevent-bg, #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.lazyload, #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.lazyloading { background-image: none; }
#fCIDQgTHXxxekNQPyFRPmyX4pzSqx5td { color:#1799eb;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.375rem;left:32.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTkqbOhVs9wJm9xlK67TohmZ1aomHK5z { position:absolute;display:block;z-index:15030;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:15.375rem;left:34.125rem;display:block; }
#JPMTnXnIDviPH1fHADDVHP4BrxwI8qZU { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:16rem;left:35rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qv6Fx0432Te746uxTypST0tbz935GTTa { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:20.1875rem;left:33.09375rem;display:block; }
#z3QgnPJMXguiLlaFk3A83loR8Ri6SSir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6dP9TOc6qbDRQcxhFmZo6hLcuSql11k { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.25rem;left:31.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:6.25rem;left:56.25rem;display:block; }#Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.adaptive-delivery-prevent-bg, #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.lazyload, #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.lazyloading { background-image: none; }
#a6SBu2pew2b7588yeZg54vSXCgB4qWQl { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:6.875rem;left:58.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Da5BtZGryr7ISyO29r8wMLV6aAhqtiS0 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:9.75rem;left:57.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAwwG2a74TFc8J2Uze7Wuup6ndmX3bWC { position:absolute;display:block;z-index:15036;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:14.875rem;left:60.0625rem;display:block; }
#WSKTgrRIa1UsQKkt9PlOEzp9Eaz5IO9l { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.5rem;left:60.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as087ToSVvB1kbVaIGlXvz39TomAUEhA { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:18.5625rem;left:59.0625rem;display:block; }
#ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXiA6LOmCDZstK4ev1lnTvEAB2lUBra1 { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:32.5625rem;left:6.5rem;display:none; }
#bDukTwIzKPWNvGQOUZFQtyLK2knoGWFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oIG6eA6Z7mQBcZf89oqphcLAm2bnIWoN { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.5625rem;left:43.5625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I9S45cs0lKpMWigP68Oq8N5ptdwUu6DQ { position:absolute;display:block;z-index:15010;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:11.25rem;left:59.1875rem;display:none; }
#eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:1.75rem;left:31.375rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:7.375rem;left:4.25rem;display:block; }#HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.adaptive-delivery-prevent-bg, #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.lazyload, #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.lazyloading { background-image: none; }
#tioKUsfk2FUV1TLG84MmfSIRHltBME4c { color:#1799eb;display:block;width:11.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.0625rem;left:5.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wm5I0gyR58qcTw5ifle544PXR8W1wmn7 { color:#1799eb;display:block;width:12.6245rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.3125rem;left:5.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQ86uboM8H3nvmEz3VVTqekOiUtnipTO { position:absolute;display:block;z-index:15016;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:16.5625rem;left:8rem;display:block; }
#XyqTiWuL42XxgKHtDRDoEitWM69mWgR2 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17.1875rem;left:8rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llRv8pmlshJSFPwPOVxklqfOQrtWfvwX { background-color:#e1093f;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:15044;text-align:center;text-align-last:center;top:20.375rem;left:7.0625rem;display:block; }
#c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GgnzumDupSl7WzoGCM8rhTzF45tzUJfn { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:15rem;left:20.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1TQkxtNkBqDxPgDGqgJ7Hm8fuy9hJyr { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:12.9375rem;left:23.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 { 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:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6.adaptive-delivery-prevent-bg, #EgquDebTdhJApcKNM5PnN9rKTrx1T7k6.lazyload, #EgquDebTdhJApcKNM5PnN9rKTrx1T7k6.lazyloading { background-image: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { background-color: transparent; background-image: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container > .video-iframe-container { display: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container { display: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .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); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { border-width: 0; border-radius: 0; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container {  }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:75rem;position:relative;display:block; }#TZWuHGWysDJLqKzssNs60BaHuTXRQ5N1 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lKzsGGQS2xATcfN9iL0mlFMLud2edUnT { position:absolute;display:block;z-index:15015;background-color:rgba(19,19,19,0.69);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:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#oaSd0wwPWlO88AurQu5ia5n28gaxwEUo { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:1.8125rem;left:58.625rem;display:block; }#oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.adaptive-delivery-prevent-bg, #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.lazyload, #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.lazyloading { background-image: none; }
#rmVI5LUzf5cpTHOcQfiXco3iZKt4ILg5 { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.5rem;left:60.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MD1bLT3PRsKLO44CAWqElzAxAB6ZOvzg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:6rem;left:59.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT6XcD5R1GcbQcck28qptAqlgpSJQeTl { position:absolute;display:block;z-index:15025;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:10.875rem;left:62.3125rem;display:block; }
#z0kATsQ8INmPPXTHVXTHGlpdSucTvH8p { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:11.625rem;left:62.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3oUScmTIk72mrG6kJdB6BNFJAZRkRrx { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:14.75rem;left:61.375rem;display:block; }
#BU0iuIh4N7A0DargmqTiH2Og4lIZOylu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:1.8125rem;left:41.0625rem;display:block; }#JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.adaptive-delivery-prevent-bg, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyload, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyloading { background-image: none; }
#KHKE1rL9rSuyBN6TN5bvitnGtEKvuGeG { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:3.0625rem;left:42.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXSFMU2zdwg7FVxqIB8ahX7SPtJZTN9l { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.875rem;left:41.1875rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KClQzSdpdk0dyZIyK40uCXMoVzsV4NPh { position:absolute;display:block;z-index:15031;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:10.9375rem;left:44.75rem;display:block; }
#yCunvsXyGWatVZaX3HG4J2FMFTlBdFS7 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:11.5625rem;left:44.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHgULZfkqgaeIfV1QZZLBtqZLSLzDq9G { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:14.8125rem;left:43.8125rem;display:block; }
#EHkJ6MDe2lpxvCQJNir6BmmnRmPZ3k9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MhQkoQnGmXFfhiEf2JR0hAlfRzMK8To3 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.625rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvv40IiXMNb0v9TivGti0QftT1bROTkE { color:#1799eb;display:block;width:10.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.25rem;left:6.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:1.8125rem;left:5.875rem;display:block; }#TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.adaptive-delivery-prevent-bg, #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.lazyload, #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.lazyloading { background-image: none; }
#wNpUlJ9GO1rwqzfFQMGRtehHuXZmgdPp { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:30.4375rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JopQ23wks3kRffsIvqI3dHNLTi46GFAU { position:absolute;display:block;z-index:15014;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:10.9375rem;left:9.5625rem;display:block; }
#SNSUTdKp3a1LA39nWOuNTKO7AW1IThbI { background-color:#e1093f;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:15039;text-align:center;text-align-last:center;top:14.75rem;left:8.6875rem;display:block; }
#TsUfDhTNf6o2oPTZHt60NoOala80H1e0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqI7i863ZmzRiwlODU3gKedBOfGoqVLx { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:1.8125rem;left:23.8125rem;display:block; }#wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.adaptive-delivery-prevent-bg, #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.lazyload, #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.lazyloading { background-image: none; }
#pyIsRl2Z7WWeIHeps1DmbTMwNPH7vVDH { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:42.00927734375rem;left:5.8740234375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADMrK4tTuFwdKUuQFibASTHHEco9f59A { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:44.541015625rem;left:5.8740234375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyRvnuJ8WJEbIcKkbpBMTmwbnlps0w27 { position:absolute;display:block;z-index:15037;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:10.875rem;left:27.7802734375rem;display:block; }
#MbGbqcvDWxEncykNQniTJ3r0AiXePK8n { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:49.591064453125rem;left:7.4365234375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#md1s6SN4cf33GBQiMrKHbzfLJRAun6Tu { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:14.75rem;left:26.5927734375rem;display:block; }
#QQA88ohcQs5TI7L9sAU2ZetWP00bCU9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xi5UTfAi2bH6atlD3uNV6iDDcU4O6ruL { position:absolute;display:block;z-index:15049;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:29.6875rem;left:46rem;display:block; }
#aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:30.3125rem;left:45.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqCW16BulJ5rsTcdevfU750a06ebqV8R { background-color:#e1093f;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:33.25rem;left:45.0625rem;display:block; }
#c6y4oQv3DGnDnvN5FIcOEh9BfxtOT8Mz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WhkzivvafeAQMUuwG5rgaKsRDvkTFI1L { position:absolute;display:block;z-index:15055;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:29.8125rem;left:27.5625rem;display:block; }
#t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:30.4375rem;left:27.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QptX0A2tf6vRM3bfUKCQdQ7KvKE90NT0 { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:33.375rem;left:26.5rem;display:block; }
#wtAeJAFPFr7hPnvt8shwdWnFcDdxJLSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfrLFglQ04roeaaiBTrfNDbpEtFgchPI { position:absolute;display:block;z-index:15038;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:28.875rem;left:27.5rem;display:none; }
#d0JZ0oT6hRw43LTfuw5V6ATQ4T01pL4T { background-color:#e1093f;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:15063;text-align:center;text-align-last:center;top:32.375rem;left:26.625rem;display:none; }
#oIsFHC1RoQsWdTA5p4RdIJgqOM6JvIx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7498125rem;width:14.375rem;top:20.625rem;left:42.3125rem;display:block; }#rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.adaptive-delivery-prevent-bg, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyload, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyloading { background-image: none; }
#tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6 { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:20.75rem;left:23.8125rem;display:block; }#tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.adaptive-delivery-prevent-bg, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyload, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyloading { background-image: none; }
#IvL4GX6McZRT6F05OHXo3ILT5W2J297I { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:19.75rem;left:23.8125rem;display:none; }#IvL4GX6McZRT6F05OHXo3ILT5W2J297I.adaptive-delivery-prevent-bg, #IvL4GX6McZRT6F05OHXo3ILT5W2J297I.lazyload, #IvL4GX6McZRT6F05OHXo3ILT5W2J297I.lazyloading { background-image: none; }
#fyESW0RBshwMosJ78u17beSSO3wOhhi2 { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:29.4375rem;left:25.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CbOn1DtPiP8mkAkW70mGyEiVw8VPr6lK { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:24.9375rem;left:23.9375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LBn0zQFCu0Kq9ON3Xzv8xBZ1c6NpdTIH { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:25.75rem;left:43.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITnaWV7HB6Okx69vsOhQp2OB2iFZrnkV { color:#1799eb;display:block;width:10.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.525390625rem;left:25.96875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nRyy9T8Li7CVHzyphsCO819ONPt2XwHB { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:21.625rem;left:25.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yVkxzgZZvoIGS99WTVwFdXkmhvfQHPad { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:21.875rem;left:44.1875rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMkRqCWKGcTpStGZu6ZCA0qRAe7bW58c { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:20.0625rem;left:25.46875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F2THqyhOTqxKnChCPE7DXVbsZA9IiU4J { position:absolute;display:block;z-index:15079;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9365rem;top:29.75rem;left:8.4375rem;display:block; }
#SvWXbchlarlZozhvZBvihVmHyS8zUkxG { background-color:#e1093f;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.8115rem;height:2.749025rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:33.375rem;left:7.25rem;display:block; }
#grri71mMVM4zFegLQxXpHx754sAvoorv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fvkHnNuAhtNvLIIvxZeh9g0pXVefxdLk { position:absolute;display:block;z-index:15085;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93456875rem;width:6.9360625rem;top:48.936767578125rem;left:7.4365234375rem;display:block; }
#i2RMh0R4q7hmVHQbJ3TnKAMCGgHxMp21 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:11.6875rem;left:9.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eBV2mhzdIRLbQHE0SOMVaJk0nnldksqN { background-color:#e1093f;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.8110625rem;height:2.749025rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:52.81005859375rem;left:6.77978515625rem;display:block; }
#PldDbD62qyMW1cyy34cdkECKAiwllZW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7495rem;width:14.375rem;top:40.5625rem;left:31.6875rem;display:block; }#l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.adaptive-delivery-prevent-bg, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyload, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyloading { background-image: none; }
#E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:20.6875rem;left:4.625rem;display:block; }#E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.adaptive-delivery-prevent-bg, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyload, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyloading { background-image: none; }
#ZpvrrlHuA7iSa7Wx0C0svmuNEmKdN257 { color:#ffffff;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:49.6875rem;left:33.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoapG8LPdicoTK3IQrfOyDdlPyR18mLr { position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:39.466552734375rem;left:4.49951171875rem;display:block; }#zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.adaptive-delivery-prevent-bg, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyload, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyloading { background-image: none; }
#xnPPvNCJm1HJi7MJaDz3CyUM0hbT23AP { color:#1799eb;display:block;width:10.0598125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:44.6875rem;left:34.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzviQHalFSzxIh5go5yeShcI3PVhu4Ay { color:#1799eb;display:block;width:12.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:6.625rem;left:6.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UACi4tVLw1ozq0P998QhVed5SXUGL9EG { position:absolute;display:block;z-index:15109;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93579375rem;width:6.9360625rem;top:49.0625rem;left:35.375rem;display:block; }
#yaIQzodfWNMySEvre8BdWRCrFZcSh3un { background-color:#e1093f;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.8110625rem;height:2.749025rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:52.9375rem;left:34.4375rem;display:block; }
#DNFFzJU1f1vVT5HAwnm9O2iDA8GUCnuB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDtTdgB6CPFUADM5ZspRcVlg0MEcmKfJ { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmaSFV9fWTMyNZQbN47QE4XtvscciSTd { color:#1799eb;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:41.3125rem;left:33.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wg3dbMvnTOnFwkCO7c8nRTZTwill1Sol { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:2.875rem;left:25.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1H155THZpCSOQxFGrzs2AGK5UgHcsLV { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:5.875rem;left:23.9375rem;height:3.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#coRKE46ty3VIaeMVQlCTDULfdBSW2lRR { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.5625rem;left:27.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:20.625rem;left:58.5625rem;display:block; }#aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.adaptive-delivery-prevent-bg, #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.lazyload, #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.lazyloading { background-image: none; }
#gCQT3vUz8QhnkRMkLJ19EUnN2yQIu6On { color:#1799eb;display:block;width:10.99975rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:15065;line-height:.9;letter-spacing:0;top:22.1875rem;left:60.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhnC4CxKOOdxnu4RrAMaWTHGzIeka2rM { color:#1799eb;display:block;width:10.058625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:25.9375rem;left:60.8125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyI61mSkKlNs0xvgH5PJuZ15rNsAvFTZ { position:absolute;display:block;z-index:15110;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93579375rem;width:6.9360625rem;top:29.75rem;left:62.75rem;display:block; }
#R9BrUIZsWpbsnTWdiaTbeIphGoBL9OA9 { background-color:#e1093f;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.8110625rem;height:2.749025rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:34.0625rem;left:61.3125rem;display:block; }
#B9BTV1W3AMM76x6wpcAgsfmcVAhACw50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqdT5RJBwrWsXttqHo8FqrwwgtN7ZLNL { color:#ffffff;display:block;width:11.058375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.5rem;left:60.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT9IrDui4lIOkGRvzuPfxkl0PivotLZm { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:39.9375rem;left:60.625rem;display:block; }#TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.adaptive-delivery-prevent-bg, #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.lazyload, #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.lazyloading { background-image: none; }
#B4UpMuBvSnbHNwVvXQxTskJOH96vgsdh { color:#1799eb;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:41.375rem;left:62rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5g3TQJgMcL9Zm87nKac4MFtvHFsnTi4 { color:#1799eb;display:block;width:10.058625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:45.093994140625rem;left:62.955322265625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT7nk2T1JIgK7R1ATBsykdGSF9n0oAxC { position:absolute;display:block;z-index:15121;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93579375rem;width:6.9360625rem;top:49.0625rem;left:64.125rem;display:block; }
#UcNIMaQyhpPwvHZMEG4LHwnhJRNTTRH7 { color:#ffffff;display:block;width:11.0595625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:49.75rem;left:62rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tErIOZE0e4qzsKBK5OCNhZhwtMtDEqiR { background-color:#e1093f;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.8110625rem;height:2.749025rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:52.9375rem;left:63.125rem;display:block; }
#lQX1TRiTM79C0JSTtF3mud0pmMGFURbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uov8isoyTl6yRAv868HzWEpkZCJLTTxi { position:absolute;display:block;z-index:15087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:58rem;left:4.5rem;display:block; }#uov8isoyTl6yRAv868HzWEpkZCJLTTxi.adaptive-delivery-prevent-bg, #uov8isoyTl6yRAv868HzWEpkZCJLTTxi.lazyload, #uov8isoyTl6yRAv868HzWEpkZCJLTTxi.lazyloading { background-image: none; }
#AOB11yOolXKpGew6592TLE6uy4MuDxNc { color:#1799eb;display:block;width:11.4978125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:59.1875rem;left:6rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOA392RUKFhi93Vwp8NwKqouI4gTPkaW { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:62.4375rem;left:5.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6HTD9ERNozbe0UVlkO7Z1vR8Gn8UcMF { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:67.1875rem;left:8.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v0snngqNRzqqceqp71ovU6fW5QdDD7RC { position:absolute;display:block;z-index:15091;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93335rem;width:6.9360625rem;top:66.75rem;left:8.3125rem;display:block; }
#Tmg3lEC5JnTwTN0i1p7Fis2Mqvo2rFlv { background-color:#e1093f;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.8110625rem;height:2.749025rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:70.3125rem;left:7.8125rem;display:block; }
#CABB6sCLGQxN3JWaSUdK5x0fzm8VOoGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s { position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7483125rem;width:14.375rem;top:57.5625rem;left:56.75rem;display:block; }#RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.adaptive-delivery-prevent-bg, #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.lazyload, #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.lazyloading { background-image: none; }
#VMoWx7pvmt92F07p82ZArTSJWmwl7hIZ { color:#1799eb;display:block;width:11.4978125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:61.8125rem;left:58.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPrabisOGFUW6b08km5cEr3PpfqxOExN { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:67.3125rem;left:60.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#le6Tz2F5txfZhwBBI2iR35F09U6WAsEL { position:absolute;display:block;z-index:15097;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93335rem;width:6.9360625rem;top:66.6875rem;left:61rem;display:block; }
#btZ0zEogoTQhdFue76hB2zVN4x6wse1D { background-color:#e1093f;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.8110625rem;height:2.749025rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:70.4375rem;left:60.375rem;display:block; }
#WrLA0thbKhGBTCU0Fgav4Ik68hWNPaPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qraOichXXwMBtvvPyZcSBNcy5JdFQdGv { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7470625rem;width:14.375rem;top:57.998046875rem;left:30.3125rem;display:block; }#qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.adaptive-delivery-prevent-bg, #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.lazyload, #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.lazyloading { background-image: none; }
#zmyKPVmHFasrq1DFDf5dSVDT6TaPhwti { position:absolute;display:block;z-index:15020;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93456875rem;width:6.9348125rem;top:67.1875rem;left:34.03076171875rem;display:block; }
#bInotif0pW0l3sFr6oRX2xNBlN0STTP6 { color:#1799eb;display:block;width:12.87475rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:62.4365234375rem;left:31.060791015625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JILg72Z3yWi0h1NBpuZ1Z7zZedXItDIR { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:59.0234375rem;left:31.749267578125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2yBbyKNf6JhLJ3HWNPWFasMXBK8n5cD { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:67.403564453125rem;left:33.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqBt4Bdl9i6VeMi4ach4M7u6Vao3FdN4 { background-color:#e1093f;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.8098125rem;height:2.749025rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:71.246337890625rem;left:33.09326171875rem;display:block; }
#UwtfNfZfoh1opGALpN93nwOO1zpRBOuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat { 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; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat.adaptive-delivery-prevent-bg, #gGnKwk2ykfhtyasOpCQK3APyUuzkUGat.lazyload, #gGnKwk2ykfhtyasOpCQK3APyUuzkUGat.lazyloading { background-image: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { background-color: transparent; background-image: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container > .video-iframe-container { display: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container { display: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .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); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { border-width: 0; border-radius: 0; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container {  }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;position:relative;display:block; }#UME3SwWWw4n5uH5QQlLFrRa8bgAZ7U1a { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NToJSuNWmo6CqLyNC50fvnqUklqMG6Sb { position:absolute;display:block;z-index:15015;background-color:rgba(19,19,19,0.69);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:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:6.25rem;left:60.625rem;display:block; }#MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.adaptive-delivery-prevent-bg, #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.lazyload, #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.lazyloading { background-image: none; }
#JA91kOPN6sTbubSA2oswwBlWmT7AcsUX { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:7.75rem;left:62.3125rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUUh7dwKSTvgSynARae8ZWCpp2nL3Fc6 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:10rem;left:62.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { position:absolute;display:block;z-index:15050;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:15.375rem;left:64.3125rem;display:block; }
#J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:16rem;left:64.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5ef5TyTmx0DU6DBTqlcMBhOBWCsf5ch { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:20.1875rem;left:64.3125rem;display:block; }
#HdWvxG6lsTBm8B9GlELganerCb497ie3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQogsLMzTLf5XkWAkTPWwWMmec2cagT0 { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.0625rem;width:14.8125rem;top:6.875rem;left:43.0625rem;display:block; }#rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.adaptive-delivery-prevent-bg, #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.lazyload, #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.lazyloading { background-image: none; }
#C1Euug8XfgEidWgQWIfNqeXD3quKlbK3 { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:8.4375rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhpADtdbsvKdMvXq763ZPSCLpS4V1cK6 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:13rem;left:44.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M55a71y5XH081Q4u5H8oZuhusdMiVgpU { position:absolute;display:block;z-index:15050;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:16.375rem;left:46.75rem;display:block; }
#RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:17rem;left:47.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioz7rTO73rvbEGx9gdxS2dN3rrTtRoEC { background-color:#e1093f;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.8111875rem;height:2.7487rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:20.1875rem;left:45.875rem;display:block; }
#RZXWZR3FEfQXrXVRalb3rZBOl8vreNvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:6.25rem;left:6.25rem;display:block; }#A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.adaptive-delivery-prevent-bg, #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.lazyload, #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.lazyloading { background-image: none; }
#wmtCJBVs0l324w6nBTsEczXgLM92GUqp { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:8.0625rem;left:7.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6fPXUeFsrrvFRWCgaW35U56vzG3caet { position:absolute;display:block;z-index:15056;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:16rem;left:9.9375rem;display:block; }
#oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:17.375rem;left:28.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kk4ffTzDvtEO8lmNzeD7C133SnLsqCkK { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:20.1875rem;left:9.0625rem;display:block; }
#xZXMR9rvPLQbEuqzGTqSbkIC2SpxeX14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iX91ECKm2ykeVmNClloL71iKyyRIM6TJ { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.8125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i9sfGSPs3dFni2rzKpnVwcFgbgzFuHPH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:2.25rem;left:32.625rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1 { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.5rem;width:15.125rem;top:6.9375rem;left:24.1875rem;display:block; }#xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.adaptive-delivery-prevent-bg, #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.lazyload, #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.lazyloading { background-image: none; }
#ULwpBNo9UiP6xeHWUdOq2JOc4fdNTeSy { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:8.9375rem;left:25.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObpqCOWll9Vhzp21yWuZxI7ptAeV8gA6 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:10.875rem;left:7.875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0VtCp3d1pbbZa9ddxRA3TDohvzrx1V1 { position:absolute;display:block;z-index:15062;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93456875rem;width:6.9355625rem;top:16.875rem;left:27.875rem;display:block; }
#qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:16.625rem;left:10.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePGpEzRcd4KTDszevtdixTggPQpBgOQz { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:20.5rem;left:27rem;display:block; }
#nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:27.4375rem;left:60.625rem;display:block; }#NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.adaptive-delivery-prevent-bg, #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.lazyload, #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.lazyloading { background-image: none; }
#TTsIbarZXU6RwC7aLFvukGhLdIy4aN7R { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:28.625rem;left:62.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBTcZkAew9dsKqBlZDl90PUgHNsbHbd0 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:33.1875rem;left:62.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { position:absolute;display:block;z-index:15056;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:36.5625rem;left:64.3125rem;display:block; }
#Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:37.1875rem;left:64.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUQcXpf1px9MuiSQUEVToFvuLUqv6nla { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:41.4375rem;left:64.625rem;display:block; }
#EirMoQiMaLPpIp4S3u3N1VzpLbHETwVf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnS7Jebpp4pERbDBiK107wyDM84Umf4T { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.75rem;width:14.375rem;top:27.4375rem;left:43.0625rem;display:block; }#hnS7Jebpp4pERbDBiK107wyDM84Umf4T.adaptive-delivery-prevent-bg, #hnS7Jebpp4pERbDBiK107wyDM84Umf4T.lazyload, #hnS7Jebpp4pERbDBiK107wyDM84Umf4T.lazyloading { background-image: none; }
#BauFXVTEOronDkyOdHNW9L07b9ERXrl6 { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:29.6875rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqTdxR0dverTZD3cF1XlwllPuSzaVTfo { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:34.25rem;left:44.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CF7AHdiPapeXr8917eLstlS2iFJefJd1 { position:absolute;display:block;z-index:15062;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:37.625rem;left:46.75rem;display:block; }
#IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:38.25rem;left:47.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RT2ppgxFDZgVyAV2k1TlkCgGRMbWs7EF { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:41.4375rem;left:46.0625rem;display:block; }
#uyzPXvnpaQOyrEcxPq26GNWanCp39OZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f { position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.9375rem;width:14.375rem;top:26.8125rem;left:25.25rem;display:block; }#xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.adaptive-delivery-prevent-bg, #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.lazyload, #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.lazyloading { background-image: none; }
#XTwiO3boTSVhO4MgTdpVoldeoNTr54Gv { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:29.25rem;left:26.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFkKKCiAnZU1XTLnfVViVT9xaTT64cWv { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:33.8125rem;left:26.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { position:absolute;display:block;z-index:15068;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:37.1875rem;left:28.9375rem;display:block; }
#bTEzkauN5RFdOwNeeDUmP292dJorTcls { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:37.8125rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDupt0k04EUCMnVCFgywFWi3ZcTqK49K { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:41.4375rem;left:27.6875rem;display:block; }
#bABpxrzdP9HMhb1wvaozeQPFucFHHFHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hocRTKGnQpVxhrQZESHQzoCeQPzymfX1 { position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.375rem;width:14.375rem;top:26.75rem;left:4.625rem;display:block; }#hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.adaptive-delivery-prevent-bg, #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.lazyload, #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.lazyloading { background-image: none; }
#XDy8w6nQxVy7eRTcfFyQ2MBKTX2h9pvf { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:28.625rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEA8MHZ0E84do4y0LwsKH24rqIPS07mf { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:33.1875rem;left:6.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#er1ECLdI9SuxlobZIdfASRrMSu4Kwl7m { position:absolute;display:block;z-index:15074;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:36.5625rem;left:8.3125rem;display:block; }
#Eu9IoGVa9NSa40MN4xf4oQqQyfQxrm1w { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:37.1875rem;left:8.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8E6xQW1aqMnudis8GXWq7KgLwqFqeNx { background-color:#e1093f;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.8111875rem;height:2.7487rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:40.375rem;left:7.4375rem;display:block; }
#xHInJPMc2U5wcnOda4oe1p543Pa9PzL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7486875rem;width:14.375rem;top:46.125rem;left:60.625rem;display:block; }#ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.adaptive-delivery-prevent-bg, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyload, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyloading { background-image: none; }
#MaTP3lsKDhuLL5y6RyZvBBZqhdAFelGD { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:47.0625rem;left:62.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9FRvvGebnvFBGBhiJo72UF9GZsf3A2S { position:absolute;display:block;z-index:15056;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:55.25rem;left:64.3125rem;display:block; }
#TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:55.875rem;left:64.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sN5T64xfw4rqpxkUnZ71hkJ2K36sp2DW { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:60.125rem;left:64.625rem;display:block; }
#qDi7vyIvzn0KU66sKGKplKPVOMww5mEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMa4CQuhyrhsIbzKkG1ITUF2PhtaFR8x { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:62.6875rem;left:26.7509765625rem;display:none; }
#vqnUVJi6qyzHkv60GZE8eWcpODNxi9c9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGpegBUezP0qHxMVi3TV0UQZWJMvUSL9 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:49.8125rem;left:62.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo { position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:11.75rem;width:14.375rem;top:46.125rem;left:7.875rem;display:block; }#T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.adaptive-delivery-prevent-bg, #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.lazyload, #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.lazyloading { background-image: none; }
#Tft95Ekb9vGOt0WO40ByKkMWXBy3bzbv { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:49.75rem;left:9.625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWkvp4F5DeHa20tCPuGsxterrQRe7iUm { position:absolute;display:block;z-index:15068;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:56.3125rem;left:11.5625rem;display:block; }
#a1U7uztOcPq2RmKNaSpokwtnHPuK1K91 { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:56.9375rem;left:12.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V4WDAyI9yPrJOudK1OMlbnuiNUUWTRRs { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:60.125rem;left:10.875rem;display:block; }
#cA5wgHWHCQoaPrqRlupiQgWiC3qzHnby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:12.25rem;width:14.375rem;top:46.125rem;left:43.3125rem;display:block; }#XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.adaptive-delivery-prevent-bg, #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.lazyload, #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.lazyloading { background-image: none; }
#mHKr5LG1xXHMNpCIbzy5BTGOz4kXME6P { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:49.8125rem;left:44.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QE8OU36PGIFrTwBccFBUzPcut71BGSe9 { position:absolute;display:block;z-index:15062;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:56.4375rem;left:47rem;display:block; }
#TIIwiR33g57xBw05J11x5XVCDoMWDoAl { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:57.4375rem;left:47.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mtOsv1fVyAZuCtC0LxhcxrqEv0OL6oUy { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:59.875rem;left:46.125rem;display:block; }
#LUHLJOwZyN8801MMs4ZTPcUmyrmJpX3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g { position:absolute;display:block;z-index:15063;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:12.25rem;width:14.375rem;top:46.125rem;left:25.8125rem;display:block; }#k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.adaptive-delivery-prevent-bg, #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.lazyload, #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.lazyloading { background-image: none; }
#WNJ6JystoLqTDwmxg8UpGAGWkSIlEuTQ { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:47.0625rem;left:27rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgNWJfkJweIcOKST3zPflSxmcBJTS1Tl { position:absolute;display:block;z-index:15067;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93489375rem;width:6.9361875rem;top:56.4375rem;left:29.5rem;display:block; }
#ph1b6C5rT0Ub5gIndIwDHiliftsDyRs8 { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:57.4375rem;left:30rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DthqO7tXzflATbhLMmpoooMs0T35Tn0O { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:60.125rem;left:28.4375rem;display:block; }
#VckJOoyEmKyckm2Kwvq76tlEVvU9uTJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQOEN8oJtPV8SNakpTnRRSTWn0vmpuH9 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:51.4375rem;left:27.875rem;height:3.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J80i2kFpfIIf7eR30GruyokJXEUBr6zT { 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; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT.adaptive-delivery-prevent-bg, #J80i2kFpfIIf7eR30GruyokJXEUBr6zT.lazyload, #J80i2kFpfIIf7eR30GruyokJXEUBr6zT.lazyloading { background-image: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { background-color: transparent; background-image: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container > .video-iframe-container { display: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container { display: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .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); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { border-width: 0; border-radius: 0; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container {  }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#HCcna4hazLcxrhomcfhm4lJdg4RWJmlc { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Bmie0Obt3HSHbmaBcEtrlthLD27MdABC { position:absolute;display:block;z-index:15015;background-color:rgba(19,19,19,0.69);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:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#QmOh0UCNyrD33eylS9BTwWvzwllDyqHO { position:absolute;display:block;z-index:15018;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.9362rem;width:6.936875rem;top:11rem;left:59.1875rem;display:none; }
#Q2JfW8rGoCecfDz5kFOEalm72JfULh7u { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.875rem;width:13.25rem;top:5.466818359375rem;left:0.96258235087594rem;display:block; }#Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.adaptive-delivery-prevent-bg, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyload, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyloading { background-image: none; }
#JLTHpbGOEkF4p15AvUZ8NCeEw6zgL7Gi { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:7.875rem;left:1.25rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GS2kOEmtLywTJZgJKugf3q8W4SGDk53T { color:#1799eb;display:block;width:11.184875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4m0IkrC8TIfETKzyAPvPmuets37SLcB { position:absolute;display:block;z-index:15049;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:13.75rem;left:3.75rem;display:block; }
#i4sFRetk2sBVkFyNtFyykEeZXP7LZR8D { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:14.4375rem;left:4.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnT89k1niXTGy3iaSMZDCnqkU8tQn2FK { background-color:#e1093f;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.808625rem;height:2.74805rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:17.49609375rem;left:2.7822265625rem;display:block; }
#vTwpDg14pD7IyHtyWaPE9kBt2JgIsziB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d01ygP0Cl8ui4vd90gxu1mzGkxw1pvhR { color:#ffffff;display:block;width:6.749125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.25rem;left:59.3125rem;height:2.33333125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f { position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.7480625rem;width:14.375rem;top:4.75rem;left:45.8125rem;display:block; }#nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.adaptive-delivery-prevent-bg, #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.lazyload, #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.lazyloading { background-image: none; }
#O2kVEvBo893Jzn7sVuRMciG467Qh5dEe { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:6rem;left:47.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WencWhFa69TUmO1bhLzTJBAPhOxo9mFM { position:absolute;display:block;z-index:15086;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.9345625rem;top:13.375rem;left:49.5625rem;display:block; }
#iHUmw26E4NRTC7VyiWeppki1C2TVNBnz { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:14.125rem;left:50rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmCZtSTCOczgxEInRoyCIeWP4FmiKSck { background-color:#e1093f;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.8098125rem;height:2.7478rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:17.375rem;left:49.75rem;display:block; }
#quqdQXu3GphEedhk7JhB97Cg6TqgvZKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { color:#000000;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3.75rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.5rem;width:13.625rem;top:5.4048125rem;left:15.393624350852rem;display:block; }#cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.adaptive-delivery-prevent-bg, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyload, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyloading { background-image: none; }
#JwTILC3etqhPeQevnUTWAkVgpgTdRHWe { color:#1799eb;display:block;width:11.1845625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:5.9375rem;left:16.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Asp79A4pDrVWQsq5oS74t0ZfQKb7D66F { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:7.5rem;left:16.3125rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fypvJK1xQVVzJq48i22gTMSwGoscZkTA { position:absolute;display:block;z-index:15050;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:13.75rem;left:18.5rem;display:block; }
#yc3GtGB18fEzCRZxK8PVyooAGzSvN4Og { background-color:#e1093f;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.808625rem;height:2.74805rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:17.625rem;left:17.5rem;display:block; }
#SXTqRQyTPvPC5oIar52HpB6EGVh1TTtQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KZc881Puc9wsJGTE5E6420yslr3LimBu { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:14.375rem;left:19.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5AmMcArdAn4lVzE8IiOaTWQ1nVpX4LO { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:0.9375rem;left:50.873046875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10rem;width:13.4375rem;top:5.339625rem;left:61.416692856806rem;display:block; }#W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.adaptive-delivery-prevent-bg, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyload, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyloading { background-image: none; }
#WbJ4tzgKPZp3i2MyL460GTTfItQqFBEp { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:6.375rem;left:62.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8qqcDTAmW37PJlsDysoZiruHzV3bliw { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:14.125rem;left:64.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhcdyVtJpS6Z3mNDPtpnDLDgROsrROFa { position:absolute;display:block;z-index:15091;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.9345625rem;top:13.375rem;left:64.4375rem;display:block; }
#TgoueJJea1L81746pq0PmXfQK22bm5h7 { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:17.3125rem;left:63.3125rem;display:block; }
#pFaczcbPoHZKhllJ7tphHWTIKlWpMP0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.749rem;width:14.375rem;top:1.875rem;left:2.9375rem;display:none; }#RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.adaptive-delivery-prevent-bg, #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.lazyload, #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.lazyloading { background-image: none; }
#OO1sWLQMeRFoaMeOEK3fkWLfwrOJ7uAN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:8.5625rem;left:47.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.625rem;width:13.8125rem;top:5.0298125rem;left:30.7141819081rem;display:block; }#XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.adaptive-delivery-prevent-bg, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyload, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyloading { background-image: none; }
#bRAr4FNBD97sBJX1DtWtG0sPq6Ew29sc { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.8125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { position:absolute;display:block;z-index:15056;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:13.5rem;left:34rem;display:block; }
#R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:14.125rem;left:34.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyRcb1WPfWRn6RqcXnhsK23whKt35RJe { background-color:#e1093f;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.808625rem;height:2.74805rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:17.375rem;left:33rem;display:block; }
#HZ9UkPhsvmBbfBgeZOGK6skzDttvtHy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.25rem;width:13.25rem;top:23.625rem;left:33.5625rem;display:block; }#oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.adaptive-delivery-prevent-bg, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyload, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyloading { background-image: none; }
#H8mE7IPQHI2NFWM3MtSU8MySH5u6KpM9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:25.5rem;left:34.125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { position:absolute;display:block;z-index:15061;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:31.75rem;left:36.3125rem;display:block; }
#pnVylz65baCXnwBU3lgLETKwaqRr2kol { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:32.375rem;left:36.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgGuHqTdTvs10AtayIIewn125WMIrLaT { background-color:#e1093f;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.808625rem;height:2.74805rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:35.875rem;left:35.3125rem;display:block; }
#KT3RDvIdFTkBIp5ATMKg82cFTekl0CbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDzptLBNbasXdCf0hEtm4vgc5FO7rini { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:9.1875rem;width:13.1875rem;top:25.21682421875rem;left:2.2797304577321rem;display:block; }#TDzptLBNbasXdCf0hEtm4vgc5FO7rini.adaptive-delivery-prevent-bg, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyload, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyloading { background-image: none; }
#C6IZ0f3QWugiqEsPrs6Jp5WmKWeKzzdR { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:27rem;left:2.75rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVSnlCR3r9WbCex2zpCMs8t5vQycOekH { position:absolute;display:block;z-index:15066;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93555rem;width:6.9355625rem;top:33.25rem;left:4.9375rem;display:block; }
#eTUdKpH9PceTrm0NTQe1ioQbi9L0IwCr { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:33.875rem;left:5.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyILlCv5RFTi7hRqtx5eXULOBTtHfqyM { background-color:#e1093f;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.808625rem;height:2.74805rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:37.125rem;left:3.9375rem;display:block; }
#vWduOUn6ONzQ8lQqkGmEK4HqTA9lbXSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi { position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:10.125rem;width:13.625rem;top:22.375rem;left:60.125rem;display:block; }#Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.adaptive-delivery-prevent-bg, #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.lazyload, #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.lazyloading { background-image: none; }
#Xy3bgPTLtMUs2cmvmcESy6DTK0PvPC6q { color:#1799eb;display:block;width:11.058375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:23.0615234375rem;left:60.999755859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIeUZOMEWWboUnwE3l9Xgsr2w38H9TMu { position:absolute;display:block;z-index:15108;background-color:#0780dc;background-image:none;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:2.93359375rem;width:6.9345625rem;top:30.5625rem;left:63.3125rem;display:block; }
#N09eMVT2Du52Zl4MqRhooN50uvyHNMFE { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:31.3125rem;left:63.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r851RHpo2qIuCKB75swvIaTaTX7T9gq2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:27.125rem;left:60.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNLzN1lCGIkyee8T91XXdJMTNAz7A89n { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:26.787109375rem;left:60.999755859375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPJkvnygggHMy6WbLr8WGwh0wWAxyrk6 { background-color:#e1093f;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.74805rem;text-decoration:none;z-index:15127;text-align:center;text-align-last:center;top:34.5rem;left:62.1875rem;display:block; }
#aHGBiBqybyh9nWDU9s5bCyNuGRt3fvMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { background-color: transparent; background-image: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .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); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { border-width: 0; border-radius: 0; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container {  }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { color:#ffffff;display:block;width:22.747375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:27.625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#qIOcAK1io86Sx6GLscq9NpmwXJtniutq { box-sizing:content-box;color:#fbfeff;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:15003;top:1.125rem;left:52.75rem;display:block; }
#XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:4.8125rem;left:53.1875rem;display:block; }
#HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { color:#ffffff;display:block;width:10.874rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:43.0625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { top:0.1875rem;left:0rem;width:47.75rem;height:7.79876875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:7.9375rem;left:19.6875rem;width:8.1875rem;height:8.1250378796487rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:7.5rem;left:19.375rem;width:8.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { width:47.75rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { top:0.625rem;left:24.875rem;width:22.875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { top:0.625rem;left:0rem;width:23.875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:47.75rem;height:4.3125rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.625rem;height:2.6875rem;top:12.75rem;left:11.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.625rem;height:2.6875rem;top:12.75rem;left:24.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { top:13.3125rem;left:30.25rem;width:17.5rem;height:8.6870625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { top:14.125rem;left:0rem;width:18.75rem;height:7.061625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:16.5rem;height:3.75rem;top:16.9375rem;left:16.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:15.8125rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block; }
 }@media only screen and (max-width: 763px) { #lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { width:17.5rem;height:3.4375rem;top:17.1875rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block; }
 }@media only screen and (max-width: 763px) { #Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { top:9.8125rem;left:28.4375rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSUhaBQJN9U4VOmTARs5k0gQZr3LeO6F { top:27.3125rem;left:31.686719894409rem;width:13.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA { display:block; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybsoBO5MTNnpHkEp9uweqfKWe0MMTmhd { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0B9BUtZSeDpuiW5GaVegbtnlg62aQMW { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { top:1.375rem;left:16.375rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { width:12.9375rem;height:1.9375rem;top:1.9375rem;left:17.375436782837rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { top:6.4375rem;left:38.8125rem;width:8.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnTwwO30SR0e4fgdneOFVupEEEgywFM { top:17.625rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { top:6.5rem;left:30.4375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { top:6.4375rem;left:19.875rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { top:6.4375rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { top:17.6875rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:6rem;height:4.0625rem;top:8.9375rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { width:6rem;height:5.5625rem;top:8.25rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { width:7.5rem;height:5.3125rem;top:19.5625rem;left:40.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { width:6rem;height:4.0625rem;top:8.9375rem;left:21.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { width:6rem;height:5.3125rem;top:8.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { width:6rem;height:3.5625rem;top:20.4375rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { top:6.5rem;left:8.6875rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { top:17.625rem;left:30.4375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { top:17.625rem;left:14.625rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { top:16.875rem;left:2.375rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:7rem;height:5.5625rem;top:19.375rem;left:31.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:5.3125rem;top:8.375rem;left:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:6rem;height:5.5625rem;top:19.4375rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:7.125rem;height:6.0625rem;top:18.3125rem;left:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { top:17.4375rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:6rem;height:5.3125rem;top:19.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { width:9.25rem;height:9.0625rem;top:17.5625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block; }
 }@media only screen and (max-width: 763px) { #zSwUdnablkxhC3K0szhXpFh8grAKoBXN { width:8.5625rem;height:8.9375rem;top:6.5rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block; }
 }@media only screen and (max-width: 763px) { #mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { width:9.4375rem;height:9.1875rem;top:6.3125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block; }
 }@media only screen and (max-width: 763px) { #TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { width:7.375rem;height:8.875rem;top:6.8125rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block; }
 }@media only screen and (max-width: 763px) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:8.8125rem;height:8.8125rem;top:6.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block; }
 }@media only screen and (max-width: 763px) { #eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { width:9.125rem;height:9.125rem;top:17.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block; }
 }@media only screen and (max-width: 763px) { #fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { width:9.125rem;height:9rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block; }
 }@media only screen and (max-width: 763px) { #Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { width:8.875rem;height:9.3125rem;top:17.3125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block; }
 }@media only screen and (max-width: 763px) { #xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:27.6875rem;height:4.0625rem;top:0rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { width:26.75rem;height:2.875rem;top:4.6875rem;left:11.8095703125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { top:0rem;left:38.1875rem;width:9.5625rem;height:7.4520729426431rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { width:15.125rem;height:4.5rem;top:10.0625rem;left:17.65234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block; }
 }@media only screen and (max-width: 763px) { #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svk22avPUK7zSgempfQ7aIuREVOtkg8n { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:3.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvaqh5tpna0ucwFvC1kfgKNN2uPKsip7 { width:11rem;height:1.625rem;top:5.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ { width:14.375rem;height:10.6875rem;top:3.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7l4Dhoh1BlPDnMKuKgU2e5iqMfX2hov { width:6.875rem;height:2.875rem;top:12.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZSehGpRxTOnEFGnxgXMFQ4BTdywV2rB { width:6.875rem;height:1.4375rem;top:13.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrt1MdAIA0BD7Ny6gyCueiiOy5yW8dzD { width:6.875rem;height:2.875rem;top:12.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Uez2Seh0oZnoaHksCX9JnK5IFpaXOc { width:11rem;height:1.625rem;top:13.5rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:2.875rem;top:8.125rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbPCPaZ0yuVJCqkgpHJfasyoH03g4CoQ { width:10rem;height:2.875rem;top:8rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTXd20Ve3CeIcEr00syklh2KbBHJpZu { width:10.0625rem;height:1.625rem;top:5.5rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:16.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #ViPuxDZMxNBNkQLQ18p442XVgVumBhXA { width:8.75rem;height:2.6875rem;top:16.75rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8Oliev3QcPGEysxceCrfN4uMWgn5zu { display:block; }
 }@media only screen and (max-width: 763px) { #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST { width:14.375rem;height:10.6875rem;top:3.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgeSadPOVZJKMBnR47m26aEcFB5RhPnw { width:10.4375rem;height:1.625rem;top:5.4375rem;left:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLt1hU2i6NL7CUmw1Qvx2peqKrbKQdlS { width:11.75rem;height:2.5rem;top:7.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasAR3wKTPnLcnLGeJdJL85C5hfsxLp4 { width:6.875rem;height:2.875rem;top:12.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghpIpDsixJHCcCSPz6D7m645QxOQBDcS { width:7.5rem;height:2.375rem;top:13.125rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQt7KxW4isTdHrisEfUF32g8GuWy7NC3 { width:8.75rem;height:2.6875rem;top:16.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7OvvHV4DQGyvlJVq8bd2kOXlCJBHTOd { display:block; }
 }@media only screen and (max-width: 763px) { #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM { width:14.375rem;height:10.6875rem;top:21.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxD4btzAalWOD3sZs10K1sHrSh3rTP9 { width:10.4375rem;height:2.4375rem;top:23.0625rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bveNOdgvfSMpeO12ktMdd7xgvZR6hCx2 { width:11.75rem;height:2.25rem;top:26.5rem;left:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QURi01oBO62pyVTS7oSsm7PUOED8aI { width:6.875rem;height:2.875rem;top:29.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk9kFfTCX0NDM2RdwmuhR3D97ziqg09F { width:7.5rem;height:1.1875rem;top:30.875rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdcSS0vtpnfPTlFltqykATqzm9mX46lu { width:8.75rem;height:2.6875rem;top:33.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbRazzbDwvzpyetcI2gncUPBEGQ28BU { display:block; }
 }@media only screen and (max-width: 763px) { #zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { width:6.875rem;height:1.625rem;top:30.375rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOhakoBz9P4g8TFILOHkmJN5VLNZBhyV { width:5.125rem;height:1.75rem;top:30.25rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i { width:14.375rem;height:10.6875rem;top:21.8125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTNbR5eXJkMKgGnMZNbOKcBetb9G9Rp5 { width:10.4375rem;height:1.625rem;top:22.875rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJo1a9MvgSPdnbJyCoAwWZXhCM6Lgk2k { width:11.75rem;height:3.875rem;top:25.6875rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwu6sghOXQ6u5XuBauWKL1mEhpUvqIUU { width:6.875rem;height:2.875rem;top:30.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoQDkLdkJcZD8KVlfd1PndfDBp2ZSiTe { width:5.125rem;height:1.75rem;top:31.0625rem;left:32.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { width:6.875rem;height:1.625rem;top:31rem;left:31.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.1875rem;top:31.4375rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akuCTi8tU1ovvPEcErqk7b5dTqRhcpeu { width:8.75rem;height:2.6875rem;top:34.125rem;left:30.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okyPHTP4fr7R1F050ZMzPii8IN8BKC3B { display:block; }
 }@media only screen and (max-width: 763px) { #fnykHGEDghRWsXJSylLySQna6o9ClvKq { width:14.375rem;height:10.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT0BUt6ty5xAeoqwD4UkENp1XnfVIvtm { width:11rem;height:1.625rem;top:22.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbTeZFSuvT4zmCNsiNpm1NLAixytnTN { width:6.875rem;height:2.875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyb8LFAhBsyfHbQ5W7uqwGBUNfntF1fv { width:11.875rem;height:2.4375rem;top:25.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXVNxPkE40WFVi8EG7QCutJDf3rmzLhK { width:5.625rem;height:1.75rem;top:30.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOTXlGNCwtibxQ8ttCQOuK8mWedT37W6 { width:8.75rem;height:2.6875rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZr2Cfg0miL3DILFiZeZBtF5vnZFq92q { display:block; }
 }@media only screen and (max-width: 763px) { #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF { width:14.375rem;height:10.6875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxLHQAwaFWgurbepGSP2aE9MeybnDJs8 { width:11rem;height:1.625rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1SDMmHNCr5SXQQT2X2Th9OOWS6D4cg { width:11.875rem;height:3.5rem;top:7.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGuDMtuo0R3wTRKkrytklzGZzVG4p0xb { width:6.875rem;height:2.875rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDweqfnGnZfSIan0IXwnMNqs7KXSMgRA { width:6.875rem;height:1.625rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKfGXZKM1TxnufCdIbM3xzImNmrTwwHC { width:8.75rem;height:2.6875rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCg0QS2yDxSxw8qdgMqoohUALm2AychH { display:block; }
 }@media only screen and (max-width: 763px) { #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy { width:14.375rem;height:10.6875rem;top:39.5rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnlmSPTqNbhGP0ngFeZsUVgEzHmsCdKh { width:11.1875rem;height:2.75rem;top:40.4375rem;left:27.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcZxvS9604VhVdD6QMNqA0qxfiXEVNOd { width:11.75rem;height:3.125rem;top:43.6875rem;left:27.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1VDU2va6ZX25LkxCVIAVGxzk495gSaF { width:6.875rem;height:2.875rem;top:48.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCoqHKWkwlD8nEasvQyIEMUULmOaudpX { width:7.5rem;height:1.1875rem;top:49.125rem;left:27.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rviwQs17KZxNCudWATzkqpO1iwanXmc1 { width:6.875rem;height:1.625rem;top:48.6875rem;left:30.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDU2bq7VzTMXPsyD0tESWBvN5VTk2twe { width:5.125rem;height:1.75rem;top:48.75rem;left:31.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKN7apx8PNsvRcgz5GOZLRy04VliP9A0 { width:8.75rem;height:2.6875rem;top:52.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpioFSQlqZZyfwmZzGcogwLfQAK7TeW { display:block; }
 }@media only screen and (max-width: 763px) { #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp { width:14.375rem;height:10.6875rem;top:21.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un5WGqAe7X1Hh5kTHqBAHbtfcB7TXC6B { width:10.4375rem;height:3.25rem;top:22.0625rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUQ5k9VXCslrTAe5I8KhlcGN367y5Xf6 { width:11.75rem;height:2.25rem;top:26rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2LTVTbnJWqBpEBHe1ap6TzMTOBnvIyO { width:6.875rem;height:2.875rem;top:29.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHKt7TsqODkn13iKaCgxcTCI9HzIOoQB { width:7.5rem;height:1.1875rem;top:30.8125rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { width:6.875rem;height:1.625rem;top:30.375rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoiBzfsN1W79SkBlMlcW9xK6Lsd3OTEr { width:5.125rem;height:1.75rem;top:30.5rem;left:13rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyKAVL2AuZ6TUCtw9e0AqORMNodsvfob { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khp2CIQmmwF6rbglCVtDx6Kq3wX5yGdm { display:block; }
 }@media only screen and (max-width: 763px) { #V8t5vDqwndnd2hSnNvZJikWU0Z7z6iFK { width:5.625rem;height:1.75rem;top:130.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { top:0.5rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV { width:14.375rem;height:10.6875rem;top:39.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HlD0v3oDIQD5iyCdw5H249XfrLHpkd { width:10.4375rem;height:1.1875rem;top:41.5625rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAlmHpTDcQ4ytN0ZEhDK78Gk1D4RWaPy { width:11.75rem;height:2.25rem;top:44.8125rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKMk8E5RDDN7kBQlaAcVNJTSHHDIfOu { width:7.5rem;height:1.1875rem;top:49.1875rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVng9evf0SlROD1BRS5ycovA21g07fKR { width:8.75rem;height:2.6875rem;top:52.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdi9Tciimn5akea9hUHEc98pnfcckHR { display:block; }
 }@media only screen and (max-width: 763px) { #TSeqycV594etfhTWA49VrbF6WSAiITN4 { width:6.875rem;height:2.875rem;top:48.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8h7fG0IFstnD9uVxfNSVfMS4p2OibsG { width:6.875rem;height:1.625rem;top:48.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #va4QqZDqB3goXZQz5n2MSJTdHDdepmTN { width:5.125rem;height:1.75rem;top:48.625rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK { width:14.375rem;height:11.5rem;top:39.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6IHtm9bLTFRny5P59Vx2840ZUnLStGQ { width:11.1875rem;height:2.75rem;top:40.5625rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx8NxD2wayVP8fQ4zx74NrypIzwlBRTx { width:11.75rem;height:3.875rem;top:44.375rem;left:9.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAAsRm97yCsURn54zkhVDbgFz4Bhxy1h { width:6.875rem;height:2.875rem;top:49.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnE9ctUrXCMZhdCueoGlcSNGk70FLatI { width:7.5rem;height:1.1875rem;top:50.0625rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZdILEKsqXIbgTtF5aZIfKXaulkzoIv { width:6.875rem;height:1.625rem;top:49.625rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW2ENZDGkLD693D19dFRnf3AxtxdcemR { width:5.125rem;height:1.75rem;top:49.625rem;left:12.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eER4UgkH7yxSpmS8cXMbmE9zqGbVLv39 { width:8.75rem;height:2.6875rem;top:52.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7BHCZ361iOOy5hlhpatt7DxKCoJ0qpc { display:block; }
 }@media only screen and (max-width: 763px) { #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC { width:14.375rem;height:11.5rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhuHfx3ASSvLSPDoUvZcSRIgsO1LlLUU { width:11.1875rem;height:2.75rem;top:40.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFeu3p9PU5kfus8W3bMcmAZkiXWAQX11 { width:11.75rem;height:2.875rem;top:44.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cknOid0GlmL2oJcnBhUrLHQHJDQkZ0F7 { width:6.875rem;height:2.875rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gri78w4vQwrP5xVVCxxvBTVpdQFMqBVO { width:7.5rem;height:1.1875rem;top:49.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuagRVwUJIypRo4XHVTU5N3hFlM8bFCd { width:6.875rem;height:1.625rem;top:49.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsmVDd2TUC0acT2iBa40U9bnECVerFPT { width:8.75rem;height:2.6875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcaMvI2EyUU47569UbG6WZGqfpmo1gsI { display:block; }
 }@media only screen and (max-width: 763px) { #Ww8QvUdmT00b2s9uEs78g7bJkslGiyE7 { width:5.125rem;height:1.75rem;top:48.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU { width:14.375rem;height:11.5rem;top:58.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyfzeP0w6xdIKo4JrkkIt8Nm7MhEZIBZ { width:11.1875rem;height:2.75rem;top:60.4375rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abDWzhgBm08xO7H4WgLPUws48ImEThEJ { width:11.6875rem;height:2.9375rem;top:64.3125rem;left:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQBiT66K3uxrBsaL1SSAmpEQwITMVgS { width:6.875rem;height:2.875rem;top:67.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgtoWDMJ9GqXikxSvosNeVT75r3DmAg4 { width:7.5rem;height:1.1875rem;top:69.625rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8VVN2yiQ1oRfw3otlnsEZ0XTPh4bcPB { width:6.875rem;height:1.625rem;top:69.25rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW4wsRysBpR5oHF5p2d25qCyUaQXSQaD { width:8.75rem;height:2.6875rem;top:71.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsePsTTUqaZkIHk6F5300SBrETAh1EQQ { display:block; }
 }@media only screen and (max-width: 763px) { #sbOI5ZgxowP4ATodtOQnJMRcbXIa2mw2 { width:5.125rem;height:1.75rem;top:68.5rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpmkI80Mlenau02BzbnsosMmOKR2QGTq { width:14.375rem;height:11.5rem;top:58.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUG3cfEbdlPaInDtKs7g8TTdHroVsIbu { width:11.1875rem;height:2.75rem;top:60rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3beXaeGRS8RJJmVibKGu4lfJ5IEW6F { width:11.6875rem;height:2.625rem;top:63.75rem;left:19.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmJB7VaAbMqNyMM6m3JRHmkW9yBsV8P { width:6.875rem;height:2.875rem;top:67.9375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVm8yDTo2tUsDRAyRmVzIF6n7vfzTQoS { width:7.5rem;height:1.1875rem;top:69.625rem;left:18.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eECLFd4ki4TXiOtnhwD4dMz7rBcLTACb { width:6.875rem;height:1.625rem;top:69.25rem;left:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTtuIQkttd0kle1UP7X7TKs69v5nHwri { width:8.75rem;height:2.6875rem;top:71.6875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqRJ2ApRRCtlotlE5isH8VLGiVx81o8e { display:block; }
 }@media only screen and (max-width: 763px) { #dW0FkkkgyDcF3xrPpy6d28ELRPDollAu { width:5.125rem;height:1.75rem;top:68.5rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ { width:14.375rem;height:11.5rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9L1T8LPtBAI4hWzJv8GDDzmophOfcr { width:11.1875rem;height:2.75rem;top:62.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQrXL3VNAmIXc4cPV66uM2MMMJhwPyu { width:6.875rem;height:2.875rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Otu3FghUA2K89TtmlOFmu4t5DLi7Id { width:7.5rem;height:1.1875rem;top:69.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXdqtUSUzzBv6nIECb8TUhrTKJSoWD0 { width:6.875rem;height:1.625rem;top:68.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze44gABV7FZQWAw7kJGAxwSLkxbwIkJD { width:8.75rem;height:2.6875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf6Iwi9AxuyZ0QlhwEQAxn0U5Mhi1eob { display:block; }
 }@media only screen and (max-width: 763px) { #o2u9GtbP3yAuQ8v413SGgnH2NFKkQeiB { width:5.125rem;height:1.75rem;top:68rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTigeGkg9My38kaaxeX4hEhN6vvyiga { width:5.125rem;height:1.75rem;top:68.5rem;left:42.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mssT0D5B8TDtdIZ1LStrigaXyfJpLAJT { width:5.625rem;height:1.75rem;top:178.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhhfRfqZOwsXVDmxgm9lixA0Wa90ALRt { width:8.75rem;height:2.6875rem;top:34.125rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MccAl2VHSdivSp9No2iGbLgDLvxT0Mch { display:block; }
 }@media only screen and (max-width: 763px) { #dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu { display:block; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfpeZgeJAqnRkxLhuAkUEVxnFMNpgn4f { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQanB6Rna42sAxD02Qds5JyHESPlVZCa { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTA9tRONJe8WmA5TE1bnLkhUUwGz9DI { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXkbW3FKnGG0kLXa49mxE691buQLMRqV { width:8.75rem;height:2.6875rem;top:14.75rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F467pCm4IwHpvg7CBoWAfKMTWvKnlrVa { display:block; }
 }@media only screen and (max-width: 763px) { #bVlQwaJegqWiAaLXxS8WNyR98cJvMWwn { width:8.75rem;height:2.6875rem;top:14.75rem;left:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #td1A7tX31aAR8INh98GJK9cSgHHha24a { display:block; }
 }@media only screen and (max-width: 763px) { #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { width:14.375rem;height:10.6875rem;top:6.25rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCIDQgTHXxxekNQPyFRPmyX4pzSqx5td { width:10.9375rem;height:3.25rem;top:7.375rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkqbOhVs9wJm9xlK67TohmZ1aomHK5z { width:6.875rem;height:2.875rem;top:15.375rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMTnXnIDviPH1fHADDVHP4BrxwI8qZU { width:5.125rem;height:1.75rem;top:16rem;left:21.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv6Fx0432Te746uxTypST0tbz935GTTa { width:8.75rem;height:2.6875rem;top:20.1875rem;left:19.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3QgnPJMXguiLlaFk3A83loR8Ri6SSir { display:block; }
 }@media only screen and (max-width: 763px) { #A6dP9TOc6qbDRQcxhFmZo6hLcuSql11k { width:11.875rem;height:2.875rem;top:11.25rem;left:18.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE { width:14.375rem;height:10.6875rem;top:6.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6SBu2pew2b7588yeZg54vSXCgB4qWQl { width:10.4375rem;height:1.625rem;top:6.875rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5BtZGryr7ISyO29r8wMLV6aAhqtiS0 { width:11.875rem;height:1.4375rem;top:9.75rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAwwG2a74TFc8J2Uze7Wuup6ndmX3bWC { width:6.875rem;height:2.875rem;top:14.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSKTgrRIa1UsQKkt9PlOEzp9Eaz5IO9l { width:5.125rem;height:1.75rem;top:15.5rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as087ToSVvB1kbVaIGlXvz39TomAUEhA { width:8.75rem;height:2.6875rem;top:18.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block; }
 }@media only screen and (max-width: 763px) { #iXiA6LOmCDZstK4ev1lnTvEAB2lUBra1 { width:8.75rem;height:2.6875rem;top:32.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDukTwIzKPWNvGQOUZFQtyLK2knoGWFe { display:block; }
 }@media only screen and (max-width: 763px) { #oIG6eA6Z7mQBcZf89oqphcLAm2bnIWoN { width:5.125rem;height:1.75rem;top:11.5625rem;left:29.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9S45cs0lKpMWigP68Oq8N5ptdwUu6DQ { width:6.875rem;height:2.875rem;top:11.25rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { top:1.75rem;left:17.75rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y { width:14.375rem;height:10.6875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tioKUsfk2FUV1TLG84MmfSIRHltBME4c { width:11.0625rem;height:3.0625rem;top:8.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5I0gyR58qcTw5ifle544PXR8W1wmn7 { width:12.5625rem;height:4.0625rem;top:11.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ86uboM8H3nvmEz3VVTqekOiUtnipTO { width:6.875rem;height:2.875rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqTiWuL42XxgKHtDRDoEitWM69mWgR2 { width:6.875rem;height:1.625rem;top:17.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llRv8pmlshJSFPwPOVxklqfOQrtWfvwX { width:8.75rem;height:2.6875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { display:block; }
 }@media only screen and (max-width: 763px) { #GgnzumDupSl7WzoGCM8rhTzF45tzUJfn { width:7.5rem;height:1.1875rem;top:15rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1TQkxtNkBqDxPgDGqgJ7Hm8fuy9hJyr { width:6.875rem;height:1.625rem;top:12.9375rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 { display:block; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZWuHGWysDJLqKzssNs60BaHuTXRQ5N1 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKzsGGQS2xATcfN9iL0mlFMLud2edUnT { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo { width:14.375rem;height:10.6875rem;top:1.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmVI5LUzf5cpTHOcQfiXco3iZKt4ILg5 { width:10.4375rem;height:1.5625rem;top:3.5rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD1bLT3PRsKLO44CAWqElzAxAB6ZOvzg { width:11.875rem;height:3.875rem;top:6rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6XcD5R1GcbQcck28qptAqlgpSJQeTl { width:6.875rem;height:2.875rem;top:10.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0kATsQ8INmPPXTHVXTHGlpdSucTvH8p { width:7.5rem;height:1.5625rem;top:11.625rem;left:40.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3oUScmTIk72mrG6kJdB6BNFJAZRkRrx { width:8.75rem;height:2.6875rem;top:14.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU0iuIh4N7A0DargmqTiH2Og4lIZOylu { display:block; }
 }@media only screen and (max-width: 763px) { #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK { width:14.375rem;height:10.6875rem;top:1.8125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHKE1rL9rSuyBN6TN5bvitnGtEKvuGeG { width:11.4375rem;height:2.375rem;top:3.0625rem;left:28.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSFMU2zdwg7FVxqIB8ahX7SPtJZTN9l { width:14.0625rem;height:3.375rem;top:5.875rem;left:27.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KClQzSdpdk0dyZIyK40uCXMoVzsV4NPh { width:6.875rem;height:2.875rem;top:10.9375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCunvsXyGWatVZaX3HG4J2FMFTlBdFS7 { width:7.5rem;height:1.5625rem;top:11.5625rem;left:30.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgULZfkqgaeIfV1QZZLBtqZLSLzDq9G { width:8.75rem;height:2.6875rem;top:14.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHkJ6MDe2lpxvCQJNir6BmmnRmPZ3k9V { display:block; }
 }@media only screen and (max-width: 763px) { #MhQkoQnGmXFfhiEf2JR0hAlfRzMK8To3 { width:11rem;height:1.5625rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvv40IiXMNb0v9TivGti0QftT1bROTkE { width:10rem;height:3.875rem;top:25.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5 { width:14.375rem;height:10.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNpUlJ9GO1rwqzfFQMGRtehHuXZmgdPp { width:11rem;height:1.5625rem;top:30.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JopQ23wks3kRffsIvqI3dHNLTi46GFAU { width:6.875rem;height:2.875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNSUTdKp3a1LA39nWOuNTKO7AW1IThbI { width:8.75rem;height:2.6875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUfDhTNf6o2oPTZHt60NoOala80H1e0 { display:block; }
 }@media only screen and (max-width: 763px) { #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx { width:14.375rem;height:10.6875rem;top:1.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyIsRl2Z7WWeIHeps1DmbTMwNPH7vVDH { width:11.4375rem;height:1.5625rem;top:42rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMrK4tTuFwdKUuQFibASTHHEco9f59A { width:11.875rem;height:2.5625rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyRvnuJ8WJEbIcKkbpBMTmwbnlps0w27 { width:6.875rem;height:2.875rem;top:10.875rem;left:14.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbGbqcvDWxEncykNQniTJ3r0AiXePK8n { width:7.5rem;height:1.5625rem;top:49.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1s6SN4cf33GBQiMrKHbzfLJRAun6Tu { width:8.75rem;height:2.6875rem;top:14.75rem;left:12.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQA88ohcQs5TI7L9sAU2ZetWP00bCU9K { display:block; }
 }@media only screen and (max-width: 763px) { #Xi5UTfAi2bH6atlD3uNV6iDDcU4O6ruL { width:6.875rem;height:2.875rem;top:29.6875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { width:7.5rem;height:1.5625rem;top:30.3125rem;left:32.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqCW16BulJ5rsTcdevfU750a06ebqV8R { width:8.75rem;height:2.6875rem;top:33.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6y4oQv3DGnDnvN5FIcOEh9BfxtOT8Mz { display:block; }
 }@media only screen and (max-width: 763px) { #WhkzivvafeAQMUuwG5rgaKsRDvkTFI1L { width:6.875rem;height:2.875rem;top:29.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { width:7.5rem;height:1.5625rem;top:30.375rem;left:13.624755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QptX0A2tf6vRM3bfUKCQdQ7KvKE90NT0 { width:8.75rem;height:2.6875rem;top:33.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtAeJAFPFr7hPnvt8shwdWnFcDdxJLSb { display:block; }
 }@media only screen and (max-width: 763px) { #RfrLFglQ04roeaaiBTrfNDbpEtFgchPI { width:6.875rem;height:2.875rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0JZ0oT6hRw43LTfuw5V6ATQ4T01pL4T { width:8.75rem;height:2.6875rem;top:32.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIsFHC1RoQsWdTA5p4RdIJgqOM6JvIx5 { display:block; }
 }@media only screen and (max-width: 763px) { #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c { width:14.375rem;height:10.6875rem;top:20.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6 { width:14.375rem;height:10.6875rem;top:20.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvL4GX6McZRT6F05OHXo3ILT5W2J297I { width:14.375rem;height:10.6875rem;top:19.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyESW0RBshwMosJ78u17beSSO3wOhhi2 { width:11rem;height:1.625rem;top:29.4375rem;left:11.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbOn1DtPiP8mkAkW70mGyEiVw8VPr6lK { width:14.0625rem;height:4.4375rem;top:24.9375rem;left:10.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBn0zQFCu0Kq9ON3Xzv8xBZ1c6NpdTIH { width:11.875rem;height:2.5625rem;top:25.75rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITnaWV7HB6Okx69vsOhQp2OB2iFZrnkV { width:10rem;height:5.1875rem;top:23.5rem;left:12.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRyy9T8Li7CVHzyphsCO819ONPt2XwHB { width:11.4375rem;height:3.1875rem;top:21.625rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVkxzgZZvoIGS99WTVwFdXkmhvfQHPad { width:10.4375rem;height:2.0625rem;top:21.875rem;left:30.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMkRqCWKGcTpStGZu6ZCA0qRAe7bW58c { width:11rem;height:3.25rem;top:20.0625rem;left:11.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2THqyhOTqxKnChCPE7DXVbsZA9IiU4J { width:6.875rem;height:2.875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvWXbchlarlZozhvZBvihVmHyS8zUkxG { width:8.75rem;height:2.6875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grri71mMVM4zFegLQxXpHx754sAvoorv { display:block; }
 }@media only screen and (max-width: 763px) { #fvkHnNuAhtNvLIIvxZeh9g0pXVefxdLk { width:6.875rem;height:2.875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2RMh0R4q7hmVHQbJ3TnKAMCGgHxMp21 { width:7.5rem;height:1.5625rem;top:11.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBV2mhzdIRLbQHE0SOMVaJk0nnldksqN { width:8.75rem;height:2.6875rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PldDbD62qyMW1cyy34cdkECKAiwllZW1 { display:block; }
 }@media only screen and (max-width: 763px) { #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F { width:14.375rem;height:10.6875rem;top:40.5625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad { width:14.375rem;height:10.6875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpvrrlHuA7iSa7Wx0C0svmuNEmKdN257 { width:11rem;height:1.5625rem;top:49.6875rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr { width:14.375rem;height:10.6875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnPPvNCJm1HJi7MJaDz3CyUM0hbT23AP { width:10rem;height:3.875rem;top:44.6875rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzviQHalFSzxIh5go5yeShcI3PVhu4Ay { width:12.8125rem;height:3.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UACi4tVLw1ozq0P998QhVed5SXUGL9EG { width:6.875rem;height:2.875rem;top:49.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaIQzodfWNMySEvre8BdWRCrFZcSh3un { width:8.75rem;height:2.6875rem;top:52.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNFFzJU1f1vVT5HAwnm9O2iDA8GUCnuB { display:block; }
 }@media only screen and (max-width: 763px) { #MDtTdgB6CPFUADM5ZspRcVlg0MEcmKfJ { width:11.5rem;height:2.875rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmaSFV9fWTMyNZQbN47QE4XtvscciSTd { width:11rem;height:3.1875rem;top:41.3125rem;left:19.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3dbMvnTOnFwkCO7c8nRTZTwill1Sol { width:11.5rem;height:2.25rem;top:2.875rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1H155THZpCSOQxFGrzs2AGK5UgHcsLV { width:14.125rem;height:4rem;top:5.875rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coRKE46ty3VIaeMVQlCTDULfdBSW2lRR { width:7.5rem;height:1.625rem;top:11.5625rem;left:13.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr { width:14.375rem;height:10.6875rem;top:20.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCQT3vUz8QhnkRMkLJ19EUnN2yQIu6On { width:10.9375rem;height:3.4375rem;top:22.1875rem;left:36.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnC4CxKOOdxnu4RrAMaWTHGzIeka2rM { width:10rem;height:3.375rem;top:25.9375rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyI61mSkKlNs0xvgH5PJuZ15rNsAvFTZ { width:6.875rem;height:2.875rem;top:29.75rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9BrUIZsWpbsnTWdiaTbeIphGoBL9OA9 { width:8.75rem;height:2.6875rem;top:34.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BTV1W3AMM76x6wpcAgsfmcVAhACw50 { display:block; }
 }@media only screen and (max-width: 763px) { #lqdT5RJBwrWsXttqHo8FqrwwgtN7ZLNL { width:11rem;height:1.5625rem;top:30.5rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm { width:14.375rem;height:10.6875rem;top:39.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4UpMuBvSnbHNwVvXQxTskJOH96vgsdh { width:11rem;height:3.1875rem;top:41.375rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5g3TQJgMcL9Zm87nKac4MFtvHFsnTi4 { width:10rem;height:2.875rem;top:45.0625rem;left:37.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7nk2T1JIgK7R1ATBsykdGSF9n0oAxC { width:6.875rem;height:2.875rem;top:49.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcNIMaQyhpPwvHZMEG4LHwnhJRNTTRH7 { width:11rem;height:1.5625rem;top:49.75rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tErIOZE0e4qzsKBK5OCNhZhwtMtDEqiR { width:8.75rem;height:2.6875rem;top:52.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQX1TRiTM79C0JSTtF3mud0pmMGFURbn { display:block; }
 }@media only screen and (max-width: 763px) { #uov8isoyTl6yRAv868HzWEpkZCJLTTxi { width:14.375rem;height:10.6875rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOB11yOolXKpGew6592TLE6uy4MuDxNc { width:11.4375rem;height:2.5625rem;top:59.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOA392RUKFhi93Vwp8NwKqouI4gTPkaW { width:11.875rem;height:3.625rem;top:62.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6HTD9ERNozbe0UVlkO7Z1vR8Gn8UcMF { width:7.5rem;height:1.5625rem;top:67.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0snngqNRzqqceqp71ovU6fW5QdDD7RC { width:6.875rem;height:2.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmg3lEC5JnTwTN0i1p7Fis2Mqvo2rFlv { width:8.75rem;height:2.6875rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CABB6sCLGQxN3JWaSUdK5x0fzm8VOoGD { display:block; }
 }@media only screen and (max-width: 763px) { #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s { width:14.375rem;height:10.6875rem;top:57.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMoWx7pvmt92F07p82ZArTSJWmwl7hIZ { width:11.4375rem;height:1.5625rem;top:61.8125rem;left:36.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPrabisOGFUW6b08km5cEr3PpfqxOExN { width:7.5rem;height:1.5625rem;top:67.3125rem;left:40.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #le6Tz2F5txfZhwBBI2iR35F09U6WAsEL { width:6.875rem;height:2.875rem;top:66.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btZ0zEogoTQhdFue76hB2zVN4x6wse1D { width:8.75rem;height:2.6875rem;top:70.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLA0thbKhGBTCU0Fgav4Ik68hWNPaPL { display:block; }
 }@media only screen and (max-width: 763px) { #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv { width:14.375rem;height:10.6875rem;top:57.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyKPVmHFasrq1DFDf5dSVDT6TaPhwti { width:6.875rem;height:2.875rem;top:67.1875rem;left:20.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bInotif0pW0l3sFr6oRX2xNBlN0STTP6 { width:12.8125rem;height:3.875rem;top:62.375rem;left:17.435791015625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JILg72Z3yWi0h1NBpuZ1Z7zZedXItDIR { width:11.4375rem;height:3.875rem;top:59rem;left:18.124267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2yBbyKNf6JhLJ3HWNPWFasMXBK8n5cD { width:7.5rem;height:1.5625rem;top:67.375rem;left:20.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqBt4Bdl9i6VeMi4ach4M7u6Vao3FdN4 { width:8.75rem;height:2.6875rem;top:71.1875rem;left:19.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwtfNfZfoh1opGALpN93nwOO1zpRBOuO { display:block; }
 }@media only screen and (max-width: 763px) { #gGnKwk2ykfhtyasOpCQK3APyUuzkUGat { display:block; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UME3SwWWw4n5uH5QQlLFrRa8bgAZ7U1a { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NToJSuNWmo6CqLyNC50fvnqUklqMG6Sb { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { width:14.375rem;height:10.6875rem;top:6.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA91kOPN6sTbubSA2oswwBlWmT7AcsUX { width:11rem;height:1rem;top:7.75rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUh7dwKSTvgSynARae8ZWCpp2nL3Fc6 { width:11.1875rem;height:3.625rem;top:10rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { width:6.875rem;height:2.875rem;top:15.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { width:5.9375rem;height:1.625rem;top:16rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ef5TyTmx0DU6DBTqlcMBhOBWCsf5ch { width:8.75rem;height:2.6875rem;top:20.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWvxG6lsTBm8B9GlELganerCb497ie3 { display:block; }
 }@media only screen and (max-width: 763px) { #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0 { width:14.8125rem;height:11.0625rem;top:6.875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Euug8XfgEidWgQWIfNqeXD3quKlbK3 { width:11rem;height:1.625rem;top:8.4375rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpADtdbsvKdMvXq763ZPSCLpS4V1cK6 { width:11.1875rem;height:1.1875rem;top:13rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M55a71y5XH081Q4u5H8oZuhusdMiVgpU { width:6.875rem;height:2.875rem;top:16.375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { width:5.9375rem;height:1.625rem;top:17rem;left:33.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioz7rTO73rvbEGx9gdxS2dN3rrTtRoEC { width:8.75rem;height:2.6875rem;top:20.1875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXWZR3FEfQXrXVRalb3rZBOl8vreNvt { display:block; }
 }@media only screen and (max-width: 763px) { #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE { width:14.375rem;height:10.6875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmtCJBVs0l324w6nBTsEczXgLM92GUqp { width:11rem;height:1.625rem;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6fPXUeFsrrvFRWCgaW35U56vzG3caet { width:6.875rem;height:2.875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { width:5.9375rem;height:1.625rem;top:17.375rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk4ffTzDvtEO8lmNzeD7C133SnLsqCkK { width:8.75rem;height:2.6875rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXMR9rvPLQbEuqzGTqSbkIC2SpxeX14 { display:block; }
 }@media only screen and (max-width: 763px) { #iX91ECKm2ykeVmNClloL71iKyyRIM6TJ { width:11.1875rem;height:3.875rem;top:11.5625rem;left:12.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sfGSPs3dFni2rzKpnVwcFgbgzFuHPH { top:2.25rem;left:19rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1 { width:15.125rem;height:11.5rem;top:6.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULwpBNo9UiP6xeHWUdOq2JOc4fdNTeSy { width:11rem;height:1.625rem;top:8.9375rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObpqCOWll9Vhzp21yWuZxI7ptAeV8gA6 { width:11.1875rem;height:2.875rem;top:10.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0VtCp3d1pbbZa9ddxRA3TDohvzrx1V1 { width:6.875rem;height:2.875rem;top:16.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { width:5.9375rem;height:1.625rem;top:16.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePGpEzRcd4KTDszevtdixTggPQpBgOQz { width:8.75rem;height:2.6875rem;top:20.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block; }
 }@media only screen and (max-width: 763px) { #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { width:14.375rem;height:10.6875rem;top:27.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsIbarZXU6RwC7aLFvukGhLdIy4aN7R { width:11rem;height:1.625rem;top:28.625rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTcZkAew9dsKqBlZDl90PUgHNsbHbd0 { width:11.1875rem;height:1.1875rem;top:33.1875rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { width:6.875rem;height:2.875rem;top:36.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { width:5.9375rem;height:1.625rem;top:37.1875rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQcXpf1px9MuiSQUEVToFvuLUqv6nla { width:8.75rem;height:2.6875rem;top:41.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #EirMoQiMaLPpIp4S3u3N1VzpLbHETwVf { display:block; }
 }@media only screen and (max-width: 763px) { #hnS7Jebpp4pERbDBiK107wyDM84Umf4T { width:14.375rem;height:11.75rem;top:27.4375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BauFXVTEOronDkyOdHNW9L07b9ERXrl6 { width:11rem;height:3.25rem;top:29.6875rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTdxR0dverTZD3cF1XlwllPuSzaVTfo { width:11.1875rem;height:1.1875rem;top:34.25rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF7AHdiPapeXr8917eLstlS2iFJefJd1 { width:6.875rem;height:2.875rem;top:37.625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { width:5.9375rem;height:1.625rem;top:38.25rem;left:33.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2ppgxFDZgVyAV2k1TlkCgGRMbWs7EF { width:8.75rem;height:2.6875rem;top:41.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyzPXvnpaQOyrEcxPq26GNWanCp39OZn { display:block; }
 }@media only screen and (max-width: 763px) { #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f { width:14.375rem;height:11.9375rem;top:26.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwiO3boTSVhO4MgTdpVoldeoNTr54Gv { width:11rem;height:3.25rem;top:29.25rem;left:13.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFkKKCiAnZU1XTLnfVViVT9xaTT64cWv { width:11.1875rem;height:1.1875rem;top:33.8125rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { width:6.875rem;height:2.875rem;top:37.1875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEzkauN5RFdOwNeeDUmP292dJorTcls { width:5.9375rem;height:1.625rem;top:37.8125rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDupt0k04EUCMnVCFgywFWi3ZcTqK49K { width:8.75rem;height:2.6875rem;top:41.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bABpxrzdP9HMhb1wvaozeQPFucFHHFHp { display:block; }
 }@media only screen and (max-width: 763px) { #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1 { width:14.375rem;height:11.375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDy8w6nQxVy7eRTcfFyQ2MBKTX2h9pvf { width:11rem;height:3.25rem;top:28.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEA8MHZ0E84do4y0LwsKH24rqIPS07mf { width:11.1875rem;height:1.1875rem;top:33.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er1ECLdI9SuxlobZIdfASRrMSu4Kwl7m { width:6.875rem;height:2.875rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9IoGVa9NSa40MN4xf4oQqQyfQxrm1w { width:5.9375rem;height:1.625rem;top:37.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8E6xQW1aqMnudis8GXWq7KgLwqFqeNx { width:8.75rem;height:2.6875rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHInJPMc2U5wcnOda4oe1p543Pa9PzL7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX { width:14.375rem;height:10.6875rem;top:46.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaTP3lsKDhuLL5y6RyZvBBZqhdAFelGD { width:11rem;height:1.6875rem;top:47.0625rem;left:36.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FRvvGebnvFBGBhiJo72UF9GZsf3A2S { width:6.875rem;height:2.875rem;top:55.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { width:5.9375rem;height:1.625rem;top:55.875rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN5T64xfw4rqpxkUnZ71hkJ2K36sp2DW { width:8.75rem;height:2.6875rem;top:60.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi7vyIvzn0KU66sKGKplKPVOMww5mEV { display:block; }
 }@media only screen and (max-width: 763px) { #PMa4CQuhyrhsIbzKkG1ITUF2PhtaFR8x { width:8.75rem;height:2.6875rem;top:62.6875rem;left:13.1259765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqnUVJi6qyzHkv60GZE8eWcpODNxi9c9 { display:block; }
 }@media only screen and (max-width: 763px) { #kGpegBUezP0qHxMVi3TV0UQZWJMvUSL9 { width:11.1875rem;height:3.375rem;top:49.8125rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo { width:14.375rem;height:11.75rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tft95Ekb9vGOt0WO40ByKkMWXBy3bzbv { width:11rem;height:2.75rem;top:49.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkvp4F5DeHa20tCPuGsxterrQRe7iUm { width:6.875rem;height:2.875rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1U7uztOcPq2RmKNaSpokwtnHPuK1K91 { width:5.9375rem;height:1.625rem;top:56.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4WDAyI9yPrJOudK1OMlbnuiNUUWTRRs { width:8.75rem;height:2.6875rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5wgHWHCQoaPrqRlupiQgWiC3qzHnby { display:block; }
 }@media only screen and (max-width: 763px) { #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS { width:14.375rem;height:12.25rem;top:46.125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHKr5LG1xXHMNpCIbzy5BTGOz4kXME6P { width:11rem;height:2.5625rem;top:49.8125rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE8OU36PGIFrTwBccFBUzPcut71BGSe9 { width:6.875rem;height:2.875rem;top:56.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIIwiR33g57xBw05J11x5XVCDoMWDoAl { width:5.9375rem;height:1.625rem;top:57.4375rem;left:33.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtOsv1fVyAZuCtC0LxhcxrqEv0OL6oUy { width:8.75rem;height:2.6875rem;top:59.875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUHLJOwZyN8801MMs4ZTPcUmyrmJpX3e { display:block; }
 }@media only screen and (max-width: 763px) { #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g { width:14.375rem;height:12.25rem;top:46.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNJ6JystoLqTDwmxg8UpGAGWkSIlEuTQ { width:11rem;height:3.875rem;top:47.0625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgNWJfkJweIcOKST3zPflSxmcBJTS1Tl { width:6.875rem;height:2.875rem;top:56.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph1b6C5rT0Ub5gIndIwDHiliftsDyRs8 { width:5.9375rem;height:1.625rem;top:57.4375rem;left:16.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DthqO7tXzflATbhLMmpoooMs0T35Tn0O { width:8.75rem;height:2.6875rem;top:60.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VckJOoyEmKyckm2Kwvq76tlEVvU9uTJy { display:block; }
 }@media only screen and (max-width: 763px) { #rQOEN8oJtPV8SNakpTnRRSTWn0vmpuH9 { width:11.1875rem;height:3.125rem;top:51.4375rem;left:14.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80i2kFpfIIf7eR30GruyokJXEUBr6zT { display:block; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCcna4hazLcxrhomcfhm4lJdg4RWJmlc { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmie0Obt3HSHbmaBcEtrlthLD27MdABC { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmOh0UCNyrD33eylS9BTwWvzwllDyqHO { width:6.875rem;height:2.875rem;top:11rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u { width:13.25rem;height:9.875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLTHpbGOEkF4p15AvUZ8NCeEw6zgL7Gi { width:11.875rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2kOEmtLywTJZgJKugf3q8W4SGDk53T { width:11.125rem;height:1.625rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4m0IkrC8TIfETKzyAPvPmuets37SLcB { width:6.875rem;height:2.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4sFRetk2sBVkFyNtFyykEeZXP7LZR8D { width:5.5rem;height:1.625rem;top:14.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnT89k1niXTGy3iaSMZDCnqkU8tQn2FK { width:8.75rem;height:2.6875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwpDg14pD7IyHtyWaPE9kBt2JgIsziB { display:block; }
 }@media only screen and (max-width: 763px) { #d01ygP0Cl8ui4vd90gxu1mzGkxw1pvhR { width:6.6875rem;height:2.375rem;top:11.25rem;left:41.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f { width:14.375rem;height:10.6875rem;top:4.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2kVEvBo893Jzn7sVuRMciG467Qh5dEe { width:11rem;height:1.5625rem;top:6rem;left:33.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WencWhFa69TUmO1bhLzTJBAPhOxo9mFM { width:6.875rem;height:2.875rem;top:13.375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHUmw26E4NRTC7VyiWeppki1C2TVNBnz { width:5.9375rem;height:1.5625rem;top:14.125rem;left:36.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCZtSTCOczgxEInRoyCIeWP4FmiKSck { width:8.75rem;height:2.6875rem;top:17.375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqdQXu3GphEedhk7JhB97Cg6TqgvZKW { display:block; }
 }@media only screen and (max-width: 763px) { #PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { top:1.3125rem;left:0rem;width:18.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { width:13.625rem;height:9.5rem;top:5.375rem;left:1.7686243508522rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTILC3etqhPeQevnUTWAkVgpgTdRHWe { width:11.125rem;height:1.5625rem;top:5.9375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asp79A4pDrVWQsq5oS74t0ZfQKb7D66F { width:11.875rem;height:5.1875rem;top:7.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fypvJK1xQVVzJq48i22gTMSwGoscZkTA { width:6.875rem;height:2.875rem;top:13.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc3GtGB18fEzCRZxK8PVyooAGzSvN4Og { width:8.75rem;height:2.6875rem;top:17.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTqRQyTPvPC5oIar52HpB6EGVh1TTtQ { display:block; }
 }@media only screen and (max-width: 763px) { #KZc881Puc9wsJGTE5E6420yslr3LimBu { width:5.5rem;height:1.5625rem;top:14.375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5AmMcArdAn4lVzE8IiOaTWQ1nVpX4LO { top:0.9375rem;left:30.1875rem;width:17.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { width:13.4375rem;height:10rem;top:5.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbJ4tzgKPZp3i2MyL460GTTfItQqFBEp { width:11rem;height:3.1875rem;top:6.375rem;left:36.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8qqcDTAmW37PJlsDysoZiruHzV3bliw { width:5.9375rem;height:1.5625rem;top:14.125rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhcdyVtJpS6Z3mNDPtpnDLDgROsrROFa { width:6.875rem;height:2.875rem;top:13.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoueJJea1L81746pq0PmXfQK22bm5h7 { width:8.75rem;height:2.6875rem;top:17.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFaczcbPoHZKhllJ7tphHWTIKlWpMP0c { display:block; }
 }@media only screen and (max-width: 763px) { #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF { width:14.375rem;height:10.6875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OO1sWLQMeRFoaMeOEK3fkWLfwrOJ7uAN { width:11.875rem;height:3.875rem;top:8.5625rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW { width:13.8125rem;height:9.625rem;top:5rem;left:17.0891819081rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRAr4FNBD97sBJX1DtWtG0sPq6Ew29sc { width:11.875rem;height:2.875rem;top:7.25rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { width:6.875rem;height:2.875rem;top:13.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { width:5.5rem;height:1.5625rem;top:14.125rem;left:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyRcb1WPfWRn6RqcXnhsK23whKt35RJe { width:8.75rem;height:2.6875rem;top:17.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9UkPhsvmBbfBgeZOGK6skzDttvtHy3 { display:block; }
 }@media only screen and (max-width: 763px) { #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN { width:13.25rem;height:9.25rem;top:23.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8mE7IPQHI2NFWM3MtSU8MySH5u6KpM9 { width:11.875rem;height:2.875rem;top:25.5rem;left:20.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { width:6.875rem;height:2.875rem;top:31.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVylz65baCXnwBU3lgLETKwaqRr2kol { width:5.5rem;height:1.625rem;top:32.375rem;left:23.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgGuHqTdTvs10AtayIIewn125WMIrLaT { width:8.75rem;height:2.6875rem;top:35.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3RDvIdFTkBIp5ATMKg82cFTekl0CbB { display:block; }
 }@media only screen and (max-width: 763px) { #TDzptLBNbasXdCf0hEtm4vgc5FO7rini { width:13.1875rem;height:9.1875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6IZ0f3QWugiqEsPrs6Jp5WmKWeKzzdR { width:11.875rem;height:4.375rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSnlCR3r9WbCex2zpCMs8t5vQycOekH { width:6.875rem;height:2.875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUdKpH9PceTrm0NTQe1ioQbi9L0IwCr { width:5.5rem;height:1.5625rem;top:33.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyILlCv5RFTi7hRqtx5eXULOBTtHfqyM { width:8.75rem;height:2.6875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWduOUn6ONzQ8lQqkGmEK4HqTA9lbXSR { display:block; }
 }@media only screen and (max-width: 763px) { #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi { width:13.625rem;height:10.125rem;top:22.375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy3bgPTLtMUs2cmvmcESy6DTK0PvPC6q { width:11rem;height:3.1875rem;top:23rem;left:36.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIeUZOMEWWboUnwE3l9Xgsr2w38H9TMu { width:6.875rem;height:2.875rem;top:30.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09eMVT2Du52Zl4MqRhooN50uvyHNMFE { width:5.9375rem;height:1.625rem;top:31.3125rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r851RHpo2qIuCKB75swvIaTaTX7T9gq2 { width:11.875rem;height:2.875rem;top:27.125rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNLzN1lCGIkyee8T91XXdJMTNAz7A89n { width:11.875rem;height:2.875rem;top:26.75rem;left:35.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJkvnygggHMy6WbLr8WGwh0wWAxyrk6 { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHGBiBqybyh9nWDU9s5bCyNuGRt3fvMk { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { top:10.3125rem;left:13.999784469604rem;width:22.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { top:1.6875rem;left:3rem;width:41.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { top:4.75rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { top:5rem;left:29.4365234375rem;width:10.8125rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { width:20rem;height:3.3125rem;top:0.625rem;left:0rem;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:4.5625rem;height:4.5625rem;top:6.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:5.0625rem;height:5.0625rem;top:6.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { top:0.3125rem;left:0rem;width:20rem;height:8.0625rem;z-index:14999;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:20rem;height:2.03125rem;top:0.37413024902344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { width:20rem;height:1.95rem;top:2.3856334686279rem;left:0rem;text-align:center;text-align-last:center;font-size: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;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:7.347625rem;top:5.2470703125rem;left:-0.0322265625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.624375rem;height:2.68663125rem;top:27.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.624375rem;height:2.68663125rem;top:23.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { width:17.5rem;height:8.6870625rem;top:33.745677624512rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { width:18.75rem;height:7.061625rem;top:14.80924987793rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdR2lUKyxIAdyfxup6IATfc8xrd70ych { width:16.5rem;height:3.75rem;top:30.811525rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIt1ACX32c7IVo6QeeDqZeceRwUNDL5w { display:block; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:16.1875rem;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) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:16.1875rem;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) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:16.1875rem;height:auto;top:12.6875rem;left:1.3125001192093rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:16.1875rem;height:auto;top:12.6875rem;left:1.3125001192093rem; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #QgiGIU0agU4heTVRaMvTFCkLcM8vVBTx { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:18.936625rem;height:7.875rem;top:1.3118581771851rem;left:0.53059893846512rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:133.6875rem;left:1.1875rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block; }
 }@media only screen and (max-width: 763px) { #lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { width:17.5rem;height:3.4375rem;top:138.375rem;left:1.1875rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block; }
 }@media only screen and (max-width: 763px) { #Z23Xv2thMU8spLCAwSKksVGhpy1d1M8y { width:12.5rem;height:12.5rem;top:39rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSUhaBQJN9U4VOmTARs5k0gQZr3LeO6F { width:12.5625rem;height:4.25rem;top:51.375rem;left:3.7187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { background-color: transparent; background-image: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container > .video-iframe-container { display: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row > .video-iframe-container { display: none; }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .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); }#m4w2uIfwF5Npfs5lOJTPCbB3xRE9qvIA > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybsoBO5MTNnpHkEp9uweqfKWe0MMTmhd { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #q0B9BUtZSeDpuiW5GaVegbtnlg62aQMW { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { width:15rem;height:2.99913125rem;top:1.0579433441162rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { width:12.249375rem;height:1.95rem;top:1.5852870941162rem;left:3.8422308564186rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { width:7.1875rem;height:7.25rem;top:5.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnTwwO30SR0e4fgdneOFVupEEEgywFM { width:7.1875rem;height:7.1875rem;top:30.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { width:7.1875rem;height:7.1875rem;top:5.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { width:7.1875rem;height:7.1875rem;top:13.5625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { width:7.1875rem;height:7.1875rem;top:22rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { width:7.1875rem;height:7.1875rem;top:22rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:5.99935rem;height:3.575rem;top:7rem;left:11.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { width:5.99935rem;height:4.875rem;top:6.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { width:7.5rem;height:4.875rem;top:31.9375rem;left:11.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { width:5.99935rem;height:3.57421875rem;top:15.4375rem;left:11.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { width:5.99935rem;height:4.875rem;top:23.25rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { width:5.99935rem;height:3.57421875rem;top:23.875rem;left:11.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { width:7.1875rem;height:7.1875rem;top:13.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { width:7.1875rem;height:7.1875rem;top:30.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { width:7.1875rem;height:7.1875rem;top:39.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { width:7.1875rem;height:7.1875rem;top:47.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:6.9998125rem;height:5.1181625rem;top:32.0625rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:4.875rem;top:14.75rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:5.99935rem;height:4.875rem;top:40.375rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:5.999025rem;height:5.1181625rem;top:48.0625rem;left:7rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { width:7.1875rem;height:7.1875rem;top:39.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:5.99935rem;height:5.361325rem;top:40.0625rem;left:12.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { width:6.0625rem;height:4.375rem;top:23.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block; }
 }@media only screen and (max-width: 763px) { #zSwUdnablkxhC3K0szhXpFh8grAKoBXN { width:6.125rem;height:4.4375rem;top:14.9375rem;left:11.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block; }
 }@media only screen and (max-width: 763px) { #mXT046TBu6W2Jwffa14iZcyDnRCqHfPc { width:6.125rem;height:4.4375rem;top:6.53125rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block; }
 }@media only screen and (max-width: 763px) { #TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { width:6.125rem;height:4.4375rem;top:6.53125rem;left:11.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block; }
 }@media only screen and (max-width: 763px) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:6.125rem;height:4.4375rem;top:15.3125rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block; }
 }@media only screen and (max-width: 763px) { #eOMFbcCUQKKENG6wk6UEJd9bqSmw4DeL { width:6.125rem;height:4.4375rem;top:40.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block; }
 }@media only screen and (max-width: 763px) { #fPbwyLTMW72Jeb5fKdQOaqRMhnk0UOiR { width:6.125rem;height:4.4375rem;top:65.1875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block; }
 }@media only screen and (max-width: 763px) { #Mm7HRHdA95duxfQg3FcgelklOiOWhbHg { width:6.0625rem;height:5.5rem;top:31.6875rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block; }
 }@media only screen and (max-width: 763px) { #xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:tajawal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { width:20rem;height:8.125rem;top:13.7636875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { width:9.5625rem;height:7.4520729426431rem;top:5.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { width:15.125rem;height:4.5rem;top:23.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block; }
 }@media only screen and (max-width: 763px) { #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { background-color:#ffffff;background-image:none;display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { background-color: transparent; background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .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); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { width:20rem;height:260.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #svk22avPUK7zSgempfQ7aIuREVOtkg8n { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:6.3125rem;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; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gvaqh5tpna0ucwFvC1kfgKNN2uPKsip7 { width:10.999rem;height:2.5rem;top:38.75rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ { width:14.375rem;height:10.6875rem;top:21.75rem;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; }#L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.adaptive-delivery-prevent-bg, #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.lazyload, #L2reNcdXA00yoeeVLAfmt1BBa9OfIeQQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T7l4Dhoh1BlPDnMKuKgU2e5iqMfX2hov { width:6.875rem;height:2.875rem;top:46.5625rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IZSehGpRxTOnEFGnxgXMFQ4BTdywV2rB { width:5.24956875rem;height:1.625rem;top:47.1875rem;left:7.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zrt1MdAIA0BD7Ny6gyCueiiOy5yW8dzD { width:6.875rem;height:2.875rem;top:30.875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o6Uez2Seh0oZnoaHksCX9JnK5IFpaXOc { width:6.06228125rem;height:1.625rem;top:31.5rem;left:6.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:2.923825rem;top:41.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) { #SbPCPaZ0yuVJCqkgpHJfasyoH03g4CoQ { width:10rem;height:2.923825rem;top:26.5rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTXd20Ve3CeIcEr00syklh2KbBHJpZu { width:10.999375rem;height:2.5rem;top:23.0625rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:17.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #ViPuxDZMxNBNkQLQ18p442XVgVumBhXA { width:8.75rem;height:2.6875rem;top:34.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8Oliev3QcPGEysxceCrfN4uMWgn5zu { display:block; }
 }@media only screen and (max-width: 763px) { #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST { width:14.375rem;height:10.6875rem;top:37.875rem;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;z-index:15005;display:block; }#Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.adaptive-delivery-prevent-bg, #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.lazyload, #Lb4JiaAlitv21e0cPemd8CiS8NuAAZST.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fgeSadPOVZJKMBnR47m26aEcFB5RhPnw { width:10.4373125rem;height:1.625rem;top:55.3125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLt1hU2i6NL7CUmw1Qvx2peqKrbKQdlS { width:11.875rem;height:2.923825rem;top:58rem;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) { #ZasAR3wKTPnLcnLGeJdJL85C5hfsxLp4 { width:6.875rem;height:2.875rem;top:63.25rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ghpIpDsixJHCcCSPz6D7m645QxOQBDcS { width:7.5rem;height:2.4375rem;top:63.5rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qQt7KxW4isTdHrisEfUF32g8GuWy7NC3 { width:8.75rem;height:2.6875rem;top:66.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7OvvHV4DQGyvlJVq8bd2kOXlCJBHTOd { display:block; }
 }@media only screen and (max-width: 763px) { #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM { width:14.375rem;height:10.6875rem;top:86.75rem;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; }#sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.adaptive-delivery-prevent-bg, #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.lazyload, #sMyNHvkJELbhoDCMeJzdZpT53kZWkePM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cWxD4btzAalWOD3sZs10K1sHrSh3rTP9 { width:10.4375rem;height:3.25rem;top:88rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bveNOdgvfSMpeO12ktMdd7xgvZR6hCx2 { width:11.75rem;height:2.6rem;top:91.6875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QURi01oBO62pyVTS7oSsm7PUOED8aI { width:6.875rem;height:2.875rem;top:95.5rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Kk9kFfTCX0NDM2RdwmuhR3D97ziqg09F { width:7.5rem;height:1.21875rem;top:93.375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XdcSS0vtpnfPTlFltqykATqzm9mX46lu { width:8.75rem;height:2.6875rem;top:116.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbRazzbDwvzpyetcI2gncUPBEGQ28BU { display:block; }
 }@media only screen and (max-width: 763px) { #zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { width:6.875rem;height:1.625rem;top:92.9375rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KOhakoBz9P4g8TFILOHkmJN5VLNZBhyV { width:5.125rem;height:2.5rem;top:95.8125rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i { width:14.375rem;height:10.6875rem;top:70.75rem;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; }#CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.adaptive-delivery-prevent-bg, #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.lazyload, #CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VTNbR5eXJkMKgGnMZNbOKcBetb9G9Rp5 { width:10.4375rem;height:1.625rem;top:71.8125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJo1a9MvgSPdnbJyCoAwWZXhCM6Lgk2k { width:11.75rem;height:4.38574375rem;top:74.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) { #qwu6sghOXQ6u5XuBauWKL1mEhpUvqIUU { width:6.875rem;height:2.875rem;top:79.5rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NoQDkLdkJcZD8KVlfd1PndfDBp2ZSiTe { width:5.125rem;height:2.5rem;top:79.6875rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { width:6.875rem;height:1.625rem;top:76.5625rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.21875rem;top:77rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #akuCTi8tU1ovvPEcErqk7b5dTqRhcpeu { width:8.75rem;height:2.6875rem;top:98.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okyPHTP4fr7R1F050ZMzPii8IN8BKC3B { display:block; }
 }@media only screen and (max-width: 763px) { #fnykHGEDghRWsXJSylLySQna6o9ClvKq { width:14.375rem;height:10.6875rem;top:103.375rem;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; }#fnykHGEDghRWsXJSylLySQna6o9ClvKq.adaptive-delivery-prevent-bg, #fnykHGEDghRWsXJSylLySQna6o9ClvKq.lazyload, #fnykHGEDghRWsXJSylLySQna6o9ClvKq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bT0BUt6ty5xAeoqwD4UkENp1XnfVIvtm { width:10.999rem;height:1.625rem;top:104.4375rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbTeZFSuvT4zmCNsiNpm1NLAixytnTN { width:6.875rem;height:2.875rem;top:113.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iyb8LFAhBsyfHbQ5W7uqwGBUNfntF1fv { width:11.875rem;height:2.923825rem;top:108.125rem;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) { #gXVNxPkE40WFVi8EG7QCutJDf3rmzLhK { width:5.625rem;height:1.7875rem;top:113.8125rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NOTXlGNCwtibxQ8ttCQOuK8mWedT37W6 { width:8.75rem;height:2.6875rem;top:82.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZr2Cfg0miL3DILFiZeZBtF5vnZFq92q { display:block; }
 }@media only screen and (max-width: 763px) { #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF { width:14.375rem;height:10.6875rem;top:54.3125rem;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; }#SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.adaptive-delivery-prevent-bg, #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.lazyload, #SdoolIz9VG4r0ihofKZinNmBmgtD8QTF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qxLHQAwaFWgurbepGSP2aE9MeybnDJs8 { width:10.999rem;height:1.625rem;top:7.1875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1SDMmHNCr5SXQQT2X2Th9OOWS6D4cg { width:11.875rem;height:3.575rem;top:10.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGuDMtuo0R3wTRKkrytklzGZzVG4p0xb { width:6.875rem;height:2.875rem;top:14.75rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TDweqfnGnZfSIan0IXwnMNqs7KXSMgRA { width:5.249025rem;height:1.625rem;top:15.375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NKfGXZKM1TxnufCdIbM3xzImNmrTwwHC { width:8.75rem;height:2.6875rem;top:49.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCg0QS2yDxSxw8qdgMqoohUALm2AychH { display:block; }
 }@media only screen and (max-width: 763px) { #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy { width:14.375rem;height:10.6875rem;top:136.6875rem;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; }#wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.adaptive-delivery-prevent-bg, #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.lazyload, #wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TnlmSPTqNbhGP0ngFeZsUVgEzHmsCdKh { width:10.4375rem;height:3.25rem;top:137.5625rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcZxvS9604VhVdD6QMNqA0qxfiXEVNOd { width:11.75rem;height:3.65625rem;top:141.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) { #E1VDU2va6ZX25LkxCVIAVGxzk495gSaF { width:6.875rem;height:2.875rem;top:145.4375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PCoqHKWkwlD8nEasvQyIEMUULmOaudpX { width:7.5rem;height:1.21875rem;top:146.3125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rviwQs17KZxNCudWATzkqpO1iwanXmc1 { width:6.875rem;height:1.625rem;top:143.625rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nDU2bq7VzTMXPsyD0tESWBvN5VTk2twe { width:5.125rem;height:2.5rem;top:145.4375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #EKN7apx8PNsvRcgz5GOZLRy04VliP9A0 { width:8.75rem;height:2.6875rem;top:133.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpioFSQlqZZyfwmZzGcogwLfQAK7TeW { display:block; }
 }@media only screen and (max-width: 763px) { #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp { width:14.375rem;height:10.6875rem;top:120.9375rem;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; }#JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.adaptive-delivery-prevent-bg, #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.lazyload, #JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Un5WGqAe7X1Hh5kTHqBAHbtfcB7TXC6B { width:10.4375rem;height:3.25rem;top:121.8125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUQ5k9VXCslrTAe5I8KhlcGN367y5Xf6 { width:11.75rem;height:2.2734375rem;top:125.875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2LTVTbnJWqBpEBHe1ap6TzMTOBnvIyO { width:6.875rem;height:2.875rem;top:129.6875rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yHKt7TsqODkn13iKaCgxcTCI9HzIOoQB { width:7.5rem;height:1.21875rem;top:128.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { width:6.875rem;height:1.625rem;top:127.625rem;left:6.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QoiBzfsN1W79SkBlMlcW9xK6Lsd3OTEr { width:5.125rem;height:2.5rem;top:127.5rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #RyKAVL2AuZ6TUCtw9e0AqORMNodsvfob { width:8.75rem;height:2.6875rem;top:149.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khp2CIQmmwF6rbglCVtDx6Kq3wX5yGdm { display:block; }
 }@media only screen and (max-width: 763px) { #V8t5vDqwndnd2hSnNvZJikWU0Z7z6iFK { width:5.625rem;height:1.7875rem;top:130.0625rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#ffffff;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { width:12.5rem;height:2.51875rem;top:2.1875rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV { width:14.375rem;height:10.6875rem;top:188.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; }#c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.adaptive-delivery-prevent-bg, #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.lazyload, #c9dSx2lyBgDXnSnK0o3tpQHPBNUDTKAV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s8HlD0v3oDIQD5iyCdw5H249XfrLHpkd { width:10.4375rem;height:3.25rem;top:189.75rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAlmHpTDcQ4ytN0ZEhDK78Gk1D4RWaPy { width:11.75rem;height:2.923825rem;top:193.625rem;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) { #zxKMk8E5RDDN7kBQlaAcVNJTSHHDIfOu { width:7.5rem;height:1.21875rem;top:198.25rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rVng9evf0SlROD1BRS5ycovA21g07fKR { width:8.75rem;height:2.6875rem;top:219.0849609375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTdi9Tciimn5akea9hUHEc98pnfcckHR { display:block; }
 }@media only screen and (max-width: 763px) { #TSeqycV594etfhTWA49VrbF6WSAiITN4 { width:6.875rem;height:2.875rem;top:197.3125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v8h7fG0IFstnD9uVxfNSVfMS4p2OibsG { width:6.875rem;height:1.625rem;top:197.75rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #va4QqZDqB3goXZQz5n2MSJTdHDdepmTN { width:5.125rem;height:2.5rem;top:197.6875rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK { width:14.375rem;height:11.5rem;top:170.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; }#xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.adaptive-delivery-prevent-bg, #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.lazyload, #xe4Rtd4nKb22FrVEdG0IQeZnNXUZO0CK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y6IHtm9bLTFRny5P59Vx2840ZUnLStGQ { width:11.1875rem;height:2.7625rem;top:171.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx8NxD2wayVP8fQ4zx74NrypIzwlBRTx { width:11.75rem;height:3.8984375rem;top:175.4375rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAAsRm97yCsURn54zkhVDbgFz4Bhxy1h { width:6.875rem;height:2.875rem;top:180.1875rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #rnE9ctUrXCMZhdCueoGlcSNGk70FLatI { width:7.5rem;height:1.21875rem;top:181.0625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DEZdILEKsqXIbgTtF5aZIfKXaulkzoIv { width:6.875rem;height:1.625rem;top:180.625rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UW2ENZDGkLD693D19dFRnf3AxtxdcemR { width:5.125rem;height:2.5rem;top:180.625rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #eER4UgkH7yxSpmS8cXMbmE9zqGbVLv39 { width:8.75rem;height:2.6875rem;top:183.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7BHCZ361iOOy5hlhpatt7DxKCoJ0qpc { display:block; }
 }@media only screen and (max-width: 763px) { #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC { width:14.375rem;height:11.5rem;top:152.6875rem;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; }#hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.adaptive-delivery-prevent-bg, #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.lazyload, #hedJ27RDduc6UpowKuT4DnlPR5vK3bzC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uhuHfx3ASSvLSPDoUvZcSRIgsO1LlLUU { width:11.1875rem;height:2.7625rem;top:154.0625rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFeu3p9PU5kfus8W3bMcmAZkiXWAQX11 { width:11.75rem;height:2.923825rem;top:157.5625rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cknOid0GlmL2oJcnBhUrLHQHJDQkZ0F7 { width:6.875rem;height:2.875rem;top:162.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #gri78w4vQwrP5xVVCxxvBTVpdQFMqBVO { width:7.5rem;height:1.21875rem;top:160.4853515625rem;left:12.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #FuagRVwUJIypRo4XHVTU5N3hFlM8bFCd { width:6.875rem;height:0;top:176.75rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #EsmVDd2TUC0acT2iBa40U9bnECVerFPT { width:8.75rem;height:2.6875rem;top:200.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcaMvI2EyUU47569UbG6WZGqfpmo1gsI { display:block; }
 }@media only screen and (max-width: 763px) { #Ww8QvUdmT00b2s9uEs78g7bJkslGiyE7 { width:5.125rem;height:2.5rem;top:162.4375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU { width:14.375rem;height:11.5rem;top:223.6875rem;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; }#rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.adaptive-delivery-prevent-bg, #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.lazyload, #rrG3mCCuq9v8bNTDMfqwMkb5E2uslfKU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uyfzeP0w6xdIKo4JrkkIt8Nm7MhEZIBZ { width:11.1875rem;height:2.7625rem;top:225.9375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abDWzhgBm08xO7H4WgLPUws48ImEThEJ { width:11.6875rem;height:2.923825rem;top:229.8125rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQBiT66K3uxrBsaL1SSAmpEQwITMVgS { width:6.875rem;height:2.875rem;top:233.75rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #tgtoWDMJ9GqXikxSvosNeVT75r3DmAg4 { width:7.5rem;height:1.21875rem;top:253rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #D8VVN2yiQ1oRfw3otlnsEZ0XTPh4bcPB { width:6.875rem;height:0;top:226.8662109375rem;left:13.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UW4wsRysBpR5oHF5p2d25qCyUaQXSQaD { width:8.75rem;height:2.6875rem;top:273.9716796875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsePsTTUqaZkIHk6F5300SBrETAh1EQQ { display:block; }
 }@media only screen and (max-width: 763px) { #sbOI5ZgxowP4ATodtOQnJMRcbXIa2mw2 { width:5.125rem;height:0;top:227.4287109375rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #KpmkI80Mlenau02BzbnsosMmOKR2QGTq { width:14.375rem;height:11.5rem;top:242.75rem;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; }#KpmkI80Mlenau02BzbnsosMmOKR2QGTq.adaptive-delivery-prevent-bg, #KpmkI80Mlenau02BzbnsosMmOKR2QGTq.lazyload, #KpmkI80Mlenau02BzbnsosMmOKR2QGTq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KUG3cfEbdlPaInDtKs7g8TTdHroVsIbu { width:11.1875rem;height:2.7625rem;top:244.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3beXaeGRS8RJJmVibKGu4lfJ5IEW6F { width:11.6875rem;height:2.68125rem;top:248.3125rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmJB7VaAbMqNyMM6m3JRHmkW9yBsV8P { width:6.875rem;height:2.875rem;top:253rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PVm8yDTo2tUsDRAyRmVzIF6n7vfzTQoS { width:7.5rem;height:0;top:229.2412109375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #eECLFd4ki4TXiOtnhwD4dMz7rBcLTACb { width:6.875rem;height:0;top:229.8662109375rem;left:13.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PTtuIQkttd0kle1UP7X7TKs69v5nHwri { width:8.75rem;height:2.6875rem;top:256.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqRJ2ApRRCtlotlE5isH8VLGiVx81o8e { display:block; }
 }@media only screen and (max-width: 763px) { #dW0FkkkgyDcF3xrPpy6d28ELRPDollAu { width:5.125rem;height:2.5rem;top:253rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ { width:14.375rem;height:11.5rem;top:205.2724609375rem;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; }#wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.adaptive-delivery-prevent-bg, #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.lazyload, #wIWTsvN4N4Z2ELbaGLsXUybz8rbPhJUZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nn9L1T8LPtBAI4hWzJv8GDDzmophOfcr { width:11.1875rem;height:2.7625rem;top:209.6474609375rem;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) { #vsQrXL3VNAmIXc4cPV66uM2MMMJhwPyu { width:6.875rem;height:2.875rem;top:215.1787109375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x5Otu3FghUA2K89TtmlOFmu4t5DLi7Id { width:7.5rem;height:1.21875rem;top:216.7724609375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CcXdqtUSUzzBv6nIECb8TUhrTKJSoWD0 { width:6.875rem;height:0;top:224.4912109375rem;left:13.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ze44gABV7FZQWAw7kJGAxwSLkxbwIkJD { width:8.75rem;height:2.6875rem;top:237.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf6Iwi9AxuyZ0QlhwEQAxn0U5Mhi1eob { display:block; }
 }@media only screen and (max-width: 763px) { #o2u9GtbP3yAuQ8v413SGgnH2NFKkQeiB { width:5.125rem;height:2.5rem;top:215.3662109375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #xbTigeGkg9My38kaaxeX4hEhN6vvyiga { width:5.125rem;height:2.5rem;top:233.9375rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #mssT0D5B8TDtdIZ1LStrigaXyfJpLAJT { width:5.625rem;height:1.7875rem;top:180.75rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#ffffff;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #RhhfRfqZOwsXVDmxgm9lixA0Wa90ALRt { width:8.75rem;height:2.6875rem;top:166.5rem;left:5.625rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #MccAl2VHSdivSp9No2iGbLgDLvxT0Mch { display:block; }
 }@media only screen and (max-width: 763px) { #dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { background-color: transparent; background-image: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container > .video-iframe-container { display: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row > .video-iframe-container { display: none; }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .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); }#dOrrvDwisMvLovAkTJqmDPTvrvZQUeQu > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfpeZgeJAqnRkxLhuAkUEVxnFMNpgn4f { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #lQanB6Rna42sAxD02Qds5JyHESPlVZCa { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzTA9tRONJe8WmA5TE1bnLkhUUwGz9DI { width:6.875rem;height:2.875rem;top:104.3125rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #zXkbW3FKnGG0kLXa49mxE691buQLMRqV { width:8.75rem;height:2.6875rem;top:134.25rem;left:4.5rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #F467pCm4IwHpvg7CBoWAfKMTWvKnlrVa { display:block; }
 }@media only screen and (max-width: 763px) { #bVlQwaJegqWiAaLXxS8WNyR98cJvMWwn { width:8.75rem;height:2.686525rem;top:64.5rem;left:5.8125rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #td1A7tX31aAR8INh98GJK9cSgHHha24a { display:block; }
 }@media only screen and (max-width: 763px) { #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { width:14.375rem;height:10.6875rem;top:22.3125rem;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; }#CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.adaptive-delivery-prevent-bg, #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.lazyload, #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fCIDQgTHXxxekNQPyFRPmyX4pzSqx5td { width:10.4375rem;height:3.25rem;top:23.4375rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkqbOhVs9wJm9xlK67TohmZ1aomHK5z { width:6.875rem;height:2.875rem;top:31.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JPMTnXnIDviPH1fHADDVHP4BrxwI8qZU { width:5.125rem;height:2.5rem;top:31.625rem;left:7.375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #qv6Fx0432Te746uxTypST0tbz935GTTa { width:8.75rem;height:2.6875rem;top:16.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3QgnPJMXguiLlaFk3A83loR8Ri6SSir { display:block; }
 }@media only screen and (max-width: 763px) { #A6dP9TOc6qbDRQcxhFmZo6hLcuSql11k { width:11.875rem;height:2.923825rem;top:28rem;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) { #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE { width:14.375rem;height:10.6875rem;top:6.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; }#Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.adaptive-delivery-prevent-bg, #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.lazyload, #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a6SBu2pew2b7588yeZg54vSXCgB4qWQl { width:10.4375rem;height:1.625rem;top:6.6875rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5BtZGryr7ISyO29r8wMLV6aAhqtiS0 { width:11.875rem;height:1.4625rem;top:10.6875rem;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) { #eAwwG2a74TFc8J2Uze7Wuup6ndmX3bWC { width:6.875rem;height:2.875rem;top:14.8125rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WSKTgrRIa1UsQKkt9PlOEzp9Eaz5IO9l { width:5.125rem;height:2.5rem;top:15rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #as087ToSVvB1kbVaIGlXvz39TomAUEhA { width:8.75rem;height:2.6875rem;top:18.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block; }
 }@media only screen and (max-width: 763px) { #iXiA6LOmCDZstK4ev1lnTvEAB2lUBra1 { width:8.75rem;height:2.6875rem;top:34.875rem;left:5.625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #bDukTwIzKPWNvGQOUZFQtyLK2knoGWFe { display:block; }
 }@media only screen and (max-width: 763px) { #oIG6eA6Z7mQBcZf89oqphcLAm2bnIWoN { width:6.9375rem;height:2.5rem;top:35.9375rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #I9S45cs0lKpMWigP68Oq8N5ptdwUu6DQ { width:6.875rem;height:2.875rem;top:42.5rem;left:6.5rem;background-color:#1799eb;background-image:none;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { width:12.5rem;height:2.51875rem;top:1.9375rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y { width:14.375rem;height:10.6875rem;top:38.875rem;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; }#HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.adaptive-delivery-prevent-bg, #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.lazyload, #HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tioKUsfk2FUV1TLG84MmfSIRHltBME4c { width:11.0625rem;height:3.0859375rem;top:39.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5I0gyR58qcTw5ifle544PXR8W1wmn7 { width:12.625rem;height:4.0625rem;top:42.8125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ86uboM8H3nvmEz3VVTqekOiUtnipTO { width:6.875rem;height:2.875rem;top:48.0625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XyqTiWuL42XxgKHtDRDoEitWM69mWgR2 { width:6.875rem;height:1.625rem;top:48.6875rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #llRv8pmlshJSFPwPOVxklqfOQrtWfvwX { width:8.75rem;height:2.6875rem;top:20.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { display:block; }
 }@media only screen and (max-width: 763px) { #GgnzumDupSl7WzoGCM8rhTzF45tzUJfn { width:7.5rem;height:0;top:139.436525rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #K1TQkxtNkBqDxPgDGqgJ7Hm8fuy9hJyr { width:6.875rem;height:0;top:141.905275rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { background-color: transparent; background-image: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container > .video-iframe-container { display: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row > .video-iframe-container { display: none; }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .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); }#EgquDebTdhJApcKNM5PnN9rKTrx1T7k6 > .row .container { width:20rem;height:234.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZWuHGWysDJLqKzssNs60BaHuTXRQ5N1 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #lKzsGGQS2xATcfN9iL0mlFMLud2edUnT { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo { width:14.375rem;height:10.6875rem;top:0.9375rem;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; }#oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.adaptive-delivery-prevent-bg, #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.lazyload, #oaSd0wwPWlO88AurQu5ia5n28gaxwEUo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rmVI5LUzf5cpTHOcQfiXco3iZKt4ILg5 { width:10.4373125rem;height:1.625rem;top:2.25rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD1bLT3PRsKLO44CAWqElzAxAB6ZOvzg { width:11.875rem;height:4.38574375rem;top:4.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) { #TT6XcD5R1GcbQcck28qptAqlgpSJQeTl { width:6.875rem;height:2.875rem;top:10rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z0kATsQ8INmPPXTHVXTHGlpdSucTvH8p { width:7.5rem;height:1.54385625rem;top:10.75rem;left:6.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q3oUScmTIk72mrG6kJdB6BNFJAZRkRrx { width:8.75rem;height:2.686525rem;top:46.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU0iuIh4N7A0DargmqTiH2Og4lIZOylu { display:block; }
 }@media only screen and (max-width: 763px) { #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK { width:14.375rem;height:10.6875rem;top:17.9375rem;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; }#JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.adaptive-delivery-prevent-bg, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyload, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KHKE1rL9rSuyBN6TN5bvitnGtEKvuGeG { width:10.4375rem;height:2.111325rem;top:19rem;left:5.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSFMU2zdwg7FVxqIB8ahX7SPtJZTN9l { width:11.875rem;height:3.8984375rem;top:22.5rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KClQzSdpdk0dyZIyK40uCXMoVzsV4NPh { width:6.875rem;height:2.875rem;top:27rem;left:7rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yCunvsXyGWatVZaX3HG4J2FMFTlBdFS7 { width:7.5rem;height:1.54385625rem;top:27.75rem;left:6.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OHgULZfkqgaeIfV1QZZLBtqZLSLzDq9G { width:8.75rem;height:2.6875rem;top:30.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHkJ6MDe2lpxvCQJNir6BmmnRmPZ3k9V { display:block; }
 }@media only screen and (max-width: 763px) { #MhQkoQnGmXFfhiEf2JR0hAlfRzMK8To3 { width:10.999rem;height:1.625rem;top:35.25rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvv40IiXMNb0v9TivGti0QftT1bROTkE { width:10rem;height:4.38574375rem;top:38.25rem;left:5.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) { #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5 { width:14.375rem;height:10.6875rem;top:34.125rem;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; }#TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.adaptive-delivery-prevent-bg, #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.lazyload, #TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wNpUlJ9GO1rwqzfFQMGRtehHuXZmgdPp { width:10.9980625rem;height:2.5rem;top:43.5rem;left:5.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JopQ23wks3kRffsIvqI3dHNLTi46GFAU { width:6.875rem;height:2.875rem;top:43.3125rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SNSUTdKp3a1LA39nWOuNTKO7AW1IThbI { width:8.75rem;height:2.6875rem;top:13.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUfDhTNf6o2oPTZHt60NoOala80H1e0 { display:block; }
 }@media only screen and (max-width: 763px) { #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx { width:14.375rem;height:10.6875rem;top:50.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; }#wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.adaptive-delivery-prevent-bg, #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.lazyload, #wqI7i863ZmzRiwlODU3gKedBOfGoqVLx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pyIsRl2Z7WWeIHeps1DmbTMwNPH7vVDH { width:11.5rem;height:1.625rem;top:52.5rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMrK4tTuFwdKUuQFibASTHHEco9f59A { width:11.875rem;height:2.923825rem;top:55.5625rem;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) { #oyRvnuJ8WJEbIcKkbpBMTmwbnlps0w27 { width:6.875rem;height:2.875rem;top:59.6875rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MbGbqcvDWxEncykNQniTJ3r0AiXePK8n { width:7.5rem;height:1.54385625rem;top:60.4375rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #md1s6SN4cf33GBQiMrKHbzfLJRAun6Tu { width:8.75rem;height:2.6875rem;top:79.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQA88ohcQs5TI7L9sAU2ZetWP00bCU9K { display:block; }
 }@media only screen and (max-width: 763px) { #Xi5UTfAi2bH6atlD3uNV6iDDcU4O6ruL { width:6.875rem;height:2.875rem;top:124.375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { width:7.5rem;height:1.54385625rem;top:125rem;left:6.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IqCW16BulJ5rsTcdevfU750a06ebqV8R { width:8.75rem;height:2.6875rem;top:62.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6y4oQv3DGnDnvN5FIcOEh9BfxtOT8Mz { display:block; }
 }@media only screen and (max-width: 763px) { #WhkzivvafeAQMUuwG5rgaKsRDvkTFI1L { width:6.875rem;height:2.875rem;top:108.25rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { width:7.5rem;height:1.54385625rem;top:108.875rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QptX0A2tf6vRM3bfUKCQdQ7KvKE90NT0 { width:8.75rem;height:2.6875rem;top:95.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtAeJAFPFr7hPnvt8shwdWnFcDdxJLSb { display:block; }
 }@media only screen and (max-width: 763px) { #RfrLFglQ04roeaaiBTrfNDbpEtFgchPI { width:6.875rem;height:2.875rem;top:109.0625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #d0JZ0oT6hRw43LTfuw5V6ATQ4T01pL4T { width:8.75rem;height:2.6875rem;top:144.75rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIsFHC1RoQsWdTA5p4RdIJgqOM6JvIx5 { display:block; }
 }@media only screen and (max-width: 763px) { #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c { width:14.375rem;height:10.6875rem;top:115.3125rem;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; }#rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.adaptive-delivery-prevent-bg, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyload, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6 { width:14.375rem;height:10.6875rem;top:99.1875rem;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; }#tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.adaptive-delivery-prevent-bg, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyload, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IvL4GX6McZRT6F05OHXo3ILT5W2J297I { width:14.375rem;height:10.6875rem;top:99.9375rem;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:none; }#IvL4GX6McZRT6F05OHXo3ILT5W2J297I.adaptive-delivery-prevent-bg, #IvL4GX6McZRT6F05OHXo3ILT5W2J297I.lazyload, #IvL4GX6McZRT6F05OHXo3ILT5W2J297I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fyESW0RBshwMosJ78u17beSSO3wOhhi2 { width:11rem;height:2.5rem;top:109.375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CbOn1DtPiP8mkAkW70mGyEiVw8VPr6lK { width:14.125rem;height:4.467775rem;top:103.375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBn0zQFCu0Kq9ON3Xzv8xBZ1c6NpdTIH { width:11.875rem;height:2.923825rem;top:120.4375rem;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) { #ITnaWV7HB6Okx69vsOhQp2OB2iFZrnkV { width:10rem;height:3.41015625rem;top:104.55078125rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRyy9T8Li7CVHzyphsCO819ONPt2XwHB { width:11.5rem;height:3.25rem;top:100.0625rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVkxzgZZvoIGS99WTVwFdXkmhvfQHPad { width:10.4375rem;height:2.111325rem;top:116.5625rem;left:4.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMkRqCWKGcTpStGZu6ZCA0qRAe7bW58c { width:11rem;height:3.25rem;top:100.625rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2THqyhOTqxKnChCPE7DXVbsZA9IiU4J { width:6.875rem;height:2.875rem;top:92.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SvWXbchlarlZozhvZBvihVmHyS8zUkxG { width:8.75rem;height:2.687325rem;top:127.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grri71mMVM4zFegLQxXpHx754sAvoorv { display:block; }
 }@media only screen and (max-width: 763px) { #fvkHnNuAhtNvLIIvxZeh9g0pXVefxdLk { width:6.875rem;height:2.875rem;top:75.875rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i2RMh0R4q7hmVHQbJ3TnKAMCGgHxMp21 { width:7.5rem;height:1.54385625rem;top:76.5625rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eBV2mhzdIRLbQHE0SOMVaJk0nnldksqN { width:8.75rem;height:2.6875rem;top:143.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PldDbD62qyMW1cyy34cdkECKAiwllZW1 { display:block; }
 }@media only screen and (max-width: 763px) { #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F { width:14.375rem;height:10.6875rem;top:131.375rem;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; }#l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.adaptive-delivery-prevent-bg, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyload, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad { width:14.375rem;height:10.6875rem;top:82.9375rem;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; }#E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.adaptive-delivery-prevent-bg, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyload, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZpvrrlHuA7iSa7Wx0C0svmuNEmKdN257 { width:11rem;height:2.5rem;top:140.75rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr { width:14.375rem;height:10.6875rem;top:66.6875rem;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;z-index:15007;display:block; }#zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.adaptive-delivery-prevent-bg, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyload, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xnPPvNCJm1HJi7MJaDz3CyUM0hbT23AP { width:10rem;height:4.38574375rem;top:135.9375rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzviQHalFSzxIh5go5yeShcI3PVhu4Ay { width:12.875rem;height:4.38574375rem;top:71.0625rem;left:3.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) { #UACi4tVLw1ozq0P998QhVed5SXUGL9EG { width:6.875rem;height:2.875rem;top:140.4375rem;left:6.4375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yaIQzodfWNMySEvre8BdWRCrFZcSh3un { width:8.75rem;height:2.6875rem;top:111.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNFFzJU1f1vVT5HAwnm9O2iDA8GUCnuB { display:block; }
 }@media only screen and (max-width: 763px) { #MDtTdgB6CPFUADM5ZspRcVlg0MEcmKfJ { width:11.5rem;height:2.923825rem;top:67.9375rem;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) { #DmaSFV9fWTMyNZQbN47QE4XtvscciSTd { width:11rem;height:3.25rem;top:132.5rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3dbMvnTOnFwkCO7c8nRTZTwill1Sol { width:11.5rem;height:2.2734375rem;top:84.4375rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1H155THZpCSOQxFGrzs2AGK5UgHcsLV { width:14.125rem;height:4.22265625rem;top:87.3125rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coRKE46ty3VIaeMVQlCTDULfdBSW2lRR { width:7.5rem;height:1.54385625rem;top:93.125rem;left:6.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr { width:14.375rem;height:10.6875rem;top:147.875rem;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; }#aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.adaptive-delivery-prevent-bg, #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.lazyload, #aiiOCruFOAI6XTX2oShpKcIuvfU2y3Zr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gCQT3vUz8QhnkRMkLJ19EUnN2yQIu6On { width:10.9375rem;height:4.875rem;top:148.8125rem;left:4.53125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnC4CxKOOdxnu4RrAMaWTHGzIeka2rM { width:10rem;height:1.95rem;top:154.3125rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyI61mSkKlNs0xvgH5PJuZ15rNsAvFTZ { width:6.875rem;height:2.875rem;top:157rem;left:7rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R9BrUIZsWpbsnTWdiaTbeIphGoBL9OA9 { width:8.75rem;height:2.6875rem;top:161.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BTV1W3AMM76x6wpcAgsfmcVAhACw50 { display:block; }
 }@media only screen and (max-width: 763px) { #lqdT5RJBwrWsXttqHo8FqrwwgtN7ZLNL { width:11rem;height:2.5rem;top:157.75rem;left:4.75rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm { width:14.375rem;height:10.6875rem;top:166.75rem;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; }#TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.adaptive-delivery-prevent-bg, #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.lazyload, #TT9IrDui4lIOkGRvzuPfxkl0PivotLZm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B4UpMuBvSnbHNwVvXQxTskJOH96vgsdh { width:11rem;height:3.25rem;top:168.1875rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5g3TQJgMcL9Zm87nKac4MFtvHFsnTi4 { width:10rem;height:2.923825rem;top:171.9375rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7nk2T1JIgK7R1ATBsykdGSF9n0oAxC { width:6.875rem;height:2.875rem;top:175.875rem;left:6.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UcNIMaQyhpPwvHZMEG4LHwnhJRNTTRH7 { width:11rem;height:2.5rem;top:176.5625rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tErIOZE0e4qzsKBK5OCNhZhwtMtDEqiR { width:8.75rem;height:2.6875rem;top:196.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQX1TRiTM79C0JSTtF3mud0pmMGFURbn { display:block; }
 }@media only screen and (max-width: 763px) { #uov8isoyTl6yRAv868HzWEpkZCJLTTxi { width:14.375rem;height:10.6875rem;top:180.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;z-index:15007;display:block; }#uov8isoyTl6yRAv868HzWEpkZCJLTTxi.adaptive-delivery-prevent-bg, #uov8isoyTl6yRAv868HzWEpkZCJLTTxi.lazyload, #uov8isoyTl6yRAv868HzWEpkZCJLTTxi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AOB11yOolXKpGew6592TLE6uy4MuDxNc { width:11.4375rem;height:2.6rem;top:182rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOA392RUKFhi93Vwp8NwKqouI4gTPkaW { width:11.875rem;height:3.65625rem;top:185.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) { #t6HTD9ERNozbe0UVlkO7Z1vR8Gn8UcMF { width:7.5rem;height:1.54375rem;top:190rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v0snngqNRzqqceqp71ovU6fW5QdDD7RC { width:6.875rem;height:2.875rem;top:189.5625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Tmg3lEC5JnTwTN0i1p7Fis2Mqvo2rFlv { width:8.75rem;height:2.6875rem;top:211.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CABB6sCLGQxN3JWaSUdK5x0fzm8VOoGD { display:block; }
 }@media only screen and (max-width: 763px) { #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s { width:14.375rem;height:10.6875rem;top:198.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;z-index:15007;display:block; }#RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.adaptive-delivery-prevent-bg, #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.lazyload, #RitZBZlN2PkCTVUbwCov8WR7EF6Jzy1s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VMoWx7pvmt92F07p82ZArTSJWmwl7hIZ { width:11.4375rem;height:1.625rem;top:202.8125rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPrabisOGFUW6b08km5cEr3PpfqxOExN { width:7.5rem;height:1.54375rem;top:208.375rem;left:6.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #le6Tz2F5txfZhwBBI2iR35F09U6WAsEL { width:6.875rem;height:2.875rem;top:207.6875rem;left:7.0625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #btZ0zEogoTQhdFue76hB2zVN4x6wse1D { width:8.75rem;height:2.6875rem;top:194.2685546875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLA0thbKhGBTCU0Fgav4Ik68hWNPaPL { display:block; }
 }@media only screen and (max-width: 763px) { #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv { width:14.375rem;height:10.6875rem;top:216.9375rem;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; }#qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.adaptive-delivery-prevent-bg, #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.lazyload, #qraOichXXwMBtvvPyZcSBNcy5JdFQdGv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zmyKPVmHFasrq1DFDf5dSVDT6TaPhwti { width:6.875rem;height:2.875rem;top:226.125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bInotif0pW0l3sFr6oRX2xNBlN0STTP6 { width:12.8125rem;height:2.111325rem;top:222.3125rem;left:3.59375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JILg72Z3yWi0h1NBpuZ1Z7zZedXItDIR { width:11.4365rem;height:2.2734375rem;top:218.4375rem;left:4.28125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2yBbyKNf6JhLJ3HWNPWFasMXBK8n5cD { width:7.5rem;height:1.54375rem;top:226.375rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CqBt4Bdl9i6VeMi4ach4M7u6Vao3FdN4 { width:8.75rem;height:2.6875rem;top:230.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwtfNfZfoh1opGALpN93nwOO1zpRBOuO { display:block; }
 }@media only screen and (max-width: 763px) { #gGnKwk2ykfhtyasOpCQK3APyUuzkUGat { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { background-color: transparent; background-image: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container > .video-iframe-container { display: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row > .video-iframe-container { display: none; }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .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); }#gGnKwk2ykfhtyasOpCQK3APyUuzkUGat > .row .container { width:20rem;height:191.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UME3SwWWw4n5uH5QQlLFrRa8bgAZ7U1a { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #NToJSuNWmo6CqLyNC50fvnqUklqMG6Sb { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { width:14.375rem;height:10.6875rem;top:42.1875rem;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; }#MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.adaptive-delivery-prevent-bg, #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.lazyload, #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JA91kOPN6sTbubSA2oswwBlWmT7AcsUX { width:11rem;height:1.13671875rem;top:43.4375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUh7dwKSTvgSynARae8ZWCpp2nL3Fc6 { width:11.1875rem;height:4.3857375rem;top:45.3125rem;left:3.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) { #b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { width:6.875rem;height:2.875rem;top:51.3125rem;left:6.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { width:5.9375rem;height:2.5rem;top:51.625rem;left:6.8125rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x5ef5TyTmx0DU6DBTqlcMBhOBWCsf5ch { width:8.75rem;height:2.6875rem;top:19.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdWvxG6lsTBm8B9GlELganerCb497ie3 { display:block; }
 }@media only screen and (max-width: 763px) { #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0 { width:14.375rem;height:10.6875rem;top:24.6875rem;left:3rem;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; }#rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.adaptive-delivery-prevent-bg, #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.lazyload, #rQogsLMzTLf5XkWAkTPWwWMmec2cagT0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C1Euug8XfgEidWgQWIfNqeXD3quKlbK3 { width:11rem;height:1.625rem;top:25.875rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpADtdbsvKdMvXq763ZPSCLpS4V1cK6 { width:11.1875rem;height:1.4619125rem;top:29.3125rem;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) { #M55a71y5XH081Q4u5H8oZuhusdMiVgpU { width:6.875rem;height:2.875rem;top:33.8125rem;left:6.6875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { width:5.9375rem;height:2.5rem;top:34rem;left:7.25rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ioz7rTO73rvbEGx9gdxS2dN3rrTtRoEC { width:8.75rem;height:2.6875rem;top:146.5rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZXWZR3FEfQXrXVRalb3rZBOl8vreNvt { display:block; }
 }@media only screen and (max-width: 763px) { #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE { width:14.375rem;height:10.6875rem;top:6.25rem;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; }#A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.adaptive-delivery-prevent-bg, #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.lazyload, #A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wmtCJBVs0l324w6nBTsEczXgLM92GUqp { width:11rem;height:1.625rem;top:7.4375rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6fPXUeFsrrvFRWCgaW35U56vzG3caet { width:6.875rem;height:2.875rem;top:15.375rem;left:6.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { width:5.9375rem;height:2.5rem;top:15.625rem;left:6.8125rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kk4ffTzDvtEO8lmNzeD7C133SnLsqCkK { width:8.75rem;height:2.6875rem;top:55.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXMR9rvPLQbEuqzGTqSbkIC2SpxeX14 { display:block; }
 }@media only screen and (max-width: 763px) { #iX91ECKm2ykeVmNClloL71iKyyRIM6TJ { width:11.1875rem;height:3.8984375rem;top:10.3125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sfGSPs3dFni2rzKpnVwcFgbgzFuHPH { width:12.5rem;height:2.51855625rem;top:2.875rem;left:3.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1 { width:14.375rem;height:10.6875rem;top:6.4375rem;left:3.1875rem;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:none; }#xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.adaptive-delivery-prevent-bg, #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.lazyload, #xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ULwpBNo9UiP6xeHWUdOq2JOc4fdNTeSy { width:11rem;height:0;top:134.8125rem;left:5.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObpqCOWll9Vhzp21yWuZxI7ptAeV8gA6 { width:11.1875rem;height:0;top:218.375rem;left:5.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0VtCp3d1pbbZa9ddxRA3TDohvzrx1V1 { width:6.875rem;height:2.875rem;top:15.5rem;left:6.9375rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { width:5.9375rem;height:0;top:15.6875rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ePGpEzRcd4KTDszevtdixTggPQpBgOQz { width:8.75rem;height:2.6875rem;top:37.9375rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block; }
 }@media only screen and (max-width: 763px) { #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { width:14.375rem;height:10.6875rem;top:96rem;left:3rem;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; }#NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.adaptive-delivery-prevent-bg, #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.lazyload, #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTsIbarZXU6RwC7aLFvukGhLdIy4aN7R { width:11rem;height:1.625rem;top:97.1875rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTcZkAew9dsKqBlZDl90PUgHNsbHbd0 { width:11.1875rem;height:1.4619125rem;top:101.75rem;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) { #g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { width:6.875rem;height:2.875rem;top:105.125rem;left:6.6875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { width:5.9375rem;height:2.5rem;top:105.1875rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LUQcXpf1px9MuiSQUEVToFvuLUqv6nla { width:8.75rem;height:2.6875rem;top:91.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EirMoQiMaLPpIp4S3u3N1VzpLbHETwVf { display:block; }
 }@media only screen and (max-width: 763px) { #hnS7Jebpp4pERbDBiK107wyDM84Umf4T { width:14.375rem;height:11.75rem;top:77.75rem;left:3rem;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; }#hnS7Jebpp4pERbDBiK107wyDM84Umf4T.adaptive-delivery-prevent-bg, #hnS7Jebpp4pERbDBiK107wyDM84Umf4T.lazyload, #hnS7Jebpp4pERbDBiK107wyDM84Umf4T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BauFXVTEOronDkyOdHNW9L07b9ERXrl6 { width:11rem;height:3.25rem;top:80rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTdxR0dverTZD3cF1XlwllPuSzaVTfo { width:11.1875rem;height:1.4619125rem;top:84.5625rem;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) { #CF7AHdiPapeXr8917eLstlS2iFJefJd1 { width:6.875rem;height:2.875rem;top:87.9375rem;left:6.6875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { width:5.9375rem;height:2.5rem;top:88.3125rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RT2ppgxFDZgVyAV2k1TlkCgGRMbWs7EF { width:8.75rem;height:2.6875rem;top:73.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyzPXvnpaQOyrEcxPq26GNWanCp39OZn { display:block; }
 }@media only screen and (max-width: 763px) { #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f { width:14.375rem;height:11.9375rem;top:59.625rem;left:3rem;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; }#xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.adaptive-delivery-prevent-bg, #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.lazyload, #xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XTwiO3boTSVhO4MgTdpVoldeoNTr54Gv { width:11rem;height:3.25rem;top:62.0625rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFkKKCiAnZU1XTLnfVViVT9xaTT64cWv { width:11.1875rem;height:1.4619125rem;top:66.625rem;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) { #ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { width:6.875rem;height:2.875rem;top:70rem;left:6.6875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bTEzkauN5RFdOwNeeDUmP292dJorTcls { width:5.9375rem;height:2.5rem;top:70.25rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZDupt0k04EUCMnVCFgywFWi3ZcTqK49K { width:8.75rem;height:2.6875rem;top:147.75rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bABpxrzdP9HMhb1wvaozeQPFucFHHFHp { display:block; }
 }@media only screen and (max-width: 763px) { #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1 { width:14.375rem;height:11.375rem;top:131.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:none; }#hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.adaptive-delivery-prevent-bg, #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.lazyload, #hocRTKGnQpVxhrQZESHQzoCeQPzymfX1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XDy8w6nQxVy7eRTcfFyQ2MBKTX2h9pvf { width:11rem;height:0;top:137.2109375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEA8MHZ0E84do4y0LwsKH24rqIPS07mf { width:11.1875rem;height:0;top:137.375rem;left:4.40625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #er1ECLdI9SuxlobZIdfASRrMSu4Kwl7m { width:6.875rem;height:2.875rem;top:142.6875rem;left:0rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Eu9IoGVa9NSa40MN4xf4oQqQyfQxrm1w { width:5.9375rem;height:0;top:161rem;left:10rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #p8E6xQW1aqMnudis8GXWq7KgLwqFqeNx { width:8.75rem;height:2.6875rem;top:108.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHInJPMc2U5wcnOda4oe1p543Pa9PzL7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX { width:14.375rem;height:10.6875rem;top:112.8125rem;left:3rem;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; }#ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.adaptive-delivery-prevent-bg, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyload, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MaTP3lsKDhuLL5y6RyZvBBZqhdAFelGD { width:11rem;height:1.8681625rem;top:114.375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FRvvGebnvFBGBhiJo72UF9GZsf3A2S { width:6.875rem;height:2.875rem;top:121.9375rem;left:6.6875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { width:5.9375rem;height:2.5rem;top:122.5625rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sN5T64xfw4rqpxkUnZ71hkJ2K36sp2DW { width:8.75rem;height:2.6875rem;top:125.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDi7vyIvzn0KU66sKGKplKPVOMww5mEV { display:block; }
 }@media only screen and (max-width: 763px) { #PMa4CQuhyrhsIbzKkG1ITUF2PhtaFR8x { width:8.75rem;height:2.6875rem;top:225.1875rem;left:6.5625rem;z-index:15094;display:none; }
 }@media only screen and (max-width: 763px) { #vqnUVJi6qyzHkv60GZE8eWcpODNxi9c9 { display:block; }
 }@media only screen and (max-width: 763px) { #kGpegBUezP0qHxMVi3TV0UQZWJMvUSL9 { width:11.1875rem;height:3.41015625rem;top:117.5625rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo { width:14.375rem;height:11.75rem;top:131.875rem;left:3.0625rem;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; }#T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.adaptive-delivery-prevent-bg, #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.lazyload, #T40PMz7dV3a37CmT1v0GOhMk5oGk3cSo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tft95Ekb9vGOt0WO40ByKkMWXBy3bzbv { width:11rem;height:2.76171875rem;top:135.5rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkvp4F5DeHa20tCPuGsxterrQRe7iUm { width:6.875rem;height:2.875rem;top:142.0625rem;left:6.75rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #a1U7uztOcPq2RmKNaSpokwtnHPuK1K91 { width:5.9375rem;height:2.5rem;top:142.0625rem;left:7.25rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V4WDAyI9yPrJOudK1OMlbnuiNUUWTRRs { width:8.75rem;height:2.6875rem;top:165.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA5wgHWHCQoaPrqRlupiQgWiC3qzHnby { display:block; }
 }@media only screen and (max-width: 763px) { #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS { width:14.375rem;height:12.25rem;top:169.75rem;left:3.0625rem;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; }#XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.adaptive-delivery-prevent-bg, #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.lazyload, #XIWHMuwWkOITwSEUvAwNoX9OPWhc0gJS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mHKr5LG1xXHMNpCIbzy5BTGOz4kXME6P { width:11rem;height:2.5996125rem;top:173.4375rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE8OU36PGIFrTwBccFBUzPcut71BGSe9 { width:6.875rem;height:2.875rem;top:180.0625rem;left:6.75rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TIIwiR33g57xBw05J11x5XVCDoMWDoAl { width:5.9375rem;height:2.5rem;top:180.4375rem;left:7.25rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mtOsv1fVyAZuCtC0LxhcxrqEv0OL6oUy { width:8.75rem;height:2.6875rem;top:184.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUHLJOwZyN8801MMs4ZTPcUmyrmJpX3e { display:block; }
 }@media only screen and (max-width: 763px) { #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g { width:14.375rem;height:12.25rem;top:152rem;left:2.5625rem;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; }#k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.adaptive-delivery-prevent-bg, #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.lazyload, #k0x3rkuXuRDTgpGqBxPBySwCBeClHK7g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WNJ6JystoLqTDwmxg8UpGAGWkSIlEuTQ { width:11rem;height:3.8994125rem;top:152.9375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgNWJfkJweIcOKST3zPflSxmcBJTS1Tl { width:6.875rem;height:2.875rem;top:162.3125rem;left:6.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ph1b6C5rT0Ub5gIndIwDHiliftsDyRs8 { width:5.9375rem;height:2.5rem;top:162.8125rem;left:6.75rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DthqO7tXzflATbhLMmpoooMs0T35Tn0O { width:8.75rem;height:2.6875rem;top:145.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VckJOoyEmKyckm2Kwvq76tlEVvU9uTJy { display:block; }
 }@media only screen and (max-width: 763px) { #rQOEN8oJtPV8SNakpTnRRSTWn0vmpuH9 { width:11.1875rem;height:3.16699375rem;top:157.3125rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80i2kFpfIIf7eR30GruyokJXEUBr6zT { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { background-color: transparent; background-image: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container > .video-iframe-container { display: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row > .video-iframe-container { display: none; }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .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); }#J80i2kFpfIIf7eR30GruyokJXEUBr6zT > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCcna4hazLcxrhomcfhm4lJdg4RWJmlc { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #Bmie0Obt3HSHbmaBcEtrlthLD27MdABC { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmOh0UCNyrD33eylS9BTwWvzwllDyqHO { width:6.875rem;height:2.875rem;top:17.3125rem;left:6.5625rem;background-color:#1799eb;background-image:none;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u { width:14.375rem;height:10.6875rem;top:52.375rem;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:none; }#Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.adaptive-delivery-prevent-bg, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyload, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JLTHpbGOEkF4p15AvUZ8NCeEw6zgL7Gi { width:11.875rem;height:0;top:55.625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GS2kOEmtLywTJZgJKugf3q8W4SGDk53T { width:11.125rem;height:0;top:53.875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4m0IkrC8TIfETKzyAPvPmuets37SLcB { width:6.875rem;height:2.875rem;top:61.1875rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #i4sFRetk2sBVkFyNtFyykEeZXP7LZR8D { width:5.5rem;height:0;top:61.8125rem;left:7.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #tnT89k1niXTGy3iaSMZDCnqkU8tQn2FK { width:8.75rem;height:2.6875rem;top:37.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwpDg14pD7IyHtyWaPE9kBt2JgIsziB { display:block; }
 }@media only screen and (max-width: 763px) { #d01ygP0Cl8ui4vd90gxu1mzGkxw1pvhR { width:6.9361875rem;height:2.4375rem;top:29rem;left:6.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f { width:14.375rem;height:10.6875rem;top:8.5rem;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;z-index:15004;display:block; }#nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.adaptive-delivery-prevent-bg, #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.lazyload, #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O2kVEvBo893Jzn7sVuRMciG467Qh5dEe { width:11rem;height:1.625rem;top:9.625rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WencWhFa69TUmO1bhLzTJBAPhOxo9mFM { width:6.875rem;height:2.875rem;top:34.625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iHUmw26E4NRTC7VyiWeppki1C2TVNBnz { width:5.9375rem;height:2.5rem;top:17.5rem;left:7.0625rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kmCZtSTCOczgxEInRoyCIeWP4FmiKSck { width:8.75rem;height:2.6875rem;top:20.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqdQXu3GphEedhk7JhB97Cg6TqgvZKW { display:block; }
 }@media only screen and (max-width: 763px) { #PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { width:16.5rem;height:0;top:42rem;left:1.75rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { width:14.375rem;height:10.6875rem;top:79.5rem;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:none; }#cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.adaptive-delivery-prevent-bg, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyload, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JwTILC3etqhPeQevnUTWAkVgpgTdRHWe { width:11.125rem;height:0;top:80.9375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Asp79A4pDrVWQsq5oS74t0ZfQKb7D66F { width:11.875rem;height:0;top:81.919921875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fypvJK1xQVVzJq48i22gTMSwGoscZkTA { width:6.875rem;height:2.875rem;top:88.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #yc3GtGB18fEzCRZxK8PVyooAGzSvN4Og { width:8.75rem;height:2.6875rem;top:85.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXTqRQyTPvPC5oIar52HpB6EGVh1TTtQ { display:block; }
 }@media only screen and (max-width: 763px) { #KZc881Puc9wsJGTE5E6420yslr3LimBu { width:5.5rem;height:0;top:88.9375rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #K5AmMcArdAn4lVzE8IiOaTWQ1nVpX4LO { width:17.5625rem;height:2.51875rem;top:3.3125rem;left:1.21875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { width:13.4375rem;height:10rem;top:5.3125rem;left:3.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:none; }#W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.adaptive-delivery-prevent-bg, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyload, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WbJ4tzgKPZp3i2MyL460GTTfItQqFBEp { width:11rem;height:0;top:23.3125rem;left:8.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8qqcDTAmW37PJlsDysoZiruHzV3bliw { width:5.9375rem;height:2.5rem;top:34.8125rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rhcdyVtJpS6Z3mNDPtpnDLDgROsrROFa { width:6.875rem;height:2.875rem;top:13.375rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TgoueJJea1L81746pq0PmXfQK22bm5h7 { width:8.75rem;height:2.6875rem;top:17.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFaczcbPoHZKhllJ7tphHWTIKlWpMP0c { display:block; }
 }@media only screen and (max-width: 763px) { #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF { width:14.375rem;height:10.6875rem;top:25.5rem;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;z-index:15005;display:block; }#RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.adaptive-delivery-prevent-bg, #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.lazyload, #RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OO1sWLQMeRFoaMeOEK3fkWLfwrOJ7uAN { width:11.875rem;height:4.38574375rem;top:12rem;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) { #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW { width:14.375rem;height:10.0625rem;top:131.375rem;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:none; }#XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.adaptive-delivery-prevent-bg, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyload, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bRAr4FNBD97sBJX1DtWtG0sPq6Ew29sc { width:11.875rem;height:0;top:133.875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { width:6.875rem;height:2.875rem;top:140.125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { width:5.5rem;height:0;top:140.75rem;left:7.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #tyRcb1WPfWRn6RqcXnhsK23whKt35RJe { width:8.75rem;height:2.6875rem;top:126.75rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ9UkPhsvmBbfBgeZOGK6skzDttvtHy3 { display:block; }
 }@media only screen and (max-width: 763px) { #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN { width:14.375rem;height:10.0625rem;top:114.6875rem;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:none; }#oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.adaptive-delivery-prevent-bg, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyload, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H8mE7IPQHI2NFWM3MtSU8MySH5u6KpM9 { width:11.875rem;height:0;top:118.25rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { width:6.875rem;height:2.875rem;top:123.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #pnVylz65baCXnwBU3lgLETKwaqRr2kol { width:5.5rem;height:0;top:124.0625rem;left:7.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XgGuHqTdTvs10AtayIIewn125WMIrLaT { width:8.75rem;height:2.6875rem;top:109.4375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT3RDvIdFTkBIp5ATMKg82cFTekl0CbB { display:block; }
 }@media only screen and (max-width: 763px) { #TDzptLBNbasXdCf0hEtm4vgc5FO7rini { width:14.375rem;height:10.0625rem;top:97.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:none; }#TDzptLBNbasXdCf0hEtm4vgc5FO7rini.adaptive-delivery-prevent-bg, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyload, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C6IZ0f3QWugiqEsPrs6Jp5WmKWeKzzdR { width:11.875rem;height:0;top:100.25rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVSnlCR3r9WbCex2zpCMs8t5vQycOekH { width:6.875rem;height:2.875rem;top:105.8125rem;left:6.3125rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #eTUdKpH9PceTrm0NTQe1ioQbi9L0IwCr { width:5.5rem;height:0;top:106.4375rem;left:6.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cyILlCv5RFTi7hRqtx5eXULOBTtHfqyM { width:8.75rem;height:2.6875rem;top:187.6875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWduOUn6ONzQ8lQqkGmEK4HqTA9lbXSR { display:block; }
 }@media only screen and (max-width: 763px) { #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi { width:13.625rem;height:10.125rem;top:22.375rem;left:3.1875rem;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:none; }#Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.adaptive-delivery-prevent-bg, #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.lazyload, #Bv2Ih3raT3SDDGbT9Ghc9weMJBS5NqRi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Xy3bgPTLtMUs2cmvmcESy6DTK0PvPC6q { width:11rem;height:0;top:25.5rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIeUZOMEWWboUnwE3l9Xgsr2w38H9TMu { width:6.875rem;height:2.875rem;top:30.5625rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #N09eMVT2Du52Zl4MqRhooN50uvyHNMFE { width:5.9375rem;height:auto;top:31.3125rem;left:7rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r851RHpo2qIuCKB75swvIaTaTX7T9gq2 { width:11.875rem;height:2.923825rem;top:27.576171875rem;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) { #zNLzN1lCGIkyee8T91XXdJMTNAz7A89n { width:11.875rem;height:2.923825rem;top:30.6875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJkvnygggHMy6WbLr8WGwh0wWAxyrk6 { width:8.75rem;height:2.6875rem;top:34.5rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHGBiBqybyh9nWDU9s5bCyNuGRt3fvMk { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { width:20rem;height:0.975rem;top:13.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { width:13.186875rem;height:3.0859375rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { width:9.375rem;height:2.2753875rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }